@import url('reset.css');
@import url('headers.css');
@import url('footer.css');
@import url('colorbox.css');
@import url('thickbox.css');

html {
	background: #000;
	height: 100%;
}

body {
	height: 100%;
	background: #000;
	color: #666;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	white-space: normal;
	word-spacing: -1em;
	font-size: 0;
	*font-size: 12px;
	*word-spacing: normal;
}

/*	display inline
		space hack	*/	
body > * {
	font-size: 12px;
	word-spacing: normal;
}	


/*	general styles	*/
a {
	color: #660b32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	display: block;
	margin: 9px 0;
}

p.inline {
	display: inline;
	line-height: 20px;
	margin: 0;
}

.terms	{
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 2.0em;
}

.terms-packages	{
	font-size: 11px;
	line-height: 1.3em;
}

ul.arrows, ul.arrows-site-map {
	margin-left: 10px;
	margin-bottom: 10px;
}

ul.arrows-top {
	margin-top: 9px;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul.arrows-site-map li	{
	padding-bottom: 14px;
}

ul.arrows li, ul.arrows-top li, ul.arrows-site-map li {
	background: url("/images/arrow.gif") no-repeat scroll 0 7px transparent;
	padding-left: 12px;
}
ul.arrows ul li, ul.arrows-top ul li, ul.arrows-site-map ul li {
	background: none;
	color: #982041;
	list-style: disc;
	padding: 0;
	margin-left: 14px; /* originally 10px */
}

.box {
	background-color: #ddd;
	border: 3px double #999;
	margin: 9px 0;
	padding: 0 10px;
}

.special-box {
	background: url("/images/special_box.png") repeat scroll 0 0 transparent !important;
	border: 3px double #660B32;
	padding: 5px 0 0 15px;
	width: 352px;
}

.special-box-wider {
	width: 370px;	
}

.spa-box {
	background-color: #ddd;
	border: 3px double #660b32;
	margin: 30px 0 9px;
	padding: 0 10px;
}

.center {
	text-align: center;
	width: 100%;
}

.text-center	{
	text-align: center;
}

ul.plist li {
	float: left;
	margin: 9px 0;
}

.img_border {
	border: 1px solid #660b32;
	padding: 1px;
}

.img_border2 {
	margin-top: 20px;
}

.right_column .img_border {
	margin: 20px 0 0;
}

.img_border_content {
	border: 1px solid #660b32;
	padding: 1px;
	margin-top: 14px;
}

.more {
	background: url('/images/more.png') no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	line-height: 11px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 18px;
	/*text-indent: -9999px;*/
	vertical-align: bottom;
	/*width: 12px;*/
}

.more:hover {
	background-position: 0 -12px;
}

.more.less {
	background-position: 0 -24px;
}
.more.less:hover {
	background-position: 0 -36px;
}

.hr {
	clear: left;
	height: 0;
	overflow: hidden;
	margin: 0 0 9px;
	padding: 9px 0 0;
	border-bottom: 1px dashed #000;
	width: 100%;
}

/*	structural */
#flash {
	display: inline-block;
	height: 775px;
	vertical-align: top;
}

#content, #additional_content {
	background: #ddd;
	padding: 10px 60px 20px;
}
#additional_content {
	padding: 0 60px 20px;
}

.additional_content_padding_fix {
	padding: 0 0 20px !important;	
}

.left_column, .right_column {
	float: left;
	vertical-align: top;
	width: 46%;
}

.left_column {
	padding-right: 4%;
}

.right_column {
	padding-left: 4%;
}

/* duplicate of style on line 100
.right_column .img_border {
	margin: 20px 0 0;
}
*/

#brandbar {
	background-color: #660b32;
	border-top: 1px solid #000;
	height: 48px;
}

#additional_content {
	display: none;
}

#additional_content .full_width {
	float: left;
	margin: 0 60px;
}

/* buttons */
a.rfp {
	background: url('/images/buttons/rfp.png') no-repeat;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 150px;
}
a.rfp:hover {
	background-position: 0 -23px;
}

/* meetings */
.box.meetings {
	background-color: transparent;
	border: none;
	padding: 0;
}

.box dl {
	float: left;
}
.box .rfp {
	float: right;
	margin-top: 6px;
}
.meetings_nav {
	text-align: center;
	padding-top: 6px;
}
.meetings_nav a {
	margin: 0 9px;
}

#overview-page a.overview-link {
	text-decoration: underline;
}

#photos-page a.photos-link {
	text-decoration: underline;
}

#floorplans-page a.floorplans-link {
	text-decoration: underline;
}

#testimonials-page a.testimonials-link {
	text-decoration: underline;
}

