/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---      CSS RESET      --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
	}
	
body {
	background: #404040;
	color: #666666;
}
	
/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---      HEADER      --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */
#header {
	width: auto;
}

#header #navigation {
	width: auto;
	background: transparent url( '../_images/global/nav_bg.png' ) scroll top left repeat-x;
	height: 40px;
	border-bottom: 1px solid #153540
}

#header #navigation .centered {
	width: 950px;
	margin: auto;
}

#header #navigation .centered ul {
}

#header #navigation .centered ul li {
	float: left;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 2em;
	vertical-align: middle;
	font-size: 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

#header #navigation .centered ul li:hover {
	background: transparent url( '../_images/global/nav_hover.png' ) scroll top left repeat-x;
}

#header #navigation .centered ul a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#header #navigation .centered ul li.selected {
	background: transparent url( '../_images/global/selected_mid.png' ) scroll top left repeat-x;
}

#header #navigation .centered ul li.selected em {
	background: transparent url( '../_images/global/selected_right.png' ) scroll top left no-repeat;
	width: 16px;
	height: 40px;
	display: block;
	float: right;
	overflow: hidden;
	position: absolute;
	right: 0em;
	top: 0;
}

#header #navigation .centered ul li.selected i {
	background: transparent url( '../_images/global/selected_left.png' ) scroll top left no-repeat;
	width: 16px;
	height: 40px;
	display: block;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0;
}

#header #navigation .centered ul li span {
	background: transparent url( '../_images/global/padlock.png' ) scroll center left no-repeat;
	width: 19px;
	height: 40px;
	display: block;
	margin-left: 5px;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 10px;
}

#header #shot {
	height: 335px;
	width: auto;
	overflow: hidden;
	background: transparent url( '../_images/global/header_strip.png' ) scroll top left repeat-x;
}

#header .mini {
	height: 84px !important;
	width: auto;
	overflow: hidden;
	background: transparent url( '../_images/global/header_strip_mini.png' ) scroll top left repeat-x !important;
}

#header #shot #inner {
	width: 885px;
	padding: 25px 0 20px;
	margin: auto;
	background: transparent url('../_images/global/decal.png') no-repeat scroll right top;
}

#header .mini #inner {
	width: 900px !important;
}

#header .mini #inner h1 {
	margin: auto !important;
	width: 900px !important;
	font-size: 38px !important;
}

#header #shot #inner h1 {
	font-family: Helvetica;
	color: #205161;
	font-size: 37px;
	font-weight: bold;
	margin: 0 23px;
	letter-spacing: -1px;
	line-height: 40px;
	width: 860px;
}

#header #shot #inner p {
	font-family: Georgia;
	color: #000000;
	font-size: 17px;
	margin: -41px 42px 0 0;
	float: right;
	position: relative;
	width: 375px;
}

#header #shot #inner #preview {
	width: 882px;
	height: 245px;
	background: transparent url( '../_images/global/preview.png' ) scroll top left no-repeat;
	margin: -16px 0;	
	position: relative;
}

#header #shot #inner #preview #signup {
	width: 267px;
	height: 175px;
	background: transparent url( '../_images/global/sign_up.png' ) scroll top left no-repeat;
	position: absolute;
	right: 0;
}

#header #shot #inner #preview #signup a { 
	border: 0;
	display: block;
	height: 175px;
	width: 267px;
}

#content {
	width: auto;
	background: #FFFFFF;
	clear: both;
	overflow: hidden;
}

#content #inner {
	width: 900px;
	margin: auto;
	padding: 25px 0;
	clear: both;
	overflow: hidden;
}

#footer {
	background: url( '../_images/global/footer.png' ) scroll top left repeat-x;
	width: auto;
	color: #FFFFFF;
	display: block;
	padding: 2em;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#footer .centered {
	width: 900px;
	margin: auto;
	clear: both;
	overflow: hidden;
}

#footer .left {
	float: left;
	text-align: left;
	color: #FFFFFF;
}

#footer .right {
	float: right;
	color: #FFFFFF;
	text-align: right;
}

#footer .right li {
	float: left;
	padding-left: 4px;
}

#footer .right a {
	color: #FFFFFF !important;
	text-decoration: none;
}