﻿body 
{
	font-family: arial, helvetica;
    font-size: 12px;
    line-height:16px;
    font-style: normal;
	color: #000000;
	background: #ffffff;
}

a:link {color:#937852; text-decoration: none;}
a:visited {color:#937852; text-decoration: none;}
a:active {color:#937852; text-decoration: none;}
a:hover {color:#937852; text-decoration: underline;}

a:link.whitelink {color:#ffffff; text-decoration: none;}
a:visited.whitelink {color:#ffffff; text-decoration: none;}
a:active.whitelink {color:#ffffff; text-decoration: none;}
a:hover.whitelink {color:#ffffff; text-decoration: underline;}

a:link.blacklink {color:#000000; text-decoration: none;}
a:visited.blacklink {color:#000000; text-decoration: none;}
a:active.blacklink {color:#000000; text-decoration: none;}
a:hover.blacklink {color:#000000; text-decoration: underline;}


#centercontainer {
	margin: 10px auto;
	width: 810px;
}

#top {
	width: 810px;
}

#contentarea {
	width:810px; 
	background-color: #ffffff;
	min-height:400px;
}

#nav {
	height: 26px; 
	position: relative; 
	width: 810px; 
	z-index: 100; 
	float:left;
	margin-bottom: 4px;
}	

#navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	font: bold 12px arial;
	}
	
#navbar li {
	list-style: none;
	float: left; 
	}

#navbar li a {
	display: block;
	padding: 5px 8px; /* set padding on nav bar height here - top/bottom and left/right*/
	background-color: #ce551b; /* orange */
	color: #fff;
	text-decoration: none; 
	}
	
#navbar li a.home {
	height: 26px;
	width: 66px;
	background: url(images/nav-home.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}

#navbar li a.sales {
	height: 26px;
	width: 128px;
	background: url(images/nav-sales.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}

#navbar li a.manufacturers {
	height: 26px;
	width: 122px;
	background: url(images/nav-manufacturers.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}
	
#navbar li a.rentals {
	height: 26px;
	width: 142px;
	background: url(images/nav-rentals.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}
	
#navbar li a.specials {
	height: 26px;
	width: 134px;
	background: url(images/nav-specials.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}
	
#navbar li a.parts {
	height: 26px;
	width: 122px;
	background: url(images/nav-parts.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}
	
#navbar li a.contact {
	height: 26px;
	width: 96px;
	background: url(images/nav-contact.gif) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    padding: 0;
	}
	
#navbar li a:hover {  
    background-position: 0 -26px;  
}

.smallwhite {
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
} 

.red {color:#cc0000;}

.salespage {
	font-size:14px;
	font-weight:bold;
	padding: 3px 0;
}

/* form styles ************************/
input[type="text"]
{
	width: 200px;
	background-color:#e2e1e1;
	border:0;
}

textarea
{
	width:290px;
	height:80px;
	background-color:#e2e1e1;
	border:0;
	margin-top:5px;
	
}

input[type="submit"]
{
	background-color:#5b5e56;
	border: 0;
	font-weight: bold;
	color:#ffffff;
	padding:5px 8px;
	margin-left:5px;
}

/* table styles ************************/
table.list td
{
	border-bottom: solid 1px #cccccc;
}

table.list td.title
{
	background-color:#cccccc;
	border-bottom: 0px;
}

table.list td.subtitle
{
	background-color:#e7e6e6;
	border-bottom: 0px;
}

/* subtitle bar styles ************************/
#subTitleBar {
	margin: 10px 0 0 0;
	padding: 0;
	height: 1em; 
	font: bold 12px arial;
	}
	
#subTitleBar li {
	list-style: none;
	float: left;
	margin-right: 2px; 
	}

#subTitleBar li a {
	display: block;
	padding: 5px 6px; /* set padding on nav bar height here - top/bottom and left/right*/
	background-color: #937852;
	color: #fff;
	text-decoration: none; 
	-moz-border-radius: 5px;
	border-radius: 3px;
	}
	
#subTitleBar li a.selected {
	display: block;
	padding: 5px 6px; /* set padding on nav bar height here - top/bottom and left/right*/
	background-color: #937852;
	color: #fff;
	text-decoration: none; 
	-moz-border-radius: 5px;
	border-radius: 3px;
	}
	
#subTitleBar li a:hover { 
	background-color: #5b5e56; 
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 3px;
}