@charset "utf-8";
/* -----------------------------------------------------------------------------------------
Author:			George Komianos
Copyright:		2008 gkmedia.gr - Unless otherwise noted.
				The unique combination of images, colors, sizes, typography, and positioning
				("the design") 	is copyright 2009 gkmedia.gr and may not be reproduced.
-----------------------------------------------------------------------------------------

 Global Primary Selectors
--------------------------------- */

body {
	text-align: center;
	background-color: #F5F1E9;
	padding: 0;
	margin: 90px 0 0;
	line-height: 1.1em;
}
div {
	text-align: left;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 8px 0;
	padding: 0;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #C1C1C1;
	cursor: help;
}
address {
	font-style: normal;
}
/* Other Globals
--------------------------------- */
.px-left {
	float: left;
	margin: 0 6px 2px 0;
}
.px-right {
	float: right;
	margin: 0 0 2px 6px;
}
.hlight {
	color: #0066FF;
}
.auraltext { position: absolute; font-size: 0px; left: -1000px; }
.slight {
	font-weight: normal;
}
.errors {
    color: red;
}
ul.errors li {
    list-style: none;
    padding: 0;
    margin: 3px 0;
}
.clearfix:after,
#content-wrap:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE Mac \*/
.clearfix,
#content-wrap {
	display: block;
}
/* End hide from IE Mac */

/* Layout
----------------------------------------------------------------------------- */

/* Main Template
--------------------------------- */
div#wrapper,
div#header,
div#footer {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	position: relative;
	
}

div#wrapper {
	background: url(../images/tpl/page_shadowRL.jpg) repeat-y right top;

}
div#wrapper-inner {
	background: url(../images/tpl/page_shadowRL.jpg) repeat-y left top;
}

div#page {
	background-color: #F5F0E8;
	border: 1px solid #999;
	border-top: none;
	margin: 0 16px;
}
div#nav-main,
div#nav-main div,
div#content-wrap {
	background-color: #F5F0E8;
}
div#footer {
	background: transparent url(../images/tpl/page_shadowB.jpg) no-repeat left top;
}
div#footer span {
	text-align: right;
	padding: 30px 10px 0 0;
	background: transparent url(../images/tpl/page_shadowB.jpg) no-repeat right top;
	margin-left: 25px;
	display: block;
}

div#header {
	text-align: center;
	padding: 0;
	background: transparent url(../images/tpl/page_shadowT.jpg) no-repeat right top;
	height: 16px;
	margin: 0;
	position: absolute;
	top: -15px;
	left: -0px;
}
div#header span#logo {
	background: transparent url(../images/tpl/page_shadowT.jpg) no-repeat left top;
	width: 30px;
	height: 15px;
	display: block;
}
div#header span#slogan {
	font-size: 110%;
	color: #666;
	display: block;
	position: absolute;
	top: -8px;
	right: 18px;
}
#logo-top {
	position: absolute;
	top: -50px;
	left: 15px;
}

div#nav-main {
	border: 1px solid #999;
	border-bottom: none;
	margin: 0 16px;
}
div#nav-main div {
	line-height: 30px;
	background: url(../images/tpl/nav_main.jpg) repeat-x left top;
	border: 1px solid #fff;
	height: 30px;
}
div#content-wrap {
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	/*
background: url(../images/tpl/sea_balcony.jpg) no-repeat right top;
*/
}
div#content-main {
	background: url(../images/tpl/box_faded_wide.jpg) no-repeat left top;
	width: 720px;
	position: relative;
	float: right;
}
div#content-main .inner {
	min-height: 200px;
	padding: 30px 35px 0 5px;
	background: url(../images/tpl/box_faded_wide.jpg) no-repeat right top;
	margin: 0 0 0 30px;
}
div#sidebar {
	width: 200px;
	min-height: 170px;
	margin: 0;
	float: left;
}
div#sidenav {
	min-height: 160px;
}
div.box {
	background: url(../images/tpl/box_faded_wide.jpg) no-repeat left top;
	padding-left: 30px;
}
div.box .inner {
	background: url(../images/tpl/box_faded_wide.jpg) no-repeat right top;
	padding: 30px 30px 0 0;
	min-height: 160px;
}

