/*   Mulch Express and Trailer Sales - Goldsboro, NC   */



body {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 20px;
   color: #333333;   /* typical text color */
   min-width: 760px;
   letter-spacing: 1px;	
   background-color: #efefef; 
}

div.main_back {
   position: relative;  /* used to allow absolute positioning within the container */
   margin-top: 0px;
   margin-right: auto; 
   margin-bottom: 0px; 
   margin-left: auto; 
   padding: 0px 0px 0px 0px;
   width: 760px;
   height: auto;
   line-height: 20px;
   text-align: left;
   background-color: #efefef; 
   background-image: url(Images/nav_back_2.jpg); 
   background-repeat: no-repeat; 
   background-position: 0px 80px;
   border: none; 
}

div.main {
   position: relative;  /* used to allow absolute positioning within the container */
   margin-top: 0px;
   margin-right: auto; 
   margin-bottom: 0px; 
   margin-left: auto; 
   padding: 0px 0px 0px 0px;
   width: 720px;
   height: auto;
   line-height: 20px;
   text-align: left;
   background-color: #ffffff;       
   border: none; /* solid 1px #cccccc; */
}

div.header {
   clear: both; 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%; 
   height: 80px; 
   background-color: transparent;   
   border: none; 
   color: #ffffff;
}

div.left_column {
   /* float: left;  .......  Not Needed If right_column Is Coded Above left_column In the XHTML file */
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 200px;
   height: auto;
   line-height: 20px;
   text-align: left;
   background-color: transparent;   
   /* background-image: url(Images/nav_back_1.jpg); */
   /* background-repeat: no-repeat; */
   border: none;      
}

div.nav_box {
   margin: 0px 0px 0px 0px;
   padding: 16px 10px 0px 20px;
   width: auto;
   height: 220px;
   font-size: 14px;
   line-height: 22px;
   font-weight: bold; 
   text-align: left;
   letter-spacing: 0px;	
   background-color: transparent;
   background-image: url(Images/nav_back_1.jpg); 
   background-repeat: no-repeat;    
   border: none;      
}

div.right_column {
   float: right;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 480px;
   height: auto;
   line-height: 20px;
   text-align: left;
   background-color: transparent;    
   border: none;
}

div.item_div {
   clear: both;
   margin: 0px 0px 30px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   height: auto;
   text-align: left;
   background-color: transparent;    
   border: none;
}

div.item_div_sub_category {
   clear: both;
   margin: 0px 0px 30px 0px;
   padding: 7px 0px 10px 14px;
   width: 100%;
   height: auto;
   text-align: left;
   background-color: #efefef;    
   border: none;
}

div.footer { 
   clear: both; 
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
   width: 100%;
   height: 45px;
   font-size: 10px;
   line-height: 14px;
   text-align: center;
   letter-spacing: 1px;
   color: #cccccc;
   background-color: #000000;
   border-top: 1px solid #333333;
}

h1.page_title {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-family: Times, Times Roman, Arial, sans-serif;
   font-size: 30px;
   line-height: 30px;
   letter-spacing: 0px;
   font-weight: normal;
   color: #cc0000; /* #333399; */ 
   background-color: transparent; 
}

h2.sub_category {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;   
   font-family: Times, Times Roman, Arial, sans-serif;
   font-weight: bold;
   color: #333333; 
   font-size: 20px;
   line-height: 24px;
   text-align: left;
   letter-spacing: 0px;
   border: none;
}

h3.item_name {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;   
   font-family: Times, Times Roman, Arial, sans-serif;
   font-weight: bold;
   color: #996633; 
   font-size: 18px;
   line-height: 20px;
   text-align: left;
   letter-spacing: 0px;
   border: none;
}

h3.trailer_model {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;   
   font-family: Times, Times Roman, Arial, sans-serif;
   font-weight: bold;
   color: #996633; 
   font-size: 14px;
   line-height: 20px;
   text-align: left;
   letter-spacing: 0px;
   border: none;
}

p.item_description { 
   margin: 0px 0px 0px 0px;
   padding: 0px 20px 0px 0px; 
   color: #333333; 
   text-indent: 0px; 
   text-align: left;
   border: none;
} 

