@charset "utf-8";
body, table {padding: 0px; margin: 0px;}
body { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px;}
img, table, td { border:none; }
a {color: #000;}

body {
	background-image: url('../pics/bg_body.jpg');
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	color: #003b65;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 7px;
}

.wrap_big {
	width: 802px;
	margin: auto;
}

.wrap {
	width: 802px;
	margin: auto;
	margin-top: 29px;
	float: left;
}

.top {
	height: 15px;
	background-image: url('../pics/bg_top.png');
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

.menu {
	margin-left: 10px;
}

.bottom {
	height: 15px;
	background-image: url('../pics/bg_bottom.png');
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin-bottom: 29px;
}

.wrap_bg {
	background-image: url('../pics/bg_wrap_inner.png');
	background-repeat: repeat-y;
	width: 100%;
	float: left;
}

.wrap_inner {
	margin: 10px 29px 20px 29px;
}

.logo {
	width: 100%;
	height: 56px;
	text-align: right;
	float: left;
}

.langs {
	padding-top: 3px;
	float: right;
	text-decoration: none;
	color: #888888;
	font-size: 13px;
}

.langs a {
	padding: 3px 0;
	text-decoration: none;
	padding-left: 15px;
	color: #888888;
	font-size: 13px;
	padding: 0 5px 0 5px;
}

.langs a:hover {
	color: #333333;
	text-decoration: underline;
}

.top_img img{
	padding: 1px 0 1px 0;
	border: solid #eeeeee;
	border-width: 2px 0 2px 0;
}

.content_wrap {
	float: left;
	width: 100%;
	background-image: url('../pics/bg_content_wrap.png');
	background-repeat: repeat-y;
	margin-top: 7px;
	min-height: 250px;
	_height: 250px;
	line-height: 15px;
	text-align: left;
	padding: 0;
}

.content_wrap a {
	color: #003b65;
	text-decoration: none;
}

.content_wrap a:hover {
	text-decoration: underline;
}

.content_wrap h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.left_column {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 16px;
}

.left_column_inner {
	margin: 10px;
}

.left_column h1 {
	margin: 0;
	color: #000;
}

.left_column h2 {
	margin: 0;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.left_column a {
	color: #003b65;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.left_column a:hover {
	text-decoration: underline;
}

.content {
	float: left;
	width: 406px;
	margin-right: 16px;
	font-size: 12px;
	line-height: 17px;
	color: #6a6a6a;
}

.right_column {
	float: left;
	width: 152px;
	text-align: left;
	color: #6a6a6a;
}

.login {
	text-align: right;
	float: left;
	width: 100%;
}

.login a {
	color: #888888;
	display: block;
	height: 24px;
}

.copyright {
	float: left;
	border-top: solid 2px #eee;
	width: 100%;
	margin-top: 20px;
	color: #989898;
	padding-top: 5px;
	letter-spacing: 1px;
	font-size: 10px;
}

.copyright a {
	color: #989898;
	text-decoration: none;
	margin: 0 4px 0 4px;
}

.copyright_right {
	letter-spacing: 0px;
	float: right;
}

.copyright_right a {
	padding: 0;
	margin: 0;
}

.level_0{
	display: block;
	margin-left: 0px;
}

.level_1{
	display: block;
	padding-left: 15px;
}

.level_2{
	display: block;
	padding-left: 30px;
}

.level_3{
	display: block;
	padding-left: 45px;
}

.level_4{
	display: block;
	padding-left: 60px;
}

.popup_wrap {
	position: absolute;
	margin: auto;
	width: 100%;
	z-index: 99;
}

.popup {
	margin: auto;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	z-index: 99;
}

.popup_inner {
	position: absolute;
	margin: 30px 0 60px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 99;
}

.popup_img_border img {
	padding: 5px;
	background-color: #3a3a3a;
	border: solid 1px #858585;
	z-index: 99;
}

/* - - - - - - - - - MENU - - - - - - - - -  */
#chromestyle {
	float: left;
}

.chromestyle{
	
}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	padding: 0;
	margin: 0px;
	text-align: center;
}

.chromestyle ul li{
	margin: 0;
	display: block;
	float: left;
	color: #888888;
	text-decoration: none;
	font-size: 14px;
	padding: 0 3px 0 4px;
	height: 20px;
}

.chromestyle ul li a{
	color: #888888;
	text-decoration: none;
	margin-right: 7px;
	border-bottom: 1px solid #fff;
}

.chromestyle ul li a:hover{
	color: #333333;
	text-decoration: underline;
}

.dropmenudiv{
	z-index:100;
	width: 155px;
	visibility: hidden;
	position: absolute;
	border: 1px solid #eeeeee;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 99;
	margin-top: 5px;
}


.dropmenudiv a{
	font-size: 13px;
	color: #888888;
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding: 3px 0;
	text-decoration: none;
	padding-left: 15px;
	background-repeat: repeat-y;
	height: 16px;
}

.dropmenudiv a:hover{
	text-decoration: none;
	color: #000;
	background-image: url('../pics/sub_menu_bg_hover.png');
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
