@import url('reset.css');

/*************************************************** 
UNIVERSALS
**************************************************/
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #383838;
	background: #c8c8c8 url('../images/body-tile.png') repeat-x;
	}
	
/* Links */
a:link, a:visited {
	color: #e72626;
	text-decoration: none;
	outline: none;
	}
a:active {
	color: #e70000;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #e75a5a;
	text-decoration: none;
	outline: none;
	}
a:hover {
	text-decoration: none;
	outline: none;
	}
	
/* Type Formatting */
h1 {
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	}
h2 {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	clear: left;
	font-weight: bold;
	}
h3 {
	color: #383838;
	font-size: 16px;
	text-transform: uppercase;
	clear: left;
	}
h4 {
	color: #aaaaaa;
	font-size: 14px;
	text-transform: uppercase;
	clear: left;
	line-height: 12px;
	}
p {
	margin: 0 0 10px 0;
	line-height: 20px;
	}
strong {
	font-weight: bold;
	}
i {
	font-style: italic;
	}
em {
	font-style: italic;
	font-weight: bold;
	}


/*************************************************** 
PAGE STRUCTURE
**************************************************/

/* Main */
#splash {
	width: 100%;
	height: 470px;
	position: static;
	margin: 0 auto;
	top: 0;
	z-index: -1;
	background: url(../images/splash.jpg) no-repeat top center;
	}
#wrapper {
	width: 740px;
	margin: -380px auto 0 auto;
	}

/* Header */
#header {
	width: 729px;
	height: 188px;
	display: inline;
	position: relative;
	z-index: 1;
	float: left;
	padding: 11px 0 0 11px;
	background: url(../images/header.png) no-repeat;
	}
.headerbox {
	width: 230px;
	height: 178px;
	display: inline;
	float: left;
	padding: 10px 0 0 10px;
	clear: none;
	}
.headerbox p {
	color: #ffffff;
	line-height: 18px;
	}

/* Navigation */
* html #navigationbox {
	position: absolute;
	}
#navigationbox {
	font-size: 10px;
	line-height: 12px;
	width: 930px;
	height: 210px;
	position: fixed;
	z-index: 0;
	margin: 0 auto;
	}
.navslider {
	width: 10px;
	height: 180px;
	display: inline;
	float: right;
	cursor: pointer;
	margin: 15px 0 0 0;
	background: url(../images/navslider.png) no-repeat;
}
.navslider:hover {
	background-position-y: -180px;
	}
#navigation {
	width: 200px;
	height: 210px;
	position: relative;
	display: inline;
	float: right;
	margin-right: 180px;
	background: url(../images/navigation.png) no-repeat;
	}
#navigation  ul {
	width: 190px;
	margin: 20px 0 10px 20px;
	}
#navigation ul li a:link, 
#navigation ul li a:visited {
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	padding: 5px 0 0 0;
	list-style: none;
	}
#navigation ul li a:hover {
	text-decoration: underline;
	}
	
/* Main Content */
img {
	display: block;
	}
img.alignleft {
	display: block;
	float: left;
	}
img.aligncenter {
	display: block;
	clear: both;
	}
.alignright {
	display: block;
	float: right;
	}
#content {
	width: 718px;
	display: inline;
	float: left;
	padding: 0 11px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: url(../images/content-tile.png) repeat-y;
	}
#content ul {
	margin: 10px 0 10px 40px;
	}
#content ul li {
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 0 0;
	list-style-type: disc;
	}
.textbox {
	width: 320px;
	display: inline;
	float: left;
	margin: 20px 0 0 20px;														
	}
.fader {
	width: 718px;
	height: 40px;
	display: block;
	float: left;
	background: url(../images/fader.png) repeat-x;
	}

/* Footer */
#footer {
	color: #ffffff;
	text-align: center;
	width: 717px;
	height: 305px;
	display: inline;
	float: left;
	padding: 15px 11px 0 12px;
	background: url(../images/footer.jpg) no-repeat;
	}
.subscriptionbox {
	width: 179px;
	height: 226px;
	display: inline;
	float: left;
	}
.subscriptionbox h4 {
	text-align: center;
	}
.subscriptiondetails {
	width: 179px;
	height: 60px;
	display: inline;
	float: left;
	}
.gold {
	color: #f8bf2f;
	}
.silver {
	color: #bbbbbb;
	}
.bronze {
	color: #dea579;
	}
.white {
	color: #ffffff;
	}
#disclaimer {
	font-size: 10px;
	color: #000000;
	width: 717px;
	height: 15px;
	display: inline;
	float: left;
	margin: 30px 0 0 0;
	}

/* Subscription Buttons */
a:link.subscriptions, 
a:visited.subscriptions  {
	width: 179px;
	height: 175px;
	display: inline;
	float: left;
	cursor: pointer;
	background: url(../images/subscriptions.jpg) 0 190px no-repeat;
	}
a:hover.subscriptions {
	background-position-y: -12px;
	}
a:active.subscriptions {
	background-position-y: -202px;
	}
a:hover#silver {
	background-position-x: -179px;
	}
a:hover#bronze {
	background-position-x: -358px;
	}
a:hover#white {
	background-position-x: -537px;
	}