p.right_column { 
   margin: 0px 0px 0px 0px;
   padding: 10px 30px 20px 0px; 
   color: #333333; 
   text-indent: 0px; 
   line-height: 20px;
   text-align: left;
   letter-spacing: 1px;
   border: none;
} 

p.left_column { 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 10px 20px; 
   color: #333333; 
   text-indent: 0px; 
   line-height: 20px;
   text-align: left;
   letter-spacing: 1px;
   border: none;
}

img {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border: none;
}

img.in_body_floated_right {
   float: right;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border: none;
}

img.item {
   margin: 5px 0px 0px 0px;
   padding: 2px 2px 2px 2px;
   border: solid 1px #333333;
}

span.bold {
   font-weight: bold;
}

span.italic {
   font-style: italic;
}

span.underline {
   text-decoration: underline;
}

span.colored {
   color: #333333; /* #000066; */ 
}

span.usage_key { 
   color: #9999ff; 
}
span.usage_key_bold { 
   color: #9999ff; 
   font-weight: bold;
}

ul.usage_key_ul { 
   margin: 0px 0px 0px 0px;
   padding: 10px 40px 0px 20px;   
   font-size: 12px;
   line-height: 16px;
   text-align: left;
   list-style-position: outside; 
   list-style-type: disc;
   text-indent: 0px;   
   border: none;
}

li.usage_key_li { 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 15px 0px; 
}

ul.faq_ul { 
   margin: 0px 0px 0px 0px;
   padding: 0px 40px 0px 20px;   
   font-size: 12px;
   line-height: 16px;
   text-align: left;
   list-style-position: outside; 
   list-style-type: disc;
   text-indent: 0px;   
   border: none;
}

li.faq_li { 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 15px 0px; 
}

br {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border: none;
}



/*----------------*/
/*  Tooltip CSS   */
/*----------------*/

a.tooltip:link { 
   color: #333333;
   text-decoration: none;
   background-color: #ffffff;
}

a.tooltip:hover {
   color: #669999;
   text-decoration: none;
   background-color: #ffffff;
}

a.tooltip span { 
   display: none; 
   margin: 0px 0px 0px 0px;
   padding: 10px 5px 10px 10px; 
   width: 350px;
}

a.tooltip:hover span { 
   display: inline; 
   position: absolute;
   left: 320px;
   margin: 0px 0px 0px 0px;
   color: #cc0000; 
   background-color: #efefef;
   border: solid 1px #999999;
}



/*---------------------------------------*/
/*       Primary Navigation Styles       */
/*---------------------------------------*/

a:link.nav_primary {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
   border: none;
}

a:visited.nav_primary {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
   border: none;
}

a:hover.nav_primary {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #000000; 
   text-decoration: none;
   background-color: #ffffff;
   border: none;
}

a:active.nav_primary { 
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: transparent;
   border: none;
}



a:link.nav_primary_on {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: #000000;
   border: none;
}

a:visited.nav_primary_on {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: #000000;
   border: none;
}

a:hover.nav_primary_on {
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: #000000;
   border: none;
}

a:active.nav_primary_on { 
   margin: 0px 5px 0px 5px;
   padding: 3px 4px 3px 4px;
   color: #ffffff; 
   text-decoration: none;
   background-color: #000000;
   border: none;
}



/*----------------*/
/*  Common Links  */
/*----------------*/

a:link {
   color: #cc0000; 
   text-decoration: none;
   background-color: transparent;
}

a:visited {
   color: #cc0000; 
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #cc0000; 
   text-decoration: underline;
   background-color: transparent;
}

a:active { 
   color: #cc0000; 
   text-decoration: none;
   background-color: transparent;
}



/*-----------------------------*/
/*  Links Style for Signature  */
/*-----------------------------*/

a:link.signature {
   color: #cccccc;
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:visited.signature {
   color: #cccccc; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:hover.signature {
   color: #ffffff; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}

a:active.signature { 
   color: #cccccc; 
   font-weight: normal; 
   text-decoration: none;
   background-color: transparent;
}


