/* CSS RESET */
html {
	color:#000;
	background:#222222;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style-image: none;
	list-style-type: disc;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend {
	color:#000;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
}
table {
	margin: 0 0 16px 0;
	line-height: 1.3;
	padding: 1;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {
	text-decoration:none;
	color:#ff0000
}
a:hover {
	text-decoration: underline;
	color: #CC0000
}
#bg {
	background:#222222;
	width:1028px;
	margin:0px auto;
	height:768px;
	position:relative;
}
#wrap {
	width:710px;
	text-align:left;
	background:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#b {
	padding-top: 30px;
}
.fl {
	float:left
}
.fr {
	float:right
}
.clearfix {
	clear:both
}
#header {
	margin:0px auto;
	margin-bottom:35px
}
/* header */
#header {
	position:relative;
	height:189px;
	background:url(images/hd.jpg) repeat-x bottom;
	width:696px
}
#nav {
	position:absolute;
	top:153px;
	right:136px;
	width:392px;
	height:35px;
	line-height:35px;
}
#nav li {
	float:left;
	font-weight:700;
	width:100px
}
#nav a {
	text-decoration:none;
	display:block;
	text-align:center;
}
#nav a:hover {
	color:#000000;
	background:#ff0000;
	font-weight: bold;
}
/* content */
#content {
	margin:0 auto;
}
.main {
	width:630px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/box.gif);
	color:#000;
	margin-left:40px
}
.text {
	margin-bottom:20px
}
.text p {
	width:600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.text h2 {
	font-size:20px;
	padding:8px 0 20px 5px;
	background:url(images/t.gif) repeat-x;
	color:#4f4f1d
}
.text img {
	margin:0
}
#col {
	margin:0 0 10px 0;
	width:300px;
	background:url(images/m.jpg);
	width: 879px;
	height:104px;
}
#col div {
	width: 220px;
	margin: 20px 0 0 70px;
	display:inline
}
#col .first {
	margin: 20px 0 0 50px
}
#col li {
	line-height:20px;
}
.side {
	width:170px;
	display: inline;
	margin-right:30px
}
.side h2 {
	font-size:22px
}
.side li {
	line-height:24px;
	color:#000;
	padding:0 0 0 5px
}
li.grey {
	background: url(images/s.jpg)
}
.side ul {
	margin:20px 0 30px 0px
}
.side li a {
	color:#d0aa6d
}
/* footer */
#footer {
	height:65px;
	position:relative;
	background:url(images/ft.jpg) repeat-x;
	width:690px;
	margin:0px auto;
	color:#ff0000
}
#ftinner {
	position:absolute;
	bottom:0px;
	margin-left:20px;
	left: 80px;
	width: 501px;
	height: 35px;
}
.ftlink {
	width:500px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 25px;
	font-weight: bold;
}
.style3 {
	color: #4A2B01
}

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

#slider {
	//See the "style-pack" for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	display:none;
}
