body {
	margin: 0px;
	text-align: center;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color: #444a50;
	font-size: 62.5%;
}

a,a:hover,a:active,a:visited {
	color: #b30838;
	outline: none;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
	padding-top: 20px;
}

h3 {
	font-size: 1.3em;
	padding: 10px 0 0 15px;
}


.redbold {
	color: #c5003d;
	font-weight: bold;
}

/* use this as a div to clear float:left chains */
.clearall {
	clear: both;
	height: 1px;
	padding: 0px
	margin: -1px;
	line-height: 1px;
}


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	background-color:#ffffff;
	margin-top: 0px;
	font-size: 1.3em;
}


/* nav */

#nav {
	width: 950px;
	height: 192px;
	background-image: url(/images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#navlogo {
	padding: 15px 0 0 386px;
}

#navbuttons {
	padding: 3px 0 0 260px;
}

.navseparator {
	float: left;
	background-image: url(/images/nav_separator.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 43px;
	height: 48px;
}

.navbutton {
	float: left;
	padding-top: 16px;
}

#navbutton1 {
	background-image: url(/images/nav_but_1_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

#navbutton2 {
	background-image: url(/images/nav_but_2_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

#navbutton3 {
	background-image: url(/images/nav_but_3_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

#navbutton4 {
	background-image: url(/images/nav_but_4_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}


/* basic content containers */

#header {

}

#maincontent {
/*	height:489px;	*/

}

/* qualifies collapsed */

.qualifiercontainer {
	position:relative;
	width:853px;
	padding-top: 10px;
	padding-left:63px;
	background-image: url(../images/qual_gradient_short.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
}

.qualifiergradiant {
	background-image:url(images/qualifier_gradiant_background.gif);
	background-repeat:no-repeat;
	width:425px;
	height:12px;
	margin-left:50px;
	
}

.qualifierredheader {
	color:#b30838;
	font-weight: bold;
}

.qualifierblackheader {
	font-weight: bold;
}

.qualifierbodycopy {
	padding-top:7px;
	padding-bottom:10px;
}

.qualifierbodycopylist {
	line-height: 1.4em;
}

.qualifierbutton {
	padding-bottom:20px;
	
}

.qualifierexpand {
	display: none;
}

/* end qualifies collapsed */

/* training */

#trainingback {
		background-image:url(images/training_center_background.jpg);
		background-repeat: no-repeat;
		width:950px;
		height:547px;
		
		
}

.trainingredheader {
	color:#b30838;
	font-size:16px;
	font-weight:bold;
	padding-bottom:7px;
	
}

.trainingcopybox {
	width:625px;
	padding-top:20px;
	padding-left:250px;
	
}

.traininglikebox {
	width:167px;
	
}

.trainingboxlink {
	width:800px;
	height:250px;
	margin-left:50px;
	cursor:pointer;
	padding-bottom:100px;
	
}


/* homepage */

#homemaininner {
	background-image: url(images/home_mainarea_back.gif);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0 50px 0 50px;
}

.homenarrowcolumn {
	float: left;
	width: 185px;
	background-image: url(images/column_200_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 12px 5px 0 10px;
}

.homewidecolumn {
	float: left;
	width: 400px;
}

.homewideitem {
	background-image: url(images/column_400_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 12px 5px 0 10px;
	font-size: 0.9em;
}


/* behind the scenes */

#behindthescenesinner {
	padding: 40px 0 0 60px;
	width: 850px;
}

.btsthumbnail {
	float: left;
	padding: 0 0 16px 16px;
	width: 90px;
	height: 90px;
}

.btsthumbnail img {
	margin: auto;
}

/* finals fan */

#fanscontainer {
	float:left;
	width:466px;
	height:489px;
	background-image:url(images/texter_fan_bck_left.gif);
	background-repeat: no-repeat;
}

.fansredheader {
	color:#b30838;
	width:375px;
}



/* footer */

#footer {
	width: 950px;
	background-image: url(/images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

.footerobjectleft {
	float: left;
	height: 34px;
	padding: 0 8px 0 8px;
}

.footerobject {
	float: left;
	height: 34px;
	padding: 0 8px 0 8px;
	background-image: url(images/footer_separator.gif);
	background-repeat: no-repeat;
	background-position: 3px left;
	

}

#footerline {
	height: 1px;
	width: 720px;
	margin: 17px 0 12px 0;
	background-image: url(images/footer_line.gif);
	background-repeat: no-repeat;
}

.footertext {
	float: left;
	color: #444a50;
	font-size: 0.9em;
}

.footertext a {
	text-decoration: none;
}
