* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	/*font: 12px/18px Arial, Tahoma, Verdana, sans-serif;*/
	font: 16px  sans-serif,Webdings, Arial, Tahoma, Verdana, sans-serif;
	font-weight: abold;
	color: #7b7979;
	width: 100%;
	height: 100%;
	background-color: #ccc;
}
a {
	color: #ea585a;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

h1,h2 {
	margin-bottom: 20px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: 50px;
	background-color:#fff;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 300px;
	background: #FFE680;
	background: #ccc url('/assets/images/40-5445 GM Acc. Promo Web Header_EN No Contact Us.jpg') center no-repeat; 
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 50px 50px 0 50px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1024px;
	margin: -50px auto 0;
	height: 50px;
	background: #fff;
	position: relative;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}


#login{
	width:1024px;
	height:768px;
	background: #ccc url('/assets/images/LOGIN_En.jpg') center no-repeat;
	font-size:1.4em;
}
#login_error {
	position:relative;
	left:80px;
	float:left;
}
#login_form {
	position:relative;
	top:220px;
	right:100px;
	float:right;
	border:1px solid #ccc;
	padding:5px 10px;
}
#login_form label {
	position:relative;
	top:2px;
}
#login_form #dealer_code {
	background-color:transparent;
	border:1px solid #ccc;
	color: grey;
	font-size:1.1em;
}
#login_form input#dealer_code.blur {
	color: #bbb;
}
#login_form #login_submit {
	width:139px;
	height:47px;
	background:#fff url('/assets/images/Submit Button_En.png') center no-repeat;
	border:0px;
	-webkit-border-radius: 20px;
		 -mox-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
	text-indent: -9000px;
	cursor:pointer;
}

#login_form #login_submit:hover {
	background-image: url('/assets/images/Submit Button_En Rollover.png');
}

#login #upcoming_message {
	position:relative;
	top:220px;
	text-align:center;
	width:1024;
	font-size:46px;
}

#nav {float:left;margin-top:10px;}

#main_nav {position:relative;top:250px;left:2px;}
#main_nav a {margin-left:10px;}
a#logout {
	float:left;
	border:0px;
	-webkit-border-radius: 20px;
		 -mox-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
	text-indent: -9000px;
	position:relative;
	display:block;
	float:left;
	width: 122px;
	height: 32px;
	background: #ccc url('/assets/images/Log Out_En.png') center no-repeat;
}

a#logout:hover {
	background: #ccc url('/assets/images/Log Out_En Rollover.png') center no-repeat;
}

a#claim_form {
	margin-left:10px;
	float:left;
	border:0px;
	-webkit-border-radius: 20px;
		 -mox-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
	text-indent: -9000px;
	position:relative;
	display:block;
	width: 122px;
	height: 32px;
	background: #ccc url('/assets/images/VIN_En.png') center no-repeat;
}

a#claim_form:hover {
	background: #ccc url('/assets/images/VIN_En Rollover.png') center no-repeat;
}


a#contact_us {
	border:0px;
	-webkit-border-radius: 20px;
		 -mox-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
	text-indent: -9000px;
	float:left;
	position:relative;
	display: block;
	width: 122px;
	height: 32px;
	background: #FFE680 url('/assets/images/Contact Us_EN.png') center no-repeat;
}

a#contact_us:hover {
	background: #FFE680 url('/assets/images/Contact Us_EN Rollover.png') center no-repeat;
}



a#lang_switch {
	border:0px;
	-webkit-border-radius: 20px;
		 -mox-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
	text-indent: -9000px;
	position:relative;
	display:block;
	float:right;
	margin-right:10px;
	top:310px;
	width: 122px;
	height: 32px;
	background: #ccc url('/assets/images/Francais Button.png') center no-repeat;
}

a#lang_switch:hover {
	background: #ccc url('/assets/images/Francais Button Rollover.png') center no-repeat;
}





.red {color:#ea585a;}
#frm span {font-style:italic;font-size:0.9em;}
#myTable {margin-top:20px;}
#frm label {float:left;padding-right:6px;width:200px;text-align:right;}
.first_col {width:200px;text-align:right;}
#msrp_total, #msrp_total_label {border-top:1px solid grey;}
#frm {line-height:1.5em;}

input#submit_button {
		margin-left: 200px;
    background: #FFF url('/assets/images/Submit & Spin_EN.jpg') center no-repeat;
    width: 181px;
    height: 180px;
    border: 0px;
		cursor:pointer;
}
input#submit_button:hover, input#submit_button:active {
    background: #FFF url('/assets/images/Submit & Spin_EN Rollover.jpg') center no-repeat;
}






