/* www. GLOBAL CSS */
@import url("reset.css");
body {
	background:#ed1d24; color:#fff; font-family:"Trebuchet MS"; font-size:14px;
}
#ContentWrapper {
	width:890px; margin:auto; background:#000;
}
ul {
	margin:0 0 15px 46px;
}
li {
	list-style:disc; margin:0 46px 0 10px;
}
p {
	margin:0 46px 15px 46px;
}
h1 {
	font-size:18px; font-weight:bold; color:#ed1d24;margin:15px 46px 15px 46px;
}
h2 {
	font-size:18px; font-weight:bold; color:#ed1d24;margin:15px 46px 15px 46px;
}
a {
	color:#ed1d24; text-decoration:none;
}
a:hover {
	color:#ed1d24; text-decoration:underline;
}
#BookIt {
	float:right; width:228px; height:127px; margin:35px 0 20px 20px; padding-right:20px;
}
.click {
	color:#ed1d24; font-size:16px;
}
.photos {
	background:url(../gfx/filmstrip.gif) no-repeat; height:207px; padding:0 0px 0 20px;
}
.photos img {
	margin:29px 13px 0 0;
}
#ContactFormWrapper {
	background:url(../gfx/horns.jpg) no-repeat bottom; height:400px; padding-top:15px;
}
label {
	float:left; width:350px; padding-right:6px; text-align:right; font-size:18px; color:#ed1d24; margin-bottom:7px;
}
input, textarea {
	float:left; background:#fff; color:#ed1d24; border:0; padding:2px; font-size:16px; width:180px; margin-bottom:7px;
}
textarea {
	width:350px; height:150px;
}
form br {
	clear:both;
}
.error {
	float:left; margin-bottom:7px; width:150px; color:#FF0000; font-weight:bold;
}
/*-----LIGHTBOX-----*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;border:0}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; 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:gfx/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(../gfx/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#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: #772222; }
