body {
font-family: Arial, Helvetica, sans-serif;
color: #272220; 
font-size: 11px;
margin: 0;
background-image: url(../images/main/pagebg.jpg);

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272220;
}

a {
	color: #0a560a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #272220;
}

h1 {
	font-weight: bold;
	color: #095509; 
	font-size: 14px;
}

h2 { 
	font-weight: bold;
	font-size: 12px;
}

.redbold {
	font-weight: bold;
	color: #095509; 
	font-size: 11px;
}

hr {
color: #bfbb96;
height: 1px;
}

.stockbox {
border: 1px solid #bfbb96;
background: #c5c2a1;
padding: 5px;
}

.maincontent {
	background-image: url(../images/main/mainbg.jpg);
	background-color: #eaeacd;
	background-repeat: repeat-x;
	padding: 20px;
	border-right: 1px solid #bfbb96;
}

.navbg {
	background-image: url(../images/nav/navbg.jpg);
	background-repeat: repeat-x;
	background-color: #829baf;
}

.loggedin {
padding-bottom: 15px; 
color: #aba675; 
line-height: 20px
}

.loggedinLink {
	text-decoration: none;
	color: #aba675; 
}

.loggedinLink:hover {
	text-decoration: none;
	color: #5d5239; 
}

.nav {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: right;
	border-right: 1px solid #506d7f;
	border-left: 1px solid #506d7f;
	line-height: 18px;
}

.prodpic {
	border: 5px solid #c6c3a2;
}
.navlink {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:hover {
	color: #b8c7d1;
	text-decoration: none;
}

.navlinksub {
	font-size: 11px;
	color: #d3dee6;
	text-decoration: none;
}

.navlinksub:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.adminlink {
	color: #1f4e70;
	text-decoration: none;
}

.footerlink {
	text-decoration: none;
	color: #000000;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #000000;
}
.textfield {
	border: 1px solid #aba675;
	background-color: #ffffff !important;
	width: 180px;
}
.textfield-med {
	border: 1px solid #aba675;
	background-color: #ffffff !important;
	width: 80px;
}
.textfieldarea {
	border: 1px solid #aba675;
	background-color: #ffffff !important;
	width: 220px;
}
.textfield-short {
	border: 1px solid #aba675;
	background-color: #ffffff !important;
	width: 40px;
}

.textfield-long {
	border: 1px solid #aba675;
	background-color: #ffffff !important;
	width: 220px;
}

.shoppingheader {
background-color: #bfbb96;
padding: 3px;
}

img {
border: 0;
}

input {
   background: #ffffff !important;
} 

.chk {
   background: transparent !important;
} 

.thumb {
/*	border: 1px solid #aba675;*/
/*	background-color: #ffffff !important;*/
}

.errormsg{
	margin-left: 40px;
	
}

.btn {
	background-color: #095509 !important;
	border: 0;
	padding: 3px;
	height: 25px;
	color: #ffffff;
}

a.atc {
	
	background-color: #769f59 !important;
	border: 0;
	padding: 6px;
	height: 25px;
	color: #ffffff;
	width: 80px;
	text-decoration: none;
}

a.atc:hover {
	background-color: #095509 !important;
	border: 0;
	padding: 6px;
	height: 25px;
	color: #ffffff;
	width: 80px;
	text-decoration: none;
}

.memtableheader {
background-color: #bfbb96;
padding: 3px;
}

.memtable {
border: 1px solid #bfbb96;
padding: 3px;
}

.tablehr {
background-color: #bfbb96;
height: 3px;
}

/***** lightbox *****/

#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: #000; }


