/* GENERAL STYLES */
/* 
	Ultimate Ski Adventures
	
		Copyright: the custom fit communications group	
		Author: Robert Valcourt
		Date: September 2008
	
	Swatches:
	
		Body Background: #01070E
		Content Background: #031322
		Green Links/Headlines: #9DAA0C
		Grey Headlines: #8C8C8C
*/

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {
	background-image: url('/media/115/ultimateski.bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #01070E;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	color: #FFF;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 18px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #9DAA0C;
	font-size: 18pt;
	text-transform: uppercase;
	font-family: Helvetica;
	margin: 35px 0 50px 0;
	line-height: 1.2em;
}
h2 {
	color: #8C8C8C;
	font-size: 14pt;
	font-family: Helvetica;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
h3 {
	color: #8C8C8C;
	font-size: 12pt;
	font-family: Helvetica;
	margin: 0 0 10px 0;
}
h4 {
	color: #8C8C8C;
	font-size: 10pt;
	font-family: Helvetica;
	margin: 40px 0 10px 20px;
	text-transform: uppercase;
}
h5 {
	color: #8C8C8C;
	font-size: 10pt;
	font-family: Helvetica;
	margin: 20px 0 10px 20px;
	text-transform: uppercase;
}
p {
	margin: 0 0 20px 0;
}
#logos {
	list-style: none;
	padding: 0;
	margin: 0;
}
#logos li {
	padding: 0;
	margin: 0;
	float: left;
}
#logos img {
	display: block;
}
a {
	color: #9DAA0C;
}
a:hover {
	color: #8C8C8C;
}
#sun {
	background-image: url('/media/193/icon-sun.gif');
	background-position: 20px center;
	background-repeat: no-repeat;
	height:20px;
}
#flake {
	background-image: url('/media/198/icon-flake.gif');
	background-position: 20px center;
	background-repeat: no-repeat;
	height:20px;
}
#car {
	background-image: url('/media/203/icon-car.gif');
	background-position: 20px center;
	background-repeat: no-repeat;
	height:20px;
}
#primary ul {
	margin-bottom: 30px;
}
.padder {
	padding:0 0 0 20px;
}
#primary img {
	padding: 2px;
	border: 1px solid #FFF;
}
#primary #header {
	display: block;
	padding: 0;
	border: none;
}
#primary td img {
	display: block;
	margin-bottom: 20px;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#logo {
	float: left;
	overflow: hidden;
	width: 960px;
	height: 125px;
}
#logo a {
	background: url('/media/105/logo.gif') no-repeat top left;
	width: 960px;
	height: 125px;	
	display: block;
	text-indent: -9999px;
}
#footer ul {
	list-style: none;
	width: 600px;
	padding: 0;
	margin: 0;
}
#footer li {
	float: left;
}
#footer ul li a {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}
#cta {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 19pt;
}
#cta li {
	background-color: #9DAA0C;
	display: block;
	padding: 35px 20px 35px 20px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}
#cta li a {
	width: 300px;
	color: #FFF;
	text-decoration: none;
}
#cta li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	display: block;
	padding: 9px 20px 9px 20px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}
#navigation li a {
	width: 300px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#reports {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
#reports li {
	display: block;
	padding: 9px 20px 9px 55px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}
#reports li a {
	width: 300px;
	text-decoration: none;
}
#reports li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

#wrapper {		
	position: relative;
	width: 960px;
	margin: 0 auto;	
}
#content {
	background-color: #031322;
	width: 940px;
	height: 1%;
	overflow: auto;
	padding: 0 10px 40px 10px;
	float: left;
}
#primary {
	width: 630px;
	float: left;
}
#secondary {
	float: right;
	width: 300px;
}
#left {
	width: 285px;
	float: left;
}
#right {
	width: 280px;
	float: right;
}
#footer {
	background-image: url('/media/188/footer-cta.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 20px 10px 50px 10px;
	width: 940px;
	clear: both;
	text-transform: uppercase;
	color: #8C8C8C;
	line-height: 2.1em;
	font-size: 9px;
	font-weight: bold;
}
#footer p {
	margin: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* EDITOR PROPERTIES */
