/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #ffffff;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #ffffff;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #ffffff;}
h4 {
	font-size:1.4em;
	line-height: 0.8em;
	font-weight: 900;
	color: #ffffff;
	font-style: italic;
}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #ffffff;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #ffffff;}

/*links*/


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #ffffff;
}


#banner {
	height: 150px;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(../images/ACME-VW-Banner.jpg);
}

#logo_Wrapper  {
	float: left;
	height: 150px;
	width: 335px;
}

#banner_text {
	padding: 20px;
	float: right;
	height: 110px;
	width: 450px;
	text-align: right;
}

#banner_text_headine {
	font-family: ARIAL;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
}

#banner_text-address-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #FFFFFF;
	text-align: right;
}

#navigation {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#body {
	padding: 20px;
	width: 860px;
}

#body a:link {
	color: #000033;
}

#body a:hover {
	color: #333333;
}

#body a:visited {
	color: #666666;
}

#footer {
	padding: 20px;
	background-image: url(../images/ACME-VW-footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 350px;
}

#footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	height: 300px;
}



#footer-text a:link {
	color: #CCCCCC;
}

#footer-text a:hover {
	color: #FFFF00;
}

#footer-text a:visited {
	color: #FF0000;
}

#FollowUs {
	width: 300px;
	float: left;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
}


#home_wrapper {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#home_top {
	text-align: justify;
}

#homeVideoThumb {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	float: left;
	height: 200px;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	border: thin solid #000000;
}



.secret1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
	height: 25px;
	width: 100%;
}

.secret2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-align: center;
	display: block;
	height: 20px;
	width: 100%;
	font-weight: bold;
}

.fact1 {
}

.fact2 {
}

#home_bottom {
}

