/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
}


body {
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#000000;
	background-image:url(images/ground.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#container {
	width:960px;
	margin:0px auto 10px;
}

#logo_container {
	margin:0px auto 10px;
	width:386px;
	height:92px;
	top:0px;
	position:relative;
}

#mainContent {
	margin:0px auto;
	width:940px;
	border:#FFFFFF 1px solid;
	text-align:left;
	background-color:#EBEEF1;
	position:relative;
	overflow:visible;
}

.dropTop {
	background-image:url(images/drop-shadow-up.png);
	background-repeat:no-repeat;
	width:960px;
	height:13px;
	overflow:hidden;
	margin:0px -10px;
	position:absolute;
	display:none;
}

.dropBottom {
	background-image:url(images/drop-shadow-down.png);
	background-repeat:no-repeat;
	width:960px;
	height:13px;
	overflow:hidden;
	margin:0px -10px;
	position:absolute;
	display:none;
}

.clear {
	clear:both;
	height:0px;
}

center {
	text-align:left;
}

/*--- Top Logo ---*/

#logo {
	background-image:url(images/BR-logo-header.png);
	background-repeat:no-repeat;
	height:92px;
	width:386px;
	overflow:hidden;
	cursor:pointer;
	display:block;
	padding:0px;
	margin:0px;
}

#logo span {
	display:block;
	height:92px;
	width:386px;
}

/*--- Main Content ---*/

#mainContent_header {
	height:10px;
	width:940px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url(images/silver-graphic-header.jpg);
	background-repeat:no-repeat;
	background-color:#8990a2;
}

#mainContent_footerBottom {
	height:10px;
	width:940px;
	margin:-2px auto 0;
	padding:0px;
	overflow:hidden;
	background-color:#8990a2;
	background-image:url(images/silver-graphic-footer.jpg);
	background-repeat:no-repeat;
}

/*--- nav ---*/

#mainContent_nav-top {
	margin-top:-13px;
}

#mainContent_nav {
	border:#FFFFFF 1px solid;
	width:960px;
	margin:0px -10px;
	padding:0px;
	background-image:url(images/nav-ground.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:13px;
	position:relative;
	padding:0px;
}

#mainContent_nav a {
	color:#ffffff;
}

#mainNav_right {
	float:right;
	margin:10px 20px 0px 10px;
}

#mainNav_left {
	margin:10px 10px 10px 20px;
}

.shoppingCart {
	background-image:url(images/cart-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
}

/*--- Content ---*/

#mainContent_content {
	background:#eaeef1;
}

#childText {
	margin:20px;
	font-size:13px;
	padding:0px 20px 20px;
	position:relative;
}

#childText a {
	color:#663300
}

#childText ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#childText li {
	background-repeat: no-repeat;
	background-image: url(images/bullet.jpg);
	background-position: 0px 3px;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#childText_FAQ {
	margin:20px 0px;
	font-size:13px;
	width:800px;
}

#childText_FAQ a {
	color:#663300
}

#childText_FAQ ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#childText_FAQ li {
	background-repeat: no-repeat;
	background-image: url(images/bullet.jpg);
	background-position: 0px 3px;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 14px;
}

h1 {
	font-size:30px;
	font-family: "Lucidia Sans",Lucidia Sans,Helvetica,Arial;
	color:#663300;
}

h2 {
	font-size:22px;
}

td,th {
	font-size:13px;
	text-align:left;
	padding:0px 0px .4em .7em;
}

th {
	font-weight:bold;
	white-space:nowrap;
	vertical-align:top;
}

#childText .button-continue  {
	background-color:#00CC00;
	background-image:url(images/button-ground-continue.jpg);
	background-repeat:repeat-x;
	padding:12px 10px;
	border:#FFFFFF 1px solid;
	text-decoration:none;
	color:#FFFFFF;
	line-height:36px;
	font-size:15px;
	cursor:pointer;
}

#childText .button-cancel {
	background-color:#CC0000;
	background-image:url(images/button-ground-cancel.jpg);
	background-repeat:repeat-x;
	padding:12px 10px;
	border:#FFFFFF 1px solid;
	text-decoration:none;
	color:#FFFFFF;
	line-height:36px;
	font-size:15px;
	cursor:pointer;
}

