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

body{
	background:url(images/bg_02.png) #124208 top repeat-x;
	font-size:13px;
	color:#FFFFFF;
	margin:0px;
}


#wrapper{
	width:960px;
	margin:0px auto;
}

/* Menu */

#menu{
	margin-bottom: 22px;
}

#left-corner{
	background:url(images/menu-l-corner.png) top left no-repeat;
	width:17px;
	height:54px;
	float:left;
	clear:none;
}


#middle-box{
	background:url(images/menu_bg.png) top left repeat-x;
	width:917px;
	height:54px;
	float:left;
	clear:none;
}

#middle-box ul{
	list-style:none;
	margin:0px;
	padding:0px;
}


#middle-box ul li{
	margin-right:5px;
	margin-top:11px;
	float: left;
}

#middle-box ul li a{
	display:block;
	background:url(images/menu.png) top left repeat-x;
	width:126px;
	height:30px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	padding-top:7px;
}



#right-corner{
	background:url(images/menu-r-corner.png) top left no-repeat;
	width:17px;
	height:54px;
	float:left;
	clear:none;
}

/* content */
#top-content{
	background:url(images/top-content.png) top left no-repeat;
	width:960px;
	height:26px;
}

#content{
	background:url(images/content_bg.png) top left repeat-y;
	width:960px;
	margin-top:0px;
}


#bottom-content{
	background:url(images/bottom-content.png) top left no-repeat;
	width:960px;
	height:52px;
}


#welcome{
	float:left;
	clear:none;
	width:210px;
	margin-left:20px;
}

.bullet{
	background:url(images/bullet.png) top left no-repeat;
	height:31px;
	font-size:18px;
	color:#FFFFFF;
	padding-left:35px;
	padding-top:3px;
}

.more-btn{
	margin-top:15px;
	text-align:right;
}

.v-divider{
	float:left;
	clear:none;
	width:4px;
	height:330px;
	margin-left:10px;
	margin-right:10px;
	border-left:1px solid #000000;
}

#latest-news{
	float:left;
	clear:none;
	width:600px;
	margin-left:10px;
}

.news-headline{
	margin-top:7px;
	font-size:16px;
}

#top-cars{
	float:left;
	clear:none;
	width:270px;
	margin-left:10px;
}

#h-divider{
	width: 920px;
	height:4px;
	margin-left:20px;
	margin-top:20px;
	border-bottom:1px solid #000000;
}

#footer{
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}
