/* -----------------------------------------------------------------------
	Client:		The Broadmoor
	Title:		Shared stylesheet for screen media
	Author:		Tavis Tucker, ttucker@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	3 August 2006
------------------------------------------------------------------------- */

@import url("nav.css");

/* ----- Generic styles --------------------------------------------------*/
* { margin: 0; padding: 0; }

body {
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: white;
	color: #4e4d49;
	}

a img { border: 0; }
a:link { color: #55699b; }
a:visited { color: #946a04; }
a:hover { color: #c93607; }
hr { display: none; }
.hidden {display:none;}

/* ----- Common classes --------------------------------------------------*/
/* commented backslash hack (second rule is for IE5/Mac) \*/
.alt { position: absolute; left: -9999px; }
/* end hack */
/*\*//*/
.alt { text-indent: -9999px; }
/**/

.align-left { float: left; display: inline; margin: 0 15px 0 0; }
.align-right { float: right; display: inline; margin: 0 0 0 15px; }
.clear-left { clear: left; }
.clear-right { clear: right; }

/* ----- Page layout -----------------------------------------------------*/

div#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 761px;
	}

h1#link-resort {
	position: absolute;
	left: 29px;
	top: 4px;
	background: url("../images/nav/primary-home.gif") no-repeat;
	background-position: 0 -14px;
	width: 75px;
	}

h1#link-resort a {
	display: block;
	width: 64px;
	height: 27px;
	background: url("../images/nav/primary-home.gif") no-repeat;
	background-position: 0 6px;
	}

h1#link-resort a:hover { background: none; }
h2#link-shopping {
	position: absolute;
	left: 114px;
	top: 4px;
	background: url("../images/nav/primary-shopping.gif") no-repeat;
	background-position: 0 -14px;
	}

h2#link-shopping a {
	display: block;
	width: 83px;
	height: 27px;
	background: url("../images/nav/primary-shopping.gif") no-repeat;
	background-position: 0 6px;
	}

h2#link-shopping a:hover { background: none; }

h1#branding {
	position: absolute;
	left: 23px;
	top: 42px;
	background: url("../images/logo.gif") no-repeat;
	}
h1#branding a {
	display: block;
	width: 180px;
	height: 106px;
	}

div#page-wrapper {
	background: url("../images/sidebar-bg.gif") no-repeat;
	}

div#masthead-wrapper {
	position: relative;
	left: 245px;
	top: 0px;
	width: 516px;
	}

div#content-wrapper {
	background: #f1eadc url("../images/content-bg.gif") repeat-x;
	padding-top: 27px;
	}

div#content-wrapper:after { /* hack to clear push if push content is too long */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#content-wrapper {min-height: 0;}
/* Hides from IE-mac \*/
* html div#content-wrapper {height: 1%;}
/* End hide from IE-mac */

/* Page Title */
div#title-wrapper {
	width: 100%;
	}

div#title-wrapper h2 {
	float: left;
	display: inline;
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 36px 0 0 45px;
	color: #7d4800;
	text-transform: uppercase;
	}

div#title-wrapper h3 {
	float: left;
	display: inline;
	font-size: 1.4em;
	margin: 39px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7d4800;
	text-transform: uppercase;}
	
h3.category_title, div.formtitles_uline {
	font-size: 1.4em;
	font-weight:bold;
	margin: 39px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d4800;
}
div#content {
	clear: left;
	margin: 0 45px 40px 45px;
	padding-top: 25px;
	line-height: 1.8em;
	}

div#content p {
	font-size: 1.1em;
	margin-bottom: 20px;
	}


/* Featured Item */
div#featured-item-wrapper {
	float: right;
	display: inline;
	margin: 0 0 15px 40px;
	width: 192px;
	clear:right;
	}

div#featured-item-wrapper h4 {
	width: 192px;
	height: 19px;
	background: url("../images/hdr-featured.gif") no-repeat left;
	}

div#featured-item {
	background-color: #fbf9f4;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e8dfcc;
	padding: 17px 11px;
	}
div#featured-item:after { /* hack to clear push if push content is too long */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#featured-item {min-height: 0;}
/* Hides from IE-mac \*/
* html div#featured-item {height: 1%;}
/* End hide from IE-mac */

div#featured-item img {
	float: left;
	display: inline;
	margin-right: 15px;
	}

div#featured-item p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-bottom: 0;
	}

div#featured-item a {
	color: #c93607;
	}


/* Pagination */
div.pagination {
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	}

div.pagination a, div.pagination span {
	text-decoration: none;
	padding: 2px 3px;
	}

div.pagination a:hover {
	text-decoration: underline;
	}

p#loggedin {
	font-size: 1.1em;
	padding-bottom: 20px;
	}

/* Item Listing */
div.item-wrapper {
	clear: left;
	margin-bottom: 30px;
	}
