body {
	color: #000000;
	font-family: "trebuchet ms";
	font-size: 10pt;
	background-image: url(images/tile_bottom.jpg);
	background-position:0px 677px;
	background-repeat: repeat-x;
	line-height: 12pt;
}
#banner {
	background-image: url(images/banner_3_tile.jpg);
}
#banner_content {
	width: 1099px;
}
#banner_1 {
	background-image: url(images/banner_1.jpg);
	width: 960px;
	height: 49px;
	padding-top: 122px;
	float: left;
	text-align: right;
}
#lang {
	text-align: left;
	padding-left: 20px;
	height: 34px;
}

.reviewer {font-weight:bold;font-size: 11px}
 /* =========================================================================
For any free or commercial usage please keep this credits text intact.
Author : Femi Hasani www.vision.to ,test idea and CSS code.
The original version of this stylesheet and the associated (x)html
is available at http://www.vision.to/simple-css-one-level-dropdown-menu.php
A link to www.vision.to would be apperciated but not mandatory.
=============================================================================== */
#navigation {
	float: right;
}
#navigation ul#nav {
	z-index: 5000;
	margin: 0;
	padding: 0;
	/* background: #555 ; */
}

#navigation ul#nav li {
  list-style:none;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
    /* width:100px; */
}

#navigation ul#nav li a {
	display: block;
	padding: 0 10px 0 10px;
	color: #250d00;
	text-decoration: none;
	border-right: 1px solid #000000;
	text-align: center;
	font-weight: bold;
    /* background:#000; */
}

/*#navigation ul#nav li a span {
	padding: 0 15px 0 10px; */
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
/*}*/

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    width: 100px;
    /* padding: 3px 8px 3px 8px; */
    padding: 0;
    margin: 0;
    background:#888;
      /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul /* This is for Internet Explorer 6  */
{
    display: block;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4000;
    width: 100px;
      /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}

#navigation ul#nav  li ul li {
    width: 100px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
      /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 80px;/*this is to adjust if used some background image for dropdown */
    background: #888;
    padding: 10px 10px;
    text-decoration: none;
    margin: 0;
    color: #eee;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}

#navigation ul#nav li ul li a:hover {
    color: #fff;
    background: #555;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
    /* background: #555; */
}
#container {
	background-image: url(images/tile.jpg);
	height: 506px;
	min-width: 1099px;
}
#main {
	width: 960px;
	padding-right:139px;
}
#left {
	float: left;
	width:507px;
	height:469px;;
}
#center {
	float: left;
	width:453px;
	height: 439px;
	padding-top: 25px;
	text-align: justify;
}
#footer {
	clear: both;
	height: 10px;
	padding-top: 10px;
	width: 505px;
	padding-left: 540px;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #803e1d;
}
#bottom {
	width: 780px;
	padding-left: 180px;
	text-align: right;
}
#bottom a {
	text-decoration: none;
	font-size: 90%;
	color: #803e1d;
}
#diakosmos {
	background-image: url(images/diakosm.jpg);
	width: 631px;
	height: 17px;
	margin-top: 10px;
	float: left;
}
#last_item {
	border: 0 !important;
}
#room_table {
	border:0;
	text-align: center;
	font-size: 9pt;
	line-height: 140%;
}
#row1 {
	background: #c59061;

}
#row2 {
	background: #cfb67d;
	color: #6a0000;
}
#room_title {
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
}
#room_title_left {
	background-image: url(images/diakosm_left.jpg);
	width:69px;
	height:17px;
	float: left;
}
#room_title_right {
	background-image: url(images/diakosm_right.jpg);
	width:69px;
	height:17px;
	float: left;
}
h2 {
	color: #354554;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	line-size: 100%;
	font-size: 11pt;
	border-bottom: 1px solid #354554;
}
.blue_cell {
	background-color: #7c839a;
	text-align: center;
}
.red_cell {
	background-color: #a96955;
	text-align: center;
}
.yellow_cell {
	background-color: #a99655;
	text-align: center;
}
.roz_cell {
	background-color: #bdb1a9;
	text-align: center;
}
.normal_cell {
	background-color: #a6ab90;
	text-align: center;
}
#contact_form label {
	display: block;
}
#contact_form input {
	width: 200px;
	margin-bottom: 5px;
	background: transparent;
	color: #000000;
}
#contact_form textarea {
	width: 220px;
	height: 100px;
	margin-bottom: 5px;
	background: transparent;
	color: #000000;
}
#ruler {
	background-image: url(images/line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 374px;
	height: 1px;
	font-size: 1px;
	padding-top: 8px;
}
#nefeli {
	line-height: 1.03em;
}
.ruler2 {
	border:0;
	border-top: 1px dotted #354554;
	height: 5px;
}
#contact_form input.date_input {
	width: 70px;
}
img {border:none;}

div.links a {
	font-weight:bold;
	text-decoration:none;
	color:#3F3F3F;
}