* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}
html, body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: 300;
	color: #0d3843; /* 10343d  0d3843 */
}
body {
	background: #eaf3f5;
}
ul {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
/* -----------------IE----------------------- */

header, footer, article, section, aside, nav {
	display: block;
}
/* ---------------MINIFY--------------------- */

header, #topwrap, #headbot p, #footwrap {
	xmargin: 0 auto;
}
#logo-container, #phone, #hours, #contact, #langs {
	position: absolute;
}
/*----------------HEADER--------------------- */

header {
	height: 180px;
	background-color: #2f8499; /* 2f8499 007987 */
}
#headtop {
	height: 84px;
	background: #ebf3f6;
	background: -moz-linear-gradient(top, #ebf3f6 0%, #fff 25%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf3f6), color-stop(25%, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #ebf3f6 0%, #fff 25%, #fff 100%);
	background: -o-linear-gradient(top, #ebf3f6 0%, #fff 25%, #fff 100%);
	background: linear-gradient(top, #ebf3f6 0%, #fff 25%, #fff 100%);
}
#topwrap {
	xwidth: 1000px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}
#logo-container {
	xleft: 6px;
	xtop: 29px;
	left: 0px;
	top: 19px;
}
#phone {
	font-family: 'Open Sans', Georgia, serif;
	font-weight: 400;
	font-size: 187.5%;
	line-height: 28px;
	left: 440px;
	top: 26px;
	color: #1c5766;
}
#phone span {
	text-shadow: 0px 0px 0.3px #afbbbf; /* afbbbf */
}
.phone {
	font-family: 'Open Sans', Georgia, serif;
	font-weight: 400;
	font-size: 187.5%;
	line-height: 28px;
	color: #1c5766;
}
#hours {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #9badb3;	 /* b2bfc3 9badb3 */
	left: 730px;
	top: 26px;

}
#langs {
	font-family: Arial, sans-serif;
	color: #9badb3;	 /* b2bfc3 9badb3 */
	left: 320px;
	top: 30px;
}
#langs a{
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 75%;
	color: #9badb3;	 /* b2bfc3 9badb3 */

	float:left;
	margin-right:5px;
	xtop: 22px;
	xright: 4px;
	width: 25px;
	height: 16px;
	border-radius: 7px;
	border:1px solid #e7f6f8;
	background: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 4px 4px 4px 4px;
	line-height: 12px;
	text-decoration: none;
	cursor: pointer;
}
#langs a.active{
	background: #eefafc;
	border:1px solid #e7f6f8;
	}

#contact {
	top: 22px;
	right: 4px;
	width: 122px;
	height: 24px;
	border-radius: 7px;
	background: #4dc5e2;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 8px 0 10px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	line-height: 20px;
	font-size: 112.5%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#headbot {
	height: 96px;
	background: #106470;
	background: -moz-linear-gradient(top, #106470 0%, #007987 41%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #106470), color-stop(41%, #007987));
	background: -webkit-linear-gradient(top, #106470 0%, #007987 41%);
	background: -o-linear-gradient(top, #106470 0%, #007987 41%);
	background: -ms-linear-gradient(top, #106470 0%, #007987 41%);
	background: linear-gradient(to bottom, #106470 0%, #007987 41%);
}
#headbot p {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #d0e3e7;
	font-size: 106.3%;
	padding-top: 10px;
	padding-left:20px;
	width: 1000px;
	xtext-align: center;
	font-weight: 400;
}
/*----------------MAIN--------------------- */

#wrap {
	margin: -49px 21px 0px 21px;
	overflow: hidden;
	xwidth: 998px;
	min-height: 1400px;
	border: 1px solid #ddecf0;
	border-radius: 8px;
	background: #fff;
	background: -moz-linear-gradient(top, #ddecf0 0%, #fff 50px, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddecf0), color-stop(50px, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #ddecf0 0%, #fff 50px, #fff 100%);
	background: -o-linear-gradient(top, #ddecf0 0%, #fff 50px, #fff 100%);
	background: linear-gradient(top, #ddecf0 0%, #fff 50px, #fff 100%);
	position: relative;
	z-index: 2;
}
#main, aside {
	xpadding-bottom: 10000px;
	xmargin-bottom: -10000px;
}
#main {
	margin-left: 293px;
}
#main a {
	color: #009ec5;
	text-decoration: underline;
}
#main a:hover, #main a:visited {
	color: #009ec5;
	text-decoration: none;
}
#main h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 180%;
	font-weight: 400;
	color: #1c5766;
	padding: 10px 0 16px 0;
	text-shadow: 0px 0px 0.3px #afbbbf; /* afbbbf */
}
#main h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 150%;
	font-weight: 400;
	color: #1c5766;
	padding-bottom: 20px;
	text-shadow: 0px 0px 0.3px #afbbbf; /* afbbbf */
}
#main h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 140%;
	font-weight: 400;
	color: #1c5766;
	padding-bottom: 20px;
}
#main p {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: 300;
	color: #0d3843; /* 10343d  0d3843 */
	line-height: 1.5;
	margin: 0 30px 20px 0;
}
#main li {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: 300;
	color: #10343d;
	list-style: url(/images/list-arrow.gif);
	padding: 0 0 10px 15px;
}
#main ul {
	margin: 0 30px 20px 40px;
}
#main section {
	padding-bottom: 35px;
}
#main .iso img {
	float: left;
}
#main .iso p {
	font-family: Arial, sans-serif;
	color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;
	width: 465px;
	margin: 5px 0 0 127px;
}
#main .bg1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;
	display:block;
	overflow:hidden;
	margin: 0 30px 20px 0;

}
#main .bg2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	color: #10343d;
	background: #fbf8ee;
	padding: 13px 20px 18px 20px;
	display:block;
	overflow:hidden;
	margin: 0 30px 20px 0;

}

