/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{
	border: 0px;
	text-decoration: none;
}
img a:{
	border: 0px;
	text-decoration: none;
}

a{
	outline: none;
	color: #993300;
}
.green{
	outline: none;
	color: #CC6600;
	font-weight: bold;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 50px;
	font-size: 94%;
	text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 110px;
	text-align: left;
}

#logo h1
{
	margin: 0px;
	font-size: 100%;
	letter-spacing: .2em;
	padding-top: 78px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #CF0;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 16px;
	font-weight: bold;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{
	height: 12px;
	width: 188px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.sbihead h1
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.sbicontent{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 19px;
}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 512px;
	float: left;
	padding: 12px 3px 15px 19px;
	background-image: url(../media/c2bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000000;
	letter-spacing: 0.1em;
}

#column2 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{
	font-family: verdana, arial, sans-serif;
	width: 100px;
	height: 30px;
	cursor: pointer;
	font-size: 130%;
	background-repeat: repeat-x;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
.sbicontent {
	font-size: 1.2em;
	line-height: 2.0em;
	color: #CCC;
}
#box {
	background-color: #1D1612;
	width: 480px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border:3px solid #999;
	padding:1em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 23px #474347;
	-moz-box-shadow: 5px 5px 23px #474347;
	box-shadow: 5px 5px 23px #474347;
}

#column2 #content2 #box {
	color: #CCC;
}
#main #content #column2 #gallery a img {
	padding: 2px;
}
#footercenter {
	font-size: 0.6em;
	color: #666;
	text-decoration: none;
	background-image: url(../media/bodybg09.png);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	height: 20px;
	padding: 10px;
	position: relative;
}
h5 {
	width: 509px;
	font-size: 1em;
	text-transform: capitalize;
	height: 30px;
	color: #ffffff;
	line-height: 34px;
	color: #663300;
	text-indent: 18px;
	background-image: url(../media/h5bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
	clear: both;
}
#slider {
	width: 480px; /* important to be same as image width */
	height: 350px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#sliderContent {
	width: 480px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
#box h2 {
	color: #FF9933;
}
#box p {
	color: #CCCCCC;
}
#main #content #column1 .sidebaritem .sbicontent img {
-webkit-box-shadow: 5px 5px 23px #474347;
-moz-box-shadow: 5px 5px 23px #474347;
box-shadow: 5px 5px 23px #474347;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#outerImageContainer{
	position: relative;
	background-color: #0A0807;
	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: #0A0807;
	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 */ 
	
img
{  border-style: none;
}

.lightbox { }.lightbox img a {
	border: thin solid #666666;
}
#box .lightbox img {
	border: medium solid #666666;
	margin: 2px;
	padding: 2px;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
	background-image: url(../graphics/h2_trigger_a.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	
}
.toggle_container h1 {
	font-weight: bold;
	color: #FFFFFF;
}
.trigger a {
	color: #FFFFFF;
}

