@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #09070A url(images/pg_bg.jpg) no-repeat scroll center top;
}
#header {
	margin: 0px auto;
	height: 198px;
	width: 1000px;
}
#contentHolder {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 1000px;
	background: url(images/cont_bg.png) repeat-y scroll center top;
}
#navCol {
	width: 150px;
	float: left;
}
#content {
	float: left;
	width: 660px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	height: auto;
}
#rightCol {
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#pageBot {
	width: 1000px;
	margin: -5px auto 0px;
	padding: 0px;
	background: url(images/page_bot.png) no-repeat scroll center bottom;
	height: 35px;
	clear: both;
}
#bottom {
	background: url(images/boticon.png);
	margin: 0px auto;
	padding: 0px;
	height: 58px;
	width: 220px;
}
#newsBox {
	margin: -2px 0px 0px;
	background: #0E0E0E;
	padding-top: 5px;
}
#navBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBox li {
	border-bottom: 1px solid #72757A;
}
#navBox a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	font: bold 12px/32px Verdana, Geneva, sans-serif;
}
#navBox a:hover {
	color: #BF0A19;
}

#newstop {
	background: url(images/news_top.png);
	height: 45px;
	width: 150px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#newsbot {
	background: url(images/news_bot.png);
	height: 34px;
	width: 150px;
	margin: -3px 0px 0px;
	padding: 0px;
}
#rcol_top {
	color: #CCC;
	font: bold 12px/34px Verdana, Geneva, sans-serif;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 150px;
}
#rcol_icon {
	margin: 10px 0px;
}

#newshead {
	color: #BE0E19;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-indent: 10px;
}
#newsCopy {
	width: 130px;
	color: #999;
	font: 11px/14px Verdana, Geneva, sans-serif;
	margin-left: 10px;
}
#content p {
	color: #CCC;
	font: 12px/18px Verdana, Geneva, sans-serif;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: url(images/footer_bg.png) no-repeat scroll center bottom;
	height: 38px;
	text-align: center;
	font: 12px/35px Verdana, Geneva, sans-serif;
	color: #999;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}

#copyright {
	color: #666;
	font: 10px/35px Verdana, Geneva, sans-serif;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#fftag {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 10px/35px Verdana, Geneva, sans-serif;
}
#fftag a {
	color: #666;
}
#active a:link, #active a:visited{
	color: #BC0E17;
}
.leftalign_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightalign_img {
	float: right;
	margin-bottom: 10px;
	clear: right;
	margin-left: 15px;
}
#content a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
#content h2 {
	color: #FFF;
	font: 14px Verdana, Geneva, sans-serif;
}
#content h1 {
	color: #999;
	font: 16px Verdana, Geneva, sans-serif;
}
#content h3 {
	color: #C00;
	font: 14px Verdana, Geneva, sans-serif;
}
input {
	background: #090709;
	border: 1px dotted #CCC;
	color: #C00;
	font: 12px Verdana, Geneva, sans-serif;
}
textarea {
	background: #090709;
	border: 1px dotted #CCC;
	font: 12px Verdana, Geneva, sans-serif;
	color: #C00;
}
#content h4 {
	color: #C00;
	font: bold 12px Verdana, Geneva, sans-serif;
}
.salebox {
	background: #FFF;
	padding: 20px;
	position: relative;
}
/* lightbox styles */

#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; }
#hoverNav a{ outline: none;}
#imageContainer>#hoverNav{ left: 0;}

#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; }
.sold {
	float: right;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	position: absolute;
	top: 10px;
	right: 10px;
}

