a:link {
	color: #ff4200;
}

a:hover{
	text-decoration: underline;
	color: #353535;
}

a:visited {
	color: #ff4200;
}

*
{
border: 0;
margin: 0;
}

body
{
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #22272d;
	text-align:left;
}

#bg_top{
	background:url(../layout/bg_top1.jpg) repeat-x top;
}

#main
{
margin: 0 auto;
width: 980px;
padding-top: 57px;

}

#header
{
width: 980px;
margin: 0 auto;
height: 10px;
background: url(../layout/header1.png) no-repeat center top;
}

#top
{
width: 980px;
margin: 0 auto;
height: 273px;
background: #ffffff;
}

#buttons
{
width: 980px;
height: 39px;
margin: 0 auto;
}

#buttons ul {
   	float:right;
	padding-right: 40px;
    margin: 0px;      
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: left;
	width: 138px;
	height: 29px;
	background: url(../layout/menu.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #7e8901;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-right: 2px;
}

#buttons a:hover {
	width: 138px;
    height: 29px;
	background: url(../layout/menuhover.png) no-repeat;
}

#content
{
width: 980px;
background: #ffffff;
padding-top: 20px;
padding-bottom: 22px;
}

#left
{
width: 700px;
background:url(../layout/leftbor.jpg) repeat-y right;
}

.text{
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 15px;
}

#left H1
{
color: #7e8901;
font-size: 28px;
padding-top: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

#right
{
width: 252px;
padding-top: 10px;
float:right;

}

#right ul 
{
	list-style: none;
	padding: 5px;
	margin: 0px;
	display:block;
	
}

#right ul li{
	margin-bottom: 20px;
	width: 192px;
}



#categories ul li a{
	color: #b22d00;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#right h2 {
color: #7e8901;
font-size: 23px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#right a:link {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}
#right a:visited {
		text-decoration: none;
}

#right li a {
	padding-left: 10px;
	background: url(../layout/img09.gif) no-repeat 1px 5px;
}

#bg_footer
{
	position:center;
	background-repeat:no-repeat;
	background-image: url('../layout/footer.png');
	width: 980px;
	height: 10px;
	bottom:0;
	left:0;
}

#gallery {
	position:relative;
	height:273px

}
	#gallery a {
		float:left;
		position:absolute;
		margin-left:8px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../images/prevlabel.gif) left 5% no-repeat; }
#nextLink { background: url(../images/nextlabel.gif) right 5% 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