#main .contactus {
	max-width: 220px;
	height: 25px;
	border-radius: 7px;
	background: #4dc5e2;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 6px 10px 10px 10px;
	position: relative;
}
#main .contactus a, #main .contactus a:hover {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 112.5%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
aside {
	width: 256px;
	background: #fff;
	float: left;
	border-left: 1px solid #ddecf0;
	border-radius: 8px;
	xborder-bottom-left-radius: 0;
	margin: -7px 0 0 -1px;
}
nav:first-child {
	padding-top: 10px;
}
nav ul {
	margin: 0 0 22px 18px;
}
nav li {
	font-size: 143.8%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #1c5766;
}
nav a {
	color: #1c5766;
	text-decoration: none;
	height: 37px;
	width: 225px;
	display: block;
	padding: 0px 0 0 13px;
	margin: 2px 0 0 0;
}
nav a.active {
	background: url(/images/button.gif) no-repeat;
}
nav a:hover {
	background: url(/images/button.gif) no-repeat;
}
/*----------------FOOTER--------------------- */

footer.footer1 {
	height: 320px;
	margin: -17px auto 0;
	background: #007987;
	background: -moz-linear-gradient(top, #007987 0%, #106470 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007987), color-stop(100%, #106470));
	background: -webkit-linear-gradient(top, #007987 0%, #106470 100%);
	background: -o-linear-gradient(top, #007987 0%, #106470 100%);
	background: -ms-linear-gradient(top, #007987 0%, #106470 100%);
	background: linear-gradient(to bottom, #007987 0%, #106470 100%);
	position: relative;
	z-index: 1;
}
#footwrap {
	xwidth: 1000px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 34px;
}
#footwrap dl {
	float: left;
	height: 140px;
	display: block;
}
#footwrap dt {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 87.5%;
	font-weight: 400;
	color: #fff
}
#footwrap dd {
	font-family: Tahoma, sans-serif;
	font-size: 87.5%;
	color: #b6d3da;
	padding: 10px 0 0 7px;
}
#footwrap dd a {
	color: #b6d3da;
}
#footwrap dd a:hover {
	color: #fff;
	text-decoration: underline;
}
#map {
	margin-left: 39px;
	border-right: 1px solid #106470;
	padding-right: 85px;
}
#map li:before {
	content: "- "
}
#adress {
	width: 275px;
	padding: 0 25px 0 35px;
	border-right: 1px solid #106470;
	border-left: 1px solid #058796;
}
#adress p {
	padding-bottom: 15px;
}
#social {
	border-left: 1px solid #058796;
	padding-left: 35px;
}
#footwrap > p {
	clear: left;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 87.5%;
	color: #a0c5ce;
	padding-top: 76px;
}
.align-center {
	margin: 10px 0 0 40px;
}
.hint2 {
	background: #eefafc;
	padding: 15px 10px 10px 10px;
	margin: 30px 0px 0px 0px;
	overflow: hidden;
	width: 550px;
}
#suggest_form_div2 {
	margin: 0px 0px 30px 0px;
	display: block;
	overflow: hidden;
}
#suggest_form div.td1 {
	width: 40%;
	text-align: left;
	padding: 0;
	float: left;
	color: #1c5766;
	font-size: 16px;
	font-family: 'Open Sans', Verdana;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 15px 0;
	line-height: 24px;
}
#suggest_form div.td1 span {
	color: #009ec5;
	font-size: 16px;
	font-family: 'Open Sans', Verdana;
	font-weight: bold;
	text-transform: none;
}
#suggest_form label {
	color: #1c5766;
	font-size: 16px;
	xline-height: 16px;
	font-family: 'Open Sans', Verdana;
	font-weight: bold;
	text-transform: none;
	margin: 10px 0 0 5px;
	float: left;
}
#suggest_form input.input1 {
	font-family: 'Open Sans', Verdana;
	width: 426px;
	height: 20px;
	float: right;
	xbackground: url(/img/input1.gif) no-repeat;
	border: 2px solid #dfedf0;
	margin: 8px 10px 0 10px;
}
#suggest_form .input1-bg {
	width: 446px;
	height: 40px;
	float: right;
	xbackground: url(/img/input1.gif) no-repeat;
	xborder: 0;
	xpadding: 0 10px 0 10px;
}
#suggest_form .row1 {
	margin: 22px 0 0 0px;
	width: 578px;
	height: 40px;
	xfloat: left;
}
#suggest_form .row2 {
	width: 578px;
	height: 40px;
	margin: 7px 0 0 0px;
	xfloat: left;
}
#suggest_form .row3 {
	width: 578px;
	height: 213px;
	margin: 7px 0 0 0px;
	padding: 0;
	xfloat: left;
	text-align: left;
}
#suggest_form .row3 textarea.textarea1 {
	font-family: 'Open Sans', Verdana;
	font: 18px;
	width: 558px;
	height: 183px;
	border: 2px solid #dfedf0;
	margin: 15px 10px 15px 0px;
	padding: 0;
	float: right;
	overflow: auto;
}
.row4 {
	margin: 0px 135px 0 0px;
	float: right;
}
#map_canvas {
	border: 0px solid #e9e9f4;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}
