@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html { 
	font: 62.5%/1.5 Verdana, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background: #000000 url(../images/header_bg.png) repeat-x top left;
}
#container {
	margin: 0 auto;
	width: 850px;
	position: relative;
}
#header {
	height: 159px;
}
#content {
	background: url(../images/main_bg.jpg) repeat top left;
	border-top: #ee6b23 3px solid;
	margin: 5px 0;
}
#content p a, #content p a:visited {
	color: #eee;
}
#content h1 {
	text-align: left;
	padding: 0 60px;
	font-size: 1.8em;
	color: #ccc;
	
}
#content div#btext h1 {
	padding: 0 28px;
}
#content p {
	text-align: left;
	padding: 0 60px;
	color: #ccc;
	font-size: 1.4em;
}
#content p em {
	font-style: normal;
	color: #FF6600;
}
#content p strong {
	font-weight: bold;
	color: #ddd;
}
#content ul li {
	list-style: none;
	text-align: left;
	color: #ccc;
	font-size: 1.4em;
	padding: 0 80px;
}
#content ul {
	margin: 0.5em 0;
}
#content ul li strong {
	font-weight: bold;
	color: #eee;
}
#menu_top {
	height: 19px;
	width: 850px;
	background-image: url(../images/menu_bg_top.png);
	background-repeat: repeat-x;
}
#menu {
	background: url(../images/menu_bg.png) repeat;
	width: 850px;
}
#menu ul {
	list-style: none;
	margin: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
	padding: 0;
}
#menu ul li a, #menu ul li a:visited {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 0.8em 1.9em;
}
#menu ul li a.active, #menu ul li a.active:visited {
	color: #FF6600;
}
#menu ul li a:hover {
	color: #FF6600;
	text-decoration: none;
	background: #333333;
}
#menu_footer {
	height: 20px;
	width: 850px;
	background-image: url(../images/menu_bg_footer.png);
	background-repeat: repeat-x;
}
#main_img {
	width: 714px;
	margin: 0 auto;
}
#main_img div {
	width: 237px;
	float: left;
	position: relative;
}
#main_img div.img_bg {
	width: 237px;
	height: 237px;
	background: url(../images/img_bg.png);
	float: none;
	position: relative;
}
#main_img div.img_bg img {
	
}
#main_img div.img_bg a, #main_img div.img_bg a:visited{
	display: block;
	position: relative;	
	width: 193px;
	height: 193px;
	border: 3px solid #000000;
	top: 22px;
	margin: 0 auto;
	text-decoration:none;
}
#main_img div.img_bg a:hover {
	border: 3px solid #ee6b23; 
}
#main_img div.bg {
	width: 193px;
	height: 10px;
	float: none;
	margin: 0 auto;
}
#main_img div.bg_top {
	background: url(../images/text_bg_top.png);
}
#main_img div.bg_btm {
	background: url(../images/text_bg_btm.png);
}
#main_img div.bg_main {
	background: url(../images/text_bg.png) repeat;
	width: 193px;
	float: none;
	margin: 0 auto;
	color: #ccc;
}
#main_img p {	
	padding: 0 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#main_img p a, #main_img p a:visited {
	color: #ccc;
}
#main_img h2 {
	font-size: 1.5em;
	text-align: right;
	margin-right: 30px;
	margin-bottom: -12px;
}
#btext {
	width: 759px;
	background: url(../images/btext_bg.png) repeat-y;
	margin: 0 auto;
}
#btext p {
	padding: 0 30px 0.5em;
	font-size: 1.2em;
	text-align: justify;
	color: #ccc;
}
#btext div#ptable {
	margin: 0 30px;
	padding: 0.5em 0;
	border-top: solid 3px #c45800;
	width: 700px;
}
#btext div#ptable div.pbox {
	width: 150px;
	float: right;
}
#btext div#ptable div.pboxl {
	width: 150px;
	float: left;
	color: #000000;
	font-weight: bold;
}
#btext div#ptable div.pboxtext {
	background-color: #636363;
	font-size: 1.5em;
	clear: both;
	height: 1.5em;
	margin-bottom: 0.5em;
}
#btext_top {
	width: 759px;
	height: 35px;
	background: url(../images/btext_top.png);
	margin: 0 auto;
	margin-top: 1em;
}
#btext_btm {
	width: 759px;
	height: 35px;
	background: url(../images/btext_btm.png);
	margin: 0 auto;
}
#footer {
	background: url(../images/footer_bg.png);
	height: 123px;
}
#footer p {
	margin-top: 100px; 
	color: #999999;
	font-size: 1.1em;
}
#footer p a, #footer p a:visited {
	color: #ee6b23;
	text-decoration: none;
}
#map {
	background: url(../images/map_bg.png);
	width: 364px;
	height: 363px;
	float: right;
	margin-right: 30px;
}
#map img {
	margin-top:22px;
}
.flag {
	float:left;
	margin: 12px 5px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
