body {
	background-color: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, helv, arial, sans-serif;
	font-size: 0.7em;
}
.lux_ed_red {color:#940010}
/* defaults */
div {
	/*border: 1px solid red;*/
	padding: 0;
	margin: 0;
}

#wrap {
	margin: auto;
	width: 950px;
	background-color: #fff;
}
#header{
	/*background: #000 url('curve_top_left.gif') top left no-repeat;*/
	background: #000 url('/images/title-background.gif') top left repeat-x;
	margin-top: 5px;
	position:relative;
}
#content {
	clear:both;
	margin: 0;
	padding: 0;
}
#footer{
	background-color: #2a2a2a;
	/*margin: 4px 0;*/
	padding-bottom: 1em !important;
	padding: 0;
	clear:both;
}
a {outline:none}
/*******
 HEADER 
*******/
#header h1#head{
	float: left;
	clear:right;
	/*background: transparent url('luxed-logo.gif') no-repeat top left;*/
	background: transparent url('/images/title.gif') no-repeat top left;
	display: block;
	margin-top: 20px;
	margin-left: 15px !important;
	margin-left: 8px;
	width: 370px;
	height: 45px;
}
#header div#header-inner {
	width: 100%;
	height: 100%;
	background: transparent url('/images/curve_top_right.gif') top right no-repeat;
	padding-bottom: 10px;
}
#header div#header_tel {
	width: 250px;
	height: 45px;
	background: transparent url('/images/header_tel.jpg') no-repeat;
	position:absolute;
	top:20px;
	right:10px;
	text-indent:-9999px;

}
#header div#header-outer {
	width: 100%;
	height: 100%;
	background: transparent url('/images/curve_top_left.gif') top left no-repeat;
}
#header h1#head a{
	width: 100%;
	height: 100%;
	display:block;
}

#concierge-button {
	width: 152px;
	height: 37px;
	display: block;
	float:right;
	margin-top: 22px;
	margin-right: 22px;
	background: transparent url('/images/concierge-button.gif') top left no-repeat;
}
/*
div#head-concierge-telephone {
	background: transparent url('/images/main/concierge-phone.gif') top left no-repeat;
	width: 256px;
	height: 50px;
	margin-top:25px;
	margin-right: 10px;
	float:right;
}
*/

/***************
 TOP NAVIGATION
***************/
#nav-top-container {
	clear: both;
	margin: 0;
	background: #000 url('/images/curve_bottom_left.gif') bottom left no-repeat;
	padding: 4px 0 0 10px;
	border-top: 1px solid #5f5f5f;
	font-weight: bold;
}

#nav-top-container div#nav-top-container-inner {
	width: 100%;
	background:#000 url('/images/curve_bottom_right.gif') bottom right no-repeat;
	height:32px;
}

div#search-box {
	margin-bottom: 9px;
	float:right;
display: block;
width: 25%;
}

input#search {
	padding: 1px;
	margin: 0;
	border: none;
	border: 1px solid #001f9b;
}

input:focus#search {
	border: 1px solid #960000;
}

input#search-submit {
	padding: 0 2px 0 2px;
	margin: 0;
	margin-right: 15px;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #6d2c2c;
	border-left: 1px solid #6d2c2c;
	border-right: 1px solid #6d2c2c;
	border-bottom: 1px solid #660e0e;
	background-color: #630000;
}

input:active#search-submit {
	border: 1px solid #fab60b;
}
form#search-form {
	margin: 0;
	padding: 0;
}
form#search-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	float:right;
}
form#search-form fieldset legend {
	display:none;
}
#nav-top-container ul#nav-top,
#nav-top-container ul#nav-language-top,
ul#nav-footer {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display:block;
	background-color: #000;
	font-weight: bold;
}

#nav-top-container ul#nav-language-top {
	float:right;
	margin-right: 20px !important;
	margin-right: 10px;
}
#nav-top-container ul#nav-top {
	margin-top: 8px;
	width:600px;
	float:left;
}

#nav-top-container ul#nav-top li,
#nav-top-container ul#nav-language-top li,
ul#nav-footer li {
	float:left;
	padding: 0 10px;
	background-color: #000;
}
ul#nav-footer li,
ul#nav-footer  {
	background-color: #2a2a2a;
}
li.selected-item a {
	background-color: #940010;/* #630000;*/
	color: #fff;
	text-decoration: none;
	padding: 1px 4px;
}

#nav-top-container ul#nav-top li a,
#nav-top-container ul#nav-language-top li a,
ul#nav-footer li a {
	text-decoration: none;
	color: #fff;
}

ul#nav-footer {
	/*margin-left: 23%;*/
	width: 60%;
	display: block;
	padding-top: 2em;
}

div#funding-logos {
	float:right;
	background: transparent url('/images/global/funding-logos.gif') top left no-repeat;
	width: 248px;
	height: 40px;
	text-indent: -9999px;
	margin: 8px 4px 0 0;
}
li.border-right {
	border-right: 2px solid white;
}

