@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;	
}

a {
	color:#F36D2A;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#lang-bar {
	text-align:right;
	padding:5px;
	font-weight:bold;
}

#wave-bg {
	background-image:url("img/wave_bg.png");
	height:213px;
}

#wave {
	background-image:url("img/wave.png");
	height:213px;
	background-repeat:no-repeat;
	background-position:center center;
}

#top-text {
	text-align:center;
	vertical-align: bottom;
}

#top-text img {    
    padding-bottom:auto; 
	vertical-align:bottom;
}

#bottom-text {
	padding:10px 80px;
}

#serv-table {
	width:100%;
}

#serv-table td {
	vertical-align:top;
	width:33%;
}

#contacts {
	color:#312A6E;
	font-weight:bold;
}