body{
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#ebdfc8;
	margin:0;
	background:url(/images/body_back.jpg) repeat-x #24221f;
}
a{
	color:#d2ac67;
	text-decoration:none;
}
a:hover{
	color:#ebdfc8;
}
img{
	border:none;
}
h1{
	font-size:24px;
	font-weight:normal;
	margin:10px 0;
}
h3{
	font-size:14px;
	margin:8px 0;
}
#Wrapper{
	width:100%;
}


/*Header*/
#Header{
	width:100%;
	overflow:hidden;
}
#GlobalMenu, #Languages, #SubMenu{
	margin:0 auto;
	padding:0;
	list-style:none;
}
#GlobalMenu li, #Languages li, #SubMenu li{
	display:inline;
}
#GlobalMenu{
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	width:1002px;
	margin:0 auto;
	margin-bottom:14px;
}
#GlobalMenu li a{
	margin:0 9px 0 6px;
}
#Languages{
	font-size:10px;
	padding:12px 12px 12px 0;
	width:auto;
	color:#6e5a36;
	text-align:right;
	width:1002px;
}
#Languages li a{
	margin:0 6px 0 4px;
}
#SubMenu{
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	width:1002px;
	margin:0 auto;
}
#SubMenu li a{
	margin:0 6px 0 6px;
}
#GlobalMenu .current, #SubMenu .current, #LinkMenu .current{
	color:#ebdfc8;
}



/*Slideshow*/
#Slideshow{
	height:392px;
	position:relative;
	background:#24221f;
	border:2px solid #1C1A17;
	margin:22px 0 0 0;
}
#Slideshow img{
	display:none;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-640px;
}


/*Inside image*/
#InsideImage{
	height:174px;
	position:relative;
	background:#24221f;
	border:2px solid #1C1A17;
	margin:16px 0 0 0;
}
#InsideImage img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-640px;
}


/*Tips*/
#Tips{
	width:992px;
	margin:0 0 0 -501px;
	left:50%;
	position:absolute;
	z-index:1;

}
.tip{
	width:140px;
	height:110px;
	padding:10px 20px;
	float:right;
	clear:right;
	background:#604f2f;
	filter:alpha(opacity=85);
	opacity:0.85;
	border-bottom:1px solid #1C1A17;
	display:block;
	font-size:11px;
	color:#ebdfc8;
}
.tip span{
	display:block;
	margin:10px 0 0 0;
}
.tip span.tip-title{
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 10px 0 0;
	display:inline;
	color:#d2ac67;
	background:url(/images/bullet.gif) no-repeat right 5px;
}
.tip:hover{
	background:#d2ac67;
	color:#51380c;
}
.tip:hover span.tip-title{
	color:#51380c;
	background-image:url(/images/bullet_over.gif);
}


/*Content*/
#Content{
	background:url(/images/content_back.jpg) repeat-x;
}
#ContentHolder{
	overflow:hidden;
	width:1002px;
	margin:0 auto;
}
#LeftSide{
	width:300px;
	float:left;
}
#Logo{
	margin:20px 0 0 10px;
}
#RightSide{
	width:672px;
	float:left;
	padding:0 0 0 20px;
}
#Tools{
	text-align:right;
	padding:5px 0 0px 0;
}
.more{
	width:300px;
	float:left;
	margin:10px 20px 0 0;
	font-size:12px;
}
.more-desc{
	font-style:italic;
	color:#dfd3bd;
}
.more-desc span{
	background:url(/images/bullet.gif) no-repeat right 7px;
}
#Path{
	font-size:10px;
	margin:-10px 0 0 0;
}
.details{
	background:#24221F;
	padding:5px 10px 10px 10px;
	width:639px;
	margin:20px 0;
	font:bold 12px Verdana;
	list-style:none;
	overflow:hidden;
}
.details li{
	background:url(/images/bullet_small.jpg) no-repeat 0 7px;
	padding:0 0 0 9px;
	margin:5px 40px 5px 0;
	float:left;
	width:200px;
}
.details sup{
	position:absolute;
}
.details span{
	font-weight:normal;
	color:#86795C;
}


/*Link Menu*/
#LinkMenu{
	padding:10px 0;
	margin:0;
	list-style:none;
}
#LinkMenu li{
	display:inline;
	font-weight:bold;
	padding:0 8px 0 0;
	margin:0 30px 0 0;
	background:url(/images/bullet.gif) no-repeat right 7px;
}

/*Gallery*/
#Gallery{	
	padding:20px 0;
	width:100%;
	overflow:hidden;
}
#Gallery .thumb{
	border:2px solid #534C43;
	margin:0 20px 20px 0;
	display:block;
	float:left;
}
#Gallery .thumb:hover{
	border-color:#D2AC67;
}
#Gallery .thumb img{
	width:200px;
	height:150px;
}


/*Forms*/
#Form{
	width:250px;
	margin:40px 0 140px 0;
}
#Form input, #Form textarea{
	display:block;
	margin:5px 0 10px 0;
	background:#463D2F;
	border:1px solid #675A46;
	color:#D2AC67;
	width:100%;
}
#Form textarea{
  height:200px
}
#Form .send-button{
	width:auto;
	float:right;
	color:#D2AC67;
	font-size:12px;
	background:url(/images/button_back.jpg) repeat-x;
	margin:20px 0 0 0;
	height:20px;
	padding-bottom:5px;
	cursor:pointer;
}


/*Footer*/
#Footer{
	margin:45px 0 20px 0;
	font-size:10px;
	color:#7d735c;
	background:url(/images/footer_line.jpg) no-repeat right top;
}
.footer-line{
	width:1002px;
	margin:0 auto;
	
}
.footer-line span{
	border-top:1px solid #6e5a36;
	padding:12px 0 0 0;
	margin:0 0 0 320px;
	display:block;
}
#CreatedBy{
	width:682px;
	margin:5px auto 0 auto;
	text-align:right;
	padding:15px 0px 0 320px;
}

