﻿body {
	background: #000 url('../images/graphics/body-bg.jpg') repeat-x;
	color: #B6B6B6;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	float: right;
}
#main {
	background-image: url('../images/graphics/main-bg.png');
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	position: relative;
	right: auto;
	left: auto;
}

/* -------------------
general header area
--------------------*/

#header{
	background: url('../images/graphics/header-bg.png');
	position: relative;
	height: 200px;
}
#topnav {
	height: 35px;
	width: 980px;
	left: 23px;
	position: relative;
	top: 110px;
}
#logo {
	position: absolute;
	left: 23px;
	top: 30px;
}

#logo h1{
	text-indent: -9000px;
}

#logo h1 a {
	display: block;
	width: 306px;
	height: 60px;
	background: transparent url('../images/graphics/LOGOPEARL.gif') no-repeat left top;
}

/*--------------
 top navigation
 -------------*/

#righthead {
	position: absolute;
	right: 117px;
	right: 30px;
	top: 48px;
}
#righthead ul li {
	float: left;
	padding: 0 7px;
	line-height: 5px;
	border-right: 1px solid #828990;
	text-transform: lowercase;
}

#righthead ul li a {
	font: 12px tahoma, helvetica, sans-serif;
	color: #828990;
	text-decoration: none;
}

#righthead ul li a:hover {
	color: #FFF;
}
#title {
	background-image: url('../images/graphics/content-overlay-bg.png');
	background-repeat: repeat-x;
	height: 257px;
	padding-top: 20px;
	padding-left: 20px;
}
#toptitle {
	position: absolute;
	top: 0px;
	padding: 5px;
}
.language {
	font-size: 13px;
	margin-left: 15px;
	position: relative;
	padding-right: 5px;
	vertical-align: super;
}
#language {
		position: absolute;
		right: 28px;
		top: 75px;
	}

#undertitle {
	position: absolute;
	top: 45px;
}
#rollover {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 440px;
	left: 0px;
	background-image: url('../images/graphics/special.png');
}
#rollover2 {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 440px;
	left: 320px;
	background-image: url('../images/graphics/special.png');
}
#rollover3 {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 440px;
	left: 640px;
	background-image: url('../images/graphics/special.png');
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	background-image: url('../images/graphics/special.png');
}
.thumbnail span img{
	/*CSS for enlarged image*/
border-width: 0;
}
.thumbnail:hover span{
		/*CSS for enlarged image on hover*/
	visibility: visible;
		left: -5px; /*position where enlarged image should offset horizontally */;
		top: -175px;
	}
#content{
	position: absolute;
	top: 20px;
	left: 20px;
}
#leftbox {
	position: relative;
	width: 40%;
	top: 65px;
}
#leftbox a {
	text-decoration: underline;
}
.leftboxtext {
	padding: 15px;
	background-image: url('../images/graphics/module-bg.png');
	margin-bottom: 15px;
	display: block;
	font-size: 1.1em;
	line-height: 15px;
}
.leftboxtextLinks {
	padding: 15px;
	background-image: url('../images/graphics/module-bg.png');
	margin-bottom: 15px;
	display: block;
	font-size: 1.1em;
	line-height: 15px;
	width: 190px;
	left: 65px;
	position: relative;
	text-align: left;
}

#rightbox {
	width: 540px;
	position: relative;
	top: 0px;
	background-image: url('../images/graphics/special.png');
	right: 20px;
	height: 335px;
}
#homebox {
	padding: 10px;
	width: auto;
	position: relative;
	top: 0px;
	background-image: url('../images/graphics/special.png');
	right: 10px;
	height: auto;
}


/*--------------
 GALLERY
 -------------*/


