/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
p {
	margin: 0;
	padding: 0;
}
#wrapper_table {
	height: 100%;
}
#wrapper {
	width: 900px;
	height: 580px;
	margin: 0 auto 0 auto;
}
#nav {
	width: 900px;
	height: 53px;
}
#nav ul {
	width: 600px;
	margin: 0;
	padding: 20px 0px 0px 0px;
	float: right;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.hide {
display: none;
}
a.nav_home:link, a.nav_home:visited, a.nav_home:active {
	width: 37px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_home:hover {
	width: 37px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/home_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
	}
a.nav_sales:link, a.nav_sales:visited, a.nav_sales:active {
	width: 40px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/sales.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_sales:hover {
	width: 40px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/sales_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_service:link, a.nav_service:visited, a.nav_service:active {
	width: 53px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_service:hover {
	width: 53px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/service_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_parts:link, a.nav_parts:visited, a.nav_parts:active {
	width: 42px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/parts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_parts:hover {
	width: 42px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/parts_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_contact:link, a.nav_contact:visited, a.nav_contact:active {
	width: 60px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_contact:hover {
	width: 60px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/contact_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 55px 0px 0px;
}
a.nav_location:link, a.nav_location:visited, a.nav_location:active {
	width: 63px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/location.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_location:hover {
	width: 63px;
	height: 13px;
	display: block;
	background-image: url(../imgs/nav/location_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_container {
	width: 900px;
	height: 450px;
}
#scroll_text {
	overflow: auto;
	height: 350px;
	margin: 0px 20px 0px 0px;
}
#logos {
	width: 300px;
	height: 450px;
	float: left;
}
#carwood_logo {
	width: 300px;
	height: 107px;
	background-color: #000000;
	padding: 43px 0px 0px 0px;
	float: left;
}
#nh_logo {
	width: 300px;
	height: 114px;
	background-color: #FFFFFF;
	float: left;
	padding: 36px 0px 0px 0px;
}
#tel_numbers {
	width: 300px;
	height: 150px;
	background-color: #000000;
	background-image: url(../imgs/tel_no.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#content {
	width: 450px;
	height: 450px;
	float: left;
	background-color: #FFFFFF;
}
#content h1{
	text-align: left;
	font-family: "Univers Condensed", Arial;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 18px;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
#content a {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}

.overflow {
	float:left;
	height:345px;
	overflow:auto;
	width:430px;
}

#content table {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:10px 0 10px 25px;
	width:365px;
	line-height:18px;
}

#content table strong {
	color: #FFF;	
}

#content table td {
	padding: 5px;	
	border-right: 1px solid #FFF;
}

#product_boxes {
	width: 150px;
	height: 450px;
	float: left;
}
#product_boxes ul {
	padding: 0;
	margin: 0;
}
#product_boxes li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a.prod_sales:link, a.prod_sales:visited, a.prod_sales:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/sales.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_sales:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/sales_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_service:link, a.prod_service:visited, a.prod_service:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_service:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/service_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_parts:link, a.prod_parts:visited, a.prod_parts:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/parts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_parts:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/parts_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_equip:link, a.prod_equip:visited, a.prod_equip:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/equipment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_equip:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/equipment_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_nhweb:link, a.prod_nhweb:visited, a.prod_nhweb:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/nh-website.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_nhweb:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/nh-website_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_finace:link, a.prod_finace:visited, a.prod_finace:active {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/finance.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.prod_finace:hover {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../imgs/product_nav/finance_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	width: 600px;
	height: 62px;
	padding-left: 300px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
form{
	width: 400px;
	clear: left;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form p{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.boxes form p{
	margin: 0;
	padding: 0;
}


label{
	float: left;
	padding: 0px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sbutton{
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.cbutton{
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input, textarea, select{ /* for the text boxes and textarea */
	width: 200px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.gbox, .gbuttn{ /* for the text boxes and textarea */
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.glabel{
	width: 100px;
	float: left;
}

.gbox{ width: 200px; }

.gbuttn{ 
	width: 120px; 
	margin: 0 0 0 20px;
}

form img{ float: left; }

#listing-wrapper {
	height:274px;
	margin:15px 25px 0;
	overflow:auto;
	padding:0 2px 0 0;
}
.list-row,
.list-altrow {
	margin: 0 0 2px;
}
.list-row {
	background-color: #FDF6D5;
	height: 90px;
}
.list-altrow {
	background-color: #FEFBEA;
	height: 90px;
}
.thumb-pic {
	width: 80px;
	height: 80px;
	border: 1px solid #F5D42D;
	background: #FFFFFF;
	float: left;
	margin:4px 0 0 4px;
}
.details {
	float:left;
	font-family:arial;
	font-size:12px;
	line-height:24px;
	padding:5px 0 0 10px;
	text-align:left;	
}
