html, body{ 
 margin:0; 
 padding:0;
 font: 80%/1.5 arial, helvetica, sans-serif;
 text-align:center;
 background:#FFF;
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:116px; 
 width:100%;
}

#logo {
	float:left;
	margin-top:20px;
}

#jezik {
	float:right;
	margin-top:50px;
	background-image: url(slike/jezik_strelica.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #777777;
	height: 20px;
	padding-top: 3px;
}

#jezik a {
	color: #777777;
	text-decoration: none;	
}

#jezik a:hover {
	color: #f37021;
	text-decoration: underline;
}

/*  meni  pocetak  */
#meni {
	position:relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	z-index: 499;
}
	
	#nav, ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav li {
		height:28px;
		float: left;
		position: relative;
	}
	
	#nav li a {
		height:22px;
		color: #FFF;
		margin: 0;
		display: block;
		padding: 6px 0px 0px 11px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#m1 {
		background-image: url(slike/m1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 185px;
	}
	
	#m2 {
		background:#007639;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFF;
		width: 184px;
	}
	
	#m3 {
		background:#0061af;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFF;
		width: 184px;
	}
	
	#m4 {
		background-image: url(slike/m4.gif);
		background-repeat: no-repeat;
		background-position: right top;
		width: 184px;
	}
	
	#nav li ul {
		display: none;
		position: absolute;
		top: 28px;
		left: 0;
	}
	
#m2 ul li a{
	color: #333;
	text-decoration: none;
	background-color: #d5e7df;
	background-image: url(slike/m2_strelica.gif);
	background-repeat: no-repeat;
	background-position: 11px 12px;
	font-weight: normal;
	padding: 5px 0px 4px 20px;
	font-size: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 164px;
	height: 22px;
	text-transform: none;
}
	
#m2 ul li a:hover{
		color: #000;
		background-color: #e7f7f0;
		background-image: url(slike/m2_strelica.gif);
		background-repeat: no-repeat;
		background-position: 11px 12px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFF;
}

#m3 ul li a{
	color: #333;
	text-decoration: none;
	background-color: #d5e2ed;
	background-image: url(slike/m3_strelica.gif);
	background-repeat: no-repeat;
	background-position: 11px 12px;
	font-weight: normal;
	padding: 5px 0px 4px 20px;
	font-size: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 164px;
	height: 22px;
	text-transform: none;
	margin: 0;
}
	
#m3 ul li a:hover{
		color: #000;
		background-color: #e9f3fc;
		background-image: url(slike/m3_strelica.gif);
		background-repeat: no-repeat;
		background-position: 11px 12px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFF;
}
	
	#nav li li {
		float: none;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		display: block;
	}

/*  meni  kraj  */

 
#maincol{
	float: right;
	position: relative;
	width:75%;
	min-height: 500px;
	display: block;
	z-index: 100;
 }
 
#tekst {
	width: auto;
	margin-left: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 2px;
	font-weight: normal;
}

#nar {
	color:#f37021;
}

#zel {
	color:#007639;
}

#zel a {
	color:#007639;
	text-decoration: none;
	font-weight: normal;
}

#zel a:hover {
	text-decoration: underline;
}

#pla {
	color:#0061af;
}

#pla a {
	color:#0061af;
	text-decoration: none;
	font-weight: normal;
}

#pla a:hover {
	text-decoration: underline;
}

#zut {
	color:#deb10a;
}

#zut a {
	color:#deb10a;
	text-decoration: none;
	font-weight: normal;
}

#zut a:hover {
	text-decoration: underline;
}

#putanja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
}

#putanja a {
	color: #aaaaaa;
	text-decoration: none;
}

#putanja a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#tekst ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	list-style-type: disc;
	margin-left: 20px;
}

#tekst ul li a {
	text-decoration: none;
}

#tekst ul li a:hover {
	text-decoration: underline;
}

#tekst ol li a {
	text-decoration: none;
}

