p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, textarea, input, body {
	margin:				0;
	padding:			0;
}


ul {  
    list-style:			none;
}


a img {
	border:				0;
}

a {
	text-decoration:	none;
}

button {
	overflow:			visible;
	width:				auto;
}
.hidden {
	display:			none;
	visibility:			hidden;
}

.floatedRight {
	float:				right;
	margin:				0px 0px 10px 10px;
}

.floatedLeft {
	float:				left;
	margin:				0px 10px 10px 0px;
}

.borderedImage {
	border:				1px solid #DDD;
	padding:			3px;
}

.clear {
	clear:				both;
	height:				0px;
	overflow:			hidden;
}

hr {
	border:				none;
	background-color:	#DDD;
	margin-top:			20px;
	margin-bottom:		20px;
	height:				1px;
	overflow:			hidden;
}

/* CSST 2 */
.clearfix:after {
    content:			"."; 
    display:			block; 
    height:				0; 
    clear:				both; 
    visibility:			hidden;
}

.clearfix {
	display:			inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:				1%;
}

.clearfix {
	display:			block;
}
/* End hide from IE-mac */

/*------------------------------------------General Styles---*/
body {
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	color:				#000;
	font-size:			11px;
	line-height:		1.5em;
	background:			#4d4d4d url(../_Images/Layout/body-bg-chevrolet.jpg) no-repeat center top;
}
body.opel {
	background-image:	url(../_Images/Layout/body-bg-opel.jpg);
}
a {
	text-decoration:	none;
	color:				#999;
}
a:hover {
	text-decoration:	none; /*IEB 4*/
}
input {
	color:				#000;
	padding:			4px;
	font-size:			11px;
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
}
select {
	font-size:			12px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}
button {
	background:			#f2c259 url(../_Images/Layout/button-bg.png) no-repeat center top;
	width:				70px;
	height:				24px;
	text-indent:		-1000px;
	overflow:			hidden;
	border:				none;
}
.textbox {
	width:				135px;
	height:				15px;
	background:			url(../_Images/Layout/input-bg.png) no-repeat left top;
	border:				none;
}
h1 {
	font-size:			20px;
}
h2 {
	font-size:			16px;
}
h3 {
	font-size:			12px;
}
.message {
	font-weight:		bold;
	color:				#000;
}
/*------------------------------------------Layout---*/
#PageWrapper {
	margin:				0 auto;
	padding-top:		386px;
	width:				800px;
}

#Content {
	background:			url(../_Images/Layout/content-bg.png) no-repeat right bottom;
	padding-left:		20px;
	overflow:			hidden;
	width:				780px; /* TRK */
}

#LogoContainer {
	float:				left;
	background-color:	#fff;
	width:				126px;
	height:				250px;
}

#BrandLogoContainer {
	float:				left;
	width:				138px;
	height:				250px;
}
body.chevrolet #BrandLogoContainer {
	background-color:	#002B61;
}
body.opel #BrandLogoContainer {
	background-color:	#000000;
}
#Footer {
	color:				#fff;
	clear:				both;
	line-height:		22px;
	height:				22px;
	text-align:			right;
	padding-right:		20px;
}
#Footer a {
	color:				#fff;
}
#Footer a:hover {
	text-decoration:	underline;
}
#Footer img {
	margin-top:			1px;
	float:				left;
}

#ContactUsFormContainer {
	background-color:	#f2c259;
	width: 				496px;
	float:				left;
	height:				250px;
}
#ContactUsFormContainer .radioButtonContainer {
	float:				left;
	width:				143px;
}
