/* General Text and Body Styles */

body {
    	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: #ffffff;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h5 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.maintext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.italictext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.righttext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.specialtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.addresstext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.phototext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}



/*Special Text for Page Headers*/
.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.tablebkgd {
    	background-image: url(images/waterbag.jpg);
	background-color: #ffffff;
}

/*------------------------------------------------Order Form Styles -------------------------------------*/ 

.formbkgd {
	background-color: #ffffff;
} 

.tbheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.shipping {
	font-family: times, times new roman, serif;
	font-size: .6em;
	color: #000000;  
	background-color: transparent;
}

.colheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;  
	background-color: transparent;
}

.fmtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;  
	background-color: transparent;
} 

.fmitalic {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;  
	background-color: transparent;
}

.fmstrong {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;  
	background-color: transparent;
}

.fmaddress {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}   

#divone {
  	text-align: center;
	display: none;
}

#divtwo {
  	text-align: left;
} 

#divthree {
  	text-align: center;
	display: none;
} 

#divform {
  	text-align: left;
} 

.tablealign {
	text-align: center;
}  

/*--------------------Special Classes and IDs for NoPrint 

#Header {
  display: none;
}

#Footer{
  display: none;
}

.noprint {
  display: none;
}
------------------- */

/*--------------------------------END ORDER FORM STYLES--------------------------------------*/    

/*Small text for copyright notice*/
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #211a08;  
	background-color: transparent;
}
	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #0000ff;
   background-color: transparent;
   text-decoration: none;
}
  
a:visited {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #800080;
   background-color: transparent;
}

a:hover {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #ff0000;
   background-color: #ffffff;
   text-decoration: underline;
}

a:active {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color : #008000;
   background-color: #0099ff;
}


/*Horizontal Rule*/

.mainbgcolor
{
	background-color:#211a08;
	color:#ffffff;
}

/* Styles below required to get the NavBar operational */
/* Set up the Menu Boxes*/
#navMenu 
{
	width: 100%;
	border: 2px solid #211a08;
	background-color: #b07f57;
	margin:3px 0px;
    	width:757px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    	width /**/:760px;     
}

/* Set up the Menu Box Anchor Styles*/
#navMenu a, #navMenu a:visited
{
	float: left;
    	background: #f3f3f3 url('images/menu_button.png') 0px 0px;
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	border-right: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	font:12px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #b07f57;
    	text-decoration: none;
    	height: 15px;
   	width: 195px;
}

#navMenu a:hover
{
    	background: #f3f3f3 url('images/menu_button.png') 0px 15px;
	font:12px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #211a08;
    	text-decoration: none;
}

#navMenu a.margin 
{
    	margin-right:2px;
}

 #navMenu ul, #navMenu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Set up Inline Display of Menu Boxes. Default is Verticle Display*/
#navMenu li { display: inline; }



