#wrapper {
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 120px;
	margin: 0;
	position: relative;
}
#header #contactButton {
	position: absolute;
	left: 650px;
	top: 0px;
}
#header #contactButton a{
	text-indent: -1000em;
	display: block;
	background: url(../_images/contact_icon_dual.gif) no-repeat left top;
	height: 29px;
	width: 86px;
}

#header #mainNav {
	position: absolute;
	left: 415px;
	bottom: 0px;
	width: 585px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	margin-right: 10px;
	display: block;
	line-height: 25px;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header #mainNav li a:hover {
	color: #333;
	border: none;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background-image: url(../images/current.jpg);
	color: #FFF;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #FFF;
	cursor: default;
}
	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}
/* ------- END HEADER STYLES ----------*/


#reservation table.concierge { width:100%; margin-left:5px; background-color: #F5F8FB; border: 1px solid #9BBBDB; }
#reservation table.discounts { width:100%; background-color:#D2E5F8; }
#reservation .header { font-weight:bold; color:#ED3338; }
#reservation h1 { font-size:9pt; font-weight:bold; color:#000000; margin-top:0; margin-bottom:0; }
#reservation h1.finish { font-size:12pt; font-weight:bold; color:#000000; margin-top:0; margin-bottom:8; }
#reservation h2 { font-size:9pt; font-weight:bold; color:#ED3338; margin-top:0; margin-bottom:0; text-align:center; }
#skigroup th { font-size:8pt; color:#666666; background-color:#F5F8FB; font-weight:bold; }
#skigroup td { font-size:8pt; color:#336699; }
#skigroup2 th { font-size:9pt; color:#666666; background-color:#F5F8FB; text-align:left; }
#skigroup2 td { font-size:9pt; color:#336699; }
table.price { background-color: #FBE3E4; border: 1px solid #ED3338; }
p.price { font-size:14pt; font-weight:bold; text-align:center; margin-top:4; margin-bottom:0; }
p.savings { font-size:10pt; font-weight:bold; text-align:center; margin-top:4; margin-bottom:0; color:#666666; }
p.small { margin-top:0; margin-bottom:8; font-size:8pt; color:#666666; }
p.print { font-size:8pt; }
p.note { text-indent:-10; margin-left:15; margin-top:0; margin-bottom:5; font-size:9pt; color:#333333; font-weight:bold; }
p.bold { text-align:center; font-weight:bold; color:#ED3338; }
.required { font-weight:bold; color:#ED3338; }
.required2 { font-weight:bold; color:#336699; }
#reservation input,select,textarea { font-size:9pt; }
.AdminTableHeader { font-weight: bold; color: white; background-color: #336799; }
.AdminTableText { font-size: 8pt; color: #336799;}

a.black:link { color:#000000; }
a.black:visited { color:#000000; }
a.black:active { color:#000000; }
a.black:hover { color:#000000; text-decoration:none; }

a.delete:link { color:#ED3338; }
a.delete:visited { color:#ED3338; }
a.delete:active { color:#ED3338; }
a.delete:hover { color:#ED3338; text-decoration:none; }

A:link {color: #336699;}
A:visited {color: #336699;}
A:active {color: #000000;}
A:hover {color: #000000;}