#gallerywrapper, #gallerywrapper2, #gallerywrapper3 {
	padding: 0px 30px 10px 30px;
	border: 1px solid #CCCCCC;
	margin: 20px auto 30px auto;
	width: 830px;
	height: auto;
	top: 70px;
	left: 18px;
	position: relative;
	background-image: url('../images/graphics/special.png');
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
#gallerywrapper h1, #gallerywrapper2 h1, #gallerywrapper3 h1 {
	margin: 30px 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial;
}
#gallerywrapper h1 span, #gallerywrapper2 h1 span, #gallerywrapper3 h1 span {
	font-size: 90%;
	letter-spacing: normal;
	margin-left: 15px;
	color: #D69DE3;
	text-transform: lowercase;
}
#gallerywrapper hr, #gallerywrapper2 hr, #gallerywrapper3 hr {
	border: none;
	height: 1px;
	line-height: 1px;
	background: #999999;
	margin-bottom: 20px;
	padding: 0;
}

#gallerywrapper p, #gallerywrapper2 p, #gallerywrapper3p {
	margin: 0;
	padding: 7px 0;
}

#gallerywrapper a, #gallerywrapper2 a, #gallerywrapper3a {
	outline: none;
}

#gallerywrapper a img, #gallerywrapper2 a img, #gallerywrapper3 a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

#gallerywrapper a img.last, #gallerywrapper2 a img.last, #gallerywrapper3 a img.last {
	margin-right: 0;	
}



/*--------------
 fadeshow
 -------------*/



#fadeshow1 {
	border-style: solid;
	border-width: 1px;
	border-color: #151314;
	left: 14px;
	position: relative;
	width: 530px;
	height: 320px;
	top: 16px;
}
#fadeshowhome {
	border-style: solid;
	border-width: 1px;
	border-color: #151314;
	position: relative;
}



/*-------------------------
 ROLLOVERS in HOME PAGE
 -------------------------*/






/*-------------------------
 NAVIGARION UNDER fadeshow
 -------------------------*/


#contentnav  {
	right: 20px;
	position: absolute;
	top: 339px;
	width: 250px;
}
#contentnav ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
#contentnav ul li {
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 4px 0px;
	background-image: url('../images/graphics/special.png');
	list-style-position: inside;
}
#contentnav ul li a {
	background-position: left center;
	padding: 10px 60px 10px 30px;
	font-size: 1em;
	text-transform: uppercase;
	background-image: url('../images/graphics/subnav_li_bg.gif');
	background-repeat: no-repeat;
}
#contentnav ul li a:hover {
	color: #AF46CA;
}
#contentnav ul li:hover {
	background-color: #000000;
}
#extra {
	right: 20px;
	position: absolute;
	top: 450px;
	width: 930px;
	background-image: url('../images/graphics/special.png');
}

#map {
	padding: 15px 20px 15px 20px;
}
#rateswrapper {
	right: 20px;
	position: absolute;
	top: 100px;
	width: 930px;
}
#rates, #offer1, #offer2, #offer3 {
	border-radius: 10px;
	background-image: url('../images/graphics/special.png');
}
#rates table {
		border: 1px solid #999999;
		margin: 0px 15px 15px 15px;
	}
#rates table tr td {
		padding: 5px;
		text-align: center;
		color: #000000;
	}
#rates p, #offer1 p, #offer2 p, #offer3 p {
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #999999;
	padding-right: 7px;
	margin-right: 10px;
}
#rates p span, #offer1 p span, #offer2 p span, #offer3 p span {
	font-weight: bold;
}
#rates ul li, #offer1 ul li, #offer2 ul li, #offer3 ul li {
	list-style-position: inside;
	padding: 4px;
	margin-left: 20px;
	list-style-image: url('../images/graphics/subnav_li_bg.gif');
}
#rates a, #offer1 a, #offer2 a, #offer3 a {
	text-decoration: underline;
}
#raterules {
		width: 545px;
		height: 155px;
		border-radius: 10px;
		background-image: url('../images/graphics/module-bg.png');
		bottom: 10px;
		right: 10px;
		position: absolute;
	}