#private-dining-page a.private-dining-link {
	text-decoration: underline;
}

#screeningroom-page a.screeningroom-link {
	text-decoration: underline;
}

#weddings-page a.weddings-link {
	text-decoration: underline;
}

#social-events-page a.social-events-link {
	text-decoration: underline;
}

#promotions-page a.promotions-link {
	text-decoration: underline;
}

#green-page a.green-link {
	text-decoration: underline;
}

/* MAP numbers */

.map-reservations  {
	margin-right: 15px;
}

.map-direct  {
	margin-right: 51px;
}

.map-fax  {
	margin-right: 65px;
}


/* BOOK NOW button */

.book-now {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/buttons/book_now.png') no-repeat;
	_background: transparent url('/images/buttons/book_now.png') no-repeat;
	margin: 8px;
	width: 90px;
	height: 23px;
	_cursor: hand;
}

.book-now-centered {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/buttons/book_now.png') no-repeat;
	_background: transparent url('/images/buttons/book_now.png') no-repeat;
	margin: 8px auto;
	width: 90px;
	height: 23px;
	_cursor: hand;
}

.book-now:hover, .book-now-centered:hover {
	background-position: 0 -23px;
}

/* WINE HOUR popup */
#wine_hour {
	background: #fff;
	padding: 10px 10px 0;
}

#wine_hour .left {
	float: left;
	width: 210px;
}

#wine_hour img {
	float: left;
	margin-right: 10px;
}

/* LIVE FITNESS popup */
#live_fitness {
	background: #fff;
	padding: 10px 10px 0;
}

/* DINING HOURS */

.breakfast-hours { 
	margin-right: 29px;
}

.brunch-hours { 
	margin-right: 3px;
}

.lunch-hours {
	margin-right: 41px;
}

.dinner-hours {
	margin-right: 44px;
}

.dinner-hours-2 {
	margin-left: 83px;
}

.bar-hours {
	margin-right: 5px;
}

.bar-hours-2 {
	margin-right: 82px;
}


/* FoodParc */

.daily-press-hours	{
	margin-right: 54px;
}

.smoothie-shack-hours	{
	margin-right: 20px;
}

.red-farms-hours	{
	margin-right: 81px;
}

.fornetti-hours	{
	margin-right: 95px;
}

.three-bs-hours	{
	margin-right: 119px;
}

.parc-bar-hours	{
	margin-right: 68px;
}

.daily-press-hours, .smoothie-shack-hours, .red-farms-hours, .fornetti-hours, .three-bs-hours, .parc-bar-hours	{
	font-weight: bold;
}

img.bar-basque-logo	{
	margin-top: 14px;
}

/* SPA HOURS */

.spa-mon-fri-hours { 
	margin-right: 20px;
}

.spa-sat-hours { 
	margin-right: 60px;
}

.spa-sun-hours { 
	margin-right: 68px;
}

/* PERKS OFFER LIGHTBOX */
#eventi-perks {
	background: #fff;
	font-size: 11px;
	padding: 10px 10px 10px;
}

#eventi-perks .content-area {
	float: left;
	width: 700px;
}

#eventi-perks .content-area ul{
	list-style-type: square;
	margin-top: -8px;
	margin-left: 15px;
}

#eventi-perks img {
	float: left;
	margin-right: 10px;
}

#eventi-perks p.terms	{
	font-size: 9px;
}

/* INTERNATIONAL CALLERS table */

.international_numbers {
	margin: 8px 0 20px 0;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	width: 480px;
}

.international_numbers th {
	background-color: #ddd;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	color: #666;
	font-size: 12px;
	padding: 3px 3px 3px 8px;
	font-weight: bold;

}

.international_numbers td {
	color: #666;
	font-size: 12px;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	padding: 2px 2px 2px 8px;
}

/* CAPACITY CHART */

table.capacity {
	border-collapse: collapse;
	font-size: 11px;
	margin: 2px 0 20px;
}

table.capacity th.room {
	text-align: left;
}

table.capacity th {
	border-bottom: 1px solid #660B32;
	padding-bottom: 0.3em;
	text-align: center;
}

table.capacity td {
	border-bottom: 1px solid #660B32;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: center;
}

/* reservations */

body {
	position: relative;
}
#reservation_app {
	background: #000;
	display: none;
	position: absolute;
	top: 142px;
	left: 266px;
}

#reservation_app {
	padding: 10px 10px 10px;
	position: absolute;
	z-index: 99;
}

#reservation_app form {
	display: block;
}

#reservation_app ul {
	margin-top: 6px;
}

.labels, .elements {
	display: inline-block;
	margin-bottom: 4px;
}
.labels, .labels label {
	margin: 2px 0;
}