/* main */

div#content p {
	padding: 10px;
	margin: 0;
}

div#content div#content-left,
div#content div#content-right {
	width: 470px;
	/*background: #000;*/
	background-color: #fff;
}
div#content div#top-bar {
	background: #5f5f5f url('/images/curve_top_left.gif') top left no-repeat;
	height: 13px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
div#content div#top-bar div {
	width: 100%;
	height: 100%;
	background: transparent url('/images/curve_top_right.gif') top right no-repeat;
}


div.box {
	width: 100%;
	background-color: #000;
}
div.box.box50 {
	width: 49%;
}
div.box.topcurve {
	background: #000 url('/images/curve_top_left.gif') top left no-repeat;
	margin-bottom: 2px;
}
.topcurve-right {
	background: transparent url('/images/curve_top_right.gif') top right no-repeat;
	margin-bottom: 2px;
}
div.box.bottomcurve {
	margin-bottom: 1px;
}
	div.box div.box-content {
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	div.box.topcurve div.box-content {
		background: transparent url('/images/curve_top_right.gif') top right no-repeat;
	}
	div.box div.box-footer {
		width: 100%;
		height: 100%;
		background-color: #2f2f2f;
		clear:both;
	}
	div.box.bottomcurve div.box-footer {
		background: #2f2f2f url('/images/curve_bottom_left.gif') bottom left no-repeat;
	}
	div.box div.box-footer.border {
		border-top: 1px solid #fff;
	}
	div.box div.box-footer div.box-footer-content {
		width: 100%;
		height: 100%;
	}
	div.box div.box-footer.light-grey {
		background: #e4e4e4;
		padding: 0;
		margin: 0;
	}
	div.box div.box-footer.light-grey div.box-footer-content  {
		padding: 0;
		margin: 0;
	}
	
	div.box div.box-footer.light-grey p {
		padding: 0;
		margin: 0;
		line-height: 0.8em;
	}
	div.box.bottomcurve div.box-footer div.box-footer-content {
		background: transparent url('/images/curve_bottom_right.gif') bottom right no-repeat;
	}
	div.box div.box-footer div.box-footer-content span.filler {
		width: 100%;
		height: 20px;
		display: block;
	}

div#content-left div.box {
	/*margin: 3px 3px 3px 0;*/
}

div#content-right div.box {
	/*margin: 3px 0 3px 3px;*/
}


/* general */
.access-text {
	display:none;
}

.clear-all {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.dark-grey {
	background-color: #2f2f2f;
}


/**/
.light-grey a,
.light-grey a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
.light-grey a:active,
.light-grey a:hover {
	color: #940010;
}

div#index-luxury-planner-bg {
	background: #000 url('/images/index-luxury-planner-bg.jpg') top right no-repeat;
	width: 470px;
	padding-bottom: 23px !important;
	padding: 0;
	margin: 0;
}
div#index-luxury-planner-bg p {
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 270px;
}
span#luxury-planner-link-container {
	display: block;
	width: 301px;
	height: 60px;
	background: transparent url('/images/luxury-planner-title.gif') top left no-repeat;
}
a#luxury-planner-link {
	display: block;
	width: 301px;
	height: 60px;
}

a#luxury-concierge-link,
a#luxury-digest-link {
	display: block;
	width: 230px;
	height: 143px;
}
span#luxury-concierge {
	display: block;
	width: 230px;
	height: 143px;
	background: transparent url('/images/luxury-concierge.jpg') top left no-repeat;
}
span#luxury-digest {
	display: block;
	width: 230px;
	height: 143px;
	background: transparent url('/images/luxury-digest.jpg') top left no-repeat;
}

span#luxury-breaks {
	width: 470px;
	height: 142px;
	display:block;
	text-align: right;
	background: transparent url('/images/luxury-breaks.jpg') top left no-repeat;
}
span#luxury-breaks a {
	width: 200px;
	padding-left: 260px;
	padding-right: 10px;
	height: 100px;
	padding-top: 40px;
	display: block;
	/*float:right;*/
	color:white;
	text-decoration:none;
}
/*
fixes
*/
span.h257{
	height: 257px;
	width: 1px;
	display: block;
	float:left;
}

/* DIGEST PANEL LINK */
#luxury-digest-link-sidebar{
	padding:0;
	margin:0;
	display:block;
	width:354px !important;
	width:324px;
	height:360px; /*653px*/
	border:none;
	background:#000 url('/images/254') 0 0 no-repeat}
	
a#digest-link-sidebar{
	display:block;
	width:354px !important;
	width:324px;
	height:150px;
	padding:0;
	margin:0;
}

div#flashbox {
	background: black url('/images/noFlash.jpg') top left no-repeat;
	margin-bottom: 2px;
}

/***************/
/* FONT RESIZE */
/***************/

