/* CSS Document */

*{ margin:0; padding:0}

body{
	font:13px/16px "Tahoma", Arial, Helvetica, sans-serif;
	color:#a16326;
	background:#080502 url(images/bg.jpg) no-repeat 50% 10px;
}

ul, li{ list-style-type:none;}

.clear{ font-size:0; line-height:0;}

#container{
	width:998px;
	position:relative;
	margin:0 auto;
	height:590px;
	overflow:hidden;
}	

#container .tagline{
	position:absolute;
	top:382px;
	left:290px;
	z-index:100;
	clear:both;
}
#container .navigation{
	position:absolute;
	top:382px;
	left:117px;
	z-index:100;	
}
.navigation #logo{
	float:left;
}
.navigation .nav{
	float:left;
	width:590px;
	margin-top:38px;
}
.navigation .nav ul{
	background:url(images/nav-bg.png) repeat-x 0 0;
	height:49px;
	width:589px;
	padding:21px 0 24px;
	float:left;
}
.nav ul li { float:left; width:auto;} 
.nav ul li a{
		float:left;
		width:auto;
		padding:0 0 0 11px;
		font:normal 18px/26px "Tahoma", Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
		margin:0 11px;
		height:25px;
		background-color:inherit;
	}
	.nav ul li a.last{ margin-right:0;}
	.nav ul li a span{
		color:#fff;
		background-color:inherit;
		padding:0 11px 3px 0;
	}
 .nav ul li a:hover, .nav ul li a.active{	
		color:#fcdd93;
		background-color:inherit;
		background:url(images/nav-activelft.gif) no-repeat 0 2px;
		height:25px;
	}
	.nav ul li a:hover span, .nav ul li a.active span{
		background:url(images/nav-activerht.gif) no-repeat 100% 0;
		color:#fcdd93;
		}	
		
/* gallery */

.galleryview{
	width:998px !important; position:relative;	
}

#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none}
#wrapper {width:950px; height:394px; margin:45px auto; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:685px; height:447px; padding:2px; margin-left:127px;}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); display:none;}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:683px;}
#image img {position:absolute; z-index:25; width:auto;}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#slideleft {float:left; width:20px; height:84px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222; display:none;}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:84px; background:#222 url(images/scroll-right.gif) center center no-repeat; display:none}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:963px; height:84px; overflow:hidden; border:1px solid #ad8a60; margin-bottom:8px;}
#slider {position:absolute; left:0; height:84px;}
#slider img {cursor:pointer; border:0 !important; margin-right:2px !important;}
#slider img:hover{border:0 !important;}
/* gallery */

/* footer */

#footer{
	background:url(images/footer-bg.jpg) no-repeat 0 0;
	position:relative;
	padding:20px 0;
}
	#footer .footerinner{
		width:980px;
		position:relative;
		margin:0 auto;
		height:100%;
		overflow:hidden;
	}
	.footerinner ul.links{
		padding:14px 0 0 22px;
		float:left;
		width:430px;
	}
		ul.links li { float:left; width:auto;} 
		ul.links li a{	
			color:#a16326;
			text-decoration:none;
			padding-right:30px;
			float:left;
			width:auto;
		}
		ul.links li a:hover{ color:#fff;}
		img.wifi{
			margin:0 72px;
			float:left;
		}
		.copyright{
			float:right;
			width:auto;
			padding:14px 8px 0 0;
		}
/* footer */
