body { 
   font-family: verdana, helvetica, sans-serif; 
   height: 100%; 
   background: url(../pix/layout/bkg.jpg) repeat 0 0;
   color: #000;
   }

* { 
   margin: 0px;
   padding: 0px; 
   }

a:link { 
   color: #3898cc; 
   font-weight: bold; 
   text-decoration: none; 
   }
   
a:visited { 
   color: #3898cc;
   font-weight: bold; 
   text-decoration: none; 
   }
   
a:hover { 
   color: #b2721f;
   font-weight: bold; 
   text-decoration: none; 
   border-bottom: 1px dashed #b2721f;
   }
   
img a:hover {
   border: 0;
   }   
    
.clearfloats { 
   clear: both; 
   }

     
#footer { 
   font-family: verdana, helvetica, sans-serif;
   text-align: center;
   font-size: .7em; 
   margin-top: 2px; 
   padding-top: 0px;
   color: #000000;
   background: #fff;
   }

p {
   color: #000;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   padding-bottom: 1em;
   padding-right: 20px;
   margin-left: 20px;
   }
     
p span {
   font-weight: bold;
   }   
   
h1 {
   color: #b2721f;
   font-family: verdana, helvetica, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   letter-spacing: 1px;
   margin: 10px 20px;
   }   

h2 {
   color: #b2721f;
   font-family: verdana, helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
   letter-spacing: 1px;
   margin: 15px 0px 5px 20px;
   }      
   
sup {
   font-size: .5em;
   vertical-align: 90%;
   line-height: 1em;
   }   
   
blockquote {
   color: #000000;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   padding-bottom: 1em;
   margin-left: 40px;
   }   
   
/**************
containers 
**************/
   
#page_container {
   margin-right: auto;
   margin-left: auto;
   width: 800px;
   border: 1px solid #000000;
   background: #FFFFFF;
   margin-top: 5px;
   }  
   
#header {
   width: 800px;
   height: 165px;
   margin: 0;
   padding: 0;
   border: 0;
   }   
   
#header img {
   border: 0;
   }   
   
      
/********** 
index page 
**********/   
      
#index_container {
   margin-right: auto; 
   margin-left: auto;
   width: 840px;
   margin-top: 5px;
   text-align: center;
   } 
   
.index_body {
   width: 800px;
   border: 1px solid #000;
   background: #fff;
   text-align: left;
   margin-right: auto;
   margin-left: auto;
   margin-top: 0;
   padding: 0 0 8px 0;
   }
   
.index_body p {
   padding-top: 12px;
   line-height: 1.4em;
   }   
      
.index_boxes img {
   margin: 10px 0px 0 8px;
   border: 0;
   }   

.index_search {
   display: inline;
   float: left;
   font-family: verdana, helvetica, sans-serif;
   font-size: .7em;
   margin: 15px 10px 3px 22px;
   width: 443px;
   height: 132px;
   background: url(../pix/layout/search_box.gif) no-repeat 0 0;
   padding: 12px 10px 10px 10px;
   }  
      
.index_search form {
   display: inline;
   float: left;
   width: 173px;
   }       

#flash_index {
   width: 840px;
   height: 300px;
   border: 1px solid #000;
   background: #fff;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   margin-top: 0;
   margin-bottom: 0;
   }

   
/** inventory pages **/

.result_item {
   margin: 30px 0px 0px 90px;
   width: 600px;
   border: 1px solid #000;
   background-color: #ffb95f; /*lt brown*/
   padding: 0 0 8px 0;
   color: #000;
   }      
      
.result_item h2 {
   padding: 8px 0 6px 10px;
   margin: 0;
   width: 590px;
   background-color: #b2721f; /*dk brown*/
   color: #fff;
   font-size: .9em;
   border-bottom: 1px solid #000;
   }      
      
.result_item h2 a,
.result_item h2 a:visited {
   color: #fff;
   }      
   
.result_item h2 a:hover {
   color: #ffb95f;
   }   
      
