@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: url(../images/bodybg.gif) repeat-y fixed bottom center;*/
	background: url(../images/bodybg.gif) repeat-x left top;
	font-family: trebuchet ms;
}

a {
	text-decoration: none;
	color: #008000;
}

/* ======================================================= */
/* ==================== Header Layout ==================== */
/* ======================================================= */
#header_wide {
	/*border: 1px solid green;*/
	height: 165px;
	background: url(../images/header_wide.png) top center no-repeat;
	padding-top: 10px;
	/*background: #BCE954;*/
}

#header_content {
	margin: 0 auto;
	/*border: 1px solid blue;*/
	width: 900px;
	height: 158px;
	background: url(../images/header_content.png) top center no-repeat;
}

.header_content_left {
	/*border: 1px solid black;*/
	font-size: 14px;
	float: left;
	color: #585857;
}

.header_content_right {
	/*border: 1px solid black;*/
	/*font-size: 16px;*/
	background: url(../images/logo.png) no-repeat right center;
	height: 150px;
	/*margin: 28px 0 0 0;*/
	margin: 0 12px 0 0;
}

/* ======================================================= */
/* ==================== Navbar Layout ==================== */
/* ======================================================= */
#navbar {
	/*border: 1px solid purple;*/
	height: 32px;
	/*background: #A0C544;*/
	margin-bottom: 10px;
	/*background: url(../images/menubg.png) repeat-x left top;*/
}

.menubar {
	/*border: 1px solid blue;*/
	margin: 0 auto;
	width: 900px;
	height: 30px;
	
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu * {
	margin: 0;
	padding: 0
}

ul.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	color: #585857;
}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 2px;
}

ul.menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	background: #d1d1d1;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li {
	position: relative;
	border: 1px solid #aaa;
	border-top: none;
	/*width: 148px;*/
	width: 170px; /* Μόνο για τo width των <li> */
	margin: 0;
	font-family: trebuchet ms;
	font-size: 12px;
}

ul.menu ul li a {
	display: block;
	padding: 3px 7px 5px;
	background-color: #d1d1d1;
}

ul.menu ul li a:hover {
	background-color: #c5c5c5;
	font-style: italic;
}

ul.menu ul ul {
	left: 170px;
	top: -1px;
}

ul.menu .menulink {
	border: 1px solid #aaa;
	padding: 5px 7px 7px;
	background: url(../images/header.png);
	width: 156px;
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background:url(../images/header_over.gif);
}

ul.menu .sub {
	/*background: #d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat;*/
	background: #d1d1d1 url(../images/arrow.gif) 160px 9px no-repeat;
}

ul.menu .topline {
	border-top: 1px solid #aaa;
}

/* ========================================================== */
/* ==================== Container Layout ==================== */
/* ========================================================== */
#container {
	/*border: 1px solid coral;*/
	margin: 0 auto;
	
	width: 900px;
	height: 400px;
	background: url(../images/content_background.png) top left no-repeat;
}

#container h1 {
	color: #585857;
	font-size: 16px;
	padding: 0 0 10px 10px;
	background: url(../images/h3_bg.png) no-repeat bottom left;
}

#container h3 {
	color: #585857;
	font-size: 14px;
	padding: 0 0 10px 10px;
	background: url(../images/h3_bg.png) no-repeat bottom left;
}

.navigator ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigator li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

.navigator {
	font-size: 10px;
	/*border: 1px solid green;*/
	margin: 5px 5px 2px 5px;
	color: #585857;
	height: 15px;
}

.navigator a {
	color: #008000;
}

.navigator a:hover {
	font-size: 11px;
}

.navActive {
	font-size: 11px;
	text-decoration: underline;
}

.text {
	margin: 15px;
	color: #585857;
	font-family: trebuchet ms;
	font-size: 12px;
	/*border: 1px solid blue;*/
	float: left;
}

.under_construction {
	margin: 15px;
	color: #585857;
	font-family: trebuchet ms;
}

.text_company {
	margin: 15px;
	color: #585857;
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	/*border: 1px solid blue;*/
	float: left;
}

/* ==================== Contact Form Layout ==================== */
input {
	border: 1px solid #d1d1d1;
	width: 250px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #585857;
}

textarea {
	border: 1px solid #d1d1d1;
	width: 250px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #585857;
}

/* ==================== Map Layout ==================== */
#map {
	/*border: 1px solid coral;*/
	width: 500px;
	float: left; /* Αν χρησιμοποιηθεί πάλι το contact form (έχει απενεργοποιηθεί με σχόλια) το float να αλλάξει σε right */
	margin: 25px 15px 15px 15px;
	font-size: 13px;
	color: #585857;
}

#map img {
	width: 400px;
}

/* ==================== Gallery Layout ==================== */
#gallery {
	border: none;
}

.colors {
	width: 120px;
}
#gallery td {
	border: 1px solid #d1d1d1;
}

.name {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	width: 100px;
	color: #008000;
}

#gallery dt {
	text-decoration: underline;
}

.description {
	width: 350px;
}

.description_handlights {
	width: 210px;
}

a img {
	border: none;
}

.remote {
	text-align: center;
}


/* ======================================================= */
/* ==================== Footer Layout ==================== */
/* ======================================================= */
#footer_wide {
	/*border: 1px solid green;*/
	height: 80px;
	/*background: url(../images/footer.png) no-repeat center top;*/
	/*background: #CCFB5D;*/
	clear: both;
}

#footer_content {
	/*border: 1px solid coral;*/
	margin: 0 auto;
	width: 900px;
	height: 80px;
	background: url(../images/footer.png) no-repeat left top;
}

.footerTextTop {
	/*border: 1px solid black;*/
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 900px;
	text-align: center;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #585857;
}

.footerTextBottom {
	/*border: 1px solid blue;*/
	margin: 0 auto;
	width: 900px;
	font-family: trebuchet ms;
	font-size: 10px;
	text-align: center;
	color: #585857;
}

#footer_wide a {
	text-decoration: none;
	font-size: 11px;
	/*color: #0E8C3A;*/
	color: #008000;
}