/*******************************************
*
* Clear CSS
*
*******************************************/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*******************************************
*
* Wheel Workz CSS
*
*******************************************/

html {
	height:100%;
	overflow-y:scroll;
}
body {
	height:100%;
	background:#000;
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma;
	font-size:13px;
	color:#fff;
}
p,h1,h2,h3,h4,h5,h6 {
	padding:10px 0;
}
blockquote {
	margin:0px;
	padding:10px 0 10px 10px;
}
ul,ol,li {
	/* margin:5px 2px; */
}
a,a:visited {
	color:#ef3125;
	text-decoration:none;
}
a:hover {
	color:#ef3125;
	text-decoration:underline;
}
h1 {
	font-size:1.7em;
	font-weight:bold;
	color:#ef3125;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#ef3125;
}
h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#ef3125;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
}
h5 {
	font-size:1.3em;
	font-weight:bold;
}
h6 {
	font-size:1.2em;
	font-weight:bold;
}
#wrapper {
	position:relative;
	min-height:100%;
}
.clear {
	clear:both;
}
* html #wrapper {
	height:100%;
}

/*******************************************
*
* Header
*
*******************************************/

#header_wrap {
	background:url("/newsite/images/header-bg.gif") no-repeat;
	width:766px;
	height:139px;
	margin:0 auto;
}
#header_content {
	width:766px;
	min-width:766px;
	margin:0 auto;
}
#header_left {
	width:450px;
	float:left;
}
#header_right {
	width:266px;
	float:left;
	text-align:right;
	padding:30px 50px 0 0;
	color:#000;
	font-size:1.6em;
}

/*******************************************
*
* Flash
*
*******************************************/

#flash_wrap {
	background:url("/newsite/images/flash-bg.gif") no-repeat;
	width:766px;
	height:259px;
	margin:0 auto;
}
#flash_content {
	width:766px;
	min-width:766px;
	margin:0 auto;
}

/*******************************************
*
* Navigation
*
*******************************************/

#nav_wrap {
	/* background:url("/newsite/images/nav-bg.gif") repeat-x; */
	background-color:#414141;
	width:766px;
	height:38px;
	margin:0 auto;
}
#nav_content {
	width:766px;
	min-width:766px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
.navigation {
	font-weight:bold;
	width:766px;
	color:#fff;
	text-transform:capitalize;
}
.navigation ul {
	padding:10px 0px;
	margin:0;
	text-align:center;
}
.navigation ul li {
	display:inline;
	padding:0 4px;
	margin:0;
	border-right: 1px solid #fff;
}
.navigation ul li a {
	color:#fff;
	text-decoration:none;
}

/*******************************************
*
* Main Content
*
*******************************************/

#home_wrap {
	background:url("/newsite/images/home-content-bg.gif") #222222 no-repeat;
	width:766px;
	margin:0 auto;
}
#home_content {
	width:749px;
	min-width:749px;
	margin:0 auto;
	height:100%;
}
.home_col {
	width:241px;
	float:left;
	margin:20px 0 0 0;
}
.col_spacer {
	width:13px;
	float:left;
	margin:20px 0 0 0;
}
.home_header {
	background:#1d1d1d;
	color:#fff;
	font-weight:bold;
	padding:7px 19px 0 19px;
	height:27px;
	width:205px;
}
.red {
	color:#ef3125;
}
.home_text {
	width:205px;
	padding:7px 19px 0 19px;
}
#darkbg {
	background:#1b1b1b;
}
#sub_wrap {
	background:url("/newsite/images/sub-content-bg.gif") #fff no-repeat;
	width:766px;
	margin:0 auto;
}
#sub_content {
	width:749px;
	min-width:749px;
	margin:0 auto;
	height:100%;
	color:#000;
	padding:45px 0 0 0;
}
#sub_footer {
	background:url("/newsite/images/sub-content-btm.gif") no-repeat;
	width:766px;
	height:26px;
}
#sub_leftcol {
	float:left;
	width:149px;
}
ul.blt li {
	list-style-image:url("/newsite/images/blt.gif");
}
#sub_rightcol {
	float:left;
	width:600px;
}
#sub_rightcol img {
	padding:5px;
	border:1px solid #bfbfbf;
	background:#dfdfdf;
}
tr.alt td {
	background:#eeeeee;
}
tr.over td {
	background:#dddddd;
}

/*******************************************
*
* Footer
*
*******************************************/

#footer_wrap {
	margin:0 auto;
	clear:both;
	width:766px;
	height:74px;
	background:url("/newsite/images/footer-bg.gif");
	color:#fff;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color:#fff;
	text-decoration:none;
	border:none;
}
#footer_wrap a:hover {
	text-decoration:none;
}
#footer_content {
	width:766px;
	margin:0 auto;
	padding-top:10px;
	font-size:12px;
}
.footer_nav {
	font-weight:normal;
	width:766px;
	text-align:left;
}
.footer_nav ul {
	padding:5px 0;
	margin:0;
}
.footer_nav ul li {
	display:inline;
	margin:0;
	padding:0 5px;
	border-right: 1px solid #fff;
}
.footer_nav ul li a {
	color:#fff;
	text-decoration:none;
}
#footer_left {
	float:left;
	width:364px;
	padding:0 0 0 19px;
}
#footer_right {
	float:left;
	width:364px;
	text-align:right;
	padding:0 19px 0 0;
}
#footer_bottom {
	float:left;
	width:747px;
	text-align:left;
	padding:0 0 0 19px;
}
