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

body {
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1d4d6e;
	margin: 0;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.languages {
	width: 110px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: -20px;
	top: 5px;
	color: #036;
	font-weight: bold;
	font-size: 13px;
}

.languages a {
	color: #036;
}

.languages a:hover {
	color: #666;
}

#header {
	width: 900px;
	height: 160px;

}

a, a:hover, a:focus, a:visited {
	outline: none;
	text-decoration: none;
	font-size: 12px;
}

a#logo {
	display: block;
	width: 700px;
	height: 92px;
	position: absolute;
	left: 0px;
	top: 10px;
	background-image: url(img/logo.jpg);
}

a#logo:hover {
	background-position: 0 -92px;
}

#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 30px;
	top: 114px;
	left: 28px;
}

ul#menu li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	list-style-type: none;
	margin-right: 10px;
	line-height: 25px;
	padding-left: 5px;
	font-size: 14px;
	padding-right: 10px;
	border-right: 1px solid #598dbe;
}


#menu-double {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 30px;
	font-size: 14px;
	top: 115px;
	left: 29px;
	font-weight: bold;
}

ul#menu-double li {
	display: block;
	font-size: 14px;
	position: relative;
	float: left;
	list-style: none;
	list-style-type: none;
	color: #598dbe;
	margin-right: 10px;
	text-transform: uppercase;
	line-height: 30px;
	border-right: 1px solid #afcfed;
	padding-left: 5px;
	padding-right: 10px;
}

ul#menu li a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
}

ul#menu li a:hover{
	color: #CCC;
}

#footer {
	background-color: white;
	position: relative;
	float: left;
	height: 146px;
	background-image: url(img/footer_bg.jpg);
	width: 100%;
}

#content {
	width: 900px;
	position: relative;
	float: left;


}

a.front-buttons {
	display: block;
	width: 208px;
	height: 428px;
	position: relative;
	float: left;
	margin-top: 81px;
}

a.front-buttons:hover {
	background-position: 0 -428px;
}

a.button-one {background-image: url(img/b1.jpg); margin-left: 22px;}
a.button-two {background-image: url(img/b2.jpg)}
a.button-three {background-image: url(img/b3.jpg)}
a.button-four {background-image: url(img/b4.jpg)}


a.front-buttons ul{
	padding: 0px;
	margin: 0px;
	color: #bbc9d3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	top: 220px;
}

a.front-buttons ul li{
	list-style: none;
	list-style-type: none;
	margin-bottom: 8px;
	background-color: #30688e;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
	width: 175px;
	padding-left: 15px;
	background-image: url(img/arr1.jpg);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	border: 1px solid #5f96bc;
	-moz-box-shadow: 3px 3px 3px #15476a;
}

#footer-menu {
	width: 900px;
	position: relative;
	margin: 0 auto;
	height: 30px;
	margin-top: 55px;
	height: 80px;
	text-align: right;
	color: #999999;
	padding-right: 5px;
}





#ulfooter-menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 18px;
	top: -40px;
	text-align: right;
	right: 0px;
	width: 705px;
}

ul#ulfooter-menu li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	list-style-type: none;
	margin-right: 5px;
	line-height: 18px;
	padding-right: 5px;
	border-right: 1px solid #598dbe;
}

ul#ulfooter-menu li a{
	color: #fff;
	display: block;
	line-height: 18px;
}

ul#ulfooter-menu li a:hover{
	color: #4782aa;
}

#cetificates-holder{
	width: 500px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}

a.certificates {
	width: 150px;
	height: 79px;
	position: relative;
	float: left;
	display: block;
	margin-right: 10px;
}

a.certificates:hover {
	background-position: 0 -79px;

}

a.c-one {background-image: url(img/s1.jpg);}
a.c-two{background-image: url(img/s2.jpg)}
a.c-three{background-image: url(img/s3.jpg)}

.s1, .s2, .s3 {
	position: absolute;
	left: 0px;
	top: -150px;
	width: 280px;
	height: 156px;
	background-image: url(img/s1.png);
	display: none;
}

.s2 {background-image: url(img/s2.png); left: 158px;}
.s3 {background-image: url(img/s3.png); left: 308px;}

#content-services p, #content-services ul li {
	font-size: 11px;
	padding: 0;
	margin: 0px;
	margin-bottom: 20px;
	color: #cad7e0;
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#content-services ul li {
	margin: 0px;
}


.breadcrumb  {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 900px;
}
.breadcrumb h2 {
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

.breadcrumb div {
	color: #cad7e0;
	font-size: 11px;
	font-family: Tahoma;
}

.bb {
	position: relative;
	float: left;
	border-right: 1px solid #081b28;
	border-bottom: 1px solid #081b28;
	padding: 3px;
	background-color: white;
}

.column {
	width: 280px;
	text-align: justify;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
	float: left;
}


a.object {
	display: block;
	width: 270px;
	height: 150px;
	border: 3px solid #c7e2f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: #092a40 3px 3px 2px;
	-webkit-box-shadow: #092a40 3px 3px 2px;
	position: relative;
	float: left;
	margin-bottom: 75px;
	margin-right: 20px;
}

a.object:hover {
	background-position: 0 -150px;
	border: 3px solid white;
}

a.object:hover div{
	background-color: white;
}

a.object div {
	position: absolute;
	font-family: Tahoma;
	font-size: 12px;
	left: -3px;
	height: 35px;
	width: 266px;
	padding: 5px;
	background-color: #c7e2f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: #092a40 3px 3px 2px;
	-webkit-box-shadow: #092a40 3px 3px 2px;
	line-height: 16px;
	bottom: -56px;
	color: #203e53;
	text-align: center;
}


p a{
	color: #FFFFFF;
	font-weight: bold;
}

p a:hover {
	color: #DDE7F0;

}