@import url('reset.css');
@import url('jquery.fancybox.css');

body{
	background: #292929;
	font-family: Arial;
}


.nav{
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav a{
	margin-right: 10px;
	margin-left: 10px;
}

.nav a.about{
	background: url(../img/global/buttons/homepage.jpg) no-repeat;
	display: block;
	width: 142px;
	height: 49px;
	float: left;
}

.nav a.about:hover{
	background: url(../img/global/buttons/homepage_hover.jpg) no-repeat;
}

.nav a.all{
	background: url(../img/global/buttons/view_all.jpg) no-repeat;
	display: block;
	width: 142px;
	height: 49px;
	float: left;
}

.nav a.all:hover{
	background: url(../img/global/buttons/view_all_hover.jpg) no-repeat;
}

.nav a.contact{
	background: url(../img/global/buttons/contact.jpg) no-repeat;
	display: block;
	width: 142px;
	height: 49px;
	float: left;
}

.nav a.contact:hover{
	background: url(../img/global/buttons/contact_hover.jpg) no-repeat;
}

.nav img{
	margin-right: 20px;
}

#wrapper{
	width: 792px;
	margin: 0 auto;
}

	#wrapper form{
		margin-top: 10px;
	}
	
	#wrapper form fieldset{
		border: 1px solid #e9e9e9;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	#wrapper form legend{
		border: 1px solid #e9e9e9;
		padding: 5px;
		margin-left: 10px;
	}

	#wrapper form label{
		float: left;
		width: 150px;
		padding: 3px;
		clear: both;
		margin: 5px;
	}
	
	#wrapper form label span{
		color: red;
	}

	#wrapper form input,
	#wrapper form textarea,
	#wrapper form select{
		border: 2px solid #e9e9e9;
		font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
		padding: 3px;
		float: left;
		width: 200px;
		margin: 5px;
	}
    
    #wrapper form input:focus,
    #wrapper form textarea:focus{
        background: #fffeca;
    } 
	
	#wrapper form textarea{
		width: 500px;
		height: 150px;
		font-size: 11px;
	}
	
	#wrapper form p{
		padding-top: 10px;
		margin: 0;
		margin-left: 5px;
			}

	#wrapper .content_box{
		background: #1c1c1c;
		padding: 20px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
	}
	
	#wrapper .content_box hr{
		background: #FFF;
		height: 1px;
		border: 1px solid #FFF;
	}
	#wrapper .content_box p{
		color: #FFF;
		line-height: 22px;
		font-size: 13px;
	}
	
	#wrapper .content_box p b{
		color: #0d81de;
		font-size: 14px;
	}
	
	#wrapper .content_box .left{
		float: left;
		width: 310px;
		margin-left: 20px;
	}
	
	#wrapper .content_box .right{
		float: right;
		width: 310px;
		margin-right: 20px;
	}
	
	#wrapper .content_box img{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#wrapper .content_box .contact_us{
		background: #29292a;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		padding: 10px;
		text-align: center;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 15px;
	}
	
	#wrapper .content_box .contact_us p b,
	#wrapper .content_box .contact_us a{
		color: #FFF;
	}
#header{
	background: url(../img/global/header_bg.jpg) no-repeat;
	height: 417px;
	width: 792px;
	margin-top: 17px;
}
	

	#header a.general_vans{
		width: 185px;
		height: 90px;
		display: block;
		position: relative;
		top: 160px;
		left: 10px;
	}
	
	#header a.heavy_commercial{
		width: 225px;
		height: 110px;
		display: block;
		position: relative;
		top: 90px;
		left: 200px;
	}
	
	#header a.general_cars{
		width: 165px;
		height: 100px;
		display: block;
		position: relative;
		top: 50px;
		left: 430px;
	}
	
	#header a.plant_equiptment{
		width: 160px;
		height: 150px;
		display: block;
		position: relative;
		top: -80px;
		left: 600px;
	}
	
	#header .text{
		position: relative;
		top: -130px;
		left: 50px;
	}
	
#header.alt{
	background: url(../img/vehicle/view_vehicle_header.jpg) no-repeat;
	height: 293px;
	width: 792px;
}

	#header.alt .text{
		position: relative;
		top: 205px;
		left: 10px;
	}

	#header.alt .back{
		position: relative;
		top: 150px;
		left: 610px;
	}

