/*======================================================================================
========================================================================================
=====================================   MAIN    ========================================
========================================================================================
======================================================================================*/

/* RESET  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN  */
td{ vertical-align:top;}
h3{ text-transform:uppercase; font-size:12px; color:#c41019;}
p{ margin-bottom:15px;}
a{ color:#900;}
h2{ font-size:18px; text-transform:uppercase; margin-bottom:10px; }
.clear{ clear:both; }
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	text-align:justify;
}
#wrapper{
	width:1000px;
	margin:0 auto 0 auto;
}
#uppernav{
	float:left;
	width:180px;
	margin-left:410px;
	height:35px;
}

#header_intro{
	width:1000px;
	height:171px;
	float:left;
	background-image:url(../images/header_intro.jpg);
	background-repeat:no-repeat;
}

#content_intro{
	background-image:url(../images/bg_content3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:960px;
	padding-left:100px;
	float:left;
}



#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	min-height:50px;
	background-color:#121212;
}
.brands{ 
width:960px;
margin:20px auto 0 auto;

}
.audi{
	width:420px;
	padding-top:190px;
	float:left;
	}
	.audi_nav{
		text-align:left;
		margin-left:16px;}
	
	

	
	.newsletter{
		width:226px;
		margin: 60px auto 80px auto;
		text-align:center;
	}
	
	
	.cvi{
	
	width:135px;
	float:right;
	margin-right:180px;
	}
	.cvi_nav{
		text-align:right;
		padding-right:19px;
	}
	

	
	.vw{
	
	width:135px;
	float:left;
	margin-right:180px;
	}
	.vw_nav{
		text-align:right;
		
	}
	
