@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/blue-sky-1600.jpg) no-repeat center top;
	background-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2979C2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #039;
}
#container {
	margin:auto;
	width:950px;
	background:#FFF;
}
#header {
	height:250px;
}
#content_body {
	background:#fff url(../images/menu-back.jpg) right top repeat-y;
	min-height:400px;
}
#content {
	width:688px;
	float:left;
	padding:10px;
}
#menu {
	width:242px;
	float:left;
}
.menu_item{
	height:47px;
}
#bottom_nav {
	float:left;
	width:500px;
	padding:5px;	
}
#copyright {
	float:left;
	width:430px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px;
	text-align:right;
	color:#000;
}
#bottom_nav a {
	color:#000;
}
#bottom_nav a:hover{
	color:#F60;
}
#home_top_left {
	float:left;
	width:260px;
}
#home_top_right {
	float:left;
	width:410px;
}
.en_text {
	line-height:160%;
	text-align:justify;
}
.douraghi {
	font-weight:bold;
	color:#036;
}
.clear {
	clear:both;
}
#home_top {
}
#home_middle {
	padding-bottom:20px;
}
#services_left {
	float:left;
	width:477px;
}
#services_right {
	float:left;
	width:200px;
}
#home_bottom_left {
	float:left;
	width:330px;
	padding-right:20px;
}
#home_bottom_right {
	float:left;
	width:330px;
}
#contact_left {
	float:left;
	width:280px;
	padding-right:20px;
}
#contact_right {
	float:left;
	width:360px;
}
input, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:220px;
}
.button {
	width:90px;
}
#language_bar {
	height:24px;
	padding-top:5px;
	background:url(../images/language_bar_s1.jpg) no-repeat;
}
.image img {
	margin-left:10px;
	border:1px solid #036;
}
