@charset "utf-8";
/* CSS Document */
body{
	background: #021929 url(../../images/Generic/body_bg.gif) top left repeat-x;
	margin:0;
	padding:0;
	color:#2d4b64;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#2d4b64;
}
a:hover{
	color:#2d4b64;
	text-decoration:none;
}
#container{
	margin:20px auto;
	width:990px;
}
.clear{
clear:both;
}
#header{
	width:990px;
	font-size:11px;
	position:relative;
}
#wrapper{
	background:url(../../images/Generic/content_bg.gif) #baced8 left top repeat-x;
	border-bottom: solid 3px #477cac;
	width:990px;
}
#padding{
	width:970px;
	height:100%;
	margin:0;
	padding:0 10px 10px;
}
#flash{
	width:680px;
	height:317px;
	float:left;
} 
#index_content {
	with:100%;
	height:100%;
}
#index_content h1 {
	color:#2D4B64;
	font-size:14px;
	margin:20px 0 3px;
	padding:0;
}

.underLine{
	background:url(../../images/Generic/underline.gif) top left repeat-x;
	height:1px;
	width:680px;
	padding:0 0 3px 0;
}
.underLineLong{
	background:url(../../images/Generic/underline-long.gif) top left repeat-x;
	height:1px;
	width:970px;
	padding:0 0 3px 0;
}
/*NAVIGATION*/
#nav{
	width:680px;
	float:left;
	height:33px;
	text-align:center;
}
#navFord{
	height:33px;
	float:left;
}
#navFord a{
	background:url(../../images/Generic/nav_button_ford.gif) left top no-repeat;
	width:119px;
	height:33px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navFord a:hover{
	background:url(../../images/Generic/nav_button_ford.gif) left bottom no-repeat;
}
#navKia{
	height:33px;
	float:left;
}
#navKia a{
	background:url(../../images/Generic/nav_button_kia.gif) left top no-repeat;
	font-size:13px;
	color:#FFFFFF;	
	width:119px;
	height:33px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navKia a:hover{
	background:url(../../images/Generic/nav_button_kia.gif) left bottom no-repeat;
}
#navHonda{
	height:33px;
	float:left;
}
#navHonda a{
	background:url(../../images/Generic/nav_button_honda.gif) left top no-repeat;
	font-size:13px;
	color:#FFFFFF;	
	width:119px;
	height:33px;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#navHonda a:hover{
	background:url(../../images/Generic/nav_button_honda.gif) left bottom no-repeat;
}
#navLeft{
	background:url(../../images/Generic/nav_left.gif) left top no-repeat;
	width:80px;
	height:33px;
	float:left;
}
#navRight{
	background:url(../../images/Generic/nav_right.gif) right top no-repeat;
	width:81px;
	height:33px;
	float:left;
}
.navDiv{
	background:url(../../images/Generic/nav_middle.gif) left top no-repeat;
	width:81px;
	height:33px;
	float:left;
}
#rating {
	float:right;
	padding-right:10px;
	}
/*SIDE BAR*/
#side{
	background:url(../../images/Generic/side_bg.gif) left top repeat-y;
	width:280px;
	padding-top:0;
	font-size:11px;
	float:right;
}
.sideContent{
	padding: 2px 10px 0;
	height: 100%;

}
#sideTop{
	background:url(../../images/Generic/side_bg_top.gif) left top no-repeat;
	width:280px;
}
#sideBtm{
	background:url(../../images/Generic/side_bg_btm.gif) left bottom no-repeat;
	width:280px;
}
#side h1{
	font-size:14px;
	padding:10px 0 5px 0;
	margin:0;
}
#side .divide{
	background:url(../../images/Ford/side_bg_div.gif) left top no-repeat;
	height:1px;
	padding:0;
	margin:0 0 0 0;
}
#side p{
	padding:6px 0;
	margin:0;
}
/*FOOTER*/
#footer{
	width:990px;
	padding-top:5px;
	line-height:18px;
	font-size:10px;
	color:#576e80;
	background:url(../../images/Generic/footer_bg.gif) top left no-repeat;
	height:62px;
}
#footer .text{
	padding-top:10px;
	float:left;
}
#footer .dsLogo{
	width:124px;
	height:27px;
	float:right;
	margin-top:15px;
	margin-right:5px;
}