/***********************************
CSS Document
Author: Michael Oleksak - StarsnSites.com
copyright ©2005 all rights reserved. 
BEGIN WITH GLOBAL DECLARATIONS.
***********************************/
body { background-color: #ffffff; margin: 0px; height:100%; border:none;
       }
table, div, tbody { font-family: lucida, verdana, sans-serif; font-size: 11px; color: #555555; 
                    border-collapse: collapse; 
                    }
/***********************************
Main Outer Containing Table style settings
***********************************/                 	
.mainCatTable { height:100%; width: 560px; padding:0px; border:1px solid #555F86;
             }
.bannerCatCell  { width: 560px; height: 130px; 
                }
.mainInnerCatTable { height:100%; width: 100%; padding:0px; 
             }                
                          
.mainCatCell { height: 100%; width: 100%; vertical-align: top; padding: 4px;} 

                                     
/***********************************
Top Containing cells style settings
***********************************/ 
          
/***********************************
The Table in the middle with SubCategory navigation and content container
***********************************/

                          
/***********************************
The Table in the middle with nav and content container
***********************************/             
                         
form {  margin: 0px; padding: 0px; border: none; }
     	
/***********************************
 Begin Link Styles
***********************************/

a:link, 
a:active,
a:visited { color: #3B92EF; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

 
/***********************************
 Heading Tag Styles
***********************************/	 
h1 { font-size: 22px;  color: #BB5120; line-height: 24px;
     margin: 0px; background-color: #efefef; border:1px solid #555F86;
     }  

h2 { font-size: 20px; color: #555F86; line-height: 22px;
        margin: 0px;  
        }

h3 { font-size: 16px; color: #F9833B; line-height: 22px;
        margin: 0px;  
        }        

/***********************************
 Miscellaneous Body Part Tag Styles
***********************************/ 
textarea, 
form select, 
input { font-size: 11px; border: 1px solid #555555; background-color: #ffffff;
        }        
ul { list-style-image: url('../../images/bulltetpoint.gif')
	 }	
hr { height: 1px; width: 90%; color: #555F86;
     }              	 
img { border: 0px; 
      }     
/***********************************
 Begin Copyright Section
***********************************/
.copyright 	{ background-color: #555F86;
              font-size: 9px; color: #CCCCFF;  line-height: 15px; text-indent: 10px; 
              text-align: center; vertical-align: middle; height: 15px; width: 100%;
              margin-bottom: 3px; 
              }	
.copyright a:link,
.copyright a:active,	
.copyright a:visited  { color: #CCCCFF;	text-decoration : none;	}
.copyright a:hover	  {	color: #ffffff; text-decoration : underline; }
/***********************************
 End Copyright Section
***********************************/	
.priceTable     { width: 100%; border:#0C6A95 1px solid; 
	             }
.priceTable tr.pc0 td ( background-color: #ffffff; font-size: 9px; color: #555F86;
                            border:#0C6A95 1px dotted; padding:1px;}	             
.priceTable tr.pc1 td ( background-color: #efefef; font-size: 9px; color: #555F86;
                            border:#0C6A95 1px dotted; padding:1px;}
.priceTable th  { font-size: 10px; 
	              border: 1px solid; padding:2px;
	             }                            
.priceTable td { font-size: 9px; color: #555F86;
                 padding-bottom:2px; border: 1px solid;
                 }


/***********************************
 End Stylesheet
***********************************/