/* Main body style*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin:0;
	padding:0;
	color: #000;
}
p{
	color:#000;
	font-size:10px;
}

/* Main Container*/
div.mainwrapper{
	width:auto;
}

/*Divided container into 3 section (header - body and footer)*/

/*header and logo section*/
div.header{
	height:90px;
	width:800px;
	
}
div.header .logo_honda{
	float:left;
	height:10px;
	width:160px;
	margin:15px 0px 2px 33px;
}

* html div.header .logo_honda{
	margin:15px 0px 2px 23px;
}
div.header .logo_acura{
	float:left;
	height:10px;
	width:71px;
	margin:15px 0px 2px 510px;
}

* html div.header .logo_acura{
	margin:15px 0px 2px 355px;
}

/*body section*/
div.body{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:0px solid #000;
	background-color:#f4f4f4;
}
div.body .red{
	background-color:#BB1013;
	width:799px;
	height:314px;
}
div.body .white_nested{
	background-color:#f4f4f4;
	height:314px;
	margin:0px 19px 0px 19px;
}
div.body .white_nested .left_wrapper{
	float:left;
	width:380px;
	margin:0px 80px 0px 13px;
}


div.body .white_nested .left_wrapper .left_content{
	width:370px;
	margin:20px 0px 0px 0px;
	
}

div.body .white_nested .left_wrapper .left_content img{
	margin:3px 0px 20px 10px;
	
}

div.body .white_nested .left_wrapper .login_form{
	width:370px;
}

div.body .login_form{
	background-color:#f4f4f4;
}
div.body .white_nested .left_wrapper .login_form img{
	margin:20px 0px 20px 10px;
}

div.body .white_nested .right_wrapper{
	width:270px;
	float:left;
	
}
div.body .white_nested .right_wrapper img{
	margin:20px 0px 0px 0px;
}


/*form section*/

form {
	background-color:#fff;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:20px;
	padding:3px;
	margin-left:11px;
	border:1px solid #000;
}

.button{
	background-color:#cc0000;
	font-size: 10px;
	height:20px;
	color:#fff;
	font-weight:bold;
}


/*footer section*/
div.footer{
	color:#A5363C;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:800px;
}

div.ul, li{
	float:left;
	list-style-type:none;
}

div.ul, li a{
	float:left;
	list-style-type:none;
	margin:14px 10px 0px 3px;
	text-decoration:none;
	color:#A5363C;
}

* html li a{
	margin:14px 10px 0px 16px;
}