.result_item img {
   float: right;
   border: 0;
   padding: 4px 8px 4px 4px;
   }      

.result_item p {
   padding: 8px;
   margin: 0px 0px 0px 10px;
   color: #000;
   } 
      
.sold {
   color: #b2721f; /*dk brown*/
   font-weight: bold;
   font-size: 1.1em;
   margin: 0 0 0 10px;
   padding: 0;
   }      
      
.inv_search {
   font-family: verdana, helvetica, sans-serif;
   font-size: .7em;
   margin: 20px 0px 10px 90px;
   width: 580px;
   border: 1px solid #000;
   background-color: #88d037;
   padding: 12px 20px 12px 20px;
   }

.inv_search form {
   float: left;
   width: 250px;
   }   
   
.inv_search img, .index_search img {
   margin-bottom: 5px;
   }
 
.inv_search select, .index_search select {
   margin-bottom: 5px;
   } 

.inv_search input, .index_search input {
   margin-right: 5px;
   }  
      
.inv_search span, .index_search span {
   font-weight: normal;
   font-style: italic;
   }   
      
.inv_pics {
   margin: 10px 30px;
   }      

.inv_pics img {
   border: 1px solid #000000;
   }   
      
/*************
NEW MFG PAGES
************/

.rv_pic {
   float: left;
   margin: 8px 4px 8px 16px;
   font-size: 12px;
   font-style: italic;
   text-align: center;
   }      
      
/*** product pages ***/   
     
.product_pic {
   float: right;
   margin: 0px 15px 20px 20px;
   font-family: verdana, helvetica, sans-serif;
   font-size: .7em;
   font-style: italic;
   }  
   
.product_pic .logo {
   margin: 8px 0px 4px 0px;
   }   
   
.product_pic_left {
   float: left;
   margin: 0px 20px 20px 20px;
   font-family: verdana, helvetica, sans-serif;
   font-size: .7em;
   font-style: italic;
   text-align: center;
   width: 260px;
   }  
   
.product_pic_left img {
   margin-top: 20px;
   border: 0;
   }   
   
.product_thumb {
   width: 78px;
   margin: 7px;
   float: left;
   font-family: verdana, helvetica, sans-serif;
   font-size: .9em;
   text-align: center;
   }   
   
.product_thumb img {
   border: 0;
   }     
   
#product_body {
   width: 480px;
   float: left;
   margin-top: 10px;
   padding-right: 15px;
   }    
   
#product_body p {
   margin-left: 0px;
   }   

#product_body h2 {
   color: #FF5900;
   font-family: verdana, helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   letter-spacing: 1px;
   margin: 15px 0px 2px 0px;
   }   
   
#product_body ul {
   padding: 3px 0px 5px 50px;
   list-style-type: disc;
   marker-offset: outside;
   width: 350px;
   background-color: #FFFFFF;
   }   
   
#product_body ul li {
   background-color: #FFFFFF;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   font-weight: normal;
   margin: 0px 0px 3px 5px;
   float: none;
   }   
   
.floorplan {
   border: 0;
   width: 200px;
   margin: 10px;
   font-family: verdana, helvetica, sans-serif;
   font-size: .6em;
   float: left;
   }   
   
.floorplan_lg {
   width: 420px;
   border: 0;
   margin: 20px;
   font-family: verdana, helvetica, sans-serif;
   font-size: .6em;
   float: left;
   }   
   
.back {
   margin-top: 10px;
   }   
   
/** for nuwa **/

.product_thumb_nuwa {
   width: 160px;
   margin: 7px;
   float: left;
   font-family: verdana, helvetica, sans-serif;
   font-size: .9em;
   text-align: center;
   }   
   
.product_thumb_nuwa img {
   border: 0;
   }      
   

   
/* contact page */

#contactform {
   font-family: verdana, helvetica, sans-serif;
   font-size: .9em;
   width: 500px;
   padding: 0px 20px 0px 30px;
   color: #000000;
   }
   
.formsection {
   width: 420px;
   border: 1px solid #ccc;
   background: #ebf4fb;
   margin-bottom: 14px;
   }   

