/* CSS Document */
body{
	font-family: Arial;
	background-image: url(images/20.jpg);
	
}
p {
	font-size: 80%;
}
.highlight {font-weight:bold;}

.highlightprice {font-size: 140% !important;}

.highlightfree {font-weight:bold !important;font-size: 140% !important;}

.nopadding {margin-bottom:none;}

.nopaddingtop {margin-top:none;}

.bullets{
	font-size: 80%;
}
table td, p {
	font-size: 12px;
}
h1 { font-size:  90%;
font-weight: bold;}

h3 { font-size:  85%;
font-weight: bold;}

h4 { font-size:  80%;
font-weight: bold;}

img {
	border: thin solid #CCCC00;
}
img.float {
	float:right;
	margin: 10px;
	padding:0px;
	
}
  
a.nav{ display: block;
   font-size: 75%; 
   color: #ffffff;
   background-color: ;
    margin: 1px; 
	padding: 1px; 
	border: 1px solid ##7E981D; 
	text-align: left; 
	text-decoration: none; 
	font-weight: bold;}

	a.nav2{ display: block; 
   font-size: 76%; 
   color: #ffffff;
   background-color: ;
    margin: 6px 0px 0px; 
	padding: 0px;  
	text-align: center; 
	text-decoration: none; 
	font-weight: normal;
	
	}

a.nav:hover{ background-color: #339999; 
 }

a.nav2:hover{ background-color: #eec21f; 
 }
ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:;
	}


ul#mainnav li a {
	text-decoration: none;
	display: block;
	padding: 4px 0% 4px 1%;
	background-color: ;
	font: normal 80%/1 Arial ;
	color: #fff;
	background-color: #276373;
	width: 155px;
	
	}

ul#mainnav li a:hover {
	background-color: #7E981D;
	}
	
	ul#mainnav li a[title*="Specials"] {  
background-color: #7E981D !important; 
}
	
ul#mainnav ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;

	}

ul#mainnav ul.subnav li {
	border-top: 0 none;

	}

ul#mainnav ul.subnav li a {
	padding: 0px;
	font: bold 70%/normal Arial;
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;


	}

ul#mainnav ul.subnav li a:hover {
	background-color: #7E981D;
	text-decoration: underline;
	}
#leftpanel { 
               position: absolute; 
               top: 140px; /* resize these bits to liking */ 
               left: 0; 
               width: 200px; /* works best with fixed  
               width right - left divs*/ 
           }     

           #rightpanel { 
               position: absolute; 
               top: 140px; /* resize these bits to liking */ 
               right: 0; 
               width: 190px; /* works best with fixed  
               width right - left divs*/ 
           } 

           #content { 
               position: absolute; 
               top: 140px; 
               padding-left: 210px; /* 10px to play with */ 
               padding-right: 250px; /* 30px to play with */ 
			  
               } 
			    #logo{ 
               position: absolute; 
               top: 50px; 
               padding-left: 220px; /* 20px to play with */ 
               padding-right: 220px; /* 20px to play with */ 
               } 
			   
			   #error { font-family:arial; font-weight:bold; color:FF0000;}

