/* Created: 18-JAN-06 */
/* Author: Anthony Plunkett */

/* Document Styles */

body {
	background: #fff;
	font: normal 10px/16px Verdana, Arial, sans-serif;
	color: #000;
	margin: 0px;
	}

p {
	font-size: 13px;
	line-height: 20px;
	}

h3 {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}

a:link, a:visited {
	color: #9c0;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;

	}

#navmenu {
	background: #0f0555;
	font-size: 10px;
	font-weight: normal;
	height: 34px;
	width: 790px;
	}
	

#container {
	position: absolute;
	width: 790px !important;
	width /**/: 820px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

#pageHeader {
	width: 820px;
	height: 80px;
	background: #fff url("images/header-logo.jpg") no-repeat;
	}

/* Supporting Text Styles */

#navmenu .active a {
	background: #fff;
	color: #000;
}

#navmenu .honda a {
	background: #d11717;
	color: #fff;
}

#navmenu a:hover {
	background: #ccc;
	color: #000;
	}

#navmenu ul {
	margin: 0;
	padding: 4px;
	margin-left: 5px;
	list-style: none;
	}

#navmenu ul li {
	display: inline;
	position: relative;
	width: 140px;
	}
	
#navmenu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 0;
	}
	
#content {
	margin: 0 20px 0 20px;
	padding-bottom: 50px; 
	}

#content img.floatRight {
	float: right;
	padding: 10px;
	}

#footer {
	width: 790px !important;
	width /**/: 790px;
	padding: 0px 0px 0 0;
	text-align: center;
	background: #0f0555;
	}
	
#footer p {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	}
	
#footer a

/* Link List Styles */

#linkList {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 240px;
	}

#linkList h3 {
	text-indent: -1100px;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #ddd;
	margin: 15px;
	text-align: center; /* For IE */
	font-weight: bold;
	}

#linkList a:link, #linkList a:visited {
	font-size: 11px;
	color: #fff;
	}



#navmenu li {
	color: #6cf;
	background: url(select_bg.gif) repeat-x left bottom;
	padding-bottom: 7px;
	}



#contact {
	background: #ff9900;
	}

#contact h3 {
	background: url(contact.gif) repeat-y;
	}

#contact li {
	color: #fcc;
	background: url(select_bg.gif) repeat-x left bottom;
	padding-bottom: 7px;
	}

	
