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



/* ---------------- BODY STYLES ------------- */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}
body {
background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #d40f80;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #d40f80;
}

h1{
	color: #fefefe;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
}
h2{
	color: #fefefe;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
}
h3{
	color: #d40f80;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}
h4{
	color: #e61625;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
.footer {font-size: 11px}




/* ---------------- LAYOUT ------------- */

#container {
	width:940px;
	margin-left:-470px;
	position:absolute;
	left:50%;
	top:0px;
	float:none;
	overflow:visible;
	background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
}

#logo {
	width:149px;
	height:90px;
	position: relative;
	top:20px;
	float:left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	overflow:visible;
}
#nav {
	width:900px;
	float:left;
	background-image: url(../images/menu_bar.gif);
	background-repeat: no-repeat;
	background-position: 300px bottom;
	position: relative;
	top: 28px;
	padding-bottom: 5px;
	overflow:visible;
}
#intro_text {
	float:left;
	width:800px;
	position: relative;
	top:90px;
	left:0px;
	overflow:visible;
}
#content {
	width:955px;
	top:200px;
	float:left;
	position:relative;
}
#text {
	width:445px;
	top:0px;
	float:left;
}
#image {
	width:435px;
	height:217px;
	float:left;
	background-image: url(../images/patsy_sean.jpg);
	background-repeat: no-repeat;
}
#home_image {
	width:497px;
	height:257px;
	float:left;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
}


#drivers {
	width:940px;
	height:120px;
	top:220px;
	float:left;
	position:relative;
}
.driver_1 {
	width:300px;
	height:120px;
	float:left;
	position:relative;
}
.driver_2 {
	width:290px;
	height:120px;
	float:left;
	position:relative;
	margin-left:10px;
}
.driver_3 {
	width:290px;
	height:120px;
	float:left;
	position:relative;
	margin-left:10px;
}
.driver_spacer {
	width:20px;
	height:150px;
	float:left;
	position:relative;
	background-image: url(../images/driver_spacer.gif);
	background-repeat: no-repeat;
}
#footer {
	width:955px;
	top: 260px;
	float:left;
	padding: 15px 0;
	position: relative;
}
/* ---------------- NAVIGATION ------------- */


ul#main_nav {  
list-style: none;  
float: right;    
margin: 0; padding: 0; 
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
color: #eeeeee;
line-height: 22px;
font-style: italic;     
}  
ul#main_nav li {  
float: left;  
margin: 0; padding: 0;    
}  
ul#main_nav li a {  
float: left;  
display: block;  
padding: 10px 12px;  
color: #eeeeee;  
text-decoration: none;  
}  
ul#main_nav li a:hover {
	background-image: url(../images/active.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #eeeeee; 
} 
.active{
	color: #eeeeee;
	background-image: url(../images/active.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
