@charset "UTF-8";
/* CSS Document */
body {
	color: #fff;
	line-height: 1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	background: #000;
}
.page {
	max-width: 960px;
	margin: 0px auto;
	position: relative; background-color: #000;
}


h1 { color: #fff; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: normal;
 }
h2 { font-size: 
1.4em; 
margin: 0em 0em 1em 0em; 
}
h3 { 
font-size: 1.3em; 
margin: 0em 0em 1em 0em;
}
h4 { 
font-size: 1.3em; 
margin: 0em 0em 1em 0em;
color: #FF99CC; 
}
 

p { margin: 0px 0px .875em 0px; 
}
a { color: #fff; 
}
a:hover { color: #009eff; 
}
a.cta {
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; 

}
footer { font-size: .85em; color: #fff; background-color: #000; padding: 10px 10px 10px 0px; 
}

.promo h3 { font-size: 1.1em; margin: 0; 
}
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; 
}

.promo { 
background-repeat: no-repeat; 
background-image: url(../images/promo_1.jpg);

}

nav a {
	color: #FF99CC;
	text-transform: inherit
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	
}
nav a:hover { color: #FFF; 
}

.clear-fix { clear: both; line-height: 1px;
}

.pagelinks {
	color:#FF9900;
	font-weight:normal;
	height: 700px;
	height: 700px;
	height: 700px;
}
a.pagelinks:link {
	color:#FF9933;
	text-decoration:none;
	font-weight:normal;
}

a.pagelinks:hover {
	color:#C00;
	font-weight:normal;
	text-decoration: underline;
}
ul{

	list-style-type: none;
}



