/* CSS Document */

body {
	text-align:center;
	background-attachment: scroll;
	background-color: #361C0C;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat;
	background-position: center top;
}

body#other {
	background:url(../images/bg.jpg) top center no-repeat;
}

body#home {
	background-attachment: scroll;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#container {
	width:900px !important;
	width:924px;
	width/**/:/**/900px;
	min-height:850px;
	padding-top:51px;
	margin:0 auto;
	text-align:left;
	background-color: #361C0C;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	width:210px;
	height:190px;
	margin-right:24px;
	margin-left:15px;
	float:left;
}

#heading {
	width:475px !important;
	width:545px;
	width/**/:/**/509px;
	margin-right:20px;
	float:left;
}

#home-copy {
	width:500px;
	height:555px;
	padding-top:56px;
	float:left;
	margin-left:15px;
}
#copy {
	width:500px;
	height:455px;
	padding-top:56px;
	float:left;
	margin-left:15px;
}

#number {
	width:900px;
	float:left;
	margin-left: 15px;
}
#number2 {
	width:440px;
	float:right;
	margin-right: 15px;
	text-align: right;
}
#pricing1 {
	width:400px;
	padding-top:20px;
	float:left;
	margin-left:15px;
}
#pricing2  {
	width:470px;
	padding-top:20px;
	float:right;
}

#gallery {
	width:330px;
	padding-top:120px;
	float:right;
}

.gallery_img {
	width:104px;
	height:104px;
	margin-right:2px;
	margin-top:2px;
	float:left;
	border:1px solid #999933;
}

/* NAVIGATION */

#nav {
	width:140px;
	float:left;
}

#nav a {
	line-height:35px;
	font-family:Helvetica;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	padding: 9px 6px;
	background-color: #CC9933;
}

#nav a:hover,
#nav a.navon {
	background-color: #999933;
}

/* FOOTER */

#footer {
	width:900px;
	padding-top:10px;
	margin-top:3px;
	color:#ffffff;
	float:left;
}

#footer_left {
	color:#999933;
	width:400px;
	float:left;
	padding-top:5px;
	display:inline;
	margin-left: 15px;
}


#footer_right {
	width:400px;
	text-align:right;
	float:right;
	display:inline;
	margin-right: 15px;
}

#footer a {
	color:#ffffff;
}

#footer img {
	 margin-bottom:10px;
}
#additional {
	width:900px;
	float:left;
	margin-left: 15px;
	background-color: #280b00;
}


/* FONTS */

p {
	font-family:Helvetica;
	font-size:14px;
	color:#FFFFFF;
	line-height:25px;
}

p.green11 {
	font-size:11px;
	color:#999933;
}

p.bullet {
	font-size:14px;
	color:#CC9933;
	line-height:25px;
}
p.prices {
	font-size:18px;
	color:#999933;
	font-weight: bold;
	text-decoration: underline;
}

.orange {
	color:#999933;
}

.white {
	color:#ffffff;
}

h1 {
	font-family:Helvetica;
	font-size:38px;
	color:#999933;
	line-height:49px;
	font-weight:bold;
	letter-spacing:-5px;
	list-style-image: url(../images/logo-bullet.gif);
	list-style-position: inside;
	list-style-type: circle;
}

h1.orange {
	color:#CC9933;
	font-size: 36px;
	list-style-image: url(../images/logo-bullet.gif);
	list-style-type: square;
	list-style-position: outside;
}


h2 {
	font-family:Helvetica;
	font-size:24px;
	color:#CC9933;
	line-height:30px;
	font-weight:bold;
}

h2.number {
	font-size:48px;
	color:#ffffff;
	line-height:50px;
	letter-spacing:-3px;
}

h2.h2size18 {
	font-size:18px;
}

span.highlight {
	background:#ffffff;
	padding-right:15px;
	padding-left:10px;
}




/******************************** LIGHTBOX *****************************************/

#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
