body {
	font-size: 13px; 
	font-family: helvetica, arial, Verdana, sans-serif;
	margin: 0;
	background-color: #f6f6f6;
	background-image: url('../images/treatment/body_stripes.png');
	background-repeat: repeat-x;
	}
	
h2, h3 {
	font-weight: 400;
	letter-spacing: .1em;
	
	}
	
ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.align_right {
	text-align: right;
	}
	
.align_left {
	text-align: left;
	}
	
.align_center {
	text-align: center;
	}

#sidebar {
	position: absolute;
	width: 200px;
	left: 45px;
	top: 19px;
	}

#header {
	background-image: url("../images/treatment/header_background.png");
	height: 530px;
	overflow: hidden;
	}

#header_image {
	position: absolute;
	top: 160px;
	left: 0;
	}


#content_body a {
	font-weight: 700;
}

.right {
	float: right;
	border: 3px solid #ffffff;
}

.left {
	float: left;
	border: 3px solid #ffffff;
}

a {
	color: #0e3761;
	}

a:hover {
	color: #000;
	}
	
#shadow {
	width: 980px;
	margin: 0 auto;
	background-image: url("../images/treatment/body_shadow.png");
}

#content {
	border: 20px solid #ffffff;
	margin: 0 auto;
	width: 880px;
	}
	
#content_lower {
	position: relative;
	padding: 10px 50px 30px;
	width: 780px;
	background-color: #dddee0;
	min-height: 300px;
	background-image: url("../images/treatment/body_lower_background.png");
	background-repeat: repeat-x;
	color: #0e3761;
	}

#content_body {
	width: 550px;
	position: relative;
	top: 0;
	left: 200px;
	line-height: 1.4em;
	}

#nav_default, #nav_default ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2em;
	}

#nav_default li {
	list-style: none;
	font-size: 13px;
	}

#nav_default li a {
	position: relative;
	padding: 0 5px;
	color: #787474;
	border: none;
	text-decoration: none;
	}

#nav_default li a:hover, #nav_default li a.current {
	color: #0e3761;
	text-decoration: none;
	}

#footer {
	text-align: center;
	background-color: #dddee0;
	padding: 15px;
	color: #0e3761;
	font-size: .9em;
	}

#page_tail {
	background-image: url("../images/treatment/footer_shadow.png");
	background-repeat: no-repeat;
	background-position: center top;
	
	}
	
/* Links */

#links>ul, #links>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.link_title a {
	color: #333333;
	}

.link_title {
	border-top: 2px solid #ffffff;
	padding-top: 10px;
	font-size: 1.1em;
	}

li.link_item>p>a {
	color: #787474;
	text-decoration: none;
	border-bottom: 1px dotted #787474;
	}

li.link_item>p>a:hover {
	color: #990000;
	border-bottom: 1px dotted #990000;
	}
	
/* Room */

#rooms {
	border-bottom: 2px solid #ffffff;
	}

#rooms>ul, #rooms>ul>li, #enhancements_inline>ul, #enhancements_inline>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	}

#rooms>ul>li {
	min-height: 113px;
	}

#rooms>ul>li .item_photo {
	position: absolute;
	right: 0;
	top: 15px;
	padding: 3px;
	border: 1px solid #b1b3b6;
	background: #c8c8c8;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #f7f7f7, #c8c8c8);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#c8c8c8));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f7f7f7', EndColorStr='#c8c8c8', GradientType=0);
	}

.room_name a {
	color: #333333;
	}

.room_name {
	border-top: 2px solid #ffffff;
	padding-top: 10px;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 0 0 25px;
	}

li.room_item {
	min-height: 100px;
	}

li.room_item>p {
	margin: 5px 150px 3px 25px;
	font-size: .9em;
	}
	
li.room_item>p.lastp {
	margin-bottom: 10px;
	}

li.room_item>p>a {
	color: #787474;
	text-decoration: none;
	border-bottom: 1px dotted #787474;
	}

li.room_item>p>a:hover {
	color: #990000;
	border-bottom: 1px dotted #990000;
	}
	
li.room_item>.room_checkbox {
		position: absolute;
		top: 11px;
		left: 0;
	}

#location_map {
	padding: 5px;
	border: 1px solid #b1b3b6;
	background: #c8c8c8;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #f7f7f7, #c8c8c8);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#c8c8c8));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f7f7f7', EndColorStr='#c8c8c8', GradientType=0);
	
	}
	
.unavailable {
	color: #990000;
	}

/*
	Booking Items
*/

#booking_items {
	position: relative;
	}

#enhancements {
	width: 175px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	}

#enhancements>p {
	font-size: .9em;
	line-height: 1.5em;
	}

#enhancements>p.firstp {
	font-size: .9em;
	line-height: 1.5em;
	margin-top: 0;
	}

#enhancements>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.enhancement_name {
	padding-top: 10px;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 0 0 20px;
	}
	
li.enhancement_item {
	position: relative;
	}

li.enhancement_item>p {
	margin: 0 3px 0 20px;
	font-size: .9em;
	line-height: 1.3em;
	}
	
li.enhancement_item>.enhancement_checkbox {
		position: absolute;
		top: 11px;
		left: 0;
	}
	
li.enhancements_inline_item>.enhancements_inline_checkbox {
		position: absolute;
		top: 11px;
		left: 0;
	}

.enhancements_name {
	border-top: 2px solid #ffffff;
	padding-top: 10px;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 0 0 60px;
	}
	
li.enhancements_inline_item {
	position: relative;
	}

li.enhancements_inline_item>p {
	margin: 0 3px 0 60px;
	font-size: .9em;
	line-height: 1.3em;
	}
	
/*
	Members
*/

#members_table {
	width: 100%;
	}

#members_table th {
	text-align: right;
	font-weight: 400;
	width: 100px;
	padding-right: 10px;
	}

#members_table td input {
	width: 99%;
	font-size: 13px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 3px;
	}
	
/*
	Menu Items
*/

#menu {
	text-align: left;
	position: relative;
	}

#menu .col1 h2, #menu .col2 h2 {
	font-size: 1.2em;
	margin-top: 30px;
	}
	
.col1 {
	position: relative;
	width: 48%;
    float: left;
}
	
.col2 {
    width: 48%;
    top: -30px;
    left: 51%;
    float:right;
}

.menu_name {
	font-weight: 400;
	}

.menu_description {
	font-style: italic;
	font-size: 95%;
	margin-bottom: 10px;
	}
	
table.itinerary_display {
	border: 1px solid #ffffff;
	border-right: none;
	border-bottom: none;
	}
	
table.itinerary_display th, table.itinerary_display td {
	border: 1px solid #ffffff;
	border-left: none;
	border-top: none;
	padding: 3px;
}


.buynow {
	-moz-box-shadow:inset 0px 0px 3px 1px #2a5373;
	-webkit-box-shadow:inset 0px 0px 3px 1px #2a5373;
	box-shadow:inset 0px 0px 3px 1px #2a5373;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #053c60), color-stop(1, #2a5373) );
	background:-moz-linear-gradient( center top, #053c60 5%, #2a5373 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#053c60', endColorstr='#2a5373');
	background-color:#053c60;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #2a5373;
	display:inline-block;
	color:#ffffff;
	font-family:helvetica, arial, Verdana;
	font-size:14px;
	font-weight:normal !important;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:98px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.buynow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2a5373), color-stop(1, #053c60) );
	background:-moz-linear-gradient( center top, #2a5373 5%, #053c60 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5373', endColorstr='#053c60');
	background-color:#2a5373;
}.buynow:active {
	position:relative;
	top:1px;
}
