/* CSS Document */

body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #35457D;
}
#top {
	background-color: #35457D;
	height: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #navigation {
	width: 800px;
	margin-top: 15px;
}
#container #navigation li, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#container #navigation a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	color: #608B9F;
	text-decoration: none;
	display: block;
}
#container #navigation a:hover {
	color: #003366;
	text-decoration: underline;
}

#container #language {
	width: 800px;
}
#container #language li, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#container #language a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	color: #608B9F;
	text-decoration: none;
	display: block;
}
#container #language a:hover {
	color: #003366;
	text-decoration: underline;
}

#container #header {
	background-image: url(pictures/header.jpg);
	height: 150px;
	width: 800px;
	float: left;
	margin-top: 15px;
}
#container #header h1 {
	margin-left: 25px;
	margin-top: 50px;
	color: #35457D;
	letter-spacing: 15px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #header h2 {
	font-size: 15px;
	color: #43579C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

/* Sadrzaj osnovne stranice */

#container #content {
	width: 800px;
	float: left;
	padding: 7px;
}
#container #content #right {
	float: right;
	width: 210px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 10px;
}
#container #content #right h1 {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #content h3 {
	font-size: 15px;
	color: #43579C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container #content #right ul, li {
	margin: 0px;
	padding: 0px;
}
#container #content #right p {
	margin: 0px;
	padding: 5px;
}

#container #content #main {
	float: left;
}
#container #content #main h1 {
	font-size: 14px;
	color: #35457D;
	margin: 0px;
}
#container #content #main p {
	margin: 0;
    padding: 0;
    width: 550px;
    margin-right: 10px;
}
/* ovo je sadrzaj koji koristi celu stranicu */
#container #content2 {
	width: 800px;
	float: left;
	padding: 7px;
}
#container #content2 #main {
	float: left;
	width: 792px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#contact {
	position: relative;
}
#contact-left {
	position: absolute;
  top:5px;
  left:5px;
  width:300px;
  height:220px;
  margin-bottom: 10px;
}
#contact-left h2{
	font-size: 20px;
	color: #43579C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contact-right {
	position: absolute;
  top:5px;
  right:5px;
  width:300px;
  height:220px;
}
#container #content2 #main h1 {
	font-size: 14px;
	color: #35457D;
	margin: 0px;
}
#container #content2 #main p {
	margin: 0;
    padding: 0;
    margin-right: 10px;
}
#container #content2 #main p.nabrajanje {
	text-indent: 20px;
	padding: 3px;
}
#container #content2 #main ul {
	margin: 0px;
	padding: 0px;
}
#container #content2 #main li {
	margin-left: 40px;
	padding-bottom: 3px;
	list-style-type: circle;
}
#container #content2 #main #management {
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #content2 #main #wt1 {
  position: absolute;
  top: 230px;
  width: 780px;
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #content2 #main #wt2 {
  position: absolute;
  top: 400px;
  width: 780px;
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #content2 #main p.naslov {
	margin-top: 30px;
	margin-left: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#container #content2 #main p.naslovsr {
	margin-top: 30px;
	margin-left: 110px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* Sadrzaj na kojem se nalaze proizvodi */

#container #content3 {
	width: 800px;
	float: left;
	padding: 7px;
	background-color: #FFFFFF;
}
#container #content3.ul {
/*	display: inline; */
}
#container #content3.li {
	list-style-type: none;	
}

#container #content3 div.levo {
	float: left;
	width: 210px;
	padding: 10px;
}
#container #content3 div.desno {
	float: right;
	padding-right: 5px;
	width: 560px;
}

div.imgSerija {
	text-align: center;	
}

div.img
  {
  margin: 2px;
  border: 1px solid #EFEFEF;
  height: 140px;
  width: 120px;
  float: left;
  text-align: center;
  }
  
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
  
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }

div.img2
  {
  margin: 2px;
  border: 1px solid #EFEFEF;
  height: 200px;
  width: 120px;
  float: left;
  text-align: center;
  }
  
div.img2 img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
  
div.img2 a:hover img
  {
  border: 1px solid #0000ff;
  }

div.img3
  {
  margin: 20px;
  border: 1px solid #EFEFEF;
  height: 260px;
  width: 180px;
  float: left;
  text-align: center;
  }
  
div.img3 img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
  
div.img3 a:hover img
  {
  border: 1px solid #0000ff;
  }

div.desc
  {
  text-align: center;
  font-weight: bold;
  width: 120px;
  margin: 2px;
  }
  
div.desc3
  {
  text-align: center;
  font-weight: bold;
  width: 180px;
  margin: 2px;
  }

#footer {
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #35457D;
	width: 775px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer2 {
  position: relative;
  top: 500px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #35457D;
	width: 775px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
/* Stil za proizvode */

div.center {
	text-align: center;
}

div.center2 {
	text-align: left;
	margin: 1em auto;
	width: 77%;
}

div.centerb1 {
	text-align: center;
}

div.centerb2 {
	text-align: left;
	margin: 1em auto;
	width: 30%;
}

img.center {
    display: block;
		margin-right: auto;
    margin-left: auto;
}

input.center {
    display: block;
		margin-right: auto;
    margin-left: auto;
    
}

/* Style za zoom proizvoda */

div.product-title {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

ul.details {
	margin-left: 20px;
/*	padding-left: 5px; */
}

li.details {
	margin-left: 20px;
}


/* javascript menu style */

.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("pictures/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: #215dc6;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("pictures/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("pictures/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("pictures/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter: alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




