@charset "UTF-8";
/* CSS Document */

* {border:0pt none; margin:0pt; padding:0pt;}

a { outline:none; } /* Gets rid of Firefox's dotted borders */
a img { border:none; } /* Gets rid of IE's blue borders */

body {
    text-align: left;/* alignment for IE7 */
	background-color: #fae4b9;
	background-image:url(../code/images/bg_repeatdos.gif);
	background-repeat: repeat-x;
}
	
#site {
	width: 100%;
}

#infoplate {
   position: absolute;
   top: 763px;
   left: 96px;
}

#nameplate {
   position: absolute;
   top: 265px;
   left: 75px;
}

#footer {
	position: absolute;
	width: 1090px;
	text-align:right;
	height: 100px;
	top: 790px;
	padding-top: 15px;
	
}

#footer p {
	color: #372913;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	
	
}

#about {
	position: absolute;
	width: 277px;
	text-align:left;
	height: 170px;
	top: 578px;
	left: 60px;
	padding-top: 15px;
	padding-left: 15px;
}

#about p {
	color: #fae4b9;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px; 1px; 1px; 1px;
}

a:link {color:#fae4b9;text-decoration: underline;} 
a:hover, a:visited {
	color:#F77329;
	text-decoration: underline;
}

#contact {
	position: absolute;
	width: 277px;
	text-align:left;
	height: 170px;
	top: 592px;
	left: 900px;
	
}

#contact p {
	color: #fae4b9;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px; 1px; 1px; 1px;
}

#container {
	position:relative;
	width: 600px;
	left: 600px;
	top: 120px;
}

#border {
	position:absolute;
	width: 552px;
	
	
	
}

#gallery {
	position: absolute;
	width: 500px;
	height: 150px;
	top: 578px;
	left: 400px;
	padding-top: 15px;
	padding-left: 15px;
	
	}
	
.icons {
	position:absolute;
	padding-left:20px;
	width:250px;
	height:100px;

}

/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		overflow:hidden;
		list-style:none;
		
		}
	#slider2
	{
		margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:550px;
		height:400px;
		background-color:#900;
		overflow:hidden;
		}	
		
	#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:relative;
		left:-30px;
		top:-200px;
		
		}	
	#nextBtn, #slider1next{ 
		left:550px;
		top:-280px;
		
		}														
	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background: url(../images/btn_next.gif) no-repeat 0 0;	
		}
		
	

/* JQuery Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #372913; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
