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

body{
	background-image:url(images/bg.jpg);
	margin:0px 0px 0px 0px;
}

img
{
	border: none;
}

a
{
	color: #000;
	text-decoration: none;
}
a:link
{
	color:#000;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: none;
}
#container_outer{
	width:990px;
	margin:0 auto 0 auto;
}

#container_main{
	width:100%;
	float:left;
}


#header{
	float:left;
	width:100%;
	background-image:url(images/header.jpg);
	height:145px;
}

#logo_container{
	float:left;
	width:620px;
	height:65px;
	margin:20px 0px 0px 50px;

}

#header_right{
	float:left;
}

#top_menu{
	margin:10px 0px 0px 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
	font-weight:bold;
}

#phone_container{
	float:left;
	margin:5px 0px 0px 10px;

} 

#email_container{
	margin:0px 0px 0px 138px;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111;

} 

#rss_container{
	float:left;
	margin:10px 0px 0px 50px;

}

#menu_container{
	float:left;
	width:946px;
	height:39px;
	margin:13px 0px 0px 26px;
	background-image:url(images/menu_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;

}

#content_container{
	float:left;
	width:100%;
	height:555px;
	background-image:url(images/body.jpg);

}

#inner_content{
	float:left;
	width:100%;

}

#inner_banner{
	float:left;
	width:100%;

}

#inner_content_mid{
	float:left;
	width:100%;
	background-image:url(images/body-middle.png);

}

#inner_title{
	float:left;
	margin:20px 0px 0px 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#444;
	width:890px;
}

.title{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold;
	
}

.holder{	
width:880px; 
float:left; 
margin-bottom:20px;	
}

.holder li{
	list-style-image:url(images/bullet1.jpg);
	list-style-position:inside;
	line-height:1.5em;
}

#inner_text{
	float:left;
	margin:10px 50px 20px 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	width:890px;
}

.form_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#inner_content_bot{
	float:left;
	width:100%;
	background-image:url(images/body-bottom.png);
	height:11px;

}


#content_left{
	float:left;
	width:372px;
	margin:0px 0px 0px 20px;
	height:555px;

}

#content_right{
	float:left;
	width:568px;
	margin:0px 0px 0px 10px;
	height:555px;
	background-color:#e1e1e1;

}

#welcome_title{
	float:left;
	margin:30px 0px 0px 30px;
}

#welcome_text{
	float:left;
	width:500px;
	margin:10px 0px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
#bush_video{
	float:left;
	margin:20px 0px 0px 30px;
}

#ford_video{
	float:left;
	margin:10px 0px 0px 30px;
}

#product{
	float:left;
	margin-left:30px;
}

#product li{
	list-style-image:url(images/bullet.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:1.3em;
}

#contact_form{
	float:left;
	width:362px;
	height:429px;
	background-image:url(images/contact-bg.gif);
	margin-left:20px;

}


#footer{
	float:left;
	width:100%;
	margin:5px 0px 0px 0px;
	background-image:url(images/footer.png);
	height:78px;

}

#footer_links{
	float:left;
	margin:12px 0px 0px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b7d7f9;
	line-height:1.5em;
}

#footer_links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b7d7f9;
	text-decoration:none;
}

#footer_links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

/*---------------------------------------------------------- Menu ----------------------------------------*/

#tabs
{
	float: left;
	font-size: 14px;
	line-height: normal;
	font-family:Tahoma, Geneva, sans-serif;
	
	
	
}
#tabs ul
{
	list-style: none;
	margin: 0;
	padding: 0px 10px 0px 30px;
}
#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a
{
	background:url(images/tableft.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	border-right: 1px solid white;
}
#tabs a span
{
	background:url(images/tabright.gif) no-repeat right top;
	color: #fff;
	display: block;
	float: left;
	padding: 13px 12px 9px 4px;
	
	
}
#tabs a span
{
	float: none;
}
#tabs a:hover span
{
	color: #fff;
}
#tabs a:hover
{
	background-position: 0% -42px;
}
#tabs a:hover span
{
	background-position: 100% -42px;
} 




#tabs #current a {
                background-position: 0% -42px;
				color: #fff;
        }
		
        #tabs #current a span {
             background-position: 100% -42px;
			 color: #fff;
        }
		
		
		
/*...................................Inputs...................................*/

input.Txtbox {
	border:dashed 1px #999;
  font-family: Verdana; 
  font-size: 11px;
  background-color: #fff;
  color: #333333;
  height : 14px;
  
}


textarea.Txt { 
border:dashed 1px #999;
  font-family: Verdana; 
  font-size:11px;
  color: #333333;
  width:300px;
  height:45px;
  }
  