.labels label {
	display: block;
}

#groupCode {
	width: 67px;
}
#corporateId {
	width: 68px;
}

/* buttons */
a.calendar {
	text-indent: -9999px;
	background-image: url('/images/calendar.gif');
	background-repeat: no-repeat;	
	width: 13px;
	height: 10px;	
	overflow: hidden;	
	margin-left: 6px;
	display: inline-block;	
}
a.calendar:hover {
	background-position: 0 -10px;
}

.btn_check_rates {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/buttons/check_rates.png') no-repeat;
	width: 150px;
	height: 23px;
	cursor: pointer;
	border: 0 !important;
	padding: 0 !important;
	*margin-right: 10px;
}
.btn_check_rates:hover {
	background-position: 0 -23px;
}

#rateCode {
	margin-bottom: 3px;
	width: 160px;
}
#rateType {
	width: 162px;
}

/* form elements */
#reservation_app span, #reservation_app .labels {
	font: 9px/13px verdana;
}
#reservation_app input, #reservation_app select {
	border: 1px solid #92b6c7;
	font: 9px/13px verdana;
}
#reservation_app .elements {
	*display: inline;
	*zoom: 1;
	*vertical-align: bottom;
}
#reservation_app {
	width: 410px;
}
#reservation_app input {
	padding: 3px !important;
}

#reservation_app select {
	padding: 1px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

#reservation_close {
	border: 1px solid #660B32;
	color: #660B32;
	cursor: pointer;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px;
	text-transform: uppercase;
	margin-top: -25px;
	*margin-top: -27px;
	margin-top: -19px \9;
}

#reservation_close:hover {
	border: 1px solid #ccc;
	color: #ccc;
	text-decoration: none;
}


.float_left {
	float: left;
	width: 220px;
}

.button_cont {
	margin: 17px 10px 0;
	*margin: 15px 10px 0;
	*padding-right: 10px;
}

#show_options {
	cursor: pointer;
	font-weight: bold;
}

#hidden_options {
	clear: left;
	display: none;
	margin-left: -20px;
	padding: 0 20px;
	width: 400px;
	z-index: 10;
}

/*Location-Map page */
.btn-google	{
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/buttons/google_button.gif') no-repeat;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 20px;
	width: 150px;
	height: 31px;
	_cursor: hand;
	float: left;
}

.btn-google:hover	{
	background-position: 0 -31px;
}

.map_link {
	float: left;	
	margin-top: 22px;
	margin-right: 50px;
	margin-bottom: 20px;
}

/*accommodations */
.image-rooms {
	margin: 5px 28px 7px 2px;
	border: 1px solid #660B32;
	float: left;
	padding: 3px;	
}

.image-rooms:hover {
	border: 1px solid #c2155f;
}

.accommodations_item {
	border-bottom: 1px dashed #000000;
	width: 100%;
	clear: both;
	float: left;
	padding: 9px 0;
}

.accommodations_item p {
	float: right;
	max-width: 60%;
	margin: 5px 0 5px 0;
}

#spa-rules-content	{
	background-color: #ddd;
}

.fine_print {
	font-size: 10px;
}

.block_stack {
	_display: inline;
	background: #ededed;
	color: #a2a2a2;
	height: 95px;
	margin: 10px 12px 10px 0;
	width: 460px;
	line-height: 16px;
	float: left;
	text-align: left;
}

.block_stack img  {
	float: left;
	margin-right: 16px;
}

.block_stack p {
	font-size: 12px;
	margin-top: 24px;
	margin-right: 16px;
}

.services_right p {
	margin-top: 14px;
}

.block_stack h2 {
	margin-top: 24px;
}

.block_stack a {
	color: #776440;
	font-size: 11px;
	font-weight: bold;
}
.block {
	background: #ededed; /* previously #e3e9e6 */
	height: 95px;
	padding: 2px !important;
	margin-top: 50px !important;
	width: 588px;
}

.block img {
	float: left;
	padding-right: 18px !important;
}

.block h4 {
	margin-top: 10px !important;
}

/* LLAL stacks */

.local-tips h3 {
	font-size: 16px;	
}

.local-tips p {
	margin-bottom: 0 !important;	
}

.lll_stack {
	_display: inline;
	background: #ededed;
	color: #a2a2a2;
	height: 100%;
	margin: 10px 12px 30px 0;
	width: 100%;
	line-height: 16px;
	float: left;
	text-align: left;
}

.lll_stack img  {
	float: left;
	margin-right: 16px;
}

.lll_stack p {
	font-size: 12px;
	margin-top: 24px;
	margin-right: 16px;
}
