#navsize
{
	font-size: 14px;
	}

#uname
{
	text-align:right;
	margin-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#content_car{
	background: url(images/biger_bg.gif);
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	padding-left:20px;
	padding-right:20px;
}


/* CSS Document */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin:0;
	padding:0;
	
	background: #000000 url(images/bg_img.jpg) no-repeat top center fixed;
	
}


/* this is the main container holds the whole website */
#main{
	width:1000px;
	margin:0 auto;	
}

/* this is the main div contain navigation */
#navigation{
	background: url(images/gradient.png) repeat-x 0 -110px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #CC;
	-webkit-box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.75);
	font-size: 14px;
}


/* Start of style for Header */
#header{
	height:130px;
	background:url(images/header_bg.fw.png) no-repeat;
	position:relative;
	z-index:-1;
}
.logo{
	width:600px;
	float:left;
	padding:10px 0 0 10px;
	margin-top:50px;
	margin-left:20px;
}
.headimg{
	width:500px;
	float:right;
	margin-top:15px;
}
/* End of style for Header */


/* this div contain main content of the website */
#content{
	width:700px;
	float:left;
	z-index:-10;
	margin-right:5px;
}

/* Start of style for latest cars */
.latest{
	background:url(images/latest.gif) no-repeat;
	height:25px;
}
.content_inner_bg{
	background:url(images/latest_bg.gif);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
/* End of style for latest cars */


/* Start of style for Brabds by logo */
.brands_logo{
	background:url(images/brands_bg.gif) no-repeat;
	height:100px;
	margin-bottom:15px;
}
.brands_logo ul{
	padding-top:9px;
}
.brands_logo ul li{
	margin-right:4px;
	list-style:none;
	display: inline;
}
.brands_logo ul li a{	
}
.brands_logo ul li a:hover{
}
/* End of style for Brabds by logo */


/* Start of style for News */
.news_head{
	background:url(images/about_h.gif) no-repeat;
	height:40px;
}
.aboutcont{
	margin-left:15px;
	margin-bottom:15px;
	color:#333;
}
/* End of style for News */


/* Start of style for right slide */
#slidebar{
	width:285px;
	float:right;
	opacity:0.8;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

.slide_body{
	background:url(images/slidebg.gif) repeat-y;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search_head{
	background:url(images/search.gif) no-repeat;
	width:285px;
	height:67px;
}
.popular_head{
	background:url(images/popular.gif) no-repeat;
	height:75px;
}
#slider a{opacity:0.8;}
#slider a:hover{
	opacity:1;
}
/* Start style for Footer */
#footer{
	
	
	clear:both;
	height:75px;
	background: url(images/gradient.png);
	border-top:3px solid #333;
}
/* End style for Footer */

.inputbox{
	background-color:#d3d3d3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
	width:190px;
	margin-bottom:5px;
}
.inputbox2{
	background-color:#d3d3d3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
	width:50px;
	margin-bottom:5px;
}
option{
	border:1px solid #ccc;
}
.wlogo{
}