#tekst ol li a:hover {
	text-decoration: underline;
}

#tekst p a {
	text-decoration: none;
}

#tekst p a:hover {
	text-decoration: underline;
}

#tekst ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555555;	
}
 
#leftcol {
	width:25%; 
	float:left; 
	position:relative;
	z-index: 101;
}

#infoH {
	background-image: url(slike/info.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	padding-top: 15px;
	padding-left: 10px;
	letter-spacing: -0.02em;
}

#infoS {
	background-image: url(slike/infoS.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#infoT {
	background-image: url(slike/infoT.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#infoS a, #infoT a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding-top: 4px;
	padding-left: 10px;
	text-decoration: none;
	display:block;
}

#infoS a:hover, #infoT a:hover {
	color: #f37021;
	text-decoration: underline;
}

#leftB {
	background-image: url(slike/left_b.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	margin-bottom: 10px;
}

#onLineH {
	background-image: url(slike/on-line.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	padding-top: 15px;
	padding-left: 10px;
}

#onLineS {
	background-image: url(slike/on-lineS.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#onLineT {
	background-image: url(slike/on-lineT.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#onLineS a, #onLineT a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding-top: 4px;
	padding-left: 10px;
	text-decoration: none;
	display:block;
}

#onLineS a:hover, #onLineT a:hover {
	color: #f37021;
	text-decoration: underline;
}

#pdf {
	background-image: url(slike/pdf.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	padding-top: 11px;
	padding-left: 10px;
}

#pdf a {
	color: #444;
	text-decoration: none;
}

#pdf a:hover {
	color: #f37021;
	text-decoration: underline;
}

#tecajnicaH {
	background-image: url(slike/tecajnica.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 8px;
	padding-left: 10px;
}

 
#footer {
	height:41px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 20px;
 }
 
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
 } 
 
#footer a {
	color: #999999;
	text-decoration: none;
}
 
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
 
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;	
}

.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #f37021;	
}
 
 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*********************************/
/**** products control styles ****/
/*********************************/

div.productsControlWrapper {
	margin-bottom: 40px;
	margin-top: 35px;
	height: 60px;
}
h3.productControlTitle {
	height: 50px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 20px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f37421;
	width: 140px;
	position: absolute;
	line-height: 1.1em;
	letter-spacing: -0.01em;
	overflow: hidden;
	cursor: pointer;
}
h3.productControlTitle span {
	font-family: Calibri, Arial, sans-serif;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
div.productControlContainer {
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	margin-left: 132px;
	width: 0;
	text-align: center;
	background-color: #fff;
}

div.productControlWrapper {
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
div.productSlider {
	height: 48px;
	width: 28px;
	display: inline-block;
	float: left;
	cursor: pointer;
	background: #fff url(slike/arrow_left.png) no-repeat left;
}
div.leftSlider {
	background: #fff url(slike/arrow_left.png) no-repeat left;
	border-right: solid 1px #bebebe;
	margin-right: 10px;
	margin-top: 6px;
}
div.rightSlider {
	background: #fff url(slike/arrow_right.png) no-repeat right;
	border-left: solid 1px #bebebe;
	margin-left: 10px;
	margin-top: 6px;
}
div.productsWrapper {
	padding: 0;
	height: 60px;
	display: inline-block;
	float: left;
}
div.productsWrapper ul, div.productsWrapper ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.productsWrapper ul li {
	margin: 0 5px;
	width: 160px;
	overflow: hidden;
}
div.productsWrapper ul li img {
	border: none 0;
}

/* tecajnica */
.tecajnica {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	width: 100%;
}

.tecajnica td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	height: 18px;
}

#tecajnicaWrap{
	background-color: #fbfbfb;
	width: auto;
	padding: 7px 10px 0 10px;
	}

#datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;	
	}
#datumN {color: #f37021;}

#leftBT {
	background-image: url(slike/left_bt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	margin-bottom: 10px;
}
