@charset "utf-8";
body  {
	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: #477992;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/sifnos-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	padding:0;
	margin:0;
	color: #477992;
}
h1 {
	font-size:1.2em;
	color:#666;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size:1em;
	color:#666;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: normal;
}
h3 {
	font-size:1em;
	color:#77A6BC;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: normal;
	padding: 2px;
	font-style: italic;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color:#58666E;
}
a:hover {text-decoration: underline;}
a img {
	border:0;
}
#bgimg{
	background-image: url(images/sifnos-bg-img.png);
	background-repeat: no-repeat;
	height:621px;
	width:1680px;
	z-index:1;
	position:absolute;
	top: 0px;
	left:50%;
	margin-left:-840px;
}
#container {
	z-index: 2;
	top: 0px;
	position: relative;
	width: 960px;
	background-color: transparent;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sidebar1 {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	margin-top:25px;
	background-image: url(images/sand.jpg);
	background-repeat: repeat-y;
	background-position: 0px 100px;
}
#sidebar1 #logo{
	height:100px;
	padding-left:24px;
	background-image: url(images/sand-logo.png);
	background-position: 0 0;
	padding-top: 10px;
}
#sidebar1 h3, #sidebar1 p {
	padding-right: 10px;
	font-weight:normal;
	color: #477992;
}
#sidebar1 #contact{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #77A6BC;
	text-align: center;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 115px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79756E;
	border-right-color: #79756E;
	border-bottom-color: #79756E;
	border-left-color: #79756E;
}
#sidebar1 #contact h3{
	color:#FFF;
	font-weight:bold;
}
#sidebar1 #flags {
	text-align:right;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: bottom;
	height:20px;
}
#sidebar1 #flags a img {
	border:0;
}

#mainContent {
	font-size: 0.8em;
	margin-left: 220px;
	position:absolute;
	left: -10px;
	top: 475px;
	width: 750px;
}

#mainContent #text{
	text-align:justify;
	line-height:1.1em;
	padding-bottom:16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
}

#text table tr td ul li {
	list-style-image: url(images/starfish.png);
}

#form1 legend {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-top: 0px;
	background-color: #77A6BC;
}

#form1 fieldset {
	font-size: 13px;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: -5px;
	padding-bottom: -5px;
	border: 2px solid #77A6BC;
	background-image: url(images/form-background.jpg);
	background-repeat: no-repeat;
}
	
#form1 {
	text-align:right;
}

#gallery {
	width: 700px;
	margin-left: 10px;
}

#gallery a img {
	border: 0;
	padding: 5px;
}
#gallery a:hover img {
	border: 5px solid #F0DFC3;
	padding: 0px;
}

#flash {
	width: 750px;
	position:absolute;
	height:450px;
	z-index:900;
	top: -450px;
}
#overFlash {
	width: 350px;
	margin-left:400px;
	position:absolute;
	z-index:1000;
	top:20px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	height:80px;
	color: #477992;
}
#overFlash p{
	float:left;
	font-size:1.3em;
	padding:20px;
}
#mainContent #text table tr td a img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #333333;
	border-bottom-color: #444444;
	border-left-color: #777777;
}
#mainContent #text table tr td a:hover img {
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
}
#mainContent #text td.menu {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #777;
	background-color: #EAEAEA;
}
#mainContent #text td.menu:hover {
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	background-color: #E0E0E0;
}
.bgBlack {background-image:url(images/black.png); color:#FFF;}
#footer{
	width:100%;
	height:20px;
	clear:both;
	text-align:right;
	font-size: 0.7em;
	text-decoration: overline;
	color: #CCC;
}

#eot{width:100%; margin:5px auto; padding:2px 0; background-color:#000000; opacity:0.2; color:#fff; font-size:12px; text-align:center;}
