@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

a{
	color: #4b8cbf;
	text-decoration: underline;
}

a:hover{
	color: #245f8d;
	text-decoration: none;
}

a:focus{
	-moz-outline: none;
}

img{
	border: none;
}

p{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 24px;
	color: #444444;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 a{
	color: #34849b;
	text-decoration: none;
}

h2 a:hover{
	color: #d25136;
	text-decoration: underline;
}

h3{
	font-size: 18px;
	color: #444444;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 a{
	color: #444444;
	text-decoration: none;
}

h3 a:hover{
	color: #444444;
	text-decoration: none;
}

.bigBtn{
	width: 140px;
	height: 30px;
	display: block;
	background: url("../images/btn-big-bg.gif") no-repeat top left;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.bigBtn:hover{
	color: #444444;
	text-decoration: none;
}

.bigBtn:active{
	padding-top: 1px;
	background-position: 0 1px;
}

.hr{
	width: 940px;
	height: 10px;
	clear: both;
}

.separatorHor{
	float: left;
	width: 940px;
	height: 1px;
	background: #e3e3e3;
	margin: 20px 10px;
}

/*---------------------------------------------------------------*/
/*---WRAPPER---*/
/*---------------------------------------------------------------*/

#wrapper{
	min-height: 100%;
	width: 100%;
}

/*---------------------------------------------------------------*/
/*---TOP LINE---*/
/*---------------------------------------------------------------*/

#topLineWrapper{
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #444444;
}

#topLine{
	height: 20px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
}

#topLine p{
	margin-right: 10px;
}

/*---------------------------------------------------------------*/
/*---HEADER---*/
/*---------------------------------------------------------------*/

#headerWrapper{
	height: 130px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url("../images/header-bg.jpg") repeat-x;
}

#header{
	height: 130px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

h1{
	margin: 0;
	padding: 0;
}

h1 a{
	background: url("../images/auto-inicijal-logo.gif") no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 68px;
	float: left;
	margin-top: 31px;
	margin-left: 10px;
}

#navigation{
	height: 30px;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
	font-size: 14px;
}

#menu{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 30px;
	float: right;
}

#menu li{
	display: inline;
}

#menu a{
	float: left;
	width: 100px;
	height: 30px;
	display: inline;
	line-height: 30px;
	text-align: center;
	outline: none;
	margin-left: 20px;
	text-decoration: none;
	color: #444444;
	background: url("../images/btn-menu-bg.gif") no-repeat top left;
}

#menu a:hover{
	color: #34849b;
}

#menu a:active{
	color: #34849b;
	padding-top: 1px;
	background-position: 0 1px;
}

#navigation a#selected, #navigation a#selected:hover{
	background: url("../images/btn-menu-bg.gif") no-repeat bottom left;
	color: #ffffff;
}

/*---------------------------------------------------------------*/
/*---CONTENT---*/
/*---------------------------------------------------------------*/

#contentWrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url("../images/content-bg.jpg") repeat-x;
}

#content{
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

/*---------------------------------------------------------------*/
/*---IZDVAJAMO---*/
/*---------------------------------------------------------------*/

#izdvajamo{
	float: left;
	margin-left: 10px;
	width: 940px;
}

#izdvajamoImageHolder{
	float: left;
	width: 300px;
	height: 229px;
}

#izdvajamoImageHolder img{
	padding: 7px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
}

#izdvajamoImageHolder img:hover{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.izdvajamoTitle{
	float: left;
	width: 600px;
	height: 40px;
	margin-left: 20px;
}

#izdvajamoOpis{
	float: left;
	width: 620px;
	height: 147px;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 20px;
}

#izdvajamoOpisLeft{
	float: left;
	width: 300px;
}

#izdvajamoOpisRight{
	float: left;
	width: 300px;
	margin-left: 20px;
}

#btnIzdvDetaljnije{
	float: left;
	margin-left: 20px;
}

