/**************************************************/

/* Styles for ski/mountain resorts */
/* Highlight color is sunset */
/* Author: Erin Sowards */
/* Creation Date: April 2007 */

/**************************************************/

#promo {
	background-color: #fde6e3; /* 15% Wyndham Sunset */
}

#footer-divider {
	margin: 0 0 10px 0;
	background: url('../graphics/global/divider_ski.gif') top no-repeat;
	height: 49px;
	clear: both;
}

h1, h2, h3, h4, h5, h6, #promo h2, #promo h3, #promo h4 {
	color: #f15a40; /* Wyndham Blue */
}

#deals {
	border-top: 1px solid #f58b79; /* 70% Wyndham Sunset */
}

#deals h3 {
	border-top: 1px solid #f58b79; /* 70% Wyndham Sunset */
}

.deal-desc {
	border-bottom: 1px solid #f58b79; /* 70% Wyndham Sunset */
}

/**************************************************/

/* Unit Feature Table */

/**************************************************/

#content-sub #unit-feature td, #content-sub #unit-feature th {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}

#unit-feature caption {
	color: #f15a40;
	font-size: 0.9em;
	font-style: italic;
}

th#unit-feature {
	color: #f15a40;
}

.shade {
	background-color: #efefef;
}

/**************************************************/

/* Links */

/**************************************************/

a:link {
	color: #f15a40; /* Wyndham Sunset */
}

a:visited {
	color: #999; /* Grey */
}

a:hover {
	color: #f47b29; /* Wyndham Orange */
}

a:active {
	color: #b71237; /* Wyndham Red */
}