/* CSS Document */

body {
	background:#e2d2b1;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#786e5f;
}

.normaltxt {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#786e5f;
}

.clearer {
	clear:both;
}

.style1 {color: #FF0000;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#5a7444;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#5a7444;
}

.spacing {
	margin-left:19px;
}


/* =========== layout ============== */

#container {
	width:980px;
	margin:auto;
	background:url(images/bg.jpg) repeat-y top;
}

#header {
	width:980px;
	height:133px;
	background:url(images/header.jpg) no-repeat top;
}

#links-holder {
	width:980px;
	height:38px;
	background:url(images/links-holder.jpg) no-repeat top;
}

#sshow {
	position:relative;
	width:980px;
	height:271px;
	background:url(images/sshow.jpg) no-repeat top;
	text-align:left;
}


#sshow-holder {
	position:absolute;
	width:879px;
	height:248px;
	left:50px;
	top:11px;
}

#body {
	width:980px;
	min-height:200px;
	background:url(images/body.jpg) no-repeat top;
	text-align:left;
}

#contentcont {
	width:870px;
	text-align:left;
	padding-top:15px;
	margin-left:53px;
	
}

#content-right {
	width:311px;
	margin-left:20px;
	background:url(images/wasnew.jpg) no-repeat top;
	
	float:left;
	
}


#content-left {
	float:left;
	width:530px;
}

#thumbs {
	float:left;
	width:100px;
	height:100px;
	margin-left:17px;
	margin-bottom:25px;
	/* border:2px solid #99570a; */ /* dark border */
	border:12px solid #f4eee2;
	display:inline;
	
}

#footer {
	position:relative;
	width:980px;
	height:122px;
	background:url(images/footer.jpg) no-repeat top;
	text-align:left;
}

#footer-in {
	position:absolute;
	left:52px;
	top:75px;
	color:#786249;
}

#note {
	width:98%;
	padding:8px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#FF0000;
}


/* ================= slideshow ==================== */

#slideshow {
    position:relative;
    height:248px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* ================= linksss ====================== */

.home a {
	float:left;
	display: block;
	width: 68px;
	height: 38px;
	background: transparent url(images/linksss/home.jpg) no-repeat;
	margin-left:55px;
	
}

.home a:hover {
	background-position: -68px 0;
}

.home2 {
	float:left;
	display: block;
	width: 68px;
	height: 38px;
	background: transparent url(images/linksss/home.jpg) no-repeat;
	background-position: -68px 0;
	margin-left:55px;
	
}

.about a {
	float:left;
	display: block;
	width: 78px;
	height: 38px;
	background: transparent url(images/linksss/about.jpg) no-repeat;
}

.about a:hover {
	background-position: -78px 0;
}

.about2 {
	float:left;
	display: block;
	width: 78px;
	height: 38px;
	background: transparent url(images/linksss/about.jpg) no-repeat;
	background-position: -78px 0;
}

.gallery a {
	float:left;
	display: block;
	width: 78px;
	height: 38px;
	background: transparent url(images/linksss/gallery.jpg) no-repeat;
}

.gallery a:hover {
	background-position: -78px 0;
}

.gallery2 {
	float:left;
	display: block;
	width: 78px;
	height: 38px;
	background: transparent url(images/linksss/gallery.jpg) no-repeat;
	background-position: -78px 0;
}

.rates a {
	float:left;
	display: block;
	width: 101px;
	height: 38px;
	background: transparent url(images/linksss/rates.jpg) no-repeat;
}

.rates a:hover {
	background-position: -101px 0;
}

.rates2 {
	float:left;
	display: block;
	width: 101px;
	height: 38px;
	background: transparent url(images/linksss/rates.jpg) no-repeat;
	background-position: -101px 0;
}

.location a {
	float:left;
	display: block;
	width: 82px;
	height: 38px;
	background: transparent url(images/linksss/location.jpg) no-repeat;
}

.location a:hover {
	background-position: -82px 0;
}

.location2 {
	float:left;
	display: block;
	width: 82px;
	height: 38px;
	background: transparent url(images/linksss/location.jpg) no-repeat;
	background-position: -82px 0;
}

.contact a {
	float:left;
	display: block;
	width: 87px;
	height: 38px;
	background: transparent url(images/linksss/contact.jpg) no-repeat;
}

.contact a:hover {
	background-position: -87px 0;
}

.contact2 {
	float:left;
	display: block;
	width: 87px;
	height: 38px;
	background: transparent url(images/linksss/contact.jpg) no-repeat;
	background-position: -87px 0;
	
}

img {
	border:none;
}