.formsection h1 {
   border-bottom: 1px solid #ccc;
   padding: 3px 0 3px 6px;
   width: 414px;
   font-weight: bold;
   font-size: 1em;
   background: #3898cb;
   color: #fff;
   margin: 0;
   }   
   
.formitem {
   margin: 6px 0 10px 10px;
   }   
   
.formitem label {
   color: #000000;
   width: 400px;
   }   

.formitem em {
   font-style: italic;
   font-size: .8em;
   }    

.form_list {
   padding: 5px 20px 0px 0px;
   float: left;
   }   
   
.submit { 
   margin: 10px 0 10px 0;
   border: 0;
   }
                     
.disclaimer { 
   font-size: .9em;
   font-style: italic; 
   text-align: left;
   color: #000000; 
   }   
   
.address {
   margin: 50px 15px 20px 10px;
   padding-top: 10px;
   border-top: 1px solid #000000;
   width: 500px;
   }    
   
/******************
NAVIGATION
******************/                         

#nav_top {
   width: 800px;
   text-align: right;
   font-size: 11px;
   margin-right: auto;
   margin-left: auto;
   padding: 6px 0 0 0;
   }
   
#nav_top a,
#nav_top a:visited {
   color: #000;
   font-weight: normal;
   }   
   
#nav_top a:hover {
   color: #fff;
   border-bottom: 1px solid #fff;
   }   

#nav {
   width: 800px;
   background-color: #5fc8ff;
   position: relative;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   margin-bottom: 10px;
   z-index: 10;
   list-style: none;
   padding: 0;
   margin: 0;
   }
   
#nav li { 
   text-decoration: none; 
   font-weight: bold;
   color: #000000; 
   font-size: 16px;
   padding: 12px 0px;
   float: left;
   position: relative;
   text-align: center;
   background-color: #5fc8ff;
   }
   
.nav_inventory {
   width: 225px;
   }   
   
.nav_parts {
   width: 225px;
   }   
   
.nav_mfg {
   width: 175px;
   }   
   
.nav_contact {
   width: 175px;
   }   

#nav a:link { 
   color: #000; 
   }

#nav a:visited { 
   color: #000; 
   }

#nav a:active { 
   color: #fff; 
   }

#nav a:hover {
   color: #fff;
   border: 0;
   }    
     
#nav li li {
   padding: 2px 4px 5px 4px;
   }     
     
#nav li li a { 
   display: block;
   width: 175px; 
   font-weight: bold;
   font-size: 11px;
   color: #fff;
   }          
  
#nav li li a:hover { 
   color: #fff;
   display: block; 
   border: 0;
   }
                 
li ul { 
   display: none;
   position: absolute;
   font-weight: normal;
   padding: 0 0; 
   margin-top: 12px;
   margin-left: -5px;
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   border-bottom: 1px solid #000;
   background-color: #5fc8ff;
   }
        
li>ul { 
   top: auto; 
   left: auto; 
   }

li li { 
   display: block;
   float: none;
   border: 0; 
   }
        
li:hover ul, li.over ul { 
   display: block 
   }

#nav li img { 
   border: 0; 
   }


/* fix for IE6 bug */

li a { 
   background-color: #5fc8ff; 
   }

   
/**
FOOTER NAV
**/   
   
#text_nav_top {
   font-size: .6em;
   text-align: center;
   width: 800px;
   margin-top: 2px;
   padding: 5px 0px 0px 0px;
   border-top: 1px solid #000;
   color: #000;
   }

#text_nav_bottom {
   font-size: .6em;
   text-align: center;
   width: 800px;
   margin-top: 4px;
   padding: 0px 0px 5px 0px;
   border-bottom: 1px solid #000;
   color: #000;
   }     
   
/*********************
INVENTORY PICTURE PAGE
**********************/

#inv_pic_form {
   margin: 15px 0 10px 20px;
   }
   
#inv_pic_form p {
   margin: 15px 0 0 0;
   padding: 0;
   }   
   
   