/*---------------------------------------------------------------*/
/*---INDEX PAGE---*/
/*---------------------------------------------------------------*/

#welcomeIndex{
	float: left;
	width: 620px;
	margin-left: 10px;
}

.text{
	margin: 15px 0;
}

.floatLeft{
	float: left;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#btnPogledajtePonudu{
	float: left;
}

#ponudaIndex{
	float: left;
	width: 300px;
	margin-left: 9px;
}

.separatorVer{
	float: left;
	width: 1px;
	height: 200px;
	margin: 0 0 0 10px;
	background: #e3e3e3;
}

/*---------------------------------------------------------------*/
/*---PAGE---*/
/*---------------------------------------------------------------*/

.pageTitle{
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 940px;
}

#pretragaFilteri{
	float: left;
	margin-left: 10px;
	width: 938px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
}

#pretragaFilteri table{
	margin: 15px;
}

#pretragaFilteri select{
	width: 100px;
}

.trazi{
	width: 140px;
	height: 30px;
	display: block;
	background: url("../images/btn-big-bg.gif") no-repeat top left;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.trazi:hover{
	color: #444444;
	text-decoration: none;
}

.trazi:active{
	padding-left: 0;
	padding-right: 0;
	margin-top: 1px;
}

.resultTitle{
	float: left;
	width: 650px;
	margin-left: 20px;
	font-size: 20px;
	color: #444444;
	padding: 0;
	font-weight: normal;
}

.resultTitle a{
	color: #34849b;
	text-decoration: none;
}

.resultTitle a:hover{
	color: #d25136;
	text-decoration: underline;
}

.cenaTitle{
	color: #d25136;
	font-size: 16px;
}

.resultBlock{
	float: left;
	width: 940px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e3e3;
}

.resultImageHolder{
	float: left;
	width: 155px;
	height: 118px;
}

.resultImageHolder img{
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
}

.resultImageHolder img:hover{
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.resultDescription{
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-top: 15px;
	line-height: 1.5;
}

#btnDetaljnije{
	float: right;
	margin-top: 25px;
}

/*---------------------------------------------------------------*/
/*---PREGLED---*/
/*---------------------------------------------------------------*/

#pregOpis{
	float: left;
	width: 468px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pregBlockKarakteristike{
	float: left;
	width: 230px;
	margin: 15px;
	line-height: 1.4;
}

.pregBlockOprema{
	float: right;
	width: 208px;
	margin: 15px 0;
	line-height: 1.4;
}

#pregKomentar{
	float: left;
	width: 230px;
	margin: 15px;
	line-height: 1.4;
}

.pregBlockSlike{
	float: right;
	width: 478px;
	margin-top: 20px;
}

/*---------------------------------------------------------------*/
/*---O NAMA---*/
/*---------------------------------------------------------------*/

#opisONama{
	float: left;
	margin-left: 10px;
}

.slikaVelika{
	float: left;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*---------------------------------------------------------------*/
/*---FOOTER---*/
/*---------------------------------------------------------------*/

#footerWrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #444444 url("../images/footer-bg.jpg") repeat-x top left;
}

#footer{
	height: 220px;
	width: 960px;
	margin: 0 auto;
	color: #ffffff;
}

.footerBox{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
}

.footerBox ul{
	list-style: none;
	padding: 0;
	margin-top: 10px;
	line-height: 1.4;
}

.footerTitle{
	color: #ffffff;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}

.footerSepVer{
	float: left;
	width: 1px;
	height: 120px;
	background: #555555;
	margin-left: 9px;
	margin-top: 20px;
}

.footerSepHor{
	float: left;
	width: 940px;
	height: 1px;
	background: #555555;
	margin: 15px 10px;
}

#footerLeft{
	float: left;
	margin-left: 10px;
	font-size: 11px;
}

#footerRight{
	float: right;
	margin-right: 10px;
	font-size: 11px;
}
