@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

img{padding:0; margin:0; border:0}
div, p{padding:0; margin:0;}

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

/* HEADER */
#top_menu{
	padding:10px 15px 5px 0;
	text-align:right;
}
#header{
	height:120px;
	background-image:url(../images/header_back.jpg);
	background-repeat:repeat-x;
}
#header_left{
	height:120px;
	width:15px;
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header_right{
	height:120px;
	width:15px;
	background-image:url(../images/header_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header_main{
	height:120px;
	width:950px;
	float:left;
}
.logo{background-image:url(../images/logo.png); background-repeat:no-repeat; float:left; margin-top:30px; margin-left:10px; width:198px; height:50px;}
.top_banner{float:right; width:468px; height:60px; border:1px solid #CCCCCC; background-color:#FFFFFF; margin-top:25px;}

/* GLAVNI MENI*/
#glavni_meni{
	 width:978px;
	 height:35px;
	 border-left:1px solid #ccc;
	 border-right:1px solid #ccc;
	 background-image:url(../images/glavni_meni_back.jpg);
	 background-repeat:repeat-x;
}
.udesno{
	 width:978px;
	 height:10px;
	 border-left:1px solid #ccc;
	 border-right:1px solid #ccc;
	 background-image:url(../images/glavni_meni_ispod.jpg);
	 background-repeat:repeat-x;
	 float:left;
}

/* SREDNJI DEO GDE JE PROMOCIJA I TABOVI*/
#sredina{
	 width:958px;
	 border-left:1px solid #ccc;
	 border-right:1px solid #ccc;
	 padding:10px;
	 float:left;
}

#box_promocije{
	width:470px;
	padding:3px 30px 0 10px;
	float:left;
}
.motor_prikaz{
	width:468px;
	height:310px;
	border:1px solid #ccc;
	
}
.banner_promocija{
	width:468px;
	height:60px;
	border:1px solid #ccc;
}

.slika_promocija{
	width:468px;
	height:240px;
	border:1px solid #ccc;
	margin-top:8px;
}
/* BOX SADRZAJA*/
#sadrzaj{
	 width:978px;
	 border-left:1px solid #ababab;
	 border-right:1px solid #ababab;
	 float:left;
}
#sub_boxes{
	width:770px;
	float:left;
	padding:10px 16px 10px 0;
}
.sub_box{
	width:749px;
	height:125px;
	border:1px solid #CCCCCC;
	border-left:none;
	background-image:url(../images/sub_box_back.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding:0 9px 0 9px;
}

.sub_box2{
	width:759px;
	height:125px;
	border:1px solid #CCCCCC;
	border-left:none;
	background-image:url(../images/sub_box_back.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding:0 0 0 10px;
}

#box_baneri{
	width:182px;
	float:left;
	padding:10px 10px 10px 0;
}

.banner_right{
	width:180px;
	height:100px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	overflow:visible;
}

.back_mini_photo{
	width:120px;
	height:75px;
	background-image:url(../images/back_mini_photo.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	padding:7px 0 8px 0;
	margin:15px 0 0 0;
	float:left;
}
.box_podkategorija{
	width:749px;
	border:none;
	margin-top:8px;
	margin-bottom:30px;
	background-image:url(../images/old_bike.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.kategorija_header{background-image:url(../images/podkategorija_back.jpg); background-repeat:no-repeat; background-position:left; height:40px; padding:10px;}
.box_podkategorija ul{
	margin:0;
	padding:20px 0 40px 120px;
}
.box_podkategorija ul li{
	margin:0;
	padding:0 0 10px 0;
	color:#0066CC;
}
.box_obican_text{
	width:719px;
	border:1px solid #ccc;
	border-left:none;
	margin-top:8px;
	padding:15px;
}
/* FOOTER */
#footer_guma{
	width:978px;
	height:32px;
	background-image: url(../images/footer.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
}
#footer{padding:5px; color:#999999; font-size:11px; width:980px; float:left;}

/* NOVO DODATO */

.logici{ height:38px; border:solid 1px #CCCCCC; background-color:#EEEEEE; padding:5px;}

hr{border:none; border-bottom:2px dotted #CCCCCC;}

