@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family:"Lucida Grande", Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	color:#959595;
	letter-spacing:.05em;
	line-height:13px;
	background: url(../images/bg.jpg);
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:850px;
	min-height:400px;
	background: url(../images/body-bg.png) top repeat-x;
	background-color: #000;
	padding: 1px;
}
	#header h1 a {
		display: block;
		background: url(../images/logo.png) no-repeat;
		width: 802px;
		height: 96px;
		margin: 20px 0 0 14px;
		text-indent: -9999px;
	}
	
	#header-img {
		border: 1px solid #999;
		width: 800px;
		margin: 10px 0 0px 23px;
	}
/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#nav {	
	width:802px;
	list-style:none;
	height:42px;
	margin: 15px 0 0 23px;
}

ul#nav li {
	display:inline
}

ul#nav li a {
	height:42px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#nav  li a span {
	float:left;
	display:block
}

ul#nav li#nav-1 a {
	width:133px;
	background:url(../images/nav.png) no-repeat 0px 0
}

ul#nav li#nav-1 a:active,
ul#nav li#nav-1 a:hover {
	background-position:0px -42px
}

ul#nav li#nav-2 a {
	width:134px;
	background:url(../images/nav.png) no-repeat -133px 0
}

ul#nav li#nav-2 a:active,
ul#nav li#nav-2 a:hover {
	background-position:-133px -42px
}

ul#nav li#nav-3 a {
	width:134px;
	background:url(../images/nav.png) no-repeat -267px 0
}

ul#nav li#nav-3 a:active,
ul#nav li#nav-3 a:hover {
	background-position:-267px -42px
}

ul#nav li#nav-4 a {
	width:135px;
	background:url(../images/nav.png) no-repeat -401px 0
}

ul#nav li#nav-4 a:active,
ul#nav li#nav-4 a:hover {
	background-position:-401px -42px
}

ul#nav li#nav-5 a {
	width:133px;
	background:url(../images/nav.png) no-repeat -536px 0
}

ul#nav li#nav-5 a:active,
ul#nav li#nav-5 a:hover {
	background-position:-536px -42px
}

ul#nav li#nav-6 a {
	width:133px;
	background:url(../images/nav.png) no-repeat -669px 0
}

ul#nav li#nav-6 a:active,
ul#nav li#nav-6 a:hover {
	background-position:-669px -42px
}
#body {
	position: relative;
	margin: 15px 0 0 23px;
}
#footer-promos {
	margin: 10px 0 0 23px;
}
#footer-promos li {
	list-style-type: none;
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #464646;
	width:196px;
}
#footer {
	text-align: right;
	color: white;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 18px;
	margin: 30px 23px;
	text-transform: uppercase;
	height: 50px;
}
	
/*Accordian Styles
**************************/
#accordian-box {
	padding:0 20px 40px;
}
.accordian {
	position:relative;
	width: 594px;
	margin-left: 83px;
}
.accordian_tab {
	position:relative;
	clear:both;
	margin:0;
	overflow:hidden;
	cursor:pointer;
}
.accordian_tab h1 {
	background:url(/media/images/accordion-title-bg.png) repeat-x top;
	padding:19px 0px 0px 20px;
	width: 527px;
	height: 31px;
	color:#fff;
	text-transform: uppercase;
	font-size:48px;
	letter-spacing: -3px;
	font-family:"Trade Gothic", Helvetica, sans-serif;
	font-weight:normal;
	float: left;
	margin: 0 0 0 5px;
	white-space:nowrap;
}
.ie7 .accordian_tab h1 {
	padding:0px 0px 19px 20px;
	line-height: 48px;
}
.accordian_content {
	clear:both;
	padding:8px 2px 0px 50px;
	overflow:hidden;
	cursor:auto;
	margin-bottom: 20px;
}
.accordian_tab img.btn {
	float: left;
	margin-top: 5px;
}
.tl {
	position: absolute;
	top: 0;
	left: 47px;
	width: 4px;
	height: 4px;
	background: url(/media/images/accordian-corners.png) top left no-repeat;
}
.tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 4px;
	background: url(/media/images/accordian-corners.png) top right no-repeat;
}
.bl {
	position: absolute;
	bottom: 0;
	left: 47px;
	width: 4px;
	height: 4px;
	background: url(/media/images/accordian-corners.png) bottom left no-repeat;
}
.br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 4px;
	background: url(/media/images/accordian-corners.png) bottom right no-repeat;
}

/* Accordion More Info Styles
**************************/
.more-info {
}
.more-info-tab {
	cursor:pointer;
	color:#00cc99;
}
.more-info-tab p {
	font-weight: bold;
	color: #0099cc;
	text-transform: uppercase;
	font-size: 16px;
}
.more-info-content {
	padding:0px 5px;
}

/* Element and Class Styles
**************************/
h1 {
	font-size: 17px;
	margin: 10px 0px 5px;
}
h2 {
	font-size: 14px;
	margin: 10px 0px 5px;
	color: #0099cc;
	text-transform: uppercase;
}
p {
	margin-bottom: 5px;
	color: #959595;
}
a {
	color:#959595;
}
.highlight {
	font-weight: bold;
	color: #0099cc;
	text-transform: uppercase;
}
br.clear {
	display: block;
	width: 1%;
	height: 1%;
	clear: both;
}
div.clear {
	clear: both;
}