* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 70px;
	border-bottom-style:solid;
	border-color: #1A386A;
	border-width: 22px;
	background-color: #FFFFFF;
	display: block;

	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: 150px;
	background-size: 190px 60px;
}

#box-link { 
	position: absolute; 
	top: 5px; 
	left: 150px; 
	width: 190px; 
	height: 60px; 
	background-color: transparent; 
}

.languages {
	width: 100%;
	height: 22px;
	background-color: #1A386A;
	margin-top: 70px;
	position: absolute;
	color: #FFFFFF;
	line-height: 22px;
	display: inline-block;
}


.languages a{
	color: #FFFFFF;
	text-decoration: none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 5%;
	position: relative;
	display: block;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	background-color: #EEEEEE;
	width: 980px;
	margin-left: 150px;
	height: 343px;

	border-color:#FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width:20px;
	border-bottom-width: 120px;
	border-bottom-color:#FFFFFF;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 150px;
	position: relative;
	display: block;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 150px;
	margin-left: -150px;
	position: relative;
	display: block;
}


/* Footer
-----------------------------------------------------------------------------*/
#allFooter {
	width: 286px;
	margin: -210px auto 0;
	height: 210px;
	background: #BFF08E;
	position: relative;
	display: block;
	background: transparent url('../img/img_woman.png') no-repeat left center;
	z-index: 9999;
	margin-left: 720px;
}

#footer {
	width: 100%;
	margin: -130px auto 0;
	height: 130px;
	background: #C6C6C6;
	position: relative;
	display: block;

	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #C6C6C6 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #C6C6C6 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #C6C6C6 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C6C6C6));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #C6C6C6 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #C6C6C6 100%);

}

#topFooter {
	width: 100%;
	height: 108px;

}

#bottomFooter {
	width: 100%;
	height: 22px;
	background-color: #1A3869;
}

.textBottomFooter {
	margin-left: 150px;
	color: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textTopFooter{
	position: absolute;
	width: 540px;
	margin-left: 150px;
	color: #777777;
	margin-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 18px;
}

/* TopMenu
-----------------------------------------------------------------------------*/
#topMenu {
	width: 984px;
	padding-left: 150px;
	height: 1%;
	position: relative;
	display: block;
}

#topMenu:after {
	content: '';
	clear: both;
	display: table;
}

#Menu1:hover, #Menu2:hover, #Menu3:hover {
	background: #6792AC url('../img/arrow_white.png') no-repeat right center;
	background-position: 308px 50%;
	cursor: pointer;
}

.selected#Menu1, .selected#Menu2, .selected#Menu3 {
	background: #6792AC url('../img/arrow_white.png') no-repeat right center;
	background-position: 308px 50%;
	cursor: pointer;
}


#Menu1, #Menu2, #Menu3 {
	height: 50px;
	width: 325.33px;
	float: left;
	display: block;
	background-color: #81B238;
	text-align: center;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	color: #FFFFFF;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #81B238 url('../img/arrow_white.png') no-repeat right center;
	background-position: 308px 50%;
}

a.topLink2:hover, a.topLink2:link, a.topLink2:visited, a.topLink2:active {
	margin-left: 80px;
	color: #6792AC;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url('../img/arrowBack.png') no-repeat left center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	color: #6792AC;
	text-align: left;
	margin-left: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 60px;
}

#imageText {
	width: 1000px;
	display: block;
	margin-bottom: 0px;
	line-height: normal;
}

#mainText {
	float: left;
	width: 516px;
	margin-left: 50px;
	margin-bottom: 0px;
	line-height: 150%;
}

.widther#mainText {
	width: 575px;
}

#mainImages {
	float: left;
	width: 70px;
	margin-bottom: 20px;
	margin-left: 101px;
	margin-top: -40px;
}

.widther#mainImages {
	margin-left: 41px;
}

img.imageWithBorder {
	border-style:solid;
	border-color:#A0A0A0;
	border-width:1px;
}

#contacts1, #contacts2, #contacts3, #contacts4 {
	float: left;
	width: 192px;
	margin-bottom: 20px;
	margin-left: 39px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contacts2 {
	margin-left: 31px;
}

#contacts3 {
	width: 400px;
	margin-left: 42px;
}

#contacts4 {
	width: 200px;
	margin-left: 20px;
}


ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul li.withMarker.moreLineHeight {
	background-position:0px 13px; 
	line-height: 35px;
}


ul li.withMarker {
	background-image:url('../img/bulletSquare.png');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contactsTitle {
	color: #1A386A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contactsSubTitle {
	color: #6792AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

hr {
	color: #A0A0A0;
	background-color: #A0A0A0;
	height: 1px;
	width: 50px;
}

hr.footer {
	color: #A0A0A0;
	background-color: #A0A0A0;
	height: 1px;
	width: 1000px;
}

div.footerHr { 
width: 100%; 
height: 1px; 
border: 0; 
background-color: #777777; 
}

div.contactHr { 
width: 190px; 
height: 1px; 
border: 0; 
background-color: #A0A0A0; 
}

div.contactHr.completeWidth {
	width: 400px;
}

.maps_containner {
	height: 250px;
	width: 400px;
	margin: 0px;
	position: absolute;
	margin-top: 16px;
	/*border: solid;
	border-width: 1px;*/
}