@charset "UTF-8";

/*  =RESET CSS   
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	position:relative;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



html * {margin: 0; padding: 0; border:0;}

body {
	margin: 0;
	padding: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(i/back.gif) repeat-x;
	}

#container {
	position: relative;
	min-height: 100%;
	z-index: 20;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}

#header {
	width: 760px;
	height: 158px;
	margin: 0;
	padding: 0;
	background: url(i/header.jpg) no-repeat;
	}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 760px;
	background: url(i/bg_main.gif) repeat-y;
	}


/* expandable menu */

#menubox {
	background: url(i/menu_top.jpg) top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	}

#mainMenu {
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	background: url(i/menu.jpg) no-repeat;
	color: #000;
	margin: 35px 0 0 0;
	padding: 0;
	width: 243px;
	height: 363px;
	}
#mainMenu img {
	float: left;
	display: inline;
	margin: 14px 0 0 40px;
	}

#menuList {
	margin: 0;
	padding: 0 18px 0 33px;
	}

li.menubar {
	line-height: 1.5em;
	list-style: none outside;
	}

.menu {
	display: none;
	padding: 0;
	margin: 0;
	}

a.actuator {
	background-color: #E0E89F;
	color: #030;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 8px 8px 15px;
	list-style-type: none;
	border-bottom: 1px solid #FFF;
	}

a.actuator:hover {
	background: #CFDB6A;
	border-right: 4px solid #FEC418;
	text-decoration: none;
	}

.menu li {
	display: inline;
	list-style-type: none;
	}

.menu li a {
	background-color: #F1F5D8;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 8px 8px 15px;
	list-style-type: none;
	}

.menu li a:hover {
	color: #060;
	border-right: 4px solid #BAC966;
	background-color: #E6EEBC;
	}

.submenu li a {
	background: #FFF2A8;
	color: #333;
	}

.submenu li a:hover {
	background: #FFF7C4;
	color: #060;
	border-right: 4px solid #FFC92A;
	}

/* gia na paizei to block kai ston IE */
* html .actuator, .menubar {
	height: 1%;
	}
		

#content {
	float: right;
	margin: 0;
	padding: 0;
	width: 517px;
	background: url(i/content_top.jpg) top no-repeat;
	}
#content p {
	font: 0.75em/2em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 70px 16px 20px;
	margin:0;
	}
#content p img {
	border: 0;
	text-decoration: none;
	}
#content p a {
	color: #F47A00;
	text-decoration: underline;
	}
#content p a:hover {
	color: #F47A00;
	text-decoration: none;
	}
#content table {
	width: 420px;
	border-top: 1px solid #060;
	border-left: 1px solid #060;
	}
#content table td {
	padding: 4px;
	border-right: 1px solid #060;
	border-bottom: 1px solid #060;
	}
	
.atch_file {
	background: url(i/dwnld.gif) 0 5px no-repeat;
	}

h1 {
	font: bold 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #060;
	padding: 90px 40px 16px 20px;
	}
h1 a {
	color: #060;
	text-decoration: none;
	}
h1 a:hover {
	color: #E060;
	padding-bottom: 2px;
	border-bottom: 1px solid #060;
	text-decoration: none;
	}

h2 {
	font: bold 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #E35100;
	margin: 20px 30px 0 20px;
	padding:0;
	}

h2 a {
	color: #E35100;
	text-decoration: none;
	}

h2 a:hover {
	color: #E35100;
	padding-bottom: 2px;
	border-bottom: 1px solid #E35100;
	text-decoration: none;
	}

h2 li {
	color: #E35100;
	text-decoration: none;
	list-style-type:none;
	}

#footer {
	float: right;
	width: 480px;
	height: 59px;
	padding: 0;
	margin: 10px 22px 0 0;
	background: url(i/bg_footer.gif) repeat-x;
	}
#main > #footer {
	margin: 10px 44px 0 0;
	}

#footer p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #030;
	text-align: right;
	padding: 20px 15px 0 0;
	}

#footer p a {
	color: #030;
	text-decoration: none;
	border: 0;
	}

#footer p a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #030;
	}

#main > #footer p {
	padding: 12px 15px 0 0;
	}

#contactform {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 14px 0 0 10px;
	border: 0 !important; 
	width: 90%;
	}

#contactform td {
	padding: 4px;
	line-height: 1.5em;
	vertical-align: top;
	border: 0 !important; 
	}

.box {
	padding: 2px;
	background-color: transparent;
	border: 1px solid #F47A00;
	}

.submit {
	color: #FFF;
	padding: 2px;
	background-color: #F47A00;
	border: 1px solid #FFF;
	}

/* counter */
#counter {
	float: left;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	margin: 3em auto 0 auto;
	padding: 0;
	width: 335px;
	text-align: center;
	color: #F47A00;
	line-height: 1.8em;
	}

#counter a {
	color: #F47A00;
	text-decoration: none;
	border-bottom: 1px solid #F47A00;
	padding-bottom: 2px;
	}

#counter a:hover {
	color: #F47A00;
	text-decoration: none;
	border: 0;
	}


br {
display:none;
}

#content img.alignright {
float:right;
}

#content img.alignlefright {
float:left;
}

	
.entry {
	margin-top:20px;
	margin-bottom:20px;
	
}
	

.pagenav li {
	display: inline;
	list-style-type: none;
	}

.pagenav li a {
	background-color: #F1F5D8;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 8px 8px 15px;
	list-style-type: none;
	}

.pagenav li a:hover {
	color: #060;
	border-right: 4px solid #BAC966;
	background-color: #E6EEBC;
	}
	
img.WP-PrintIcon {
	float:left;
	margin-left:20px;
	}

.linklove {
	display:none;
	}
	
	
.cform {
	position:relative;
	right:30px;
	bottom:15px;
	}

p.cf-sb {
	width:0;
	position:relative;
	left:80px;
	}
	
#kw { 
	display:none;
	}