/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
background:url(images/images/bg_tile.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#000000;
margin:0;
color:#8f8e8e;
}
td{
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#4c0707;
	padding-bottom:0;
	padding-left:0px;
	padding-top:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	margin-bottom:-10px;
	}
	
a {
	color:#4c0707;
	}
	
a:hover {
color:#8f8e8e;
text-decoration:none;
}

.content {
	padding-left:20px;
	padding-right:40px;
	padding-top:0px;
	padding-bottom:10px;
	}
#nav {
		padding-right:25px;
		padding-top:45px;
}

.container {
	padding-top: 55px;
	padding-bottom: 50px;
	margin: 0px 0 00px 0;
	background:url(images/images/bg_nav.jpg);
	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #ffffff;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	padding-bottom: 2px;
	color: #000000;
	}

.leaderimage {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#comingsoon {
	font-size:50px;
	text-transform:capitalize;
	margin-top:50px;
	margin-bottom:50px;
}

.time {
	font-size:20px;
}

/* CONTACT FORM STYLE */

.contactForm {
padding: 0px 0px 0px 0px;
display: block;
width: 400px;
}

.contactForm label{
width: 100%;
display: block;
padding-bottom: 6px;
}

.contactForm input {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
color: #666666;
font-size: 24px;
border: 1px solid #d1d1d1;
}

.contactForm textarea {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
color: #555555;
font-size: 12px;
border: 1px solid #DDDDDD;
}


#subnav
{
	font-size:30px;
	line-height:60px;
	padding-top:10px;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #4c0707;
	}
	
#subnav a.active:link, #subnav a.active:visited, #subnav a:hover 
{
	color: #8f8e8e;
	text-decoration:underline;
}

#lightbox{
	position: absolute;
	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{
	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: 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; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	