body
{
	background-color: #F1E5CF;
	font-family: Helvetica;
}

/**header***/
#header_contact
{
	padding: 10px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 100%;

}

#header_contact span.double
{
	font-size: 200%;
	vertical-align: -11%;
}


#header_contact a
{
	color: #F1E5CF;
	text-decoration:none;
}

#header_contact a:hover
{
	text-decoration: underline;
}


#hd
{
	 background: url(/resources/images/sub_header.jpg) no-repeat;
	 height: 207px; 
	 color: #F1E5CF;
}


/*************NAV MENU**************/

#nav_menu
{
	width: 100%;
}



#nav_menu ul
{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align: right;
}

#nav_menu a
{
	font-size: 92%;
	width:6em;
	text-decoration:none;
	color: #543223;
	padding:0.2em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_menu a:hover 
{
	text-decoration: underline;
}
#nav_menu li 
{
	display:inline;	
}

/********* FOOTER *******/

#ft 
{
	font-family: arial; /*times font is to wide for the page*/
	text-align: center;
	font-size: 75%;
}

#ft p
{

}

#ft a
{
	height: 15px;
	color: #000000;
	text-decoration: none;
}

#ft a:hover
{
	text-decoration: underline;

}



/********** BODY ***********/

#body_contents
{
	padding: 10px;
	background-color: #D6C7B3;
	min-height: 150px;
	color: #543223;
	width: 760px;
}


#body_contents2
{
	padding: 10px;
	background-color: #543223;
	min-height: 150px;
	color: #F1E5CF;
}


/*** body bottom ***/

.first_box
{
	border-left: 0px solid  #F1E5CF !important;
}

.index_col1
{
	width: 287px !important;
}

.index_col2
{
	width: 287px !important;
}

.index_col3
{
	width: 206px !important;
}



.bottom_box
{
	background-color: #000000;
	color: #F1E5CF;
	height: 123px;
	padding-left: 5px;
}

.bottom_box h5
{
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}

.bottom_box ul
{
	margin: 0px 0px 10px 10px;
}


.bottom_box li
{
	list-style: none
}

.bottom_box a
{
	display: block;
	margin: 10px 0px 0px 30px;
	color: #F1E5CF;
	text-decoration: none;
}

.bottom_box a:hover
{
	text-decoration: underline;
}


.trucks_box
{
	background: url("/resources/images/index/trucks_bk.jpg");
}

.trailers_box
{
	background: url("/resources/images/index/trailers_bk.jpg");
}

.parts_box
{
	background: url("/resources/images/index/accessories_bk.jpg");
}

.parts_box a
{
	margin: 30px 0px 0px 20px;
}

