a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

img {
	border: 0px;
}
/************** wrapper ***************/

#wrapper br {
	clear: both;
}

/************** header ***************/

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
.content-headings {
	margin: 0;
	padding: 0;
	background: #e3e4e3;
	float: right;
}
h2{
	margin: 0;
  padding: 0.1em 0;
	margin-right: 3em;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 2.2em;
	color: #666;
	display: inline;
	white-space: nowrap;
}

h3{
	margin: 0;
	padding: 0 0 0.2em 0;
	margin-right: 4em;
	float: right;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #000;
	white-space: nowrap;
	display: inline;
}

/********* chat ******************/
#chat {
	position: absolute;
	top: 0;
	left: 30em;
}
/************** slide-small ***************/

#slide-small {
	margin: 0 auto;
	padding: 0;
	height: 120px;
	text-align: center;
	background: url(../images/slide-small.jpg) no-repeat top left;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

/********** featured restaurant ***********/
#featured_restaurant {
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0;
	width: 100px;
	height: 45px;
	background: url(../ithumbs/brillant_restaurant.gif) top left no-repeat;
	text-indent: -9000px;
}

#featured_restaurant a {
	display: block;
	width: 100px;
	height: 45px;
	background: url(../ithumbs/brillant_restaurant.gif) top left no-repeat;
}	

/************** flags ***************/

#flags {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#flags li {
	float: left;
	padding: 0 2px;
}

#flags a.gr {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/gr.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.gr_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/gr_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.en {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/uk.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.en_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/uk_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.fr {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/fr.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.fr_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/fr_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.de {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/de.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.de_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/de_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.it {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/it.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.it_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/it_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.es {
	height: 15px;
	width: 23px;
	display: block;
	background: url(../images/es.gif) top left no-repeat;
	text-indent: -9000px;
}

#flags a.es_dis {
	height: 15px;
	width: 23px;
	display: block;
	cursor: default;
	background: url(../images/es_dis.gif) top left no-repeat;
	text-indent: -9000px;
}

/************** utility ***************/

#utility {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 5em;
	right: 1em;
	font-size: 1em;
}

#utility li {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	float: left;
	background: url(../images/divider.gif) no-repeat 0px 2px;
}

#utility li.first {
	background: none;
}

#utility a:link {
	/*color: #ffffcc;*/
	color:#595959;
	text-decoration: none;
}

#utility a:visited {
	/*color: #ffffcc;*/
	color:#595959;
	text-decoration: none;
}

#utility a:hover {
	/*color: #ffffff;*/
	color: #242424;
	text-decoration: underline;
}

/************** navigation ***************/

#navigation {
	margin: 0;
	padding: 0 0 1em 0.5em;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.6em;
}

#navigation li {
	margin: 0.2em 0;
	padding: 0;
}

#navigation ul {
	margin: 0;
	margin-left: 1em;
	padding: 0;
	padding-left: 1em;
	list-style: circle;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navigation .bb{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #333333;
}

#navigation a {
	display: block;
}
#navigation a:link, #navigation a:visited {
	color:#595959;
	text-decoration: none;
}

#navigation a:hover{
	color: #004000;
	text-decoration: underline;
}

/********** europe award ***********/
#europe_award {
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 0.2em;
	padding: 0;
	background: url(../images/europe_greece_boutique_hotel_2008.gif) top center no-repeat;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;

}

#europe_award p {
	margin: 0;
	padding-top: 6em;
}	

#europe_award a {
	margin: 0 auto;
	padding-top: 6em;
	display: block;
	background: url(../images/europe_greece_boutique_hotel_2008.gif) top center no-repeat;
	color:#595959;
	text-decoration: none;
}	

/********** garden ***********/
#garden {
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 90px;
	height: 40px;
	background: url(../ithumbs/roof_garden_logo.gif) top left no-repeat;
	text-indent: -9000px;
}

#garden a {
	display: block;
	width: 90px;
	height: 40px;
	background: url(../ithumbs/roof_garden_logo.gif) top left no-repeat;
}	

/********** brillant ***********/
#brill_restaurant {
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 100px;
	height: 45px;
	background: url(../ithumbs/brillant_restaurant.gif) top left no-repeat;
	text-indent: -9000px;
}

#brill_restaurant a {
	display: block;
	width: 100px;
	height: 45px;
	background: url(../ithumbs/brillant_restaurant.gif) top left no-repeat;
}	

/************** slide ***************/

#slide {
	margin: 0;
	padding: 0;
	background: #e4e3e4;
	height: 250px;
}

#slide li {
		margin: 0;
		padding:0;
		float: left;
}
#slide h2{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 190px;
	top: 165px;
	text-align: center;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	color: #666;
}

#slide h3{
	left: 280px;
	top: 190px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
}

#slide .click {
	left: 217px;
	top: 40px;
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	width: 400px;
	text-align: center;
}

/************** slide-small ***************/

#slide-small {
	margin: 0 auto;
	padding: 0;
	height: 120px;
	text-align: center;
	background: url(../images/slide-small.jpg) no-repeat top left;
}

/************** content ***************/


/*********** content-text ****************/
.content-text {
	margin: 0;
	padding: 0 0 0 0.5em;
	font-size: 1.1em;
	line-height: 1.6em;
	clear: both;
}

.content-text p, 
.content-text ul {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.content-text h4 {
	margin: 0 auto;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	color: #666666;
	font-size: 150%;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
}

.content-text address {
	float: left;
	width: 20em;
}

.content-text div#map {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	height: 550px;
}

.content-text div.accommodation {
	float: left;
	width: 25em;
}

.content-text div.accommodation ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-left: 2.5em;
	margin-left: 0;
}

.content-text div.links {
	margin: 0.2em 0;
	padding: 0;
	float: left;
	width: 300px;
}

.content-text span.label {
	width: 200px;
	display: inline;
}

.content-text p.page {
	margin: 0;
	padding-top: 3em;
	padding-right: 1em;
	white-space: nowrap;
	float: right;
}


.content-text div.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-text div.links ul a {
	margin: 0;
	padding: 0 0.4em;
}

.content-text div.packages {
	margin: 0;
	padding: 0;
	padding-left: 220px;
	height: auto;
	min-height: 210px;
}

/* for Internet Explorer */
/*\*/
* html .content-text div.packages {
height: 210px;
}
/**/

.content-text div.packages ul {
	margin-top: 0.2em;
}

.content-text div.car {
	margin: 0.2em 0;
	padding: 0;
	float: left;
	width: 300px;
}

.content-text div.car ul {
	margin: 0;
	margin-left: 2em;
	padding: 0.5em 0;
}

.content-text br {
	clear: left;
}

/********* table ***********/
.content-text table {
	margin: 0.2em 0;
	padding: 0.2em;
}

.content-text th,
.content-text td {
	padding: 0.1em;
}

.content-text table.policy {
	margin: 0 auto;
	padding: 0.2em 0;
	width: 300px;
	text-align: center;
}

.content-text table.gds {
	margin: 0 auto;
	padding: 0.2em 0;
	width: 200px;
/*	text-align: center;*/
}

.content-text table.gds th {
	padding: 0 0.2em;
	text-align: right;
}

.content-text table.gds td {
	padding: 0 0.2em;
}

.content-text table.maps {
	margin: 0 auto;
	padding: 0.4em 0;
	width: 450px;
	text-align: center;
}

.content-text table.maps th {
	padding: 0 0.2em;
	text-align: center;
}

.content-text table.maps td {
	padding: 0 0.2em;
}

/*******************************/
.content-text table.distances {
	margin: 0 auto;
	padding: 0.4em 0;
	width: 220px;
	text-align: center;
}

.content-text table.distances th {
	padding: 0 0.2em;
	text-align: left;
}

.content-text table.distances td {
	padding: 0 0.2em;
	text-align: left;
}

/*********************************/
.content-text table.contact {
	margin: 0 auto;
	padding: 0.2em 0;
	width: 500px;
/*	text-align: center;*/
}

.content-text table.contact th {
	margin: 0;
	padding: 0.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.content-text table.contact td {
	margin: 0;
	padding: 0.2em;
}

.content-text table.contact th.centered {
	text-align: center;
}

.content-text table.contact td.centered {
	text-align: center;
}

/****************************************/
.content-text table.int-rates {
	margin: 0 auto;
	padding: 0.2em 0;
	border-collapse: collapse;
	width: 612px;
	border: 1px solid #999999;
}

.content-text table.int-rates caption {
	margin: 0 auto;
	padding: 0.2em 0;
	font-weight: bold;
}

.content-text table.int-rates th,
.content-text table.int-rates td {
	margin: 0 auto;
	padding: 0.4em 0.1em;
	text-align: center;
	font-weight: normal;
	border: 1px solid #999999;
}

.content-text table.int-rates td.label {
	text-align: left;
}
/**********************************/
.content-text table.car {
	margin: 0 auto;
	padding: 0.2em 0;
	border-collapse: collapse;
	width: 55em;
	border: 1px solid #999999;
}

.content-text table.car caption {
	margin: 0 auto;
	padding: 0.2em 0;
	font-weight: bold;
  color: #CC0000;
}

.content-text table.car tr {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.content-text table.car th {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #999999;
}

.content-text table.car td {
	margin: 0 auto;
	padding: 0.4em 0;
	text-align: center;
	border-right: 1px solid #999999;
}

.content-text table.car tr.highlight {
	background: #FFFFCC;
}

.content-text table.car td.label {
	text-align: left;
}

/*********************************/
.content-text table.twoequalcol {
	margin: 0 auto;
	padding: 0.2em 0;
}

.content-text table.twoequalcol th {
	margin: 0;
	padding: 0.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.content-text table.twoequalcol td {
	margin: 0;
	padding: 0;
	width: 50%;
	vertical-align: top;
}

/****** end table ***********/

.content-text #inc-crete-explore {
	background: url(../ithumbs/roof_garden_detail1_210.jpg) no-repeat top left;
}

.content-text #inc-family-holidays {
	background: url(../ithumbs/emily_210.jpg) no-repeat top left;
}

.content-text #inc-romantic {
	background: url(../ithumbs/lounge_detail1_210.jpg) no-repeat top left;
}

.content-text #inc-easter {
	background: url(../ithumbs/roof_garden_detail1_210.jpg) no-repeat top left;
}

.content-text #inc-group {
	background: url(../ithumbs/floor_corridor_210.jpg) no-repeat top left;
}

.content-text #inc-long-stay {
	background: url(../ithumbs/lobby_detail1_210.jpg) no-repeat top left;
}

.content-text #inc-stay-drive {
	background: url(../ithumbs/view_from_port_210.jpg) no-repeat top left;
}

.content-text #inc-week-end {
	background: url(../ithumbs/view_from_balconies_210.jpg) no-repeat top left;
}

/************ availability *******************/
.availability {
	margin: 0 auto;
	padding: 0.5em 0 1.5em 0;
	width: 560px;
}

.availability div {
	width: 230px;
	float: left;
}
.availability div.button {
	margin: 0;
	padding-top: 2em;
	float: left;
	width: 100px;
}
.availability p {
	clear: left;
}

.availability form {
	margin: 0;
	padding: 0;
}

.availability label {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	float: left;
	width: /*9.5em;*/8em;
}

.availability input {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	float: left;
	font-size: 90%;
	border: 1px solid #666666;
}

.availability select {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	float: left;
	font-size: 90%;
	border: 1px solid #666666;
}

.availability #NumberOfAdults,
.availability #NumberOfChildren,
.availability #NumberOfRooms,
.availability #PromoCode {
	width: 4em;
}

.availability #ArrivalDate, 
.availability #DepartureDate {
	width: 10em;
}
.availability #Currency {
	width: 12.5em;
}

.availability img {
	margin: 0.2em;
	padding: 0;
	float: left;
}


/************ availability book *******************/
.availability-book {
	margin: 0 auto;
	padding-top: 0.5em;
	width: 400px;
	clear: left;
}

.availability-book form {
	margin: 0;
	padding: 0;
}

.availability-book label {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	width: 16em;
	float: left;
}

.availability-book input {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	font-size: 90%;
	border: 1px solid #666666;
}

.availability-book select {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	font-size: 90%;
	border: 1px solid #666666;
}

.availability-book #NumberOfAdults,
.availability-book #NumberOfChildren,
.availability-book #NumberOfRooms,
.availability-book #PromoCode {
	width: 4em;
}

.availability-book #ArrivalDate, 
.availability-book #DepartureDate {
	width: 10em;
}
.availability-book #Currency {
	width: 16em;
}

/**************** availability book *******************/
#avail-book {
	margin: 0 auto;
	padding: 0;
	width: 400px;
}

#avail-book p {
	margin: 0;
	padding: 0.2em 0;
	clear: left;
}

#avail-book form {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#avail-book form.member {
	width: 500px;
}

#avail-book form.member label {
	width: 200px;
}

#avail-book form input,
#avail-book form select {
	margin: 0.2em 0;
	padding: 0;
}

#avail-book label {
	margin: 0.2em 0;
	padding: 0;
	float: left;
	width: 13em;
	font-weight: bold;
}

#avail-book .title {
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.2em;
	text-align: center;
	background-color: #CCCCCC;
}
/*************************************/
#reservationSearch {
	margin: 0 auto;
	text-align: center;
	width: 35em;
}
#reservationSearch form {
	margin-top: 1em;
	padding: 0;
	text-align: left;
}
#reservationSearch label {
	margin: 0.2em 0;
	padding: 0;
	float: left;
	width: 12em;
	font-weight: bold;
}
#reservationSearch input {
	margin: 0.2em 0;
	padding: 0;
}

/*************************************/
.ratelinks {
	margin: 0 auto;
	padding: 0;
	width: 35em;
	text-align: center;
	list-style: none;
}

.ratelinks li {
	float: left;
}

.ratelinks a {
	margin: 0;
	padding: 0 0.4em;
	float: left;
	display: block;
	background: url(../images/divider_black.gif) no-repeat left center;
}

.ratelinks .first a {
	background: none;
}

/*************** reserv *************/

#reserv {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.4em;
}

#reserv p {
	margin: 0;
	padding: 0.4em 0;
	clear: left;
}

#reserv fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	clear: both;
}

#reserv .credit {
	background: #FFFFCC;
}

#reserv div {
	float: left;
	width: 26em;
}


#reserv form {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#reserv label {
	float: left;
	width: 10em;
}

#reserv #RoomType {
	width: 36em;
}

#reserv label.block {
	display: block;
}

/*************** reserv-car *************/

#reserv-car {
	margin: 0 auto;
	padding: 0;
	width: 610px;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
}

#reserv-car p {
	margin: 0;
	padding: 0.4em 0;
	clear: left;
}

#reserv-car label {
	display: block;
}

#reserv-car fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#reserv-car fieldset#delivery,
#reserv-car fieldset#dropoff {
	margin: 0.5em 0;
}

#reserv-car fieldset#delivery label,
#reserv-car fieldset#dropoff label {
	float: none;
	display: inline;
}

#reserv-car fieldset#cc-info label {
	float: left;
	width: 10em;
}

#reserv-car div {
	margin: 0;
	padding: 0;
	float: left;
}

#reserv-car div.five {
	width: 30em;
}

#reserv-car #DeliveryTime,
#reserv-car #DropoffTime {
	width: 5em;
}

#reserv-car #FullName {
	width: 25em;
}

#reserv-car div.first {
	width: 18em;
}

#reserv-car div.second {
	width: 24em;
}

#reserv-car div.third {
	width: 10em;
}

#reserv-car input.radio {
	float: left;
	width: auto;
	margin-right: 0.5em;
}

/*************** reserv-taxi *************/

#reserv-taxi {
	margin: 0 auto;
	padding: 0;
	width: 46em;
	font-size: 1em;
	text-align: center;
	line-height: 1.4em;
}

#reserv-taxi p {
	margin: 0;
	padding: 0.4em 0;
	clear: left;
}

#reserv-taxi label {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004080;
	font-size: 1.2em;
}

#reserv-taxi div {
	margin: 0;
	padding: 0;
	float: left;
}
/************** footer ***************/

#nav {
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0 0.4em;
	color: #FFFF99;
	line-height: 1.6em;
	background: url(../images/divider.gif) no-repeat left bottom;
}

#nav a:link, #nav a:visited {
	color: #595959;
	text-decoration: underline;
}

#nav a:hover {
	color: #004000;
}

#nav a.first {
	background: none;
}
/*
.content-headings h2{
	margin: 0;
	margin-right: 2.5em;
	padding: 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	color: #CCCCCC;
	background-color: #996633;
	text-align: right;
}

.content-headings h3 {
	margin: 0;
	margin-right: 4em;
	padding: 0.2em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #000000;
	background-color: #996633;
	text-align: right;
}
*/
/*********** footer *****************/

#footer p {
	margin: 0;
	padding: 0.5em 0;
	font-size: 0.9em;
}

#footer .vcard {
	font-size: 0.9em;
	line-height: 1.4em;
}

#footer .rss {
	position: absolute;
	height: 16px;
	width: 16px;
	margin-left: 1em;
	background: url(../images/feed-icon.gif) top left no-repeat;
	text-indent: -9000px;
}

#footer address {
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#footer table {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*****************************************/
/********** classes **********************/
/*****************************************/
.buttons {
	list-style: none;
	float: right;
}

.buttons li {
	float: right;
	margin-left: 5px;
}

.buttons a {
	display: block;
	float: left;
	text-decoration: none;
}
/**************** button link class   ****************/

a.button {
	background: transparent url(../images/button_left.gif) no-repeat top left;
	display: block;
	float: left;
	font-size: 85%;
	font-weight: bold;
	line-height: 14px;
	height: 18px;
	padding-left: 10px;
	text-decoration: none;
	white-space: nowrap;
}

a:link.button, a:visited.button, a:active.button {
	color: #444444; 
}

a.button span {
	background: transparent url(../images/button_right.gif) no-repeat top right;
	display: block;
	padding: 2px 10px 2px 0;
}

a.button:hover {
	background-position: bottom left;
}

a.button:hover span {
	background-position: bottom right;
}
/************************************************/
.nodisplay {
	display: none;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.thanks {
	color: #FF0000;
}

.award {
	font-size: 90%;
	line-height: 1.6em;
}

.middle {
	vertical-align: middle;
}

.small {
	font-size: 85%;
	line-height: 1.2em;
}

.smaller {
	font-size: 75%;
	line-height: 1.2em;
}

.winter {
	color: #003399;
	white-space: nowrap;
}

.christmas {
	color: #CC0033;
	white-space: nowrap;
}

.low-season {
	color: #990066;
	white-space: nowrap;
}

.high-season {
	color: #FF0000;
	white-space: nowrap;
}

.highlight {
	background-color: #FFFFCC;
}

.required {
	font-size: 75%;
	color: #993300;
}

.right {
	text-align: right;
	padding-right: 0.5em;
}

.cleared {
	clear: both;
}

.video {
	margin: 0 auto;
	text-align: center;
	margin-top: 2em;
}

/************** C L E A R **************/

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	z-index: 2;
}

.tripadvisor {
	margin: 0;
	margin-left:-0.5em; 
	padding:0;
}

.celebrate {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 110%;
	color: #000000;
	line-height: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

.celebrate p.title {
	letter-spacing: 0.05em;
	font-size: 120%;
}

.celebrate span.small {
	font-size: 90%;
}

.title {
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.2em;
	text-align: center;
	background-color: #CCCCCC;
}

.package-name {
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
}

.search_button {
	width: 100px;
	float: right;
}

.search_button #check {
	float: right;
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;
	color: #000000;
	font-size: 100%;
/*	font-weight: bold;*/
	padding: 1px 2px;
	background: url(../images/formbg2.gif) repeat-x left top;
}

.search_button1 {
	margin: 0 auto;
	text-align: center;
}

.search_button1 input {
	padding: 0 1em;
}

.search-form {
	margin: 0 auto;
	padding: 0;
	clear: left;
	width: 30em;
}

.search-form p {
	margin: 0;
	padding: 0.2em 0;
	clear: left;
}

.search-form form {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.search-form form input,
.search-form form select {
	margin: 0.1em 0;
	padding: 0;
}

.search-form label {
	margin: 0.1em 0;
	padding: 0;
	float: left;
	width: 13em;
	font-weight: bold;
}

/**************************************/
/*     N O O B S L I D E              */
/**************************************/
.carousel{
	margin: 0;
	padding: 0; 
	float: right;
	background: #e3e4e3;
	width: 61.2em;
}
.mask1{
  position:relative;
	width:612px;
	height:204px;
	overflow:hidden;
	float: right;
}

#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}
.buttons{
	margin: 0;
	padding: 0.5em; 
	position: relative;
}
.buttons span{
	color: #000;
	padding: 0 0.5em;
	cursor:pointer;
	font-size:1em;
}
.buttons span.active, .buttons span:hover{
	color:#595959;
}

.selected {
	border: 1px solid #F00;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../lib/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../lib/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../lib/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../lib/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
