/* Wrapper layers */
#WrapperContent {
	height: 265px;
	width: 100%;
}
#WrapperHeaderInt {
	height: 245px;
	padding-bottom: 1px;
	padding-top: 5px;
	width: 100%;
}

/* BEGIN HEADER LAYERS */
#Header {
	margin: 0px auto;
	width: 1000px;
}

/* Top header layer (logo, contact & email links, search field) */
#Header_Search {
	position: absolute;
	right: 20px;
	z-index: 20;
}

/* Bottom layer (Flash, navigation) */
#Header_Bottom { height: 153px; }
/* END HEADER LAYERS */

/* BEGIN BODY LAYERS */

/* Title column */
#Content_LeftInt {
	float: left;
	height: 550px;
	padding-bottom: 50px;
	padding-top: 10px;
	text-align: center;
	width: 92px;
}

/* Middle content */
#Content_Middle {
	float: left;
	padding: 5px 10px 10px 10px;
	width: 513px;
}
#Content_Middle #Area76Status {
	float: left; 
	margin-bottom: 10px; 
	width: 250px;
}
#Breadcrumbs { 
	float: left;
	margin-bottom: 20px; 
}

/* Store products table */
div.products .category {
	display: inline; 
	float: left; 
	margin: 5px; 
	padding: 5px; 
	text-align: center;
}
div.products table.cart thead tr td {
	font-weight: bold;
	text-transform: uppercase;
}
div.products table tbody tr td.spacerRow {
	padding-top: 5px;
}
div.products .productimage {
	float: right;
	padding: 5px;
}
div.products .addtocart { float: right; }

/* Lifts & Trails */
table.LiftsTrails thead tr th {
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
}
table.LiftsTrails thead tr th.header {
	background-image: url(../Images/General/sort.png);
	cursor: pointer;
}
table.LiftsTrails thead tr th.headerSortDown {
	background-image: url(../Images/General/sort_asc.png);
	cursor: pointer;
}
table.LiftsTrails thead tr th.headerSortUp {
	background-image: url(../Images/General/sort_desc.png);
	cursor: pointer;
}
table.LiftsTrails tbody tr td { padding: 4px; }

/* Right column menu */
#Content_Right { width: 275px; }
#Content_Right .right_navTitle {
	font-size: 1.5em;
	margin-top: 15px;
	padding: 3px 0px 3px 3px;
}
#Content_Right .right_navChildMenu {
	list-style: none;
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 10px;
}
#Content_Right .right_navChildMenu .right_navChildItems {
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 30px;
	text-indent: -19px;
}
#Content_Right .right_navChildMenu .right_navTertiary {
	padding-left: 50px;
}
#Content_Right .right_navChildMenu .right_navChildItems:hover { cursor: pointer; }
#Content_Right .right_navChildMenu .right_navChildItems img {
	padding-right: 5px;
	vertical-align: middle;
}

#Content_Right .right_navExtraMenu {
	border-top: dashed 1px #FDFDFD;
	list-style: none;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#Content_Right .right_navExtraMenu .right_navExtraItems {
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 30px;
}
#Content_Right .right_navExtraMenu .right_navExtraItems:hover {
	background-color: #ADD242;
	cursor: pointer;
}

#Content_Right .right_navChildMenu .right_navChildItems a, #Content_Right .right_navChildMenu .right_navTertiary a, #Content_Right .right_navExtraMenu .right_navExtraItems a {
	text-decoration: none;
}

#Content_Right .right_blogNavTitle {
	font-size: 1.5em;
	margin-top: 15px;
	padding: 3px 0px 3px 3px;
}

/* Blog functions in the right column of interior pages */
#Content_Right input.search, #Content_Right input.subscribe { width: 150px; }

/* Folder menus */
#Folders {
	clear: both;
	height: 400px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#Folders #Weather, #Folders #Tweets, #Folders #Videos, #Folders #Photos {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 210px;
	margin-left: 6px;
	position: absolute;
	width: 263px;
}
#Folders .sliderMain { overflow: hidden; }
#Folders .sliderUpDown { text-align: right; }
#Folders .sliderUpDown img {
	cursor: pointer;
	height: 24px;
	padding-right: 6px;
	width: 24px;
}
#Folders .sliderContent {
	overflow: hidden;
	padding: 5px;
	padding-top: 25px;
}
#Folders #Weather {
	top: 0px;
	z-index: 100;
}
.currentTemp {
	font-size: 4em;
	letter-spacing: -3px;
	line-height: 1em;
}
#Folders #Tweets {
	top: 50px;
	z-index: 110;
}
#Folders #Videos {
	top: 100px;
	z-index: 120;
}
#Folders #Photos {
	top: 150px;
	z-index: 130;
}
#Folders #Bottom {
	bottom: 0px;
	position: absolute;
	z-index: 140;
}
#Folders #Bottom img {
	height: 47px;
	width: 275px;
}


td.tableHeader {
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

/* END BODY LAYERS */
