html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-image:url('../images/bg.jpg');
	background-repeat:repeat;
	color: #464646;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	position:relative;
}
#container
{
margin: 0px auto;
width: 980px;
}
#page { 
float: left;
min-height: 300px;
width: 980px;
}
#header
{ 
float:left;
width: 100%;
height: 62px;
background-image:url('../images/head-bg.png');
background-repeat:repeat;
}
#header_container
{
margin: 0px auto;
width: 980px;
}
#logo{
margin-top:-62px;
float:left;
width: 220px;
height:230px;
z-index:90;
}
.logo_box{
float:left;
width: 270px;
height:62px;
}

#menu
{
float:left;
width: 710px;
height:62px;
}

 #menu li {
         position: relative;
         float: left;
         width: auto;
		 z-index:90;
 }

 #menu ul ul {
         position: absolute;
         left: 0px;
         display: none;
		 z-index:90;
 }

 #menu ul li:hover ul{
         display: block;
		 z-index:90;
 }
 #menu ul {
         list-style-type: none;
         margin:0 0 0 20;
         padding: 10;
		 background:#bf7444;
		 -moz-box-shadow:0px 0px 8px #333;
		 -webkit-box-shadow:0px 0px 8px #333;
		 box-shadow:0px 0px 8px #333;
		 z-index:90;
 }
#menu a {
         font: 16px Century Gothic, tahoma, arial, sans-serif;
		 line-height:55px;
         display: block;
         margin: 0;
         padding: 2px 3px;
         color: #ffffff;
         text-decoration: none;
		 z-index:90;
 }

 #menu a:hover {
         color: #f3e197;
		 z-index:90;
 }
#content
{
float:left;
width:980px;
min-height: 100px;
}
#cslider{
margin-top:-168px;
margin-left:130px;
float:left;
width:833px;
height:414px;
}
#box{
float:left;
width:980px;
min-height:300px;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(160, 150, 117, 0.1961);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
}
.box_border{
float:left;
width:980px;
margin:20px 0px 20px 0px;
background:#dfd2a4;
height:1px;
}
.box_margin{
float:left;
width:980px;
height:10px;
}
.box_title{
font-size:30px;
margin:35px 50px;
color:#9a8266;
font-weight:bold;
}
.box_text{
font-size:14px;
margin:0px 50px 35px 50px;
color:#9a8266;
text-align:justify;
}
.box_gallery_img{
margin:10px 0px 10px 28px;
float:left;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(190, 170, 157, 0.1961);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
}
.content_box_title{
float:left;
width:550px;
margin:50px 0px 0px 100px;
height:140px;
font-size:30px;
color:#9a8266;
font-weight:bold;
}
#footer
{
float:left;
background-image:url('../images/footer-bg.png');
background-repeat:repeat;
font-size: 17px;
width: 100%;
height:125px;
color: #ffffff;
}
#footer_container
{
margin: 0px auto;
width: 980px;
}

#copyright
{
height:125px;
text-align: center;
font-size:18px;
line-height:125px;
} 
a{
color: #2b2728;
text-decoration:none;
}
img{
border:0px;
}
a:hover {
text-decoration:underline;
}