#offer1wrapper {
	right: 20px;
	position: absolute;
	top: 100px;
	width: 930px;
}
#offer1 img {
	border: 1px double #999999;
	top: 35px;
	right: 35px;
	position: absolute;
}
#offer2wrapper {
	margin-top: 35px;
	position: absolute;
	width: 450px;
	left: 20px;
}
#offer3wrapper {
	margin-top: 35px;
	width: 450px;
	position: absolute;
	right: 20px;
}


h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #AF46CA;
	text-transform: uppercase;
	font-size: 1.4em;
}
h2 {
	padding: 7px 15px 7px 15px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #AF46CA;
	text-transform: uppercase;
	font-size: 1.8em;
	position: absolute;
	background-repeat: no-repeat;
}
h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.1em;
	color: #AF46CA;
	text-transform: uppercase;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	color: #94197B;
	text-transform: uppercase;
	padding: 7px 7px 7px 0px;
}
h5 {
	font-weight: bold;
	font-size: 1em;
}
h6 {
	font-weight: bold;
	font-size: 2em;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	color: #999999;
}
h7 {
	font-weight: bold;
	font-size: 1.7em;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	color: #EFEFEF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#bottomnav {
	position: absolute;
	width: 964px;
	bottom: 210px;
	height: 111px;
	left: 3px;
}
.slider {
}
.slider a {
	background-image: url('../images/graphics/calendar.gif');
	background-position: 0px 0px;
	height: 51px;
	width: 482px;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	position: absolute;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.slider a:hover {
	background-position: 0px 50px;
}

}
.slider2 {
}
.slider2 a {
	background-image: url('../images/graphics/bookvilla.gif');
	background-position: 0px 0px;
	height: 51px;
	width: 482px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
.slider2 a:hover {
	background-position: 0px 50px;
}

.slider3 {
}
.slider4 {
}
.slider3 a {
	background-image: url('../images/graphics/video.gif');
	background-position: 0px 0px;
	display: block;
	height: 51px;
	width: 482px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.slider3 a:hover {
	background-position: 0px 50px;
}
.slider4 a {
	background-image: url('../images/graphics/testimonial.gif');
	background-position: 0px 0px;
	height: 51px;
	width: 482px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
.slider4 a:hover {
	background-position: 0px 50px;
}
.slider a {
	background-image: url('../images/graphics/calendar.gif');
	background-position: 0px 0px;
	height: 51px;
	width: 482px;
	text-indent: -9999px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-image: url('../images/graphics/special.png');
	height: 180px;
}
a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: none;
	color: #B6B6B6;
	font-size: 0.8em;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #E5E5E5;
}
.address {
	position: absolute;
	bottom: 85px;
	left: 64px;
	text-align: left;
}
.map {
	position: absolute;
	bottom: 55px;
	left: 64px;
	text-align: center;
	text-decoration: underline;
}
.copyright {
	left: 64px;
	bottom: 19px;
	position: absolute;
}
#footer ul li {
	float: left;
	left: 64px;
	position: relative;
}
#footer ul li a {
	padding: 7px 37px 7px 37px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.slider5 {
}
.slider5 a {
	background-image: url('../images/graphics/indoors.gif');
	background-position: 0px 0px;
	height: 99px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slider5 a:hover {
	background-position: 0px 99px;
}
.slider6 {
}
.slider6 a {
	background-image: url('../images/graphics/outdoors.gif');
	background-position: 0px 0px;
	height: 99px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.slider6 a:hover {
	background-position: 0px 99px;
}
#follow {
	position: absolute;
	right: 55px;
	bottom: 14px;
	width: 240px;
	height: 40px;
}
#indoors {
	width: 38px;
	position: fixed;
	top: 200px;
	left: 5px;
	height: 198px;
}
.social {
	margin-right: 5px;
	margin-left: 5px;
}
.center {
	position: absolute;
	left: 0px;
	bottom: 14px;
	display: inline;
}
#eot {
	position: absolute;
	right: 58px;
	bottom: 85px;
}
#leftbox ul {
	list-style-type: disc;
	list-style-position: inside;
}
#leftbox ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 4px 0px 4px 2px;
}
.strong {
	font-weight: bold;
}
.centre {
	text-align: center;
}
.cellbackgroundA {
	background-color: #C7C7C7;
}
.cellbackgroundB {
	background-color: #999999;
}
.cellbackgroundC {
	background-color: #BF6CD5;
}
#reserv {
	padding: 10px;
	background-image: url('../images/graphics/module-bg.png');
	position: relative;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	top: -170px;
}
#reserv table {
		padding: 10px;
		margin: 15px;
	}
