@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E7EBF1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
}
.me #container {
	position:relative;
	top:-1px;  /*To hide the border which fixes the top gap in FF*/ 
	left:0;
	width: 748px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E7EBF1;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.me #wrapper {
	width: 748px;
	background: #FFF;
	margin-bottom: 60px;
}

h1 {font-size:1.125em; margin-bottom:48px; color:#576291; margin-left:55px; font-weight:normal;}
h2 {font-size:0.938em; margin-bottom:20px; color:#576291; margin-left:55px; font-weight:normal;}
h3 {
	font-size:0.938em;
	margin-bottom:12px;
	color:#576291;
	font-weight:normal;
}

.me #header { 
	background: #E7EBF1; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:2.0em;
	min-height:32px;
} 
.me #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.me #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:410px;
	line-height:105%;
} 
.me #mainContent .text{
margin-left:55px;
font-size:0.75em;
}
.me #mainContent #bookings{
margin-left:55px;
margin-top:47px;
}

#one_column {margin-top:15px; float: left;}

.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-left:55px;
	margin-right: 8px;
	width:295px;
	font-size:0.688em;
}
.left h2 {margin-left:0; font-size:1.273em; }
.left a {color:#60377D; text-decoration:underline;}
.left a:hover {color:#666; text-decoration:none;}

.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding:0;
	margin-top:3px;
	margin-right:63px;
	width:310px;
}
.right p {	
	font-size:0.688em;
	padding:15px 30px 22px 30px;
	color:#fff;
	background:#96B3DF;
	}
.right a {color:#576291; text-decoration:none;}
.right a:hover {color:#5488D4; text-decoration:underline;}

#thumb_container {
margin-top:23px;
margin-left:55px;
width:640px;
clear:both;
}
#thumb_container .rm { 
padding-right:10px; 
float:left; 
margin-bottom:10px; 
}
#thumb_container a {
	float: left;
	height: 100px;
	width: 150px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.thumb-mask {
	height: 100px;
	width: 150px;
	position: absolute;
	z-index: 2;
	background-image: url(../graphics/cheat.gif);
	background-repeat: repeat;
}
.thumb-mask:hover {
	background-image: url(../graphics/thumb-mask.png);
	background-repeat: no-repeat;
}

.list {
margin-left:0;
padding-left:0;
color:#5588D4;
}
.list li {
margin-left:15px;
list-style-type:disc;
}

#room_arrangement {
	margin-top:5px;
}

.bullets {
margin-top:20px;
font-size:0.75em;
margin-left:55px;
}

.list_rooms {
padding-left:0;
color:#5588D4;
}
#list_rooms li {
margin-left:15px;
list-style-type:disc;
}

.room_type {
	font-size:14px;
	color:#576291;
	width:120px;
	margin-right:10px;
}
.room_details {
color:#5786D6;
font-size:11px;
}
.room_type2 {
font-size:14px;
color:#576291;
float:left;
width:139px;
margin-right:10px;
}

#agioli_logo {
margin-left:55px;
margin-top:47px;
}
#agioli {
color:#576291;
font-size:11px;
margin-top:10px;
margin-left:55px;
line-height:130%;
}
.agioli_times {
color:#5786D6;
margin-right:5px;
}

#island_useful {
/*position:absolute; 
top:517px; 
left:478px; */
position:relative;
bottom:0;
font-size:11px; 
color:#576291;
}
#island_useful a {color:#60377D; text-decoration:none;}
#island_useful a:hover {color:#666; text-decoration:underline;}

#contact_frame {background:#A2B5D5; color:#fff; width:300px; height:270px; position:absolute; top:447px;}
#contact {margin:35px 0 81px 35px; font-size:12px}
#contact a {color:#576291; text-decoration:none;}
#contact a:hover {color:#5488D4; text-decoration:underline;}
.ttl {font-size:11px}

.rate{color:#5786D6;}

#form{font-size:11px;}
#submit_btn {font-size:11px;}
a#submit_btn {margin-left:0px; padding:3px 7px; color:white; background-color:#60377D; text-decoration:none}
a:hover#submit_btn {background:#F3D4E4; color:#60377D;}

.me #wrapperend {
margin-left:55px;
margin-bottom:0;
padding-top:100px;
position:relative;
left:0;
bottom:0;
clear:both;
width:638px;
height:25px;
background-image:url(../graphics/skopelosfooter.gif);
background-repeat:repeat-x;
background-position:bottom;
}
.me #footer { 
	background: #E7EBF1;
	margin-top:0;
	margin-right:75px;
	margin-bottom:40px;
	padding: 0; 
	text-align:right;
	font-size:0.688em;
	color:#6A80A1;
	line-height:140%;
} 
.me #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.me #footer a {
color:#394557;
text-decoration:none;
}

.me #footer a:hover {
color:#333;
text-decoration:underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.error {
font-size: 10pt;
color: #FF0000;
display:none;
}
.me #logo{
margin-top:64px;
margin-left:55px;
}
/* ~~~~~~~~~~~~ navigation */
#navcontainer {
position:relative;
top:0;
right:0;
float:right;
font-size:10px;
background-color:#91ADD4;
width:30em;
min-width:300px;
min-height:24px;
}

#navcontainer ul
{
padding: 0;
margin: 0;
margin-right:20px;
width: 100%;
text-align:center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.625em 1em;
text-decoration: none;
float: right;
color: #fff;
}

#navcontainer ul li a:hover { background-color: #5488D4; }
#topmenu_active a{ background-color:#5488D4; }
#navcontainer ul li a.rm { margin-right:20px; }

.right_margin { margin-right:20px; }
.left_margin { margin-left:55px; }
img {border:none;}

#mainnav {
margin:55px 0 75px 0;
}
.me #mainnav ul{
list-style-type: none;
padding: 0;
}
.me #mainnav ul li{
padding-top:3px;
padding-bottom:0;
font-size:0.688em;
line-height:110%;
}
.me #mainnav ul li a {
text-decoration: none;
color: #60377D;
font-weight:500;
margin-left:0;
display: block;
width: 15.5em;
padding-left: 55px;
padding-right:3px;
padding-top:0;
padding-bottom:0;
}
.me #mainnav ul li a:hover { background-color:#F0D4E3; }
.me #mainnav_active a{ background-color:#F0D4E3; }

.suites-cont {
	width: 640px;
	margin-left: 55px;
	margin-top: 30px;
}
.copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #6A80A1;
}
.copyright a {
	color: #6A80A1;
	text-decoration: none;
}
.copyright a:hover {
	color: #6A80A1;
	text-decoration: underline;
}