#childText .button-shop {
	background-color:#CC0000;
	background-image:url(images/button-ground-shop.jpg);
	background-repeat:repeat-x;
	padding:12px 10px;
	border:#FFFFFF 1px solid;
	text-decoration:none;
	color:#FFFFFF;
	line-height:36px;
	font-size:15px;
	cursor:pointer;
}

.removeLink {
	padding-left:14px;
	background-image:url(images/a_cancel.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.errors {
	color:#FF0000;
	font-size:14px;
	margin:1em 30px;
}

.validation-advice {
	color:#FF0000;
}
/*--- Footer ---*/

#mainContent_footer {
	border:#FFFFFF 1px solid;
	width:960px;
	margin:0px -10px;
	background-image:url(images/nav-ground.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:12px;
	position:relative;
}

.footer-column {
	float:left;
	width:252px;
	margin:20px 0px 20px 50px;
}

.footer-column h5 {
	border:none;
	border-bottom:#ab7352 1px solid;
	padding:0px;
	margin:0px 0px 10px;
	font-size:12px;
}

.footer-column a {
	color:#ffffff;
}

.footer-column ul {
	list-style:none;
	margin:10px 0px 0px;
	padding:0px;
}

#footer-locationList {
	float:right;
	width:146px;
}

/*--- Home Page ---*/

#home_top {
	background-image:url(images/header-ground.jpg);
	background-repeat:no-repeat;
	margin:-20px 0px;
	padding:24px 420px 20px 40px;
	position:relative;
	color:#ffffff;
	font-size:20px;
	z-index:1;
	height:270px;
	left:-40px;
}

#home_top h1 {
	padding:0px 30px 0px 0px;
	margin:0px;
	color:#663300;
	font-size:45px;
	letter-spacing:-1px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 42px;
	font-size-adjust: none;
	font-stretch: normal;
}

#home_snowboarder {
	background-image:url(images/boarder.png);
	background-repeat:no-repeat;
	height:370px;
	width:451px;
	z-index:10;
	position:absolute;
	right:6px;
	top:-330px;
}

#home_resorts {
	border:#FFFFFF 1px solid;
	width:960px;
	margin:0px -10px;
	background-image:url(images/nav-ground.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:13px;
	position:relative;
	z-index:2;
	left:-40px;
}

#home_resorts-content {
	margin:10px 30px;
}

#resortsArrow {
	display:block;
	background-image:url(images/button-ground-shop.jpg);
	background-repeat:repeat-x;
	width:123px;
	height:20px;
	float:right;
	margin-right:5px;
	margin-top:1px;
	padding:2px 0px 0px 0px;
	background-color:#FF0000;
	text-align:center;
	border: #FFFFFF solid 1px;
	cursor:pointer;
	z-index:30;
	position:relative;
}

#home_resorts-content a {
	color:#FFFFFF;
	font-weight:bold;
}

#home_resorts-content h2 {
	margin:0px;
	padding:0px;
	padding-left:30px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#home_resorts-mask {
	margin:0px -20px 0px -6px;
	overflow:hidden;
	width:908px;
	position:relative;
}

#home_resorts #resorts {
	margin:0px;
	padding:0px;
	list-style:none;
	width:1540px;
	position:relative;
}

#home_resorts #resorts li {
	margin:0px 16px 0px 0px;
	padding:0px;
	float:left;
}

#home_resorts #resorts li a {
	display:block;
	height:134px;
	width:138px;
	overflow:hidden;
}

#home_resorts #resorts li a span {
	display:block;
	height:134px;
	cursor:pointer;
}

#home_resorts-BS {background-image:url(images/logo_bigsky_off.png);}
#home_resorts-BS:hover {background-image:url(images/logo_bigsky_on.png);}

#home_resorts-Boyne {background-image:url(images/logo_boyne_off.png);}
#home_resorts-Boyne:hover {background-image:url(images/logo_boyne_on.png);}

#home_resorts-LM {background-image:url(images/logo_loon_off.png);}
#home_resorts-LM:hover {background-image:url(images/logo_loon_on.png);}

#home_resorts-SL {background-image:url(images/logo_sugarloaf_off.png);}
#home_resorts-SL:hover {background-image:url(images/logo_sugarloaf_on.png);}

