/* CSS Document */
html, body{ 
 margin:0; 
 padding-top:0;
 padding-bottom:10px; 
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 10pt;
 background: #112233; 
background-image: url(images/mainconbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
 
 a {
	color: #378460;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
 
h1
   {
	clear: both;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	color: #004c5f;
	/*background-image: url(images/h1bg.jpg);
	background-repeat: repeat-x;*/
	text-align: left;	
}
   
h2 
   { clear: both; 
     font-family: arial, verdana, helvetica, sans-serif;
     font-size: 130%;
     color: #000000;}
     
h3 
   { clear: both; 
     font-family: arial, verdana, helvetica, sans-serif;
     font-size: 110%;
     color: #000000;
	 
	 }
 
#maincon {
	
	width: 100%;
	padding-top:10px;
}

#con {
	width: 870px;
}

/* header ________________________________________________________________*/

#mainnav {
width: 870px;
	background-image: url(images/mainnavbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:38px;
	text-align: right;
	
}

#mainnav a {
position:relative;
	font-family: "Times New Roman", Times, serif;
	color: #1F6140;
	top: 13px;
	padding: 0px 20px 0px 0px;
	font-size:12pt;
}

#mainnav a:hover {
	color:#112233;
}

#logo {
	width: 870px;
	background-image: url(images/logobg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:60px;
	text-align: right;
	white-space:nowrap;	
}

#logo a {
	font-size:11pt;
	color: #CC0000;
	padding-right: 35px;
	position: relative;
	white-space: nowrap;
}

#logo a:hover {
color:#112233;
text-decoration:none;	
}

#logo a img  {
	margin-right:125px;	
}

#shopnav {
width: 870px;
background-image: url(images/shopnavbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:28px;
	color:#112233;
}

.shopnavbtn {

}

#shopnav a {
	color:#ffffff;
	font-family: "Times New Roman", Times, serif;
	position:relative;
	top: 8px;
	font-size:12pt;
	padding:1px 0px 0px 0px;
	font-variant: small-caps;
	font-weight: bold;
		
}

#shopnav a:hover {
	color:#112233;
	border-bottom:solid #ffffff 1px;
	border-left:none;
	border-right:none;
	text-decoration:none;
}

#hsignup {
	background-color:#ffffff;
	background-image: url(images/signupbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 870px;
	height: 26px;
	padding-bottom: 1px;
	white-space: nowrap;
	font-size:8pt;
	border-bottom: solid 1px #112233;
}

#hsignup img {
	border:solid 1px black;
	border-top:none;
}

#hsignup form {
	text-align:right;
	white-space: nowrap;
}

#hsignup table {
height:26px;
}

/* index table ________________________________________________________________*/

#indextable {
}

#indextopr {
}

#indextopl {
}

.indextablebori {
border-top:dotted 2px #999966;
margin-top:5px;

}

.indextablebor {
border-top:dotted 2px #999966;
margin-top:10px;
margin-bottom:10px;
}

.indexb {
	border-right:dotted 2px #99CC66;	
	padding:5px;
}

#indexeb {

padding:5px;	
}


/*_______________________________________________________________________________________*/

#outer{
	border-top:2px solid #ffffff;
	width:870px;
	background-image: url(images/maininfobg.jpg);
	background-repeat: no-repeat;
	background-position: left -22px;
	background-color: #b1d6f1;
 } 
 
#whiteborder {
	border: #ffffff solid 3px;
	margin:8px 12px 8px 12px;
	padding:0;
}
 
#footer{
	color:#dddddd;
	width:100%;
	text-align: center;
	border-top: #98CAED 3px solid;
	padding-top:33px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 
 }
 
 #footer a {
 text-decoration:underline;
 color:#ffffff;
 }
 
#inner{
	background-color: #FFFFFF;
	border: 1px #112233 solid;
	background-image: url(images/infobg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#maincol{ 
margin-bottom:10px;
 position: relative;
 padding: 10px 10px 10px 10px;
}

p img{ border: none;
 padding: 2px 5px 2px 5px;
}
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:0px; } /*padding for content */ 
 
#header .content{padding-bottom:0px;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

img{ border: none;}

div.float_pic {
	float: left; 
	width: 200px; 
	padding: 0 15px;
	margin: 5px 3px;
	}

div.pic {
	float: left; 
	height: 210px; 
	width: 130px; 
	padding: 0 15px;
	margin: 5px 3px;
	}	
	
div.pic img {
	border: 0; 
	}
	
div.ls img {
	height: 96px; 
	width: 128px; 
	margin: 32px 0 0;
	}
	

	
div.sq img {
	height: 150px; 
	width: 150px; 
	margin: 0 0px;
	}

div.pt img {
	height: 128px; 
	width: 96px; 
	margin: 0 16px;
	}
	
div.pic ul {
	margin: 0.25em 0 0; padding: 0;
	font: bold small Arial, Verdana, sans-serif;
	}

li.catno, li.price {display: none;}
li.title {
	display: block;
	list-style: none;
	text-align: center;
	}

li.catno, li.price{
	display: none;
}

#navigation {
	text-decoration: none;
	padding: 2px 2px 2px 1px;
}

#navigation li a:link, #navigation li a:visited  {
	text-decoration: none;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#navigation ul ul {
	list-style: circle;
	margin-left: 12px;
}

#textnav li a:link, #textnav li a:visited  {
	text-decoration: none;
}

.eg {
	border: 1px solid #ffffff; 
	margin: 0em 1em 0em 0em; 
	padding: 0em 1em 0em 0em;
	float: left;
	}
	
.eg_right {
	border: 1px solid #ffffff; 
	margin: 0em 1em 0em 0em; 
	padding: 0em 1em 0em 0em;
	float: right;
	text-align: center;
	}	
	
.eg_blue {
	border: 3px solid #98CAED; 
	margin: 1em; 
	padding: 1em;
	color: #000000;
	}
	
.eg_blue_alt {
	border: 3px solid #98CAED; 
	margin: 1em; 
	padding: 0em .2em 0em 1em;
	color: #000000;
	}
	
	
.indent {
	padding-left: 60px;
}

#leftcol{display:none;}


.leftshopnav {
	padding: 0px 10px 0px 10px;
	background-color:#eeeeee;
	border-right:solid 1px #dddddd;
	width:100px;
	text-align: left;
	white-space: normal;
	display: inline;
	
} 

.leftshopnav form {
	
}

.leftshopnav a {
	text-decoration: none;
	line-height: 15pt;
	white-space: normal;
	text-align: left;
	display: inline;
}

.demotable {
border: 1px solid #DDDDDD;
border-left: none;
border-right:none;
padding: 10px 0px;
}

#shopsearch {
background-color:#eeeeee;
margin-bottom:10px;
padding:10px;
}
#shopsearch form{
display:inline;
}
 
#viewcart {
	text-align:left;
	border-bottom:1px solid #B5C9FD;
	width:100%;
}




