@charset "utf-8";
/* CSS Document */





html {
	height:100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(../images/backgroundDarken.png);
	/*background-attachment:fixed;*/

}
tt {
	font-family: "Lucida Console", Monaco, monospace;
}

img {
	border-style: none;
}
.thrColFixHdr #container {
	width: 1000px;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/backgroundMainContent.png);
}
.thrColFixHdr #header {
	background-image: url(../images/header.png);
	height: 191px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: normal;
}
.border {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.categoryTitle {
	font-size: 15px;
	font-weight: 900;
}

.categorySubtitle {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: none;
	background-image: url(../images/backgroundSideBar1.png);
}
.thrColFixHdr #mainContent {
	float: inherit;
	font-size: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 25px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.categoryDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	height:100%;
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFixHdr #footer {
	height: 40px;
	width: 1000px;
	background-image: url(../images/footer.png);
}
.thrColFixHdr #footer p {
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.cssfly {
	font-family: arial, sans-serif;
	width:160px;
	height:0px;
	position:relative;
	font-size:10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-repeat: repeat;
	z-index: 1;
}
.cssfly ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:160px;
	height:22px;
	text-align:center;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	color:#FFFFFF;
	line-height:20px;
	background-repeat: repeat-y;
	background-image: url(../images/background_button.png);
}
.cssfly ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.cssfly ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
.cssfly ul li ul {
	display: none;
}
.cssfly ul li:hover a {
	color:#fff;
	background:#000;
}
.cssfly ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:160px;
	width:160px;
}
.cssfly ul li:hover ul li a.hide {
	color:#666;
}
.cssfly ul li:hover ul li:hover a.hide {
	width:160px;
}
.cssfly ul li:hover ul li ul {
	display: none;
}
.cssfly ul li:hover ul li a {
	display:block;
	background:#aaa;
	color:#000;
	width:160px;
}
.cssfly ul li:hover ul li a:hover {
	background:#666;
	color:#fff;
}
.cssfly ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:160px;
	top:0;
	color:#333;
}
.cssfly ul li:hover ul li:hover ul li a {
	display:block;
	width:160px;
	background:#ccc;
	color:#000;
}
.cssfly ul li:hover ul li:hover ul li a:hover {
	background:#666;
	color:#fff;
}
.cssdrop {
	font-family: arial, sans-serif;
	/*width:160px;*/
	height:0px;
	/*position:relative;*/
	position:relative;
	/*margin:0;*/
	font-size:10px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 167px;
	z-index: 1;
}
.cssdrop ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:119px;
	height:22px;
	text-align:center;
	border:1px solid #fff;
	border-width:1px 1px 0px 0px;
	/*background:#245379;*/
	color:#FFFFFF;
	line-height:20px;
}
.cssdrop ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.cssdrop ul li {
	float:left;
	margin-right:0px;
	position:relative;
}
.cssdrop ul li ul {
	display: none;
}
.cssdrop ul li:hover a {
	color:#fff;
	background:#333;
}
.cssdrop ul li:hover ul {
	display:block;
	position:absolute;
	top:23px;
	left:0px;
	width:119px;
}
.cssdrop ul li:hover ul li a.hide {
	background:#ccc;
	color:#000;
}
.cssdrop ul li:hover ul li:hover a.hide {
	width:119px;
}
.cssdrop ul li:hover ul li ul {
	display: none;
}
.cssdrop ul li:hover ul li a {
	display:block;
	background:#ccc;
	color:#000;
	width:119px;
}
.cssdrop ul li:hover ul li a:hover {
	background:#666;
	color:#fff;
}
.cssdrop ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:160px;
	top:0;
	color:#000;
}
.cssdrop ul li:hover ul li:hover ul li a {
	display:block;
	width:160px;
	background:#dfc184;
	color:#000;
}
.cssdrop ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e;
	color:#fff;
}







#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; }










hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.fracNum, .fracDen {
	font-size: 80%;
}
.fracNum {
	vertical-align: 0.5em;
}
.fracDen {
	vertical-align: -0.5em;
}
.redText {
	color: #F00;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}











.checkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.checkoutinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.nopcart {
	background: #000000;
	border:thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.nopheader {
	background: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nopentry {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.nopentry2 {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.noptotal {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nopbutton {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}








.swfbanner {
}
.faintText {
	color: #666;
	font-weight: lighter;
}

