/* GENERIC */
h1, h2, h3, h4, h5, h6, form {
	margin: 0;
}

h2 {
	margin-bottom: 0.90em;
	size: 16px;
	color: #5f95ba;
}

h3 {
  size: 13px;
  font-weight: bold;
}

.hiddenemail a {
  color: #5F95BA;
  text-decoration: none;
}

#content ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

#content ul li {
  padding-left: 3em;
  background: url(../img/bullet.gif) 2em 0.6em no-repeat;
}

#content p {
	margin-bottom: 1em;
	text-align: justify;
}

/* LAYOUT */
body {
  margin: 0;
  padding: 0;
  background: #95a6ae url('../img/body_pattern.gif') top repeat-x;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
}

div#layout_wrap {
	position: relative;
  width: 1000px;
  margin: 0 auto;
}

div#top_bar {
	z-index: 10;
	position: absolute;
	top: 0;
  height: 69px;
	width: 100%;
  background: url('../img/top_menu_bg.gif') no-repeat;
}

div#top_bar h1 {
	display: none;
}

div#top_fill {
	position: absolute;
	right: 0;
	width: 50%;
	height: 69px;
	background: url('../img/right_half_bg.gif') repeat-x;
	z-index: 5;
}

div#left_bar {
	float:left;
	width: 200px;
}

div#body {
	position: absolute;
	top: 249px;
	left: 50px;
	width: 851px;
	background: url('../img/body_bg.gif') repeat-y;
}

div#content {
	float: right;
	width: 611px;
	padding: 20px;
	color: #000;
}

div#footer {
	clear: both;
	background-color: #3a3f42;
	text-align: center;
	color: #fff;
	padding: 10px;
}

#banner {
	position: absolute;
	border-top: 2px solid #4c5a60;
	border-bottom: 2px solid #4c5a60;
	top: 69px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/* LISTS */
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}



ul.menu a {
	text-decoration: none;
	color: #fff;
}

ul#top_nav {
	z-index: 20;
	position: absolute;
	top: 10px;
	left: 660px;
}

ul#top_nav li {
	padding: 0 10px;
	display: inline
}

ul#top_nav a:hover {
	text-decoration: overline;
}

ul#left_nav li {
	color: #ffffff;

}

ul#left_nav li a {
	display: block;
	padding: 2px 20px;

}

ul#left_nav li a:hover {
	background-color: #fff;
	color: #000;
}

ul#left_nav li.selected a {
	border-right: 7px solid #6b9cc4;
	background: #ffffff;
	color: #000000;
}

li.menuHead {
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #465257;
	border-bottom: 1px solid #465257;
   background-color: #5F95BA;
	padding: 5px 3px 5px 10px;
}

li.left_bar {
	border-right: 1px solid #fff;
}

div.button01 a {
	float: left;
	margin: 30px 83px 0px 0px;
	width: 148px;
	height: 118px;
	background-position: -100% 0%;
	display: block;
}

div.button01 a:hover {
	background-position: 0% 0%;
}

#meleti {
	background-image: url('../img/button_meleti.jpg');
}

#steiroi {
	background-image: url('../img/button_steiroi.jpg');
}

#paragogi {
	background-image: url('../img/button_paragogi.jpg');
	margin-right: 0;
}

#siskeuasia {
	background-image: url('../img/button_siskeuasia.jpg');
}

#egkatastasi {
	background-image: url('../img/button_egkatastasi.jpg');
}

#pistopoihsi {
	background-image: url('../img/button_pistopoihsi.jpg');
	margin-right:0;
}

.newsletter{
	padding: 20px 10px 30px 10px;
	/*margin: -44px -20px 0 20px;
	width: 170px;
	float: right;*/
	background: #738891;
}
.newsletter a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.newsletter a:hover{
	text-decoration: underline;
	}
	
	.welcome{
	font-size:1.2em;
	line-height:1.2em;
	}


