* {
	margin: 0;
	padding: 0;
	}
body {
	background: #009ddc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a {
	color: #009ddc;
	}
a:hover {
	color: #ec4399;
	}
#wrap {
	width: 776px;
	margin: 8px auto 14px auto;
	background: #fff;
	}
#head {
	height: 116px;
	border: 8px solid #fff;
	border-bottom: 0;
	background: url(../images/header.jpg) no-repeat;
	}
#nav {
	height: 45px;
	margin: 8px 0 0 0;
	background: #fff url(../images/bgr_nav.gif) no-repeat;			
	}
#menu {
	float: left;
	width: 706px;
	height: 45px;
	}
#menu li {
	float: left;
	margin: 6px 0 0 0;
	list-style-type: none;
	}
#menu li a {
	float: left;
	display: block;
	height: 26px;
	}
#menu li a:hover {
	border-bottom: 6px solid #ec4399;
	}
#menu li a span {
	display: none;
	}
#m_en_1 {
	width: 53px;
	background: url(../images/en_m_1.gif) no-repeat top;
	}
#m_en_2 {
	width: 80px;
	background: url(../images/en_m_2.gif) no-repeat top;
	}
#m_en_3 {
	width: 90px;
	background: url(../images/en_m_3.gif) no-repeat top;
	}
#m_en_4 {
	width: 110px;
	background: url(../images/en_m_4.gif) no-repeat top;
	}
#m_en_5 {
	width: 77px;
	background: url(../images/en_m_5.gif) no-repeat top;
	}
#m_en_6 {
	width: 120px;
	background: url(../images/en_m_6.gif) no-repeat top;
	}		
#m_bg_1 {
	width: 70px;
	background: url(../images/bg_m_1.gif) no-repeat top;
	}
#m_bg_2 {
	width: 65px;
	background: url(../images/bg_m_2.gif) no-repeat top;
	}
#m_bg_3 {
	width: 114px;
	background: url(../images/bg_m_3.gif) no-repeat top;
	}
#m_bg_4 {
	width: 68px;
	background: url(../images/bg_m_4.gif) no-repeat top;
	}
#m_bg_5 {
	width: 77px;
	background: url(../images/bg_m_5.gif) no-repeat top;
	}
#m_bg_6 {
	width: 155px;
	background: url(../images/bg_m_6.gif) no-repeat top;
	}					
#lang {
	float: left;
	width: 70px;
	height: 24px;
	}
#lang li {
	float: left;
	margin: 3px 0 3px 5px;
	list-style-type: none;
	}
#lang li a {
	display: block;
	float: left;
	width: 22px;
	height: 12px;
	border: 1px solid #fff;	
	}
#lang li a:hover {
	border: 1px solid #009ddc;
	}
#lang li span {
	display: none;
	}
#l_en {
	background: url(../images/en.gif) no-repeat;
	}
#l_bg {
	background: url(../images/bg.gif) no-repeat;
	}	
#content {
	padding: 6px;
    /*background: #e6f5fc url(../images/bgr_left.gif)  bottom -3px no-repeat;*/
	}
#left {
	float: left;
	width: 186px;
	padding: 0 0 200px 0;
	}
#cat {
	position: relative;
	z-index: 2;
	}
#cat, #cat ul {
	list-style: none;
	width: 186px; /* Width of Menu Items */
	background: #d1edf9;	
	}
#cat li {
	position: relative;
	}
#cat li ul {
	position: absolute;
	left: 185px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #009DDC;
	}
#cat li a {
	display: block;
	width: 168px;
	padding: 8px 6px 7px 12px;
	color: #009ddc;
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	}
#cat li ul li a {
	padding: 8px 6px 7px 12px !Important;
	color: #fff;	
	}
#cat li a:hover, #cat li a.selected {
	color: #fff;
	background: #69C5EB;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #cat li { float: left; height: 1%; }
* html #cat li a { height: 1%; }
/* End */

#cat li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		/*
#cat li:hover ul, #cat li.over ul { display: block; } /* The magic */

#right {/*
	float: left;*/
	float:right;
	width: 570px;
	margin: 0 0 0 6px;
	background: #fff;
	}
.para {
	margin: 0 17px;
	line-height: 1.7;
	}
#im {
	}
#im li {
	float: left;
	list-style: none;
	padding: 10px 17px 15px 17px;
	}/*
#im li a {
	float: left;
	display: block;
	width: 150px;
	height: 134px;
	background-repeat: no-repeat !important;
	background-position: 0 27px !important;
	text-align: center;
	}
#im li a:hover {
	}*/
#footer {
	background: #54bde8;
	border-top: 6px solid #009ddc;
	text-align: center;
	clear:both
	}
#footer p {
	border-top: 6px solid #fdbf57;
	margin: 0 auto;
	padding: 6px 0 4px 0;
	color: #009ddc;
	font-weight: bold;
	}
#pp {
	margin: 20px 17px 60px 17px;
	}
#pp ol {
	margin: 10px 40px;
	}	
/* Hacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-table;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

