/*Global Stylesheet
 Ferrara Spring Works
 Spring 2009
 Made with love by One Mighty Roar (www.onemightyroar.com)*/

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	text-align:center;
	background:#BCBCBC;
	border: 10px solid #191919;
}
.floatleft{
	width:45%;
	margin-right:5%;
	float:left;
}
.floatright{
	width:45%;
	float:left;
	clear:right;
}
.clear{
	clear:both;
}

#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

	#header{
		height:146px;
		width:960px;
		clear:both;
		background: #e6e6e6 url('images/logo-header-bg.jpg') no-repeat 0px 1px;
		overflow:hidden;
	}
		
		#header h1{
			text-indent:-9999px;
		}
		
		#menu{
			height:46px;
			width:960px;
			clear:both;
			overflow:hidden;
			background: #E6E6E6 url('images/menu-bar-bg.jpg') no-repeat top left;
			
		}
		
		.redbar{
			height:10px;
			clear:both;
			width:960px;
			background:#A70000;
		}

	#main{
		width:960px;
		overflow:hidden;
		background:url('images/content-bg-tile.jpg') repeat-y top left #FFF;
	}
	
		#content{
			width:640px;
			margin:0 0px 0px 30px;
			float:left;
			
		}
		
		#sidebar{
			width:270px;
			min-height:440px;
			height:auto !important;
			height:440px;
			float:left;
			margin-right:20px;
		}
		
			#sidebar > *{
				padding:0px 10px 0px 10px;
			}
			
			#sidebar p, #sidebar h2{
				color:#FFF;
			}
			
		#footer{
			margin:0 auto -10px auto;
			width:100%;
			text-align:center;
		}
		
			#object-footer{
				width:960px;
				height:88px;
				margin:0 auto;
				background:url('images/uneven-footer-bg.jpg') no-repeat top left;
			}
			
				#object-footer img{
					position:relative;
					left:330px;
					top:-320px;
				}
			
			#affiliates{
				width:960px;
				height:65px;
				margin:0 auto;
				background:url('images/affiliate-bar.jpg') no-repeat top left;
			}
			
p, #content li{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:11px;
	color:#555555;
	line-height:18px;
	margin:0 0 10px 0;
}

	#content ul{
		padding-left:25px;
	}

h1{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:23px;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}

h3{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:14px;
	color:#191919;
	margin-bottom:8px;
	font-weight:normal;
}

h2{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:18px;
	color:#A70000;
	margin-bottom:8px;
	font-weight:normal;
}
h4{
	font-family:"Lucida Grande", arial, sans-serif;
	font-size:14px;
	color:#A70000;
	margin-bottom:8px;
	font-weight:normal;
}
#menu ul{
	list-style-type:none;
	display:inline;
	float:right;
	position:relative;
	right:10px;
}

#menu li{
	float:left;
	font-size:14px;
	font-family:"Lucida Grande", arial, sans-serif;
	width:110px;
	height:47px;
	text-align:center;
	overflow:hidden;
}

#menu a,#menu a:visited{
	text-decoration:none;
	color:#191919;
	display:block;
	padding-top:8px;
	height:38px;
	width:110px;
}

#menu .selected{
	background:#A70000;
}

/*#menu li{
	background:#AFAFAF;
}*/

	#menu li.unselected:hover a{
		color:#A70000;
	}
	
	#menu li.selected:hover a{
		color:#FFF;
	}
	
#menu .selected > a, #menu > a:hover{
	color:#FFF;
}

/*Contact Form*/
#name, #email, #email_check, #mailing, #citystate, #postal, #phone, #fax, #message, #year, #model, #make{
		    width:95%;
		    padding: 6px;
		    margin-bottom:5px;
		    font:11px "Lucida Grande",Arial,sans-serif;	
		}
		#submit{
			float:right;
			margin-right:20px;
			padding:10px 40px;
			background:#C4DFB5;
			border:solid 1px #8AA000;
		}
		input, textarea{
			outline:none;
			border:1px solid #d3d3d3;
		}
		label{
		    font:12px "Helvetica",Arial,sans-serif;
		}
		.green{
		    width:95%;
		    background-color:#95ca78;
		    border-bottom:solid 1px #8AA000;
		    padding:10px 0px 10px 5px;
		    margin-bottom: 8px;
		    font-weight:bold;
		    text-align:left;
		    font:12px "Helvetica",Arial,sans-serif;
		}
		.red{
		    color:#E8514A;
		    font:11px "Lucida Grande",Arial,sans-serif bold;
		}