#vehicle_list{
	margin-top: 15px;
}
	
	#vehicle_list .start{
		width: 767px;
		height: 279px;
		background: url(../img/vehicle/vehicle_entry_bg.jpg) no-repeat;
		padding-top: 8px;
		margin-top: 20px;
	}
	
	#vehicle_list .start .avatar{
		display: block;
		width: 350px;
		height: 263px;
		margin-left: 12px;
		float: left;
		border: 0px solid #9e9e9e;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
	}
	
	
	#vehicle_list .start .view img{
		float: left;
		padding-top: 10px;
		padding-left: 20px;
	}
	
	#vehicle_list .info{
		width: 375px;
		float: right;
		margin-right: 14px;
	}
	
	#vehicle_list ul{
		margin-top: 10px;
	}
	
	#vehicle_list ul li{
		height: 41px;
		background: #e5e5e5 url(../img/vehicle/list_gradient.jpg) no-repeat left;
		padding-left: 135px;
	}
	
	#vehicle_list ul li div{
		padding-top: 15px;
	}
	
	#vehicle_list .price_button a{
		color: #000;
	}
	
	#vehicle_list .price_button{
		background: url(../img/vehicle/price_button.jpg) no-repeat;
		text-align: center;
		width: 172px;
		height: 53px;
		margin: 0 auto;
		margin-top: 15px;
	}
	
	#vehicle_list .price_button{
		color: #FFF;
		padding-top: 18px;
	}
	
#box{
	
	background: #FFF;
	width: 768px;
	margin: 0 auto;
	margin-top: 40px;
}

	#box .top{
		background: url(../img/box/box_top.jpg) no-repeat;
		width: 768px;
		height: 15px;
	}
	
	#box .bottom{
		background: url(../img/box/box_bottom.jpg) no-repeat;
		width: 768px;
		height: 205px;
	}
	
	#box .bottom .inner{
		padding-top: 20px;
		padding-left: 35px;
	}
	
	#box .bottom .inner img{
		display: block;
	}
	
	#box .bottom .currency{
		margin-top: 10px;
	}
	#box .bottom .currency input{
		background: #FFF;
		border: 1px solid #a7a7a7;
		padding: 10px;
		width: 70px;
		float: left;
		margin-right: 10px;
	}
	
	#box .bottom .currency select{
		background: #FFF;
		border: 1px solid #a7a7a7;
		padding: 9px;
		float: left;
		margin-right: 10px;
	}
	
	#box .bottom .currency p{
		float: left;
		margin-right: 15px;
		margin-left: 10px;
		padding-top: 10px;
	}
	
	#box .bottom .currency .go{
		float: left;
		padding: 10px;
		padding-top: 16px;
	}
	
	#box .bottom .result{
		background: #a4a4a4;
		color: #FFF;
		width: 245px;
		padding: 9px;
		margin-top: 10px;
		font-size: 12px;
		font-weight: bold;
		float: left;
	}
	
	#box .inner{
		padding: 5px;
		padding-left: 10px;
		padding-top: 0px;
	}
	
	#box .inner .view_avatar{
		float: left;
		width: 225px;
	}
	
	#box .inner .view_avatar img{
		border: 1px solid #000;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
	}
	
	#box .inner .description{
		float: right;
		width: 475px;
		padding-right: 10px;
	}
	
	#box .inner .description p{
		line-height: 35px;
	}
	
	#box .inner ul.details{
		background: #d6e4f8;
		padding: 19px;
		margin-top: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		margin-bottom: 15px;
	}
	
	#box .inner ul.details li{
		display: inline;
		height: 50px;
		padding: 23px;
		color: #0b76db;
		font-size: 11px;
		margin-right: 10px;
	}
	
	#box .inner ul.details li.price{
		font-size: 16px;
		font-weight: bold;
		padding-left: 0px;
	}
	
	#box .inner ul.details li.vat{
		background: #FFF;
		font-weight: bold;
	}
	
	#box .call{
		float: right;
		width: 370px;
		font-size: 13px;
		padding-top: 5px;
		font-weight: bold;
	}
	
	#box ul.thumbnails{
		margin-top: 10px;
	}
	
	#box ul.thumbnails li{
		display: inline;
	}
	
	#box ul.thumbnails li img{
		border: 1px solid #000;
	}
	
	#box h3{
		margin-left: 0;
		padding-left: 0;
		font-size: 18px;
	}
	
	#box p{
		margin-bottom: 15px;
	}
	
#footer{
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #6a6a6a;
	background: #1e1e1e;
	margin-top: 20px;
}

#footer p{
	padding: 20px;
}
.errorBox{
	background: #fff98c;
	border: 1px solid #d2cc3b;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}