/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#575757;
	font-size:1.1em;
	margin:0 0 25px 0;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(images/bg_body.gif);
	font-family:"Times New Roman", Times, serif;
}

a { color:#0000FF; 
text-decoration:none;
 }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

img { border: none; }

/* ---- class settings ----------------------- */

.a-img { border:0; }

.smaller { font-size:14px; }

.flag { margin:0 0 8px 0; }

.img-border { border:5px solid #fff; }

.featured {
	margin:0 0 8px 0;
	border:5px solid #fff;
}

.message {
	width:250px;
	height:100px;
}

.gallery img {
	padding: 2px;
	border: 1px solid #A66712;
}

/* ---- layout settings ----------------------- */

#bg_container {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-repeat:repeat-x;
	background-position:0 209px;
	background-image:url(images/bg_main.gif);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:139px;
	padding-top:30px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:-22px;
	width:771px;
	height:40px;
	margin:0 auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:170px;
	height:auto;
	padding:25px 0 0 0;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:580px;
	height:auto;
	padding:25px 25px 10px 25px;
}

#featured {
	position:relative;
	top:0;
	left:0;
	width:726px;
	height:auto;
	padding:15px 12px 15px 12px;
	background-repeat:repeat-x;
	background-image:url(images/bg_featured.gif);
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	color:#FFF;
	width:766px;
	height:25px;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav2.gif);
}

a#nav_01 {
	width:256px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:257px;
	background-position:-256px 0;
}

a:hover#nav_02{
	background-position:-256px -40px;
}

.active_02 {
	background-position:-256px -40px !important;
}

a#nav_03 {
	width:258px;
	cursor:default; !important;
	background-position:-513px 0;
}

a:hover#nav_03{
	background-position:-513px -40px;
}

.active_03 {
	background-position:-513px -40px !important;
}

/* ---- start nav drop -------------------------- */

#hidden-layers {
	position:absolute;
	top:209px;
	width:770px;
}

#hidden-layers a {
	padding:5px;
	color:#575757;
	display:block;
	font-size:18px;
	text-decoration:none;
	background-color:#fff;
	border-bottom:1px solid #fff;
}

#hidden-layers a:hover {
	text-decoration:none;
	background-color:#DFBD61;
	background-repeat:no-repeat;
	border-bottom:1px solid #575757;
	background-position:bottom center;
	background-image:url(images/nav/nav-drop.gif);
}

#L1 {
	position:absolute;
	visibility:hidden;
	border-left:1px solid #575757;
	border-right:1px solid #575757;
	border-bottom:1px solid #575757;
}

#L1 { width:256px; left:248px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}


/*------------------------------------- SLIMBOX --------------------------------*/

/*lightbox start*/

#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 */ 