* {
    padding: 0;
    margin: 0;
} 

body {
	background: #b9b9b9 url(images/background.jpg) repeat-x scroll 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #8b8a8a;
}

img {border: none; }
a {text-decoration: none; color : #287eb1;}
a:hover {text-decoration: underline; color : #000; }
a:focus {outline: none; }

p {
	margin: 0 0 7px 0;
	clear: left;
}

h1 {
	font: 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

h2 {
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px 0;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	margin: 0 0 10px 0;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	margin: 0 0 5px 20px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.w120 {
	width: 120px;
	float: left;
	clear: both;
}

.w200 {
	width: 200px;
	float: left;
	clear: both;
}

#pagewrap {
	margin: 35px auto 0;
	width: 980px;
}

#pagecontainer {
	padding: 15px;
	border: 3px solid #d1d1d1;
	background: #fff;
	float: left;
	clear: both;
}

#header {
	width: 950px;
	height: 330px;
	clear: both;
}

/*
#logo {
	width: 341px;
	height: 330px;
	float: left;
}
*/

#swfbanner {
	float: left;
}

#search {
	margin: 0 20px 12px 19px;
	padding: 5px 15px 0 15px;
	width: 255px;
	height: 213px;
	background-color: #f1f1f1;
	float: left;
	position: relative;
}

#search .captions, #destinations .captions {
	margin: 0 0 5px 0;
	font: 14px Verdana;
	color: #287eb1;
	font-weight: bold;
}

#search .favourite {
	font: 11px Verdana;
	font-weight: bold;
	color: #9e005d;
}

#search .searchform {
	margin: 5px 0 0 0;
	font: 11px Verdana;
	color: #929292;
}

#search .searchform form {
	margin-bottom: 10px;
}

#search .searchform form label {
	font-weight: bold;
}

#search .searchform form select {
	margin: 0 0 5px 0;
	width: 255px;
	height: 20px;
	border: 1px solid #ababab;
	color: #287eb1;
}

#search .searchform form input {
	margin-bottom: 5px; 
	width: 50px;
	border: 1px solid #ababab;
	color: #287eb1;
}

#search .searchform a {
	color: #287eb1;
	font-weight: bold;
	text-decoration: underline;
}

#search .searchform form .submit {
	width: 96px;
	height: 51px;
	border: 1px solid #ababab;
	background: url(images/search_button.jpg) no-repeat;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#destinations {
	padding: 5px 7px 0 15px;
	width: 260px;
	height: 213px;
	background-color: #f1f1f1;
	float: left;
}

#destinations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 160px;
}

#destinations ul li {
	margin: 0 15px 7px 0; 
	float: left;
}

#destinations ul li.category span.parent {
	color: #8b8a8a;
	font-weight: bold;
}

#destinations ul li ul {
	height: auto;
}

#destinations ul li ul li {
	margin-right: 5px;
	float: left;
}

#destinations ul li ul li.last {
	margin-right: 0
}

#destinations ul li ul li a {
	color: #085daf;
	text-decoration: underline;
	font-weight: normal;
}

#destinations #left_part {
	width: 120px;
	float: left;
}

#destinations #right_part {
	margin: 0 0 0 130px;
}

#destinations .location{
	font-weight: bold;
}

#destinations .category {
	color: #085daf;
}

#destinations .more_destinations {
	color: #dca900;
	font-weight: bold;
	float: right;
}

#banners_vip img {
	margin: 0 0 0 19px;
	width: 279px;
	height: 94px;
	border: 3px solid #dcdcdc;
	float: left;
}

#navigation {
	padding: 8px 0 0 0;
	width: 950px;
	height: 32px;
	display: inline;
	float: left;
	clear: both;
}

#wlpeLoginForm {
	width: 341px;
	height: 24px;
	float: left;
}

#wlpeUsername, #wlpePassword {
	margin: 0 10px 0 0;
	padding: 2px 0 0 2px;
	width: 110px;
	height: 18px;
	background-color: #f3f1f1;
	border: 2px solid #d0d2d5;
	color: #154d95;
}

#wlpeLoginButton {
	width: 81px;
	height: 22px;
	border: 1px solid #79818d;
	background: url(images/login_button.jpg) repeat-x;
}

#navbar {
	margin: 0 0 0 360px;
	padding: 3px 0 0 0;
	height: 18px;
	background-color: #f3f1f1;
	border: 2px solid #d0d2d5;
}

#navbar ul {
	margin: 0;
	padding: 0;
	color: #0054a5;
}

#navbar ul li {
	margin: 0; 
	padding: 0 23px 0 23px;
	display: inline;
	border-right: 1px solid;
	font: 10px Verdana;
}

#navbar ul li a {
	color: #0054a5;
	font-weight: bold;
}

#navbar ul li.last {
	border-right: none; 
}

#container {
	width: 950px;
	display: inline;
	float: left;
}

#content_featured {
	padding: 10px 0 0 0px;
	width: 740px;
	min-height: 575px;
	text-align: justify;
	background-color: #eaeaea;
	float: left;
}

* html div#content_featured { 
   height: expression( this.scrollHeight < 576 ? "575px" : "auto" ); /* sets min-height for IE */
   min-height: 575px; /* sets min-height value for all standards-compliant browsers */
}

#content {
	padding: 10px 10px 0 0;
	width: 730px;
	min-height: 340px;
	text-align: justify;
	float: left;
}

* html div#content { 
   height: expression( this.scrollHeight < 341 ? "340px" : "auto" ); /* sets min-height for IE */
   min-height: 340px; /* sets min-height value for all standards-compliant browsers */
}

#content .title {
	margin: 0 0 20px 0;
	width: 730px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #287eb1;
	float: left;
}

#content .text {
	float: left;
}

#right {
	width: 200px;
	float: right;
}

#right .banners img {
	margin: 0 0 5px 0;
	width: 200px;
	height: 66px;
}

#footer {
	padding: 10px 0 10px 18px;
	width: 968px;
	font-size: 11px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	float: left;
}

#content_featured .featured {
	margin: 0 0 10px 10px;
	padding: 0px 0 0 5px;
	width: 350px;
	height: 105px;
	background-color: #fff;
	float: left;
}

*html div#content_featured .featured {
	margin: 0 5px 10px 5px;
}

#content_featured .featured img.left_img, .searchresult img.left_img {
	margin-top: 10px; 
	vertical-align: top;
	float: left;
}

#content_featured .featured .info {
	margin: 5px 0 0 5px;
	width: 244px;
	position: relative;
	float: left;
}

#content_featured .featured .info span.caption, .searchresult .details span.caption {
	color: #000;
	font-weight: bold;
	text-align: left;
}

#content_featured .featured .info span.rates, .searchresult .details span.rates {
	padding: 0 0 0 7px;
	font-size: 14px;
	font-weight: bold;
	color: #dead18;
}

#content_featured .featured img.right_img {
	position: absolute;
	right: 0;
}

#content_featured .featured ul.moreinfo li, .searchresult ul.moreinfo li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #8b8a8a;
	color: #1454b7;
}

#content_featured .featured ul.moreinfo li a, .searchresult ul.moreinfo li a {
	color: #1454b7;
	text-decoration: underline;
}

#content_featured .featured ul.moreinfo li.first, .searchresult ul.moreinfo li.first {
	padding-left: 0px;
}

#content_featured .featured ul.moreinfo li.last, .searchresult ul.moreinfo li.last {
	border-right: none;
	color: #c00000;
}

#content_featured .featured ul.moreinfo li.last a, .searchresult ul.moreinfo li.last a {
	color: #c00000;
}

/************ SEARCH RESULT ***********/

.show_me {
	margin-top: 50px;
	float: left;
}

.searchresult {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	width: 710px;
	background-color: #f1f1f1;
	float: left;
}

.searchresult .details {
	margin: 5px 0 0 25px;
	width: 210px;
	position: relative;
	float: left;
}

.searchresult .description {
	margin: 5px 0 0 19px;
	width: 360px;
	float: left;
}

.searchresult .description p {
	margin: 0;
}

.searchresult .description img {
	margin: 5px 0 5px 10px; 
	float: right;
}

#searchform {
	height: auto;
}

#searchform form p {
	padding: 0;
}

#searchform form label {
	margin: 0 0 5px 0;
	padding: 0;
	width: 80px;
	float: left;
	line-height: normal;
}

#searchform form input {
	margin: 0 0 10px 0;
}

#searchform form select {
	margin: 0 0 10px 0;	
}

#searchform form ul.facility {
	margin: 0 0 20px 40px;
	display: block;
	list-style: none;
	float: left;
}

#searchform form ul.facility li {
	margin: 0;
	padding: 0 0 2px 0;
	width: 220px;
	float: left;
}

#searchform form ul.facility li input{
	margin: 0;
	vertical-align: middle;
}

#searchform form ul.board_type {
	margin: 0 0 20px 40px;
	list-style: none;
	display:block;
	float: left;
}

#searchform form ul.board_type li {
	padding: 0 0 2px 0;
	width: 220px;
	float: left;
}

#searchform form ul.board_type li input{
	margin: 0;
	vertical-align: middle;
}

#searchform form span.price {
	margin: 0 0 0 40px;
	line-height: 20px;
	float: left;
}

#searchform form input.submit {
	margin: 0 0 0 40px;
	float: left;
	clear: both;
}

#weather {
	margin: 0 0 5px 0;
	width: 200px;
	border: 1px solid #666;
	text-align: center;
}

#weather .caption {
	padding: 2px;
	width: 196px;
	background: transparent url(images/weatherBg.gif) repeat-x;
	border-bottom: 1px solid #666;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#weather .box {
	padding: 0 0 0 10px;
	color: #000;
}

#currency {
	width: 200px;
	height: 130px;
	border: 1px solid #666;
	text-align: center;
	color: #000;
}

#currency table {
	margin: 0 0 10px 0;
}

#currency table#currencytbl tr td {
	width: 80px;
}

/******** Hotel Profile *****/

#profile {
	padding: 10px 0 0 0;
	width: 740px;
	min-height: 575px;
	float: left;
}


#profile .infobox {
	width: 740px;
	height: 285px;	
}

#profile .txtbox {
	padding: 10px 0 0 0px;
	width: 341px;
	height: 275px;
	background-color: #f1f1f1;
}

#profile .txtbox h4 {
	margin: 0;
	padding: 0 0 20px 10px;
	color: #05afee;
	border-bottom: 3px solid #fff; 
}

#profile h3.website {
	padding: 10px 0 10px 10px;
	color: #0379cc;
	border-bottom: 3px solid #fff; 
}

#profile .txtbox hr {
	margin-bottom: 5px; 
	height: 3px;
	color: #fff;
	background-color: #fff;
	border: none;
}

#profile .txtbox .txt {
	padding: 20px 0 10px 10px;
	border-bottom: 3px solid #fff;
}

#profile .txtbox .txt span.label1 {
	width: 80px;
	float: left;
}

#profile .txtbox .txt span.label2 {
	width: 240px;
	float: left;
}

#profile .txtbox .gallery {
	margin: 8px 0 0 95px;
	width: 150px;
	height: 18px;
	border: 2px solid #dcdcdc;
	background-color: #05afee;
	color: #fff;
	font-weight: bold;
	text-align: center; 
}

#profile .txtbox .gallery a {
	color: #fff;
	text-decoration: none;
}

#profile .infobox img {
	border: 2px solid #dcdcdc;
	float: right;
}

#profile h3.profile_title {
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 10px;
	color: #585859;
	background-color: #dcdcdc;
	font-weight: bold;
}

#profile .profile_textbox {
	padding: 5px 0 5px 10px;
	background-color: #f1f1f1;
}

#profile .profile_textbox h5 {
	margin-left: 0;
}

#profile .profile_textbox ul {
	margin: 0 0 10px 20px;
}

table#rates {
	background-color: #f1f1f1;
	width: 740px;
}

table#rates tr th, table#rates tr td {
	padding: 7px 5px;
	border: 1px solid #fff;
}

table#rates th span.year {
	color: #05afee;
	font-weight: normal;
}

table#rates td span.euro{
	color: #0066ca;
	font-weight: bold;
}

form#payment label {
	width: 120px;
	float: left;
}

form#payment input.submit {
	clear: left;
}

form#get_listed {
	width: 300px;
	float: left;
}

form#get_listed h5 {
	padding: 5px 0 0 0;
	clear: left;
}

form#get_listed .w200 {
	margin: 0 0 5px 50px;
}

table#paypal {
	margin: 0 0 10px 0;
}