@charset "UTF-8";
/* CSS Document */
body,td,th {
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#bca890;
}

img {
border-style:none;
}

body {
background-image:url(img/background.png);
background-repeat:repeat-x;
background-color:#706254;
margin:0;
}

a:hover {
text-decoration:none;
}

#panel {
background-image:url(img/panel.png);
behavior:url(/iepngfix.htc);
background-repeat:no-repeat;
background-position:center center;
height:554px;
width:941px;
margin-top:50px;
margin-right:auto;
margin-left:auto;
overflow:auto;
}

#navList li {
display:inline;
position:relative;
list-style-type:none;
}

#navList {
width:878px;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-top:57px;
font-weight:400;
font-family:Arial, Helvetica, sans-serif;
}

#navList a {
color:#918776;
height:81px;
text-decoration:none;
padding:40px 12px 41px;
}

#navList a:hover {
color:#FFF;
text-decoration:none;
background-image:url(img/linkGrad.png);
background-repeat:repeat-x;
background-position:center top;
}

#navList .current a {
height:81px;
color:#FFF;
text-decoration:none;
background-image:url(img/linkGrad.png);
background-repeat:repeat-x;
background-position:center top;
padding:40px 12px 41px;
}

#navList .current a:hover {
color:#918776;
text-decoration:none;
}

#textWrapper {
margin-left:36px;
margin-right:30px;
overflow:hidden;
}

#clear {
clear:both;
}

#contentBox {
background-color:#382313;
width:820px;
height:350px;
max-height:350px;
clear:both;
float:right;
margin-top:25px;
overflow:hidden;
}

h1,h2,h3,h4,h5,h6 {
font-family:Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:capitalize;
font-style:normal;
}

h1 {
font-size:14px;
color:#FFF;
}

h2 {
font-size:13px;
color:#FFF;
}

h3 {
font-size:12px;
color:#FFF;
}

h4 {
font-size:11px;
color:#FFF;
}

h5 {
font-size:10px;
color:#FFF;
}

h6 {
font-size:9px;
color:#FFF;
}

#text {
float:right;
width:390px;
margin-right:25px;
margin-left:15px;
line-height:16px;
text-align:justify;
font-size:10px;
overflow:visible;
margin-top:20px;
}

#text a {
color:#F6D200;
text-decoration:none;
border-style:none;
}

#text a:hover {
color:#CAAD00;
text-decoration:none;
border-style:none;
}

#slideshowPro {
float:left;
width:350px;
height:320px;
margin:15px 15px 15px 10px;
}

#footer {
clear:both;
font-size:9px;
padding-top:20px;
height:50px;
text-align:center;
color:#7B5B2F;
position:relative;
margin:0 auto;
}

#footer a {
text-decoration:none;
color:#966B37;
}

#footer a:hover {
text-decoration:none;
color:#A9793D;
}

form label {
float:left;
text-align:right;
margin-right:15px;
width:50px;
}

form textarea,input {
border:1px solid #A57A40;
margin-top:3px;
margin-bottom:2px;
background-color:#34302C;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
font-weight:700;
padding:1px;
}

form textarea:focus,input:focus {
border:1px solid #900;
color:#000;
background-color:#CCC;
}

a:link,a:visited,a:active {
text-decoration:underline;
}


	#footer #facebook-logo {
		background-image:url(img/facebook.png);
		background-position:center top;
		background-repeat:no-repeat;
		display:block;
		clear: both;
		overflow: hidden;
		height:25px;
		width: 26px;
		left: 840px;
		top: 20px;
		position: absolute;
		}
	#footer #facebook-logo span {
		display: none;	
	}
	#footer #facebook-logo:hover {
		background-position:center -25px;
	}
