@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #f2f2ec;
}
.container {
	width: 853px;
	margin: 0 auto;
	position: relative;
}
.container.noul ul {
	display: none;
}
.top {
	background-image:url(images/top.png);
	width: 853px;
	height: 129px;
}
.top h1, .top h2 {
	display: none;
}
.skier {
	background-image:url(images/skier.png);
	width: 20px;
	height: 33px;
	position: absolute;
	top: 100px;
	left: -20px;
}
.navigation {
	background-image:url(images/navbar.png);
	width: 853px;
	height: 57px;
}
.navigation ul {
	position: relative;
	left: 34px;
	top: 18px;
	font-size: 15px;
}
.navigation li {
	display: inline;
	padding: 0px 30px 0px 0px;
}
.navigation li a {
	color: #525252;
	text-decoration: none;
}
.navigation li a:hover {
	color: #333;
	text-decoration: underline;
}
a.star {
	position: absolute;
	background-image:url(images/star.png);
	right: -30px;
	top: 63px;
	height: 137px;
	width: 137px;
	display: block;
	text-indent: -9999px;
}
.content {
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	background-position: 1px 0px;
	padding: 25px 35px;
}
.content.join {
	padding: 25px 5px!important;
}
.news {
	width: 100%;
	float: right;
	display: block;
}
.main-image {
	background-image:url(images/banner.jpg);
	height: 270px;
	width: 531px;
	left: 2px;
	position: absolute;
}
.button a.watchnow {
	position: absolute;
	left: 275px;
	top: 419px;
	display: block;
	background-image:url(images/buttons.png);
	background-position: 0px 0px;
	height: 59px;
	width: 267px;
	text-indent: -9999px;
}
.button a.watchnow:hover {
	background-position: 0px -59px;
}
.news .main-image h2 a {
	position: absolute;
	left: 10px;
	top: 205px;
	color: white;
	font-size: 18px;
	text-decoration: none;
}
.news .main-image h2 a:hover, .news .item h3 a:hover {
	text-decoration: underline;
}
.news .item {
	float: right;
	width: 250px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.news .item.select, .news .item:hover {
	background-color: #e8f3fb;
}
.news .item.last {
	border-bottom: none;
}
.news .item h3 a {
	color: #2371b6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.news .item p a {
	color: #565656;
	font-size: 12px;
	text-decoration: none;
}
.clearer {
	clear: both;
}
.categories {
	width: 100%;
	float: left;
	display: block;
	padding: 10px 0px;
}
.categories h4 {
	color: #ff7800;
	font-size: 18px;
}
.categories ul {
	float: right;
	font-size: 14px;
	margin: -18px 0px 0px 0px;
}
.categories li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}
.categories li a {
	color: #1d6bb1;
	text-decoration: none;
}
.categories li a:hover {
	text-decoration: underline;
}
.hr {
	background-color: #d8d8d8;
	height: 1px;
	display: block;
	clear: both;
}
.pitch {
	padding: 40px 0px 0px 0px;
	background-image:url(images/tv.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	height: 321px;
	color: #313131;
	position: relative;
}
.pitch h2 {
	font-size: 28px;
	font-weight: normal;
}
.pitch p {
	font-size: 14px;
	width: 370px;
	padding: 18px 0px 0px 0px;
}
.pitch p a {
	color: #1361a9;
	font-size: 18px;
}
.pitch a.screen {
	width: 354px;
	height: 221px;
	display: block;
	position: absolute;
	right: 14px;
	top: 52px;
	text-indent: -9999px;
}
.pitch a.screen:hover {
	width: 354px;
	height: 221px;
	display: block;
	position: absolute;
	right: 14px;
	top: 52px;
	background-image: url(images/screen-hover.jpg);
	text-indent: -9999px;
}
.pitch ul.text li {
	position: absolute;
	left: 410px;
	top: 320px;
	display: inline;
	font-size: 11px;
}
.pitch ul.text li#two, .pitch ul.text li#three {
	display: none;
}
.pitch ul.bullets li {
	position: relative;
	left: 410px;
	top: 86px;
	display: inline;
	font-size: 11px;
	text-decoration: none;
}
.pitch ul.bullets li a {
	text-decoration: none;
	padding: 4px;
	background-position: -24px 0px;
	background-image:url(images/bullet-sprite.png);
	background-repeat: no-repeat;
}
.pitch ul.bullets li a:hover {
	background-position: -12px 0px;
}
.pitch ul.bullets li a.current {
	background-position: 0px 0px;
}
.pitch a.getstarted {
	position: absolute;
	right: 10px;
	top: 320px;
	color: #1361a9;
	font-size: 11px;
	font-weight: bold;
}
a.end {
	background-image: url(images/bottom.png);
	position: relative;
	height: 86px;
	width: 853px;
	display: block;
	text-indent: -9999px;
}
.footer {
	padding: 25px 0px 25px 5px;
	font-size: 11px;
	color: #777;
}
.footer ul {
	padding: 0px 0px 10px 0px;
}
.footer li {
	display: inline;
	padding: 0px 10px 0px 0px;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*FAQ Pad */
.faqPad {
	color: #484848;
	font-size: 12px;
	line-height: 18px;
}
.faqPad ul li {
	list-style-type: disc!important;
	background-image: none!important;
	font-size: 13px!important;
	margin: 0px 0px 0px 15px!important;
}
.faqPad h1, .faqPad h2, .faqPad h3 {
	color: #be2805;
	font-weight: normal;
	padding: 20px 0px 8px 0px;
}
.faqPad h2 {
	font-weight: normal;
	font-size: 15px;
}
.faqPad #anchors li {
	margin: 0px 0px 0px 20px;
}
.faqPad #anchors li a {
	font-size: 13px;
	line-height: 24px;
}
.faqPad a:hover {
	color: #be2805;
	text-decoration: none;
}
iframe.join {
	background-color: white;
	color: #484848;
	font-size: 14px;
	position: relative;
	left: 0px;
	top: 2px;
	margin: 0 auto;
}

