body {
	margin: 0 auto;
	background:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	padding: 0px;
}


#contentholder{ 
margin: 0 auto;
width: 970px;
}


#cart{ 
	margin: 0px;
	width: 150px;
	position:fixed;
	float: right;
	right: 10px;
	top: 12px;
	padding: 5px 5px 0px 5px;
	height: 25px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: .12em;
	font-weight: normal;
	color: #727272;
	background-color:#000000;
	border: solid 1px #232323;
}

#upperstrip{ 
	width: 100%;
    position: absolute;
	height: 23px;
	top: 0px;
	background-color:#000;
	margin: 0 auto;
	border-bottom: solid 1px #232323;
}

#upperlogos{
	margin: 0 auto;
	position: relative;
	
}

#cart a:link {
	color: #727272;
	text-decoration: none;
}
#cart a:visited {
	text-decoration: none;
	color: #727272;
}
#cart a:hover {
	text-decoration: none;
	color: #f95b12;
}
#cart a:active {
	text-decoration: none;
	color: #727272;
}

#logohead {
	margin: 0 auto;
	padding-top:0px;
	height: 228px;
	width: 970px;
}

#flashhead {
	margin-left: -10px;
	padding-top:8px;
	height: 302px;
	width:  970px;
	background:url(../images/flashheadbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#nav {
	margin:0px;
	padding:0px;
	height: 49px;
	width: 970px;
	background:url(../images/navbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
}

#content{ 
	margin: 0 auto;
	width: 970px;
	position: relative;
}

#leftnav{
	float:left;
	position: relative;
	padding-top: 13px;
	padding-left: 0px;
}

#content_cat { 
	margin: 0 auto;
	position: relative;
	padding: 15px;
	width: 952px;
	height: 650px;
	background-image:url(../images/itemcontentbg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: #000000;	
}

#footer {
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 5px;
    width: 950px;
	position:relative;
	background-color: #000000;
	border-top: 3px solid #323232;
}

#lowertagline {
	 position: relative;
	 top: -45px;
	 font-family: Helvetica, Arial, Verdana, sans-serif;
	 font-size: 18px;
	 letter-spacing: .40em;
	 padding-left: 10px;
	 font-weight: normal;
	 color: #ff5500;
}


#lowernav {
	 position: relative;
	 width: 950px;
	 text-align:left;
	 padding-left: 10px;
	 font-family: Helvetica, Arial, Verdana, sans-serif;
	 font-size: 11px;
	 letter-spacing: .08em;
	 font-weight: normal;
	 color: #999999;
}

#lowernav  a:link {
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#lowernav  a:visited {
	color: #999999;
	text-decoration: none;
}
#lowernav  a:hover {	
	color: #ff5500;
	text-decoration: none;
}
#lowernav  a:active {
	text-decoration: none;
	color: #999999;
}


#copyright {
	position: relative;
	width: 750px;
	text-align:left;
	top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;	
}

#copyright a:link {
	color: #5b5b5b;
	text-decoration: none;
}
#copyright a:visited {
	color: 5b5b5b;
	text-decoration: none;
}
#copyright a:hover {	
	color: #ff5500;
	text-decoration: none;
}
#copyright a:active {
	text-decoration: none;
	color: #5b5b5b;
}

.subcopyright {
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #313131;	
}
.subcopyright  a:link {
	color: #313131;
	text-decoration: none;
}
.subcopyright  a:visited {
	color: #313131;
	text-decoration: none;
}
.subcopyright  a:hover {	
	color: #ff5500;
	text-decoration: none;
}
.subcopyright  a:active {
	text-decoration: none;
	color: #313131;
}



.formelement {  width:315px; margin:0px; margin-left:30px; margin-right: 10px; margin-bottom:5px; vertical-align: top;}


#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;}

