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

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


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

/* Menu*/

#header {
	background-color:#003673;
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0;
}


#menu{
	margin-top: 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-color: #1e467b;
	width:126px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	padding-top:3px;
	
}
#middle-box ul li a:hover {
   background-color: #EE0000;
	 font-size:15px;
	 font-color: #FFFFFF
}

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

/* content 

.c11 {
 background-color: #000000;
	}

 .c11:hover {
   background-color: #EE0000;
*/
#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:290px;
	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;
	background:url(images/v_divider.png) top left repeat-y;
	width:4px;
	height:470px;
	margin-left:10px;
	margin-right:10px;
}

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

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

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

#h-divider{
	background:url(images/H-divider.png) top left repeat-x;
	width: 920px;
	height:4px;
	margin-left:20px;
	margin-top:20px;
}

#footer{
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}
   
	
input {font-family: "Segoe UI", "Calibri", Frutiger, Tahoma, "Helvetica", "Helvetica Neue", Arial, sans-serif; font-size: 16px; font-weight: 900; color: #EE0000; border: solid 2px #fbfb0a;}

input.serial {width: 20px}

input[type=text]:focus {
	border-color: red;
	background: #ffffff;
}
#load{
position:absolute;
z-index:1;
border:3px double #999;
background:url(img/loading.gif);
width:100px;
height:100px;

}
