@charset "utf-8";
/************************************** Generic & Reset Css ***********************************/
*{
	margin: 0;
	padding: 0;
}

a{
	color:#6F614D;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color:#312B22;
	text-decoration:none;
}

p{
	text-align:justify;
	margin-bottom:10px;
}

.inv{
	position:absolute;
	font-size:9px;
	left:-9999px;
}

.clr{
	margin:0;
	padding:0;
	clear:both;
}

.editableText{
	display:inline;
}

html{
	font-size:12px; 
	width:100%;
	height:100%;
	font-family:Arial;
	color:#333333;
}

body{
	width:100%;
	height:100%;
	background:url(../images/body_bg.jpg) 0 0 repeat-x #C9C5B1;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table{
	font-size: inherit;
}

ul{
	list-style: none;
}

img{
	border: 0;
}
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper{
	position:absolute;
	left:0;
	top:0;
	height:auto;
	min-height:550px;
	width:100%;
	min-width:920px;
	overflow:hidden;
	z-index:70;
	background:url(../images/superwrapper_bg.jpg) 0 100% repeat-x;
}

#wrapper{
	width:920px;
	height:auto;
	min-height:550px;
	margin: 0 auto;
	overflow: visible;
}

.row0, .row1, .row2, .row3, .row4, .row5{
	float:left;
	width:100%;
}

.column1, .column2, .column3 {
	float:left;
}

.row0 .column1{
	width:100%;
	height:162px;
}

.row0 .column2{
	width:100%;
	height:31px;
}

.row1 .column1{
	width:100%;
	height:315px;
}

.row1 .column2{
	width:918px;
	height:41px;
	border:1px solid #ffffff;
}

.row2 {
	background-color:#FFFFFF;
}

.row2 .column1{
	width:100%;
}

.row2 .column1 .full{
	float:left;
	width:840px;
	padding:40px 40px 25px 40px;
}

.full h3{
	text-align:left;
	padding-left:15px;
}

.row2 .column1 .split1{
	float:left;
	width:380px;
	padding:40px 40px 25px 40px;
}

.row2 .column1 .split2{
	float:left;
	width:420px;
	padding:40px 20px 25px 20px;
}

.row3{
	height:75px;
}

.row3 .column1{
	width:100%;
}
/********************** HEADER *******************************/
h1 {
	margin:0 0 0 46px;
	padding:0;
	float:left;
}

h1 a {
	background-image:url(../images/logo.jpg);
	width:148px;
	height:161px;
	text-decoration:none;
	display:block;
}
/*********************** NEWSLETTER ****************************************/
#newsletter_container{
	height:37px;
	width:374px;
	overflow:hidden;
	float:right;
}

.newsletter_l{
	width:12px;
	height:37px;
	background-image:url(../images/newsletter_l.jpg);
	float:left;
}

.newsletter_r{
	width:12px;
	height:37px;
	background-image:url(../images/newsletter_r.jpg);
	float:left;
}

.newsletter_mid{
	width:350px;
	height:31px;
	background:url(../images/newsletter_m.jpg) 0 0 repeat-x;
	padding-top:6px;
	float:left;
}

#newsletter_container .title{
	float:left;
	width:135px;
	color:#ffffff;
	margin-right:15px;
	line-height:20px;
}

/********************* BOOKING BANNER ********************************/
div.bookingBanner{
	float:right;
	width:136px;
	height:54px;
	background:url(../images/bookingBanner_bg.jpg) 0 0 no-repeat;	
	margin-left:560px;
	margin-right:30px;
	margin-top:71px;
}

div.bookingBanner a{
	width:136px;
	height:54px;
	display:block;
	line-height:54px;
	text-align:center;	
}

/************************* TOP MENU **************************************/
#navigation{
	height:31px;
/*	padding-left:45px;*/
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li{
	float:left;
	background:url(../images/topMenuBorder.jpg) 100% 50% no-repeat;	
	padding-right:1px;
}

#navigation ul li a{
	display:block;
	height:31px;
	line-height:29px;
	text-align:center;
	padding:0 15px 0 16px;
	color:#ffffff;
	float:left;
}

#navigation ul li .active, #navigation ul li a:hover{
	color:#312B22;
}

#navigation ul #gr8, #navigation ul #en8, #navigation ul #de8{
	background:none;
}
/***************************** LANGUAGES ***********************************/
#languages {
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#languages ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

#languages ul li {
	padding:0 5px;
	float:left;
}

#languages ul li .active {
	color:#312B22;
}

#gr{
	border-right:1px solid #6E604C;
}

#en{
	border-right:1px solid #6E604C;
}
/************************* WEATHER ************************/
#weather {
	height:42px;
	border-right:1px solid #ffffff;
	width:245px;
	padding:0 100px;
	margin:17px 0 16px 0;
	float:left;
}

#weather h2 {
	font-size:12px;
	float:left;
	line-height:42px;
	color:#6E604C;
}

#weather #temperature {
	float:right;
	line-height:42px;
	color:#6E604C;
}

#weather #icon {
	float:right;
	margin-right:10px;
}

#weather #icon img{
	width:42px;
	height:42px;
}
/******************* AVALIABILITY ****************************/
.row1 .column2 h2{
	float:left;
	width:175px;
	height:24px;
	line-height:22px;
	padding:9px 15px;
	color:#ffffff;
	text-align:center;
}

#availability-checker{
	width:713px;
	height:24px;
	float:left;
	padding:11px 0 7px 0;
	color:#ffffff;
}

#availability-checker div.hidden{
	display:none;
}