/* Home Page
--------------------------------- */
body.home div#content-wrap {
	padding-top: 360px;
	background: url(../images/tpl/corfu_villas.jpg) no-repeat 1px 0px;
}
body.home div#content-main {
	padding: 25px 35px 0;
	background: url(../images/tpl/box_faded_wide.png) no-repeat 0px 0px;
	width: 92%;
	margin: 0 5px;
	float: none;
	clear: both;
}
div#welcome {
	width: 230px;
	float: left;
}
div#featured {
	margin-right: 5px;
	float: right;
}
div#featured div {
	width: 180px;
	margin-left: 20px;
	float: right;
}
div#featured div h3 {
	font-size: 130%;
	font-weight: normal;
}
div#featured div img {
	margin: 10px 0;
}
div#featured div p {
	min-height: 40px;
}
#home-search {
	width: 270px;
	position: absolute;
	top: -320px;
	right: 10px;
	/*
border: 1px solid #ccc;
*/
}
#home-search h2 {
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}
#home-search form {
	margin: 0 10px;
}

/* Other Layout Elements
--------------------------------- */

/* col-left and col-right can be used on any page to create 2 equal columns */
div.col-left,
div.col-right {
	margin-top: 20px;
	width: 48%;
}
div.col-left {
	float: left;
	margin-right: 10px;
}
div.col-right {
	float: right;
	margin-left: 10px;
}

ul.plain {
	list-style: none;
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0px;
}

ul.plain li	 {
	list-style: none;
	list-style-type: none;
	padding: 3px 0;
}

/* Photo Gallery
--------------------------------- */
ul.gallery {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0px;
}
ul.gallery li {
	float: left;
	width: 110px;
	height: 104px;
	text-align: center;
	margin: 0 14px 8px 0;
}

ul.gallery li a {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	background: #eaeaea;
}
ul.gallery li a:hover {
	border: 1px solid #61A4DB;
	background: #dddddd;
}

ul.gallery li a img {
	margin: 2px;
}

/* Typography
----------------------------------------------------------------------------- */

/* Global
--------------------------------- */
body {
	font: small Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial;
	color: #505050;
}
html>body {  /* be nice to Opera */
	font-size: small;
}
div, p, td, th {
	font-size: 100%;   
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	color: #5E533F;
	padding: 0;
	margin: 0;
}
h1,
h2 {
	font-size: 140%;
	padding: 0;
	margin-bottom: 12px;
}

h2 {
	font-size: 130%;
	padding: 0;
	margin-bottom: 12px;
}
h3 {
	font-size: 120%;
	margin: 0 0 4px;
}
h4 {
	font-size: 120%;
	margin: 0 0 4px;
}
h5 {
	font-size: 110%;
	margin: 15px 0 8px 0;
}

input,
select,
textarea {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}
div#wrapper {
	font-size: 90%;
}
div#footer {
	color: #999999;
	font-size: 80%;
}



/* Linkage
----------------------------------------------------------------------------- */
/* global
--------------------------------- */

a:link, a:visited, a:hover, a:active {
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial;
	color: #0092F2;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #D78100;
}

/* main nav
--------------------------------- */

#nav-main ul,
#nav-main ul li {
     display: inline;
	 list-style: none;
     margin: 0;
     padding: 0;
 }
#nav-main ul {
	display: block;
	text-align: right;
	line-height: 30px;
}

#nav-main ul li a {
	color: #fff;
	background: url(../images/tpl/main_link_0.jpg) repeat-x left top;
	padding: 6px 15px;
	margin-left: 3px;
	text-decoration: none;
}
#nav-main ul li a:hover{
	color: #ccc;
}
#nav-main ul li a.current {
	font-weight: bold;
}

div#sidenav ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #bbb;
}
div#sidenav ul li {
	list-style: none;
	border-bottom: 1px solid #bbb;
}

div#sidenav ul li a {
	color: #5E533F;
	text-decoration: none;
	padding: 4px 0;
	display: block;
}
div#sidenav ul li a:hover {
	color: #5E533F;
	text-decoration: none;
	background-color: #FFECCA;
}

/* footer
--------------------------------- */
#footer a,
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#credits a,
#credits a:visited {
	color: #9CA0FA;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}

/* others
--------------------------------- */

div#featured div h3 a,
div#featured div h3 a:visited {
	color: #5E533F;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
div#featured div h3 a:hover {
	text-decoration: underline;
}

span.modify-search a,
span.modify-search a:visited {
	color: #444;
	background: url(../images/tpl/backgr_faded0.jpg) repeat-x 0 0;
	padding: 4px 10px;
	border: 1px solid #c1c1c1;
	text-decoration: none;
}
span.modify-search a:hover {
	color: #444;
	border: 1px solid #777;
	text-decoration: none;
}

/* Forms
----------------------------------------------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	padding: 1px 1px;
}
input.txt-field,
select,
textarea {
	float: left;
	display: block;
	background: #fff url(../images/tpl/main_link_0.jpg) repeat-x 0px -7px;
	border: 1px solid #bbbbbb;
	margin-bottom: 4px;
}
input.txt-field:focus,
textarea:focus {
	border: 1px solid #00CCFF;
}
select {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}
label {
	width: 120px;
	display: block;
	float: left;
}
textarea {
	height: 90px;
}
fieldset {
	border: none;
	padding: 10px 0;

}

form div.button {
	text-align: right;
}

.adjacent label,
.adjacent input,
.adjacent select {
	float: left;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 15px 0;
	padding: 0 10px 10px;

}
form div.row {
	clear: both;
	display: block;
	width: 96%;
	margin: 0 0 4px;
	padding: 0;
	min-height: 16px;
	height: 1% !important;
}
fieldset.dates {
	padding-top: 10px;
}
div.radio {
	border: 1px solid #cccccc;
	padding: 10px !important;
}
div.message label {
	display: block;
	float: none;

}
div.message textarea {
	width: 99.8%;
}

span.modify-search {
	text-align: right;
	display: block;
}

/* pagination
--------------------------------- */
ul.pagination {
	list-style: none;
	text-align: right;
	position: relative;
	width: 100%;
	margin: 8px 0 0;
	padding: 2px 0;
	/*border-top: 1px solid #dddddd;*/
}
ul.pagination li {
	list-style: none;
	display: inline;
	line-height: 12px;
	margin: 0;
	padding: 0;
	/*height: 1%;*/
}
ul.pagination li a,
ul.pagination li a:visited,
ul.pagination li.txt a,
ul.pagination li.txt a:visited,
ul.pagination li.no-of-total span,
ul.pagination li.current span {
	margin: 0;
	padding: 2px 5px;
}

ul.pagination li.no-of-total {
	position: absolute;
	top: 3px;
	left: 0px;
}
ul.pagination li a, ul.pagination1 li a:visited {
	color: #D21500;
	text-decoration: none;
}
ul.pagination li a:hover {
	color: #444444;
	text-decoration: underline;
	/*background: #dedede;*/
}
ul.pagination li.current {
	color: #999999;
	font-weight: bold;
}

ul.pagination li.txt span.arrows {
	color: #993300;
	font: 95% "Trebuchet MS";
}


/* ---[ tables]------------------------------- */


table.rates {
	border-collapse: collapse;
	margin: 15px 0;
}
table.rates th,
table.rates th.side-top {
	background: #eaeaea;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.rates th,
table.rates td  {
	border-bottom: 1px solid #cccccc;
	padding: 5px 2px 5px 4px;
	text-align: center;
}
table.rates th.side-top {
	text-align: left;
}
table.rates th.side {
	text-align: left;
	background: none;
}
table.rates td {
	text-align: center;
	padding: 5px 2px 5px 2px;
}
tr.ruled {
	background: #FFECCA;
}
table.rates th span {
	font-weight: normal !important;
	font-size: 90%;
}