

body {
	
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFCC33;
	font-size: 18px;
	background-image: url('/img/wood125.jpg');
	margin-left: 20pt;
	}
	
a:link { color: #009900; text-decoration: none}
a:visited { color: #009900;  text-decoration: none}
a:hover { color: #009900; text-decoration: none}
		

img {
	border: none;
}

hr {
	color: #009900;
	background-color: #339900;
	height: 3px;
  	border: 2;
  	width: 100%;
	}

p   {
	text-indent:50px
        }

h1 {
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	}


.quote { 
	text-indent: 0px;
	margin-left: 30px;
	text-align: left;	
	}

.quotecredit {
	width: 400px;
	left: 20px;
	text-align: right;
	font-style: italic;
	}

.leftbar {
	position: absolute; 
	top: 300px; 
	left: 10px;
	width: 150px;
	font-size: 0.8em;
	text-indent: 0px;
	text-align: left;
	}

.groupheader   {
	color: #FF0000;
	text-align:center;
	text-indent:0;
		}

.groupcoltitle  {
	color:#009900;
	}

.rightbar {
	position: absolute; 
	top: 240px; 
	left: 850px;
	width: 275px;
	text-indent: 0px;
	text-align: right;
	}

.mainbody { 
	width: 500px;
	position: absolute; 
	top: 250px; 
	left: 325px; 
	}	

.content {
	margin-left: 40px;
	font-size: 0.9em;
	line-height: 1.4;
	font-style: italic;
	}

.menuheader {
	float: left;
	font-weight: bold; 
	}
.price	{
	float: right;
	}

/* Below is the code for lightbox picture viewer */

#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox_img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #271101; }


/* Thus ends the code for lightbox picture viewer */ 


/* Below is css code for menu */

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
font-size: 1.1em;
padding: 0;
width: 175px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(/img/glossyback.gif) repeat-x bottom left;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 130px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 120px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/img/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/img/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */