html,body,div,p,table,ul,li,ol,img,h1,h2,h3,h4{
	margin:0;
	padding:0;
}


body{
	background:url(../images/footer-bg.gif);
	color:#746751;
	line-height:1.5;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:18px 0;
}


h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	margin:18px 0 26px 0;
	color:#2a405b;
	text-shadow: 2px 2px 0px #fff, 3px 4px 0px rgba(0,0,0,0.15);
	line-height:30px;
}

h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin:18px 0;
	color:#544834;
	text-shadow: 2px 2px 0px #fff, 3px 4px 0px rgba(0,0,0,0.15);
	line-height:20px;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#2b5c99;
}

a:hover{
	text-decoration:underline;
	color:#b86c0a;
}

.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.shadow1{
	box-shadow:1px 1px 1px #666;}

#wrapper-top{
	min-height:100%;
	width:100%;
	background: url(../images/body.gif) top center;
}

#wrapper{
	min-height:100%;
	width:100%;
	background: url(../images/body2.gif) top center repeat-x;
}

#container{
	margin:0px auto;
	width:960px;
}

#header{
	width:960px;
	height:641px;
	background:url(../images/header.jpg) no-repeat;
}

.slideshow { float:left; clear:both; height: 409px; width: 960px; margin-top:123px; margin-bottom:0;  }
.slideshow img {padding-left:0px; border: 0px solid #ccc; margin:0;  }

/*navigation*/
.menu {
	float:left;
	clear:both;
	list-style:none;
	padding:0px 0 0 330px;
	width:630px;
	/*width:630px;*/
	margin:60px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu li {
	margin:0;
	padding:0;
	font-size:14px;
	display: inline;
	text-transform: uppercase;
}
.mR0{
	margin-right:0!important;
}

.menu li a{
	color:#4a2b04;
	padding:0px 0px 0px 0px;
	margin:0 16px 0 0;
	text-shadow:#dcbc91 1px 1px 0px;
}

.menu li a:hover, .active{
	color:#ffe400!important;
	text-decoration:none;
	/*background-color:#6e8cb2;
	border-radius:8px;*/
	text-shadow:#636363 1px 1px 0px!important;
	/*border-bottom:2px solid #ffe400!important;*/
}


/*end navigation*/
#main-wrap{
	float:left;
	background:url(../images/content-bg.gif) top center repeat-y;
	width:960px;
}
	

#content{
	float:left;
	padding:0px 50px 81px 50px;
	width:860px;
	font-size:12px;
	background:url(../images/footer-main.gif) bottom center no-repeat;
}

#content p{
	margin-bottom:12px;
}


#footer{
	width:100%;
	background:url(../images/footer-bg1.gif) repeat-x;
	font-size:11px;
	color:#c2ab74;
}

#footer p{
	padding-top:50px;
	line-height:normal;
	margin:0;
}
#footer a{
	color:#c2ab74;
}
#footer-main{
	margin:0px auto;
	width:960px;
	height:100px;
	
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 420px;
	border: 0px solid #f2f2f2;
	background: #cfeaff;
	padding: 3px;
	color: #5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
#error_message {
	display: block;
	text-align: center;
}

#error_message p {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}

.error p {
	background: #EF8B8F;
	border: 1px solid #790000;
	color: #790000;
}

.loading p {
	background: #FBD092;
	border: 1px solid #E69726;
	color: #E69726;
}

.confirm p {
	background: #C4DF9B;
	border: 1px solid #3B590D;

	color: #3B590D;
}

/* Easy Slider */
	#slider{
		float:left;
		clear:both;
		margin-top:122px;
		padding-left:0px;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:409px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */



