/*	Global reset
****************************************************/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	}
img { 
	-ms-interpolation-mode:bicubic;
	border:0;
	}

/*	Global
****************************************************/
html, body {
	height:100%;
	}
body {
	background:#cdc5b9 url(../images/structure/bkg.png) top repeat-x;
	text-align:center;
	color:#7b715f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
h1 {
	font-family:Trebuchet MS, Helvetica, Arial;
	color:#FFFFFF;
	font-size:2.0em;
	padding:2px 10px 0px 0px;
	}
h1.inmasthead {
	font-family: Georgia,  Times, "times new roman";
	font-weight: normal;
	color:#877d74;
	font-style: italic;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	padding-bottom:16px;
	}
h2.white {
	color:#FFFFFF;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
	}
.answer {
	font-weight:normal;
	font-size:.80em;
	}
h4 {
	font-size:1.2em;
	}
p {
	padding-bottom:10px;
	}
a {
	color:#7b715f;
	}
a:hover {
	text-decoration:none;
	}
li {
	padding-bottom:10px;
	}

/*	Wrappers
****************************************************/
#outerwrapper {
	margin:0 auto;
	width:882px;
	text-align:left;
	}
#headerwrapper {
	height:77px;
	text-align:right;
	}
#contentwrapper {
	border:3px #c2b7a8 solid;
	background-color:#f6f3f0;
	}
#footerwrapper {
	height:40px;
	padding-top:8px;
	}

/*	Wrapper detail - #headerwrapper
****************************************************/
#headerwrapper img {
	float:left;
	}
#menutop {
	padding:50px 12px 0 0;
	height:27px;
	text-align: right;
	}
#menutop a {
	color:#887e75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	}

	
/*	Wrapper detail - #footerwrapper
****************************************************/
#footerwrapper a {
	color:#887e75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	}
	
/*	Content blocks
****************************************************/
#masthead {
	margin:12px 12px 0px 12px;
	height:300px;
	border:3px solid #dbd6cf;
	}
#twothirdmasthead {
	height:244px;
	width:558px;
	margin:12px 12px 0px 300px;
	border:3px solid #dbd6cf;
	overflow: hidden;
	}
#title {
	height:32px;
	background:#b4aa9c url(../images/structure/telephone.gif) left no-repeat;
	margin:12px 12px 0px 12px;
	text-align:right;
	text-transform:lowercase;
	}
#ticker {
	height:26px;
	padding:4px 8px 0px 165px;
	background:#b4aa9c url(../images/structure/telephone.gif) left no-repeat;
	color:#FFFFFF;
	margin:12px 12px 0px 12px;
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	}
.tickercontainer { /* the outer div with the black border */
	height: 30px; 
	overflow: hidden; 
	}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 1px;
	width: 545px;
	overflow: hidden;
	}
ul.newsticker { /* that's your list */
	position: relative;
	list-style-type: none; 
	}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
	} 
ul.newsticker span {
	margin: 0 10px 0 0;
	} 	
	
	
	
	
	
#thumbnails {
	margin:12px 12px 0px 295px;
	}
#hotels {
	margin:12px 12px 0px 300px;
	background-color:#deedf2;
	border:3px solid #ffffff;
	padding:10px;
	}
#search {
	clear:left;
	float:left;
	width:250px;
	padding:10px;
	border:3px solid #eae5dc;
	margin:12px 0px 0px 12px;
	/*background-color:#dbd6cf;*/
	background-color: #e5ded5;
	}
* html #search {
	margin-left:6px;
	}
#centerpane {
	width:276px;
	background-color:#fff;
	margin:12px 0px 0px 300px;
	text-align:left;
	}
* html #centerpane {
	margin-left:298px;
	}
#centerpanesearch {
	width:252px;
	padding:10px;
	border:3px solid #e8e4de;
	border:3px solid #fff;
	background-color:#fff;
	margin:12px 0px 0px 300px;
	text-align:left;
	}
#twothirdcenterpane {
	padding:10px;
	border:3px solid #e8e4de;
	background-color:#ffffff;
	margin:12px 12px 0px 300px;
	}
.searchresult {
	border:3px solid #ffffff;
	background-color:#dfe8ed;
	padding:10px;
	margin:12px 12px 0px 300px;
	}
