/* getting footer to stay at bottom -http://www.alistapart.com/articles/footers */
html, body {
height: 100%;
}
html>body .container {
height: auto;
}
/* end hack */
body {
margin: 0;
background-color: #000;
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment:scroll;
}
.container {
width: 1024px;
margin: auto;
/* getting footer to stay at bottom */
position: relative;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
/* end hack */
}
.header {
height: 225px;
}
.content {
/*padding: 5px;*/
}
.footer {
/* getting footer to stay at bottom */
position: absolute;
bottom: 0;
/* end hack */
width: 970px;
}

.clear {clear: both; height: 20px; border-bottom: 2px solid black; margin-bottom: 20px;}

/*FOOTER*/
.footer {color: #4a4a4a; font-size: 0.8em; text-align: center; height: 77px;
	}


/* text styling */
body {font-family: "Trebuchet MS", verdana, sans-serif;
font-size: medium;
color: #fefefe;
}
/* link styling */
a {border: 0; text-decoration: underline; color: #CCCCCC;}
a:hover {color: #fff;}
a:visited {border: 0; color: #cccccc;}
a img {border: 0;}

h1 {
margin: 8px 0 0 0px;
padding: 0;
font-weight: normal;
color: #990000;
font-size: 1.5em;
}

h2 {
font-size: 1.3em;
color: #6B6B6B;
margin-top: 20px;
}
h2 a {
color: #990000;
text-decoration: none;
}

h3 {
font-size: 1.2em;
text-transform: uppercase;
color: #CCCCCC;
border-bottom: 1px dotted #3F3F3F;
}
.grey {color: #6B6B6B;}
.green {color: #698c45;}
/*IMAGES*/
a img {border: 0;}
.content img {padding: 4px; border: 1px dotted #545454;}
a img:hover {border: 1px solid #fff;}
.img_hover:hover {border: 1px solid #fff;}
img.header_img {border: 0;}
img.header_img:hover { border:0;}
img.main {border: 0; padding: 0; margin: 0;}
.header img:hover {border:0;}
.header img{border:0;}
.float_left { float: left;}

img#buy_dvd {float: left;
margin: 0;
padding: 0;
border: 0;
}

div#home_page object {float: left;}
div#home_page img.main {border: 0; padding: 0; margin:0;}
div#home_page img {float: left;}
/*paypal box */
div.content form img {border: 0;}

/* 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; }
