
@charset "UTF-8";

/*  =RESET CSS   
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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; outline: none; }

body { background-image: url(i/bg.gif); }

#kw {
	position: absolute;
	width: 960px;
	visibility: hidden;
	}

#back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 412px;
	background: url(i/back.jpg) 0 0 repeat-x;
	}

#container {
	position: relative;
	z-index: 10;
	top: 0;
	margin: 0 auto;
	width: 960px;
	}

h1 {
	float: left;
	display: inline;
	width: 960px;
	height: 192px;
	text-indent: -9999px;
	background: url(i/logo.jpg) 200px 0 no-repeat;
	}
	
#navlist {
	float: left;
	display: inline;
	width: 190px;
	margin-top: 215px;
	}
#navlist li {
	display: inline;
	list-style: none;
	font: bold 0.9em/3.1em Arial, Helvetica, sans-serif;
	color: #6e5410;
	text-indent: 5px;
	
	}
#navlist li a {
	text-decoration: none;
	padding-right: 32px;
	display: block;
	color: #6e5410;
	border-bottom: 1px dashed #b5a162;
	}
#navlist li a:hover {
	text-decoration: none;
	color: #3080c4;
	}
/* gia na paizei to block kai ston IE */
* html #navlist li a {
	height: 1%;
	}
#navlist img {
	margin: 10px 0 0 10px!important;
	border: 1px solid #fff!important;
	}
	
#content {
	float: right;
	display: inline;
	width: 720px;
	margin-top: 215px;
	background: url(i/line.gif) top left no-repeat;
	padding-left: 40px;
	}
#content p {
	font: 0.8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #6f4d0b;
	padding: 0 0 14px 0;
	}
#content p a {
	color: #6f4d0b;
	text-decoration: underline;
	}
#content p a:hover {
	color: #6f4d0b;
	text-decoration: none;
	}
	
#content img {
	float: left;
	margin: 12px 18px 12px 0;
	padding: 6px;
	border: 1px solid #b5a162;
	background: #fff;
	}

h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #6e5410;
	padding: 0 0 24px 0;
	}
	
#footer {
	float: left;
	width: 100%;
	height: 161px;
	background: url(i/footer_bg.gif) bottom left repeat-x;
	}
#footer_inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 121px;
	background: url(i/footer_decor.jpg) top right no-repeat;
	}
	
#srch_frm {
	float: left;
	display: inline;
	margin: 20px 0 0 0;
	background-color: #f8efd2;
	}

#srch_frm fieldset {
	width: 600px;
	border: 0;
	margin-bottom: 17px;
	margin-top: 30px;
	}

#srch_frm fieldset p {
	position: relative;
	margin: 0 0 0 30px;
	color: #0a69a2;
	height: 50px;
	}

#srch_frm fieldset p label {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 150px;
	color: #0a69a2;
	font: bold 1em Arial, Helvetica, sans-serif;
	}

#srch_frm fieldset p.info {
	height: 120px;
	}

#srch_frm input, select, textarea {
	position:absolute;
	top:12px;
	left:0;
	margin:0 0 0 140px;
	color: #333;
	width: 265px;
	padding: 7px;
	border: 0;
	background-color: #ecdfb5;
	}
	
.srch_but {
	float: left;
	width: 281px!important;
	height: 28px!important;
	margin: 22px 0 0 150px;
	background: url(i/send_btn.gif) 0 0 no-repeat;
	text-indent: -9000px;
	border: none!important;
	}
.srch_but_en {
	float: left;
	width: 281px!important;
	height: 28px!important;
	margin: 22px 0 0 150px;
	background: url(i/send_btn_en.gif) 0 0 no-repeat;
	text-indent: -9000px;
	border: none!important;
	}

#srch_frm fieldset p.nbrd {
	border-bottom: none!important;
	}