/* Delete #menuupper */
#menuupper {
	float:right;
	clear:right;
	width:270px;
	border-top:3px solid #ffffff;
	border-left:3px solid #ffffff;
	margin:12px 12px 0px 0px;
	overflow:hidden;
	background-color:#deeaee;
	}
* html #menuupper {
	margin-right:6px;
	} 
#menuboxes {
	float:right;
	clear:right;
	width:265px;
	border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	margin:12px 12px 0px 0px;
	overflow:hidden;
	}
* html #menuboxes {
	margin-right:6px;
	} 
.extrainfoleft, .extrainfoleftblue, .extrainfoleftwhite {
	float:left;
	clear:left;
	width:250px;
	padding:10px;
	border:3px solid #ded9d0;
	background-color:#e7e4df;
	margin:12px 0px 0px 12px;
	}
* html .extrainfoleft, * html .extrainfoleftblue, * html .extrainfoleftwhite {
	margin-left:6px;
	}
.extrainforight, .extrainforightblue, .extrainforightwhite {
	float:right;
	clear:right;
	width:250px;
	padding:10px;
	border:3px solid #dcd5ca;
	background-color:#e4dfd6;
	margin:12px 12px 0px 0px;
	}
* html .extrainforight, * html .extrainforightblue, * html .extrainforightwhite {
	margin-right:6px;
	}
.extrainfoleftblue {
	border:3px solid #ffffff;
	background-color:#dfe8ed;
	}
.extrainfoleftwhite {
	border:3px solid #e8e4de;
	background-color:#ffffff;
	}
.extrainforightblue {
	border:3px solid #ffffff;
	background-color:#dfe8ed;
	}
.extrainforightwhite {
	border:3px solid #e8e4de;
	background-color:#ffffff;
	}
.promobox {
	float:right;
	clear:right;
	width:250px;
	padding:10px;
	border:3px solid #ffffff;
	background-color:#b4aa9c;
	margin:12px 12px 0px 0px;
	color:#FFFFFF;
	}
* html .promobox {
	margin-right:6px;
	}
#goodwebsiteguide {
	float:right;
	clear:right;
	width:276px;
	text-align:center;
	margin:12px 12px 12px 0px;
	}
* html #goodwebsiteguide {
	margin-right:6px;
	}
/*
#goodwebsiteguide {
	float:left;
	clear:left;
	width:276px;
	text-align:center;
	margin:12px 0px 12px 12px;
	}
* html #goodwebsiteguide {
	margin-left:6px;
	}*/
#contentfooter {
	clear:both;
	color:#a49b8c;
	margin:16px;
	text-align:right;
	}

/*	Content block detail - #masthead and #twothirdmasthead
****************************************************/
/*FULL MASTHEAD*/
#masthead .askus, #masthead .callme, #masthead .newsletter {
	height:38px;
	margin-top:205px;
	background-color:#e5ded5;
	border:3px solid #eae5dc;
	padding:4px 4px 0px 6px;
	margin-left:10px;
	}
#masthead .askus {
	height:42px;
	width:257px;
	padding:0px 0px 0px 0px;
	}
#masthead .newsletter {
	width:247px;
	}
#masthead .callme {
	width:260px;
	}
#masthead input {
	color:gray;
	}
/* delete #mastheadtext */
#mastheadtext {
	float:right;
	text-align:right;
	padding:10px 10px 0px 10px;
	height:28px;
	width:826px;
	}
#mastheadtext1 {
	float:left;
	text-align:left;
	padding:10px 10px 0px 10px;
	}
#mastheadtext2 {
	float:right;
	text-align:right;
	padding:10px 10px 0px 10px;
	}

/*TWOTHIRD MASTHEAD*/
#askus, #callme, #newsletter, #contactme {
	clear:left;
	float:left;
	width:260px;
	border:3px solid #efebe3;
	margin-left: 12px;
	background-color:#e5ded5;
	padding:6px 2px 0px 8px;
	}
* html #askus, * html #callme, * html #newsletter, * html #contactme {
	margin-left:6px;
	}
#askus {
	margin-top:12px;
	width:266px;
	height:42px;
	padding:5px 2px 0px 2px;
	}
#newsletter {
	margin-top:10px;
	height:42px;
	float:left;
	}
#callme {
	margin-top:10px;
	height:42px;
	float:left;
	}
