@charset "UTF-8";
/* CSS Document */

IMG {
    vertical-align: middle;
}

INPUT {
    border: 1px solid #8BAAC9;
    background-color: #FFF;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
}

html, body, #wrapper 
{
    margin: 0; padding:0; height:100%;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

#header {
    height: 100px;
    background-color: #8baac9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

.logo {
	float: left;
	height: 78px;
	width: 210px;
	margin-left: 14px;
	margin-top: 13px;
}
.top_banner {
	background-color: none;
	height: 60px;
	width: 500px;
	float: right;
	margin-top: 18px;
	margin-right: 16px;
}

#top_slider {
    position: absolute;
    top: 0;
    height: 26px;
    width: 100%;
    margin: 100px 0 0 0;
}
#content_layer {
    position: absolute; 
    width: 100%; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 126px 0 0 0;
}

#content {
    width: 100%;
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-color: #cedeed;
}
#sidebar {
    background-image: url(../img/sidebar_shadow.png);
    background-repeat: repeat-y;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    background-position: right top;
}
#left_side {
	background-image: url(../img/sidebar_shadow.png);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-position: right top;
    width: 246px;
}

#map_cell {

}

#lang {
	background-color: #FC0;
	height: 26px;
	width: 246px;
	background-image: url(../img/lang_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.info {
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-left: 14px;
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
}
.flags {
	height: 13px;
	width: 16px;
	float: left;
	margin-top: 6px;
	margin-right: 2px;
}
.open_close {
	height: 17px;
	width: 13px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
#link_bar {
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../img/link_bg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#link_bar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
	display: block;
	padding-top: 6px;
	float: left;
}
#link_bar a:hover {
	text-decoration: none;
}
#link_bar .icon {
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 5px;
}
#link_bar  .map_link{
	height: 16px;
	width: 90%;
	float: left;
	margin-top: 3px;
}
#map_link {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #666;
	border: 1px solid #999;
	margin-top: 3px;
	width: 95%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
}
#link_bar #buttons {
	background-color: #FC0;
	height: 26px;
	background-image: url(../img/link_bar_buttons_bg.png);
	background-repeat: repeat-x;
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 14px;
}
#mmenu {
	width: 245px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
    
    background-image: url(../img/ul_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.icon32 {
	height: 32px;
	width: 32px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 6px;
}
#mmenu ul {
	list-style-type: none;
	/*float: left;*/
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mmenu ul li {
    height: 47px;
	background-image: url(../img/mmenu_separator.png);
	background-repeat: repeat-x;
	background-position: left bottom;
    clear: both;
    overflow: hidden;
}
#mmenu ul li span{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#mmenu ul #coordinate {
	display: block;
	height: 150px;
	width: 245px;
	float: left;
}
#mmenu ul li span a{
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#mmenu ul li span a:hover {
	text-decoration: underline;
}
#mmenu ul li .arrow, #mmenu ul li .arrow_close  {
    float: right;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-right: 8px;
}
    
#mmenu ul li .arrow {
    background-image: url(../img/mmenu_arrow.png);
}
#mmenu ul li .arrow_close {
    background-image: url(../img/arrow-close.png);
}
.coordinates    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3366cc;
	text-decoration: none;
	display: block;
	margin-top: 3px;
}
.coordinates strong {
	color: #333;
	font-weight: bold;
	font-size: 10px;
}
#footer {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-bottom: 25px;
	margin-top: 25px;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3366cc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#rush {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

.progressBar {
    margin: 0 0 0 0 !important;
}

.activator {
    cursor: pointer;
}