#reserv input, #reserv select {
		padding: 2px 5px 2px 5px;
		border: 1px solid #AF46CA;
		border-radius: 7px;
		background-color: #3A3A42;
		color: #999999;
		font-size: 1.1em;
	}
#reserv fieldset {
	padding: 10px 5px 10px 5px;
	border: 1px solid #AF46CA;
	border-radius: 7px;
	color: #999999;
	font-size: 1.1em;
}
#reserv textarea {
		padding: 2px 5px 2px 5px;
		border: 1px solid #AF46CA;
		border-radius: 7px;
		background-color: #3A3A42;
		color: #999999;
		font-size: 1.1em;
	}
#reserv a {
	text-decoration: underline;
}
#reserv a:hover {
	color: #CD8BDE;
}
.strong {
		font-weight: bold;
	}
.auto-style1 {
		text-align: left;
	}
.auto-style2 {
	text-align: right;
}

#reserv table {
	padding: 10px;
	margin: 5px;
}

#reserv {
	padding: 10px;
	background-image: url('../images/graphics/module-bg.png');
	position: relative;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	top: -170px;
}
#homeaway {
		border-radius: 15px;
		padding: 30px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		width: 740px;
		top: -170px;
		background-image: url('../images/graphics/special.png');
	}


#testim {
	padding: 25px;
	background-image: url('../images/graphics/module-bg.png');
	position: relative;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	top: -170px;
}
#testim block {
	letter-spacing: 0.07em;
	padding: 10px;
}
#testim h1 {
		color: #247CBF;
		margin-top: 10px;
		margin-bottom: 10px;
	}
#testim p {
	padding-right: 15px;
	padding-left: 15px;
}
#testim a {
	color: #A60000;
}
.client {
	color: #247CBF;
	float: right;
}
.review {
	float: right;
}

#writea {
	padding: 10px;
	background-image: url('../images/graphics/module-bg.png');
	position: absolute;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	bottom: 350px;
	left: 150px;
}
#writea table {
		padding: 10px;
		margin: 15px;
	}
#writea input, #writea select {
		padding: 2px 5px 2px 5px;
		border: 1px solid #AF46CA;
		border-radius: 7px;
		background-color: #3A3A42;
		color: #999999;
		font-size: 1.1em;
	}
#writea fieldset {
	padding: 10px 5px 10px 5px;
	border: 1px solid #AF46CA;
	border-radius: 7px;
	color: #999999;
	font-size: 1.1em;
}
#writea textarea {
		padding: 2px 5px 2px 5px;
		border: 1px solid #AF46CA;
		border-radius: 7px;
		background-color: #3A3A42;
		color: #999999;
		font-size: 1.1em;
	}
#writea a {
	text-decoration: underline;
}
#writea a:hover {
	color: #CD8BDE;
}
#testim a:hover {
		text-decoration: underline;
		color: #247CBF;
}
#sitemap {
	padding: 10px 10px 10px 15px;
	background-image: url('../images/graphics/module-bg.png');
	position: relative;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	top: -170px;
	left: -200px;
}
#sitemap ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sitemap ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}
#sitemap ul ul {
	margin-left: 15px;
}
#sitemap ul ul ul {
	margin-left: 15px;
}