#contactme {
	margin-top:10px;
	height:22px;
	float:left;
	}
#callme input, #newsletter input {
	color:gray;
	}
.privacy {
	color:#aaa298;
	clear:left;
	float:left;
	margin:8px 0px 0px 18px;
	}
* html .privacy {
	margin-top:3px;
	}
a.privacylink {
	color:#aaa298;
	}
.input_mh {
	border-style:none;
	font-size:10px;
	height:12px;
	}

/*	Content block detail - #centerpane and #twothirdcenterpane
****************************************************/
#centerpane ul, #twothirdcenterpane ul {
	margin:0px 0px 10px 10px;
	}
#centerpane li, #twothirdcenterpane li {
	margin-left:10px;
	}
#centerpane_top {
	padding:10px;
	
	}
#centerpane_bttm {
	padding:10px;
	background-color:#e5ded5;
	}

/*	Content block detail - #menu
****************************************************/
/*delete*/
#menuupper a {
	display:block;
	float:left;
	height:22px;
	width:120px;
	padding:6px;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	text-decoration:none;
	color:#95836b;
	}
/*delete*/
#menuupper h2 {
	padding-bottom:0px;
	}
#menuboxes a {
	display:block;
	float:left;
	height:20px;
	width:122px;
	padding:80px 0 0 0;
	border-right:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	}
#menuboxes h2 {
	padding:0;
	font-size:16px;
	}


/*	Content block detail - #thumbnails
****************************************************/
#thumbnails img {
	width:104px;
	margin-left:6px;
	}

/*	Content block detail - #ticker
****************************************************/
#ticker a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:0.8em;
	}
#ticker a:hover {
	color:#5a5348;
	}

/*	Content block detail - #hotels
****************************************************/
#hotels a {
	text-decoration:none;
	}
#hotels a:hover {
	text-decoration:underline;
	}

/*	Content block detail - #search and .searchresult
****************************************************/
#search .searchoption {
	margin:0px 10px 0px 20px;
	padding:0;
	}
#search td {
	padding:3px;
	margin:0;
	}
#search input {
	margin-right:20px;
	}
#search h4 {
	margin-bottom:5px;
	}
#search ul {
	list-style:none;
	}
#search input.box {
	float:right;
	clear:right;
	}
.searchresultinset {
	width:243px;
	height:95px;
	overflow:hidden;
	padding:10px;
	background-color:#fbf9f7;
	}
.searchresultimage {
	float:right;
	height:115px;
	}
	
	
/*	Buttons
****************************************************/
#bttn {
	clear:left;
	float:left;
	width:276px;
	margin:12px 0px 0px 12px;
	text-align: center;
	}
* html #bttn {
	margin-left:6px;
	}
#bttn_swellbeing, #bttn_totstoo {
	float:left;
	width:110px;
	height:70px;
	padding:10px;
	background-color: #fff;
	border:1px solid #e5ded5;
	}
#bttn_totstoo {
	margin-left:12px;
	}


	
/*	Form
****************************************************/
#form td {
	vertical-align:top;
	}
#form td.newsection {
	padding-top:15px;
	}
#form input {
	font-size:10px;
	}


/*	Misc classes
****************************************************/
.right {
	float:right;
	}
.left {
	float:left;
	}
.cleft {
	clear: left;
	}
.cright {
	clear: right;
	}
.cboth {
	clear: both;
	}
.tright {
	text-align: right;
	}
.tleft {
	text-align: left;
	}
.floatfix {
	clear:both;
	}
.w50 {
	width:50px;
	}
.w150 {
	width:150px;
	}
.w200 {
	width:200px;
	}
.w250 {
	width:250px;
	}
.w275 {
	width:275px;
	}
.w300 {
	width:300px;
	}
.w350 {
	width:350px;
	}
.w550 {
	width:550px;
	}
.promoboximage {
	border:1px solid #ffffff;
	float:right;
	margin:5px 0px 5px 5px;
	width:170px;
	}
.spotlightimage {
	width:170px;
	}
.imagesearchresult {
	width:263px;
	}
#strangeiefix {
	height:0px;
	display:none;
	}
#copyright {
	float:left;
	width:300px;
	text-align:left;
	}
.inputspace {
	padding-left:5px;
	}