body{
	background-color: #303a3f;
	font-family: "Trebuchet MS";
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

a{
	color: #000;
}

small{
	font-size: .8em;
}

.main-bg{
	background-color: #f4f5f0;
	background-image: url(../img/bg-main.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding: 20px 0;
}

.main-width{
	width: 979px;
	margin: 0px auto 0px auto;
	text-align: left;
	color: #000;
}

#header{
	
}

	#logo{
		float: left;
	}
	
	#header .search-box{
		background-color: #d7e8c4;
		background-image: url(../img/bg-iskalnik.png);
		width: 264px;
		height: 20px;
		margin-bottom: 10px;
		float: right;
	}
	
	#header .search-box input{
		font-weight: bold;
		font-size: 10pt;
		border: 0;
		padding: 0;
		margin: 0;
		background-color: #d7e8c4;
		margin-top: 2px;
		width: 220px;
		height: 16px;
		overflow: hidden;
		float: left;
		margin-left: 25px;
	}
	
	#header .side-box{
		width: 280px;
		float: right;
		text-align: right;
	}
	
	#header .infobox{
		float: left;
		width: 450px;
		margin-left: 10px;
	}

#menu-top{
	background-image: url(../img/bg-glavni-menu-pas.png);
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
	
	#menu-top a{
		color: #fff;
		text-decoration: none;
	}
	
	#menu-top a:hover{
		text-decoration: underline;
	}

	#menu-top li{
		margin-top: 3px;
		padding: 0 15px;
		float: left;
		height: 22px;
		
	}
	
	#menu-top li.selected{
		background-image: url(../img/bg-glavni-menu-selected.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	#menu-top li.selected a{
		font-weight: bold;
	}

div#menu-middle{
	background-image: url(../img/bg-srednji-menu-pas.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}

div#menu-middle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100px;
}

div#menu-middle li{
	float: left;
	height: 100px;
	width: 158px;
	background-image: url(../img/bg-srednji-menu-box.png);
	margin-left: 6px;
	cursor: pointer;
	text-align: center;
}

div#menu-middle li:hover{
	background-image: url(../img/bg-srednji-menu-box-on.png);
}


div#menu-middle li a{
	color: #70716b;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

div#menu-middle li a:hover{
	text-decoration: underline;
}

div#menu-middle li div{
	margin-top: 30px;
}


div#menu-middle li.first{
	margin-left: 0;
}

div.content-white{
	background-color: #fff;
	border: 1px solid #75766e;
	margin-top: 10px;
}

div.content-white .padding{
	padding: 10px 0 10px 10px;
}

div.content-white div.green{
	margin: 10px;
	padding: 10px;
	border: 1px solid #8f8f8d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../img/bg-content-green.jpg);
}

div.tower-bg-shadow{
	background-image: url(../img/bg-box-shadow.png);
	width: 283px;
	background-repeat: no-repeat;
	padding-top: 7px;
}

div.tower-fleft{
	float: left;
}

div.tower-fright{
	float: right;
}

div.tower-top{
	background-image: url(../img/bg-box-top.png);
	width: 266px;
	height: 26px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

div.tower-content{
	background-image: url(../img/bg-box-content.png);
	width: 266px;
	background-repeat: no-repeat;
	margin-left: 8px;
	border-bottom: 1px solid #000;
}

div.tower-content div.padding{
	padding: 10px;
}

div.tower-top h3{
	padding: 5px 0 0 30px;
	color: #303a3f;
	font-size: 12pt;
}

#footer{
	width: 979px;
	margin: 10px auto;
}

#footer .padding{
}

div.content-page{
	margin-top: 20px;
	background-image: url(../img/bg-content-top.png);
	background-repeat: repeat-x;
	padding-top: 15px;
}

