@charset "UTF-8";

:focus {
-moz-outline-style: none;
}

/**************************************************************
GENERAL NATIVE & IDs
**************************************************************/

body {
  padding: 0;
  margin: 0;
  background: #eae9da url(../images/header_bg.gif) repeat-x;
	font: 11px/20px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, form, fieldset {
  padding: 0;
  margin: 0;
}



/**************************************************************
GLOBAL IDs
**************************************************************/

#header, #body, #footer {
  clear: both;
  position: relative;
}


/**************************************************************
GLOBAL CLASSES
**************************************************************/

.img_overlay {
  text-indent: -9000px;
  display: block;
}

.na {
	display: none;
}

.resort {
	background: url(../images/resort_bg.png) no-repeat;
	color: #fff;
	width: 688px;
	height: 156px;
	position: relative;
	clear: both;
}

.resort ul {
	list-style: none;
}

.resort strong {
	color: #95a8bd;
}

.resort li {
	color: #c7d1d5;
}

.resort .icon_large, .resort .icon_small, .resort li, .resort .name {
	position: absolute;
	display: block;
}

.resort ul li ul li {
	position: relative !important;
}

/* RESORT NAME */
.resort .name {
	top: 16px;
	left: 30px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 18px;
}

/* LAST UPDATED */
.resort .last_updated {
	top: 17px;
	right: 30px;
	text-align: right;
}

/* ICON */
.resort .icon_large {
	top: 34px;
	left: 16px;
}

/* CURRENT HIGH TEMP */
.resort .temp_current {
	top: 55px;
	left: 130px;
	font-size: 50px;
	color: #c7d1d5;
	text-align: center;
	line-height: normal;
}

/* CURRENT HIGH TEMP */
.resort .temp_high {
	top: 110px;
	left: 189px;
	font-size: 12px;
	color: #95a8bd;
	text-align: right;
}

/* CURRENT LOW TEMP */
.resort .temp_low {
	top: 110px;
	left: 130px;
	font-size: 12px;
	color: #95a8bd;
	text-align: left;
}

/* CURRENT WEATHER CONDITIONS */
.resort .current_weather {
	top: 55px;
	right: 30px;
	text-align: right;
}

/* SUFACE CONDITIONS */
.resort .surface_condition {
	top: 70px;
	right: 30px;
	text-align: right;
}

/* BASE DEPTH */
.resort .base_depth {
	top: 85px;
	right: 30px;
	text-align: right;
}

/* SNOWFALL LAST 48HRS */
.resort .snowfall_last48 {
	top: 100px;
	right: 30px;
	text-align: right;
}

/* WIND */
.resort .wind {
	top: 115px;
	right: 30px;
	text-align: right;
}

/* TOMORROW */
.resort .tomorrow {
	top: 58px;
	left: 250px;
	width: 180px;
	border: 1px solid #6083ae;
	border-top: none;
	border-bottom: none;
	padding: 0 10px;
}

/* TITLE */
.resort .tomorrow_title {
	display: block;
}

/* ICON */
.resort .tomorrow_icon {
	float: left;
	width: 50px;
	margin: 0 12px 4px 0;
}


/**************************************************************
WRAPPER
**************************************************************/

#wrapper {
  width: 900px;
  margin: 0 auto;
}



/**************************************************************
HEADER
**************************************************************/

#header {
  height: 100px;
}

#header #logo a {
  background: url(../images/logo.png) no-repeat;
  width: 263px;
  height: 51px;
  position: absolute;
  top: 25px;
}

* html #header #logo a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/logo.png');
  background: none;
}




/**************************************************************
BODY
**************************************************************/


#body {
  float: left;
  width: 900px;
  margin: 20px 0 10px 0;
}

#nav {
  list-style: none;
  position: absolute;
  bottom: 11px;
  right: 0;
}

#nav li {
  float: left;
  width: 119px;
  height: 40px;
  margin: 0 10px 0 0;
}

#nav li.last {
  margin: 0;
}

#nav li#nav_feedback a {
  background: url(../images/nav_feedback.png) no-repeat;
  height: 40px;
}

* html #nav li#nav_feedback a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/nav_feedback.png');
  background: none;
}

#nav li#nav_sign_up a {
  background: url(../images/nav_sign_up.png) no-repeat;
  height: 40px;
}

* html #nav li#nav_sign_up a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/nav_sign_up.png');
  background: none;
}

#nav li#nav_resorts a {
  background: url(../images/nav_resorts.png) no-repeat;
  height: 40px;
}

* html #nav li#nav_resorts a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/nav_resorts.png');
  background: none;
}

#nav li#nav_deals a {
  background: url(../images/nav_deals.png) no-repeat;
  height: 40px;
}

* html #nav li#nav_deals a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/nav_deals.png');
  background: none;
}

#nav li#nav_learn a {
  background: url(../images/nav_learn.png) no-repeat;
  height: 40px;
}

* html #nav li#nav_learn a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/nav_learn.png');
  background: none;
}


/* FLASH HOME */

#column_left {
  float: left;
}

/* ADVERTISERS */

#advertisers a {
  float: right;
  right: 10px;
  top: 26px;
  border: 1px solid #fc0;
  background: #ffc;
  margin: 4px 0 0 0;
}

#advertisers a:hover {
  border: 1px solid #70aa24;
  background: #b5e675;
}


/**************************************************************
FOOTER
**************************************************************/

#footer {
  margin: 0 0 0 7px;
  color: #68675c;
}