.map_canvas_bg {
	width: 640px;
	height: 480px;
	background: #fbf7fd;
	padding: 18px 20px 20px 20px;
	margin: 30px 0px 30px 0px;
	xfloat: left;
	xoverflow: hidden;
}
.ftext2 {
	color: #6fb5c6;
	font: 12px Verdana;
	font-weight: normal;
	text-align: center;
}
.download {
	width: 170px;
	height: 34px;
	border-radius: 7px;
	background: #e9f8fb url(/images/ico-pdf.gif) no-repeat;
	background-position: 13px;
	display: block;
	margin: 0 0 10px 18px;
	text-align: left;
	padding: 8px 0 8px 55px;
	position: relative;
	line-height: 14px;
	vertical-align: middle;
	font-family: 'Open Sans', Verdana, sans-serif;
}
.download2 {
	font-family: Verdana, sans-serif;
	color: #10343d;
	line-height: 1.2;
	width: 190px;
	height: 190px;
	xborder-radius: 7px;
	display: block;
	margin: 0 30px 20px 0px;
	text-align: center;
	padding: 8px 0 8px 8px;
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}
small {
	font-family: 'Open Sans', Verdana, sans-serif;
	xcolor: #1d5766;
	font-size: 87.5%;
}
.row {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 20px 0 40px 0;
}
.rows {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 34px;
	margin: 0 0 10px 50px;
}
.rowTD {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 20px;
}
#wrap .download a, #wrap .download a:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #1c5766;
	text-decoration: none;
	cursor: pointer;
}
.imgR {
	float: right;
	margin: 10px 30px 20px 20px;
}
.red {
	color: #b4393d;
}
#suggest_form_div {
	display: none;
	background-color: #FFF;
}
#suggest_form_div div {
	background-color: #FFF;
}
a.suggestLink {
	z-index: 99;
	position: relative;
	top: -12px;
	left: 80px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9badb3;
	text-decoration: none;
	border-bottom: 1px dashed #9badb3;
}
.reviews-table {
	width: 95%;
	color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;
	margin: 0 0px 20px 0;
}
.reviews-table a {
 .text-decoration:none;
	outline: 0;
}
.reviews-table img {
	text-decoration: none;
	border: 4px solid #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
}
.circle-num div {
	float: left;
	margin: 0 15px 0 0;
	width: 40px;
	height: 40px;
	background: #4ba0b5;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #eefafc;
}
.circle-num div em {
	color: #eefafc;
	font-style: normal;
	margin: 0 0 0 13px;
	line-height: 36px;
	overflow: hidden;
}
.right {
	float: right;
	display: block;
}
.breadcrumb a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 101.5%;
}
.news {
	margin: 15px 15px 25px 20px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 87.5%;
}
.news a {
	color: #009ec5;
	text-decoration: underline;
}
.clearfix {
	zoom: 1;
}
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.br20 {
	margin-bottom: 20px;
}