#home_resorts-SR {background-image:url(images/logo_sundayriver_off.png);}
#home_resorts-SR:hover {background-image:url(images/logo_sundayriver_on.png);}

#home_resorts-BCS {background-image:url(images/logo_bcs_off.png);}
#home_resorts-BCS:hover {background-image:url(images/logo_bcs_on.png);}

#home_resorts-Brighton {background-image:url(images/logo_brighton_off.png);}
#home_resorts-Brighton:hover {background-image:url(images/logo_brighton_on.png);}

#home_resorts-CM {background-image:url(images/logo_crystal_off.png);}
#home_resorts-CM:hover {background-image:url(images/logo_crystal_on.png);}

#home_resorts-CY {background-image:url(images/logo_cypress_off.png);}
#home_resorts-CY:hover {background-image:url(images/logo_cypress_on.png);}

#home_resorts-SS {background-image:url(images/logo_summer_off.png);}
#home_resorts-SS:hover {background-image:url(images/logo_summer_on.png);}

/*--- Logon Page ---*/

#logon-container {
	
}

#logon-container .column {
	float:left;
	width:40%;
	margin:0px 5%;
	overflow:visible;
}

#logon-container h2 {
	margin:0px -10px .4em -10px;
	border-bottom:#000000 1px solid;
	padding:0px;
	position:relative;
}

/*--- Resort Page ---*/

.productColumn {
	float:left;
	width:50%;
}

#resort-prices th, #resort-prices td {
	vertical-align:top;
	padding:0px 0px 10px 10px;
}

#cardAmounts {
	list-style:none;
	padding:0px;
	margin:0px;
}

#cardAmounts li {
	float:left;
	padding:0px;
	margin:0px;
	width:134px;
	text-align:center;
	background-image:none
}

#cardAmounts label {
	display:block;
	width:138px;
	height:134px;
	overflow:hidden;
	cursor:pointer;
	background-repeat:no-repeat;
}

#cardAmounts label span {
	display:block;
	height:134px;
}

li.cardValue-25 label{background-image:url(images/prices/25_off.jpg);}
li.cardValue-25:hover label,li.hover label.cardLabel-25 {background-image:url(images/prices/25_over.jpg);}
li.selected label.cardLabel-25 {background-image:url(images/prices/25_on.jpg);}

li.cardValue-50 label{background-image:url(images/prices/50_off.jpg);}
li.cardValue-50:hover label,li.hover label.cardLabel-50 {background-image:url(images/prices/50_over.jpg);}
li.selected label.cardLabel-50 {background-image:url(images/prices/50_on.jpg);}

li.cardValue-75 label{background-image:url(images/prices/75_off.jpg);}
li.cardValue-75:hover label,li.hover label.cardLabel-75 {background-image:url(images/prices/75_over.jpg);}
li.selected label.cardLabel-75 {background-image:url(images/prices/75_on.jpg);}

li.cardValue-100 label{background-image:url(images/prices/100_off.jpg);}
li.cardValue-100:hover label,li.hover label.cardLabel-100 {background-image:url(images/prices/100_over.jpg);}
li.selected label.cardLabel-100 {background-image:url(images/prices/100_on.jpg);}

li.cardValue-200 label{background-image:url(images/prices/200_off.jpg);}
li.cardValue-200:hover label,li.hover label.cardLabel-200 {background-image:url(images/prices/200_over.jpg);}
li.selected label.cardLabel-200 {background-image:url(images/prices/200_on.jpg);}

li.cardValue-500 label{background-image:url(images/prices/500_off.jpg);}
li.hover label.cardLabel-500,li.cardValue-500:hover label {background-image:url(images/prices/500_over.jpg);}
li.selected label.cardLabel-500 {background-image:url(images/prices/500_on.jpg);}

/*-- Shopping Cart ---*/

#shoppingCart {
	border:none;
	border-bottom:#000000 1px solid;
	width:80%;
}

#shoppingCart th, #shoppingCart td {
	border:none;
	padding:4px 10px;
	margin:0px;
}

#shoppingCart th{
	border-bottom:#663300 1px solid;
	font-size:16px;
}

#shoppingCart-totals {
	border:none;
	margin:.5em 0px;
}