#availability-checker div.date{
	width:157px;
	padding:0 15px;
	float:left;
	line-height:24px;
	height:24px;
}

#availability-checker div.date label, #availability-checker div.date input, #availability-checker div.date a{
	float:left;
}

#availability-checker div.nights, #availability-checker div.adults, #availability-checker div.children{
	width:95px;
	padding:0 15px;
	float:left;
	line-height:24px;
	height:24px;
}

#availability-checker div.bookingBtn{
	width:95px;
	padding:0 15px;
	float:left;
	text-align:center;
	line-height:24px;
	height:24px;
}

#availability-checker select{
	float:right;
	background-color:#6F614D;
	color:#A5A5A5;
	border:1px solid #FBF0DD;
	font-size:11px;
	margin-top:1px;
	width:33px;
	font-family:arial;
	text-align:center;
}

#availability-checker select:hover{
	cursor:pointer;
}

#availability-checker label {
	float:left;
	width:55px;
	padding-right:4px;
}

#availability-checker .date input{
	width:76px;
	background-color:#6F614D;
	color:#A5A5A5;
	font-size:11px;
	border:1px solid #FBF0DD;
	margin-top:1px;
	height:15px;
	font-family:arial;
	text-align:center;
}

#availability-checker .date img{
	padding:2px;
	width:15px;
	height:15px;
}

#availability-checker div.bookingBtn input{
	background-color:#564B3D;
	border:none;
	padding:0;
	width:70px;
	text-align:center;
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-size:11px;
}

#availability-checker div.bookingBtn input:hover{
	cursor:pointer;
	background-color:#393228;
	color:#999999;	
}
/****************** CONTENTS ******************************/
.row2 .column1 h2{
	width:100%;
	font-size:25px;
	font-weight:lighter;
	margin-bottom:15px;
	color:#6F614D;
	float:left;
}

.row2 .column1 h3{
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#6F614D;
	float:left;
}

.row2 .column1 h4{
	width:100%;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#6F614D;
	text-align:left;
	float:left;
}

.row2 .column1 p{
	width:100%;
	margin-bottom:10px;
}

.row2 .column1 ul, .row2 .column1 ol{
	list-style:circle;
	padding-left:24px;
	margin-bottom:15px;
}


/******************* PHOTOGALLERIES *************************/
div.photogal{
	background:url(../images/minigal_bg_new.jpg) 0 0 repeat-x;
	float:left;
	padding:5px 0px 5px 5px;
}

div.photogal a{
	width:169px;
	height:126px;
	display:block;
	background:url(../images/img_bg.jpg) 0 0 repeat-x;
	padding:7px 8px;
	float:left;
	border:none;
	margin:10px;
}

div.photogal a:hover{
	border:none;
}

div.photogal a img{
	width:169px;
	height:126px;
}

div.photos{
	background:url(../images/minigal_bg_new.jpg) 0 0 repeat-x;
	float:left;
	padding:5px 10px;
}

div.photos a{
	width:169px;
	height:126px;
	display:block;
	background:url(../images/img_bg.jpg) 0 0 repeat-x;
	padding:7px 8px;
	float:left;
	border:none;
	margin:10px;
}

div.photos a:hover{
	border:none;
}

div.photos a img{
	width:169px;
	height:126px;
}
/****************** FOOTER BOTTOM MIDDLE *****************/
#footer {
	height:102px;
	width:100%;
	z-index:99;
	color:#6E604C;
	font-size:11px;
}

#footer div.column1 {
	width:100%;
}
/********************** FOOTER MENU *******************/

#footNav {
	float:left;
	width:100%;
	position:relative;
	margin:15px 0;
}

#footNav ul {
	list-style:none;
	margin:0 86px;
	padding:0;
	height:14px;
	background:url(../images/topMenuBorder.jpg) 0% 50% no-repeat;
	float:left;	
}

#footNav ul li {
	padding:0 10px 0 10px;
	float:left;
	height:14px;
	background:url(../images/topMenuBorder.jpg) 100% 50% no-repeat;	
}

#footNav ul li a{
	line-height:14px;
	height:14px;
	display:block;
	float:left;
}
/************************* COPYRIGHTS *******************/
div.copyright{
	float:left;
	width:53%;
	padding-right:2%;
}

div.copyright p{
	text-align:right;
}

div.addthis{
	float:left;
}
/*************************** NET 360 LOGO ******************/
#net360 {
	float:right;
}

#net360 a {
	background: url("../images/net360.png") no-repeat -42px 0;
    display: block;
    height: 40px;
    text-decoration: none;
    width: 42px;
}

#net360:hover {

}

/***************************** MAP ***********************/
#mapCanvas {
	width:300px;
	height:300px;
	display: block;
	border:#ffffff 1px solid;
}

div.mapHolder{
	padding:0 59px;
	float:left;
}

/*********************** CONTACT HEADING *****************/

#contactForm h3{
	text-align:left;
}

strong {
	font-weight:bold;
}

.tripAdvisor{
	float:left;
	margin:30px 0 0 200px;
	width:245px;
	color:#6E604C;
}

.digi{
	background:url("../images/digi.jpg") no-repeat scroll 0 5px transparent;
	border-top:1px solid #DAD7C8;
	float:left;
	height:71px;
	padding-top:26px;
	width:90%;
	margin:0 auto;
}

.digi p{
	color:#6F614D;
	font-size:9px;
	padding-left:278px;
	text-align:left;
}

/*Panorama*/

.panoramas{
	float:left;
    margin:-13px 0 0 0;
}
