@charset "UTF-8";
/* CSS Document */
BODY {
	margin: 0 auto;
	padding:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat;	
	}
IMG {
	border:0;
	}
.italic {
	font-style:italic;
	}
.bold {
	font-weight:bold;
	}
.mainpic {
	margin: 0 auto;
	padding:0;
	background-image: url(images/mainpic.jpg);
	background-repeat:no-repeat;
	width:901px;
	height:291px;
	}
.tagline {
	margin: 0 auto;
	padding:0;
	width: 901px;
	height:98px;
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
	text-align:center;
	}
.tagline h1 {
	margin: 0;
	padding: 30px 0 0 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:40px;
	font-style: italic;
	font-weight:normal;
	color:#000;
	}
.content {
	margin: 0 auto;
	padding:0;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-color: #040404;
	width:901px;
	height:auto;
	color:#fff;
	}
.left {
	width:200px;
	height:auto;
	float:left;
	}
.left ul {
	list-style-type:none;
	margin:0;
	padding-bottom: 15px;
	width:157px;
	*width: 200px;
	}
.left ul li {
	list-style-type: none;
	padding: 15px 0 15px 0;
	margin: 0 0 0 -15px;
	*margin:0 0 0 15px;
	border-bottom: dotted 2px #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #fff;
	font-weight:bold;
	}

.left li a {
	color: #fff;
	text-decoration: none;
	}
.left li a:hover {
	color:#ffff00;
	text-decoration:none;
	}
.left li a#on {
	color: #FFFF00;
	}
.right {
	width:695px;
	height:auto;
	float:left;
	background-image: url(images/right_main.jpg);
	background-repeat:no-repeat;
	border-left: solid 1px #333333;
	margin: 0 0 20px 0;
	}
.buttons {
	margin: 20px 0 0 12px;
	}
.right h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#fff;
	margin: 30px 0 0 20px;
	}
.right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin: 20px 0 0 20px;
	width: 440px;
	line-height:22px;
	}
.right p a {
	color: #fff;
	}
.altpics {
	width: 695px;
	height:150px;
	margin: 65px 0 0 0px;
	border-top: solid 1px #333333;
	
	}
.rightint {
	width:695px;
	height:auto;
	float:left;
	border-left: solid 1px #333333;
	margin: 0 0 20px 0;
	}

.rightint h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	margin: 30px 0 0 20px;
	}
	
.rightint h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin: 30px 0 0 20px;
}
.rightint p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin: 20px 0 0 20px;
	width: 640px;
	line-height:22px;
	}
.rightint p a {
	color: #fff;
	}
.rightint table {
	margin: 15px 0 0 15px;
	}
	
.rightint p span {
	font-weight: bold;
	color: yellow;
	margin-top: 8px;
}
.footer {
	width: 895px;
	height:25px;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#fff;
	margin: 15px 0 0 0;
	}
	
	/* lightbox stuff */

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	background-image: url(imagesloading.gif)
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	/* END OF LIGHTBOX STUFF */
	
#buynow {
	margin: 6px 0 0 20px;
}