div#nav-font-size{
	display:block;
	padding: 0;
	margin: 0;
	width: 73px;
	float:right;
}
ul#nav-font-size-list {
	list-style-type: none;
	margin:0 0 10px 0;
	padding:0;
	float: left;
}
ul#nav-font-size-list li {
	float:left;
	padding: 0;
	margin: 0;
}
ul#nav-font-size-list li span#increase-font,
ul#nav-font-size-list li span#reset-font,
ul#nav-font-size-list li span#decrease-font {
	width: 16px;
	height: 19px;
	display: block;
	float: left;
	padding: 0;
	padding-right: 5px;
	margin: 0;
}
ul#nav-font-size-list li span#increase-font{
	background: #000 url('/images/font-size-up.gif') top left no-repeat;
}
ul#nav-font-size-list li span#decrease-font {
	background: #000 url('/images/font-size-down.gif') top left no-repeat;
}
ul#nav-font-size-list li span#reset-font {
	background: #000 url('/images/font-size-reset.gif') top left no-repeat;
}

ul#nav-font-size-list li span#decrease-font a,
ul#nav-font-size-list li span#reset-font a,
ul#nav-font-size-list li span#increase-font a{
	width: 16px;
	height: 19px;
	display: block;
}

/*new layout elements */
#header #find_out_book {padding: 0px 10px; width:260px; float:right; height:30px;}
#header #find_out_book a {display:block; width:260px;height:25px; background:url(/images/find_out_book.jpg) no-repeat; text-indent:-9999px; }
#header #sign_up_newsletter {padding: 0px 5px 0px 0px; width:325px;  float:right; height:30px;}
#header #sign_up_newsletter a {display:block; width:325px;height:25px; background:url(/images/sign_up_to_newletter.jpg) no-repeat; text-indent:-9999px; }
#content #sign_up {float:left; width:238px;}
#content #sign_up #sign_up_box {display:block;width:238px; height:253px; background:url("/images/signup_box.jpg") no-repeat; text-indent:-9999px; margin:0px 0px 2px}
#content #sign_up #sign_up_text {background:#292929; color:#fff; padding:10px 5px; margin-bottom:1px}
#content #sign_up #sign_up_text p {padding:0px 10px 4px; text-align:center;line-height:150%}
#content #sign_up #sign_up_text #sign_up_link {margin-left:2px;display:block; width:226px; height:57px; background:url("/images/sign_up_link.jpg") no-repeat; text-indent:-9999px}
#content #find_experience {position:relative;float:right;width:710px; height:213px; background:url('/images/find_experience.jpg') no-repeat;}
#content #find_experience p {width:300px; position:absolute; top:75px; right:20px; padding:0px; margin:0px; line-height:150%}
#content #find_experience a {display:block; width:310px; height:32px; background:url('/images/sample_experience_link.gif') no-repeat; position:absolute; bottom:30px; right:20px; text-indent:-9999px}
#content #partners {float:right;width:710px; padding-top:1px; background:url('/images/partners_bg.jpg') repeat-x bottom}
#content #partners h3 {background:#282828 url('/images/partners_header.gif') no-repeat 15px 12px; height:40px; padding:0px; margin:0px; text-indent:-9999px; }
#content #partners #partners_list {
	width:710px;
	height:132px;
	background:url('/images/partners_bg.jpg') repeat-x bottom;
	overflow:hidden;
	line-height:0.6em;
	
}
#content #partners #partners_list ul {margin:0px;width:195px; float:left; font-size:100%; padding-top:15px; list-style-type:square; list-style:square; padding-left:25px}
#content #partners #partners_list ul li {color:#a01c2b; padding-bottom:3px; padding-left:0px}
#content #partners #partners_list ul li a {color:#242424; text-decoration:none;display:block; padding:3px}
#content #partners #partners_list ul li a:hover {background:#282828; color:#fff; }


/* Table Styles */
#content table, .mceContentBody table {
background:#f6f6f6 none repeat scroll 0 0;
border-collapse:collapse;
color:#333;
font-size:1em;

margin:0 0 14px;
width:100%;
}
#content tbody, .mceContentBody tbody {
border:1px solid #d0d0d0;
}
#content th, .mceContentBody th {
background:#666 none repeat scroll 0 0;
border:1px solid #777;
color:#fff;
font-weight:800;
padding:3px 5px;
text-align:left;
vertical-align:top;
}
#content tfoot td, .mceContentBody tfoot td {
background:#f6f6f6 none repeat scroll 0 0;
border-top:1px solid #d0d0d0;
padding:3px 5px;
vertical-align:top;
}
#content table tbody tr td, .mceContentBody table tbody tr td {
border-bottom:1px solid #d0d0d0;
border-left:1px solid #d0d0d0;
padding:3px 5px;
vertical-align:top;
}
.even_row {
background-color:#f7f4d8;
}
.odd_row {
background-color:#fff;
}