div.content-page .tower-menu{
	width: 245px;
	background-image: url(../img/bg-content-menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 150px;
	float: left;
	font-size: 10pt;
}

div.content-page .tower-menu div{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.content-page .tower-menu a{
	text-decoration: none;
}

div.content-page .tower-menu a:hover{
	text-decoration: underline;
}

div.content-page .tower-menu ul{
	margin: 0 7px 0 7px;
	padding: 0;
	list-style-type: none;
}
div.content-page .tower-menu ul li.main{
	margin-bottom: 8px;
}

div.content-page .tower-menu ul li.main div.main{
	background-image: url(../img/bg-content-menu-main.png);
	padding: 5px 0 5px 25px;
	border: 1px solid #70716c;
	color: #303a3f;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 11pt;
}

div.content-page .tower-menu ul li.main ul{
	margin-left: 25px;
}

div.content-page .tower-menu li.main ul div.selected{
	padding-left: 10px;
	background-image: url(../img/bg-content-menu-icon-selected.png);
	background-repeat: no-repeat;
	background-position: center left;
}

div.content-page .tower-menu li.main ul div.selected a{
	color: #f00;
}

div.content-page .tower-menu li.main div.selected a:first-of-type{
	color: #f00;
}



div.content-page div.content{
	float: right;
	width: 720px;
}

div.content-page div.navigation{
	margin-bottom: 10px;
	font-size: 10pt;
	margin-top: 5px;
}

div.content-page div.navigation a{ text-decoration: none; }
div.content-page div.navigation a:hover{ text-decoration: underline; }

div.content-page div.content-top{
	background-image: url(../img/bg-content-inner-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 7px;
}

div.content-page div.content-bg{
	float: right;
	width: 720px;
	background-image: url(../img/bg-content-inner-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.content-page div.content-bg .padding{
	padding: 15px 20px 20px 20px;
}


div.tab-content-container{}
div.tab-content-container .tab-navigation{
	background-image: url(../img/bg-content-inner-menu-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.tab-content-container .tab-navigation ul{
	margin: 0;
	padding: 0;
	height: 25px;
	font-size: 10pt;
}

div.tab-content-container .tab-navigation li a{
	color: #2d373c;
	text-decoration: none;
}

div.tab-content-container .tab-navigation li a:hover{
	text-decoration: underline;
}

div.tab-content-container .tab-navigation li{
	float: left;
	background-image: url(../img/bg-content-inner-menu-normal.png);
	padding: 5px 15px;
	margin-right: 10px;
	background-repeat: repeat-x;
	list-style-type: none;
}
div.tab-content-container .tab-navigation li.selected{ background-image: url(../img/bg-content-inner-menu-selected.png); }
div.tab-content-container .tab-content{ font-size: .95em; text-align: justify; }

.clear{
	clear: both;
	height: 1%;
}

img.fleft{
	float: left;
	margin: 0 10px 10px 0;
}

img.blackborder{
	border: 1px solid #000;
}

p{
	margin-bottom: 10px;
	font-size: 11pt;
	line-height: 13pt;
}

table.addrecord{}
table.addrecord td{
    padding: 5px;
}
table.addrecord .leftcolumn{
    font-size: 1.2em;
}
table.addrecord input{
    padding: 5px; 
    font-size: 1.2em; 
    font-weight: bold;
}
table.addrecord select{ 
    width: 100%; 
    padding: 5px; 
    font-size: 1.2em; 
    font-weight: bold; 
}
table.addrecord input:focus, table.addrecord select:focus{
	border-color: #00f;
}
table.addrecord select{ 
    width: 100%; 
    padding: 5px; 
    font-size: 1.2em; 
    font-weight: bold; 
}
table.addrecord input[type="checkbox"]{
    width: auto;
}
table.addrecord tr.graytext > *{
    color: #555;
}

table.dataTable{}
table.dataTable thead th{
    color: #333;
    padding: 0px 5px;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px;
    font-weight: bold;
    text-align: left;
}
table.dataTable tbody td{
    padding: 5px;
    vertical-align: middle;
}
table.dataTable tr.even td{
    background-color: #eeeeee;
}
table.dataTable tfoot td{
    color: #555;
    padding: 0px 5px;
    border-top: 1px solid #c3c3c3;
    padding: 5px;
    font-weight: bold;
}

div.error{
	text-decoration: underline;
	font-weight: bold;
}

img.fright{
	float: right;
	margin: 0 0 5px 10px;
}

.text{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #b4c7d2;
	padding: 3px;
}

.hidden{
	display: none;
}

div.slideshow-buttons{}
div.slideshow-buttons .sb-n{
	margin-left: 5px;
	width: 15px;
	padding: 5px;
	text-align: center;
	border: 1px solid #c3c3c3; 
	float: left;
	font-size: .8em;
	font-weight: bold;
	color: #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.slideshow-buttons .sb-na{
	background-color: #888;
	color: #fff;
}

/* pregled proizvodov */
div.article{ margin: 0 5px; }
div.article .top{
	height: 30px; 
	background-color: #c3c3c3; 
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
div.article .top div{ padding: 8px 0 0 10px; color: #A81524; }
div.article .bottom{ padding: 10px 10px 0 10px; }
div.article .bottom img{ float: left; margin-right: 10px; }
div.article .bottom ul{ margin: 0; float: left; width: 150px; padding-left: 30px; font-size: .8em; }









