#container {
	min-height: 100%;
	margin-bottom: -217px;
	position: relative;
}

#footer {
	position: relative;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 217px;
}

.clearfooter {
	height: 217px;
	clear: both;
}

/*PAGE SELECTOR*/

#header{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 137px;
	background-image: url('../images/header_bg.png');
	background-repeat: repeat-x;
}

#body{
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 260px;
}

#logo{
	margin-left: 10px;
	float: left;
	width: 319px;
	margin-right: 20px;
	height: 124px;
	display: block;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#navbar{
	float: left;
	width: 649px;
}

#navbar a{
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: century gothic, helvetica neue, arial;
	color: #4f4f4f;
	margin: 60px 15px 0px 15px;
	padding: 0px 0px 10px 0px;
}

#navbar a:hover{
	border-bottom: solid 3px #2d0c0c;
	color: #ffffff;
}

#top{
	margin-top: 32px;
	width: 1000px;
	height: 28px;
	display: block;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
}

#mid{
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	min-height: 200px;
	padding: 4px 37px;
}

#bot{
	margin-bottom: 20px;
	width: 1000px;
	height: 28px;
	display: block;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
}

#buttons{
	margin-left: 15px;
}

#ford{
	margin-right: 38px;
	cursor: pointer;
	float: left;
	background-image: url('../images/ford.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 147px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#ford:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#gm{
	margin-right: 38px;
	cursor: pointer;
	float: left;
	background-image: url('../images/gm.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 147px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#gm:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#dodge{
	cursor: pointer;
	float: left;
	background-image: url('../images/dodge.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 147px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#dodge:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#foot_body{
	width: 1000px;
	margin: 0 auto;
}

#foot_tag{
	width: 1007px;
	height: 44px;
	display: block;
	background-image: url('../images/foot_tag.png');
	background-repeat: no-repeat;
}

#foot_logo{
	float: left;
	width: 289px;
	height: 110px;
	margin-top: 30px;
	opacity:0.18;
	filter:alpha(opacity=18);
	margin-right: 50px;
	display: block;
	background-image: url('../images/foot_logo.png');
	background-repeat: no-repeat;
}

#navigation{
	float: left;
	width: 249px;
}

#navigation td{
	padding-right: 80px;
}

#navigation tr{
	margin-left: 20px;
}

#navigation a{
	font-family: century gothic, helvetica neue, arial, sans-serif;
	font-size: 16px;
	color: #353434;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#foot_contact{
	float: right;
	width: 407px;
}

#foot_top{
	display: block;
	width: 399px;
	height: 15px;
	background-image: url('../images/foot_top.png');
	background-repeat: no-repeat;
}

#foot_mid{
	margin-right: 8px;
	min-height: 40px;
	background-image: url('../images/foot_mid.png');
	background-repeat: repeat;
	padding: 0px 15px;
}

#foot_bot{
	display: block;
	width: 399px;
	height: 15px;
	background-image: url('../images/foot_bot.png');
	background-repeat: no-repeat;
}

.gallery_box{
	float: left;
	margin-right: 10px;
	padding: 7px 7px 20px 7px;
	background-color: #ffffff;
}

.gallery_box:hover{
	background-color: #aeaeae;
}

#content_left{
	float: left;
	width: 650px;
}

#inner_nav{
	float: right;
	width: 259px;
}

#inner_nav a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat;
	border-bottom: solid 1px #212121;
	padding: 12px;
}

#inner_nav a:hover{
	background-image: url('../images/nav_bg_alt.png');
	color: #be4949;
}

.video-left{
	float: left;
	width: 425px;
	margin-right: 20px;
}

.video-right{
	float: left;
	width: 400px;
}

.dots{
	display: block;
	height: 1px;
	margin: 15px 0px;
	border-bottom: dotted 1px #1a1a1a;
}
