/* @override http://192.168.1.110:8888/quartzmtn/styles/main.css */

/*
Company:	Quartz Mountain
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #929865;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
}
div#bd-btm {
	width: 940px;
	height: 43px;
	background: url(../images/ft-log.gif) no-repeat 0 100%;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
div#ft div.email-signup {
	width: 240px;
	float: left;
	display: inline;
}
div#ft div.email-signup p {
	margin: 0 0 5px 0;
}
div#ft div.email-signup input.txt {
	width: 150px;
	vertical-align: middle;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}
div#ft div.email-signup input.btn {
	vertical-align: middle;
}
div#ft div.ft-text {
	width: 660px;
	text-align: right;
	float: right;
	display: inline;
}
div#ft a:link, div#ft a:visited {
	color: #000;
	text-decoration: underline;
}
div#ft a:hover {
	text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 89px;
	height: 84px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 10px 50px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Content Wrap */
div.content-wrap {
	padding: 0 40px 50px 40px;
}

/* Head Right */
div#hd-right {
	width: 775px;
	float: right;
	display: inline;
}

/* Contact Info */
div#contact-info {
	font-family: Verdana, Arial, sans-serif;
	color: #ede2aa;
	font-size: 85%;
	text-align: right;
	padding: 0 22px 0 0;
	height: 85px;
}
div#contact-info p {
	margin: 0;
	padding: 15px 0 0 0;
}

/* Flash */
div#flash {
	clear: both;
	background: url(../images/flash-border.png) no-repeat 0 100%;
	width: 940px;
	overflow: hidden;
	padding: 0 0 20px 0;
}
div#flash-box {
	width: 865px;
	height: 400px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
	clear: both;
}
div#flash-btm {
	width: 940px;
	background: url(../images/flash-btm.png) no-repeat 0 0;
	padding: 10px 0 0 0;
}

/* Side */
div.side {
	width: 240px;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 562px;
	margin: 0 20px 0 0;
	float: right;
	display: inline;
}
div.main-content {
	padding: 30px 0 0 0;
}

/* Reservations */
div.reservations {
	padding: 15px 0 20px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #611906;
	width: 374px;
	float: left;
	display: inline;
}
div.main div.reservations h2 {
	margin: 0 0 10px 0;
}
div.reservations label {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	padding: 0 0 2px 0;
	color: #261406;
}
div.reservations img {
	vertical-align: middle;
}
div.reservations input.txt {
	vertical-align: middle;
	border: 1px solid #a5acb2;
	padding: 3px;
	font-size: 85%;
	color: #261406;
	width: 115px;
	font-family: Verdana, Arial, sans-serif;
}
div.reservations input.btn {
	vertical-align: middle;
}
div.reservations div.left {
	width: 160px;
	float: left;
	display: inline;
}
div.reservations div.right {
	width: 200px;
	float: left;
	display: inline;
}

/* Hot Deals */
div.hotdeals {
	width: 150px;
	border: 1px solid #611906;
	padding: 10px;
	float: right;
	display: inline;
}
div.hotdeals p {
	margin: 0;
}

/* Sidebox */
div.sidebox {
	padding: 0 0 30px 0;
}

/* Pics */
.pic-left {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}
.pic-right {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}

/* Callout */
div.callout {
	padding: 10px;
	border: 1px solid #611906;
	margin: 0 0 15px 0;
}
div.callout img {
	margin-bottom: 0!important;
}
/* @end */

/* @group Nav */
div#nav {
	font-family: Verdana, Arial, sans-serif;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 0 8px 6px 8px;
	font-size: 85%;
	font-weight: bold;
	line-height: 20px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #f7e8c1;
	text-decoration: none;
}

div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-color: #611906;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #611906;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index: 100;
	width: 200px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	font-size: 85%;
	display: block;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #f7e8c0;
	color: #611906;
}


/* 3rd Level Dropdown */
div#nav ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -2em 0 0 5em;
	background-color: #456595;
}
div#nav ul ul ul li {

}
div#nav ul li ul li:hover ul, div#nav ul li ul li.sfhover ul {
	left: auto!important;
}
div#nav ul li ul li ul li a {
	white-space: nowrap;
}
div#nav ul li ul li ul li:hover a, div#nav ul li ul li ul li.sfhover a {

}

/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #261406;
	font-size: 161.6%;
}
div.main h2 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #261406;
	font-size: 161.6%;
}
div.main h3 {
	margin: 0 0 5px 0;
	font-size: 116%;
	color: #261406;
}

div.side h2 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	text-align: center;
	font-weight: normal;
	font-size: 145.6%;
	color: #261406;
	border-bottom: 1px solid #611906;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #261406;
}
div.main p {
	font-size: 100%;
	line-height: 140%;
}

div.side {
	color: #261406;
}
div.side p {
	font-size: 100%;
	line-height: 140%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 100%;
	line-height: 140%;
}
div.main li li {
	font-size: 100%;
}
div.main ul.mainlist {
	margin: 0 0 1em 0;
}
div.main ul.mainlist li {
	list-style: none;
}
div.main ul.mainlist li a:link, div.main ul.mainlist li a:visited {
	text-decoration: none;
}
div.main ul.mainlist li a:hover {
	text-decoration: underline;
}

div.side ul {
	margin: 0;
	padding: 0;
}
div.side li {
	list-style: none;
	font-size: 100%;
	line-height: 140%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #261406;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.quantCert {
	 width: 50px;
}

.amountCert {
	width: 70px;
}

.quantTotal, .amountTotal {
	width: 90px;
}

/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */