
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Layer1 {
	float:right;
	width:427px;
	height:333px;
	z-index:1;
	margin-left:-5px;
	left: 413px;
	top: 1069px;
}
body {
	background-image: url(images/blu-bckgrn.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
#wrapper{
width: 820px;
background-color: #FFFFFF;
/* Put 0px margin above the wrapper */
/* Set right and left to auto for centering */
margin: 0px auto;
}

/********** Major layout divisions **********/
#branding{
/* For absolutely-positioned hyperlinks */
position:relative;
}

/** branding division hyperlinks **/
#branding a{
/* Postions are set in tags in layout.htm */
position:absolute;
text-decoration:none;
color:#000;
font-size:0.8em;
}

#branding a:link, #branding a:visited{
color:#000;
}

#branding a:hover{
color:#0f0;
}
#branding a:active{
color:#1bb498;
}

/* Fixes the mysterious image gap */
#branding img{
display:block;
}

#leftcolumn{
/* Remember, content and navbar left margin must

match this width */
width:10em;
float:left;
height: 550px;
}

/* Navbar division (Vertical navbar) */
#nav {
  margin: 0;    
  padding: 0;
  font-size:12px;
  background-image: url(images/menu-a-bkgd.jpg); 
  list-style-type: none; 
  width: 10em;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */ 
  width: 10em; /* 100% IE whitespace bug */
}
#nav a {    
  display: block; 
  color:#FFFFFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2.7em;
  border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
    font-weight:bold;
    background-image: url(images/menu-b-bkgd.jpg); 
}

#body_hom #nav_hom a, 
#body_about #nav_about a,
#body_products #nav_products a, 
#body_testimon #nav_testimon a,
#body_faq #nav_faq a,
#body_dealers #nav_dealers a,
#body_warranty #nav_warranty a,
#body_contact #nav_contact a
{
  background: #BEB06F;
  color: #1A1303;
  font-weight: bold;
}

#content{
/* Left margin must match leftcolumn width */
margin-left:10em;
background-color:#fff;
color:#000;
padding:0px 20px 20px 10px;
}

/* Applies to paragraphs in the content division */
#content p{
line-height:1.5em;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
padding:0 0 10px 40px;
line-height: 22px;
}

/* Styles h1, h2, and h3 style rules in the content

division */
#content h1, #content h2, #content h3{
font-family: Arial, Helvetica, sans-serif;
color:#000;
font-weight: bold;
font-style: normal;
letter-spacing:0.05em;
}

/* Size h1 headings in the content division */
#content h1{
font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
font-size:1.25em;
font-style:normal;
}

#footer{
	padding-left: 10em;
	text-align:center;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {font-size: 10px}

.style3 a:link {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.style3 a:visited {
	font-size: 10px;
	text-decoration: none;
}

.style3 a:hover {
	font-size: 10px;
	text-decoration: underline;
}

.style3 a:active {
	font-size: 10px;
	text-decoration: none;
}

.bmenu {font-size: 12px}