@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	margin-top: 5px;
}


#wrap { 
	width: 800px; 
	margin: 0 auto; 
}


#website {
	position: absolute;
	width: 800px;
	height: auto;
	margin: auto;
}


#topcontent {
	width: 800px;
	height: 93px;
}


#topspace {
	width: 451px;
	height: 66px;
	background-color: #FFFFFF;	
	float: right;
}


#menu {
	width: 451px;
	position: absolute;
	left: 355px;
	top: 66px;
}


#menu ul .item {
	display: none;
}


#menu ul:hover .item {
	display: block; 
	padding: 0px;
	margin-top: -3px;
}


#menu ul:hover .item img {
	border: none;
}


#menu ul:hover .item a {
	text-decoration: none;
}


#menu ul:hover .item a:hover {
	color: #000000;
}


#menu ul {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.clear {
	clear: both;
}


#countriesbutton {
	width: 796px;
	height: 204px;
	margin-top: 6px;
	margin-bottom: 0px;
	border: 2px;
	border-style: solid;
	border-color: #7d7e80;
	background-color: #7d7e80
}


#divider1 {
	width: 800px;
	height: 6px;
	background-color: #f0efef;
}


#maincontentbox {
	width: 800px;
	height: 571px;
	border: none;
	background-color: #f0efef;
}


#leftcontainer {
	width: 200px;
	height: 571px;
	float: left;
	background-color: #434343;
}


#leftcontainertext {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


#leftcontainertext hr {
	color: #626262;
	background-color: #000000;
}


#leftspace {
	width: 200px;
	height: auto;
	float: left;
	background-color: #f0efef;
}


#subbanner {
	width: 600px;
	height: auto;
	float: right;
	background-color: f0efef;
}


#maincontent {
	width: 600px;
	height: auto;
	float: right;
	background-color: #f0efef;
}


#maincontenttext {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	font-size: 12px;
	color: #434343;
}


.maincontenttitle {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffae32;
}


#maincontent ul {
}


#divider2 {
	width: 800px;
	height: 6px;
	background-color: #f0efef;
}


a:link {
	font-style: normal;
	color: #fcb040;
	text-decoration: none;
}


a:hover {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}


a:visited {
	font-style: normal;
	text-decoration: none;
	color: #fcb040;
}


a:active {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}