@charset "utf-8";
/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #7c6545;
}

h3
{
	color: #fff;
	font-size: 2.5em;
}

/* Normal link */
a:link, a:visited {
	color: #7AB800;
	font-size: 11px;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}



/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	margin-top: 0px;
	background-color:#7c6545;
}
.headerbg1{
	width: 100%;
	background-color:#d4c59a;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.headerbg11{
	width: 950px;
	height: 70px;
	margin: 0 auto;
}

.headerbg2{
	width: 100%;
	height: 150px;
	background-color:#7c6545;
	border-top: 1px solid #CCCCCC;

}

.headerbg3{
	width : 100%;
	height: 20px;
	background-color: #51422c; /*#7c6545;*/   /*#635036;*/
	border-top: 1px solid #977a52;
	border-bottom: 2px solid #635036;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
	height: 20px;
}

.it {
	border: none;
	margin-left: 250px;
}

.en {
	border: none;
	margin-left: 300px;
}



/*================================ MAINBODY ============================*/

.container{
	width: 954px;
	height: 353px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #000;
}


.footerbg{
	width : 100%;
	height: 70px;
	background-color:#405084; /*635036*/
}
.footerbg1{
	color:#FFFFFF;
	width : 950px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*=========================== MOO MENU ================================*/
#topmenu{
	list-style:				none;
	margin:					0;
}

#topmenu ul{
	margin:0;
	padding:0;
	width:auto;
}

/*Parent Container*/
#topmenu ul li{
	margin:0;
	padding:0;
	height: 40px;
	float:right;
	position:relative;

}

/*Parent Span*/
#topmenu ul li .separator span{
	color:#BBB;
	height:22px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 25px 15px 25px 15px;
	border-left: 1px solid #DDD;
}

#topmenu ul li .separator span:hover{
	text-decoration:none;
	color: #000000;
}

/*Child Span*/
#topmenu ul li ul li .separator span{
	background-color: #FFF;
	height: 22px;
	border-left: 1px solid #DDD;
}

#topmenu ul li ul li .separator span:hover{
	background-image: none;
	color: #000000;
	
}

/*Parent Link*/
#topmenu ul li a{
	color:#BBB;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 25px 15px 25px 15px;
	border-left: 1px solid #DDD;
	text-decoration: none;
	
	
}
#topmenu ul li a:hover{
	text-decoration:none;
	color: #000000;
}

#topmenu ul li a span{
	font-size: 11px;
}

#topmenu ul li ul {
	display:block;
	height:auto;
	width: 14em;
	position:absolute;
	z-index:99;
	left: -999em;
	color: #660000;
}

#topmenu ul li ul ul {
   margin: -40px 0 0 14em;
}

#topmenu ul li li {
	width: 14em;
}

/*Child Link*/
#topmenu ul li li a{
	color:#BBB;
	height:22px;
	text-transform:none;
	background-color: #FFF;
	display: block;
	padding: 10px 15px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#topmenu ul li li a:hover{
	background-image: none;
}

#topmenu ul li ul {
	left: -999em;
}

#topmenu ul li:hover ul ul, #topmenu ul li:hover ul ul ul {
	left: -999em;
}

#topmenu ul li:hover ul, #topmenu ul li li:hover ul, #topmenu ul li li li:hover ul {
	left: auto;
}