div.item-wrapper:after { /* hack to clear push if push content is too long */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#item-wrapper {min-height: 0;}
/* Hides from IE-mac \*/
* html div.item-wrapper {height: 1%;}
/* End hide from IE-mac */

div.item-image {
	float: left;
	display: inline;
	width: 102px;
	margin-right: 30px;
	text-align: center;
	}

div.item-image img {
	border: 1px solid #dacbad;
	}

div.item-details {
	float: left;
	display: inline;
	width: 539px;
	}

div.item-details h4 {
	color: #4361ab;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-transform: uppercase;
	background: url("../images/header-bg.gif") no-repeat bottom left;
	padding-bottom: 13px;
	margin-bottom: 2px;
	}
div.item-details h4 a {
	text-decoration: none;
	}
div.item-details h4 a:hover {
	color: #c93607;
	}


div.item-details p {
	margin-bottom: 15px !important;
	}

div.item-details ul, div.item-details ol {
	margin: 0 0 20px 30px;
	}

div.item-details ul ul, div.item-details ol ol {
	margin-bottom: 0;
	}

div.item-details ul li ul li {
	font-size: 1em;
	margin: 0 30px 0 0;
	}

div.item-details ol li ol li {
	font-size: 1em;
	margin: 0 30px 0 0;
	}

div.item-details form div {
	clear: both;
	margin-bottom: 5px;
	}

div.item-details label {
	font-size: 1.1em;
	display: block;
	float: left;
	width: 50px;
	padding: 0.2em;
	text-align: right;
	}

div.item-details select {
	font-size: 1.1em;
	}

div.item-details input.quantity {
	width: 40px;
	font-size: 1.1em;
	padding: 1px;
	}

input.cartbtn {
	/*vertical-align: bottom;
	margin-left: 3px;
	margin-bottom: 1px;*/
	background: #e7dcca url("../images/button-bg.gif") repeat-x;
	border: 1px solid #9f773c;
	height: 20px;
	/*display: block;
	float: left;*/
	margin-right: 5px;
	font-size: 1.1em;
	padding: 2px 3px 2px 3px;
}

input.smaller {
	font-size: 1.0em;
}

/*
div.item-details span.submit input, div.item-details input.cartbtn {
	font-size: 1.1em;
	padding: 2px 3px 2px 3px;
}
*/

/* Popup Styles */

body.popupcontent {
	background: url("../images/popup-bg.gif") no-repeat;
	text-align: center;
	}

body.popupcontent div#wrapper {
	margin: 25px auto 0 auto;
	width: 420px;
	}

body.popupcontent img {
	border: 1px solid #dacbad;
	}

body.popupcontent label {
	width: 100px !important;
	}

body.popupcontent h3 {
	font-size: 1.3em;
	margin: 0 20px 10px 20px;
	}

body.popupcontent p {
	font-size: 1.1em;
	margin: 0 20px 20px 20px;
	}

body.popupcontent ul, body.popupcontent ol {
	margin: 0 0 20px 40px;
	}


body.popupcontent li {
	font-size: 1.1em;
	margin: 0 30px 10px 0;
	}

div.popup-close {
	text-align: right;
	margin-bottom: 15px;
	}
	
div.popup-image {
	text-align: center;
	}


/* Cart Styles */

table#cart {font-size: 1.1em;width:670px;}
table#cart th {background: #e7dcca;padding:2px;margin:2px;border-bottom: 1px solid #9f773c;}
table#cart th.citemtitle { padding-left:5px;}
table#cart tr.toprow { border:1px solid #9f773c;}
table#cart td {padding:2px;margin:2px;border-bottom: 1px solid #9f773c;}
table#cart .citemtitle {text-align:left;}
table#cart .citemtotal, table#cart .citemprice {width:80px;}
table#cart td.citemupdate {white-space:nowrap;text-align:right;width:100px;padding:2px;margin:0;}
table#cart td.citemupdate input.cartbtn {
	background: #e7dcca url("../images/button-bg.gif") repeat-x;
	border: 1px solid #9f773c;
	float:right;
	font-size: 1.1em;
	padding: 2px 1px 2px 1px;
}
table#cart td.citemupdate input.cartinput {width:30px;float:left;}
table.cart_nob td {text-align:right;}

/* Footer Styles */
div#footer-wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 761px;
	color: #898989;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#footer-wrapper a {
	color: #898989;
	text-decoration: none;
	}
	
div#footer-wrapper a:hover {
	text-decoration: underline;
	}
	
div#footer-wrapper address {
	margin: 10px 0 2px 0;
	height: 10px;
	background: url("../images/address.gif") no-repeat center;
	}

div#footer-wrapper address a {
	width: 427px;
	height: 10px;
	display: block;
	margin: auto;
	}

div#footer-wrapper img {
	margin: 10px 0;
	}

.url, .geo, .org, .type, .email, .abbr-hack {
	display: none;
	}


/*	SIFR RULES	*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/*	End do not modify	*/

p#loggedin {float:right;text-align:right;margin:10px 40px 0 0;}

/* ----- Contingency rules -----------------------------------------------*/
div#browser-warning { display: none; }
