/*--------------------------------------------------------*/
/* BODY -----------------------------------------------*/
/*--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
	
	
body, html {
	height: 100%;
	background: #f41010 url(../images/bkgrd.gif) top repeat-y;
	}

#main {
	margin: 0 auto;
	width: 865px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	}
	
#content {
	background: #e4d870 url(../images/gloves.gif) top left no-repeat;
	float: right;
	width: 75%;
	}
	
#content ul {
	margin-left:3em;
	list-style:square;
	}
	
#content ul li {
	margin:0 0 .5em 0;
	}	
	
#content_padding {
	padding:1em 1.5em;
	}

img {
	padding-bottom: .5em;
	border: none;
	}

/*--------------------------------------------------------*/
/* HEADER ----------------------------------------------*/
/*--------------------------------------------------------*/

#header {
	background: #000;
	}
	
#header #logo {
	background: #000 url(../images/logo.gif) top left no-repeat;
	width:451px;
	height:218px;
	text-indent: -9999px;
	text-decoration: none;
	padding-bottom: 0;
	}
	
#header .features {
	color:#ffffff;
	font-size:105%;
	width:24.5em;
	padding:3.5em .75em 0 1em;
	float:right;
}	

#header .features ul {
	list-style:square;
	}
	
#header .features ul li {
	margin:0 0 1em 0;
	}	
	
/*--------------------------------------------------------*/
/* SIDENAV ----------------------------------------------*/
/*--------------------------------------------------------*/
	
#sidenav {
	background: #000;
	float: left;
	width: 25%;
	}
	
#sidenav ul {
	float:right;
	list-style: none;
	text-align: right;
	margin-top: 4.5em;
	width: 170px;
	}

#sidenav ul li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
	}
	
#sidenav ul li.last {
	border-bottom: none;
	}
		
#sidenav a:link, #sidenav a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 1em;
	}
#sidenav a:hover,
#sidenav a:active {
	color: #e4d870;
	}

/*#sidenav .standout{
	font-weight:normal;
	color:#f41010;
	width:200px;
	position:relative;
	top:50px;
	left:18px;
}

#sidenav .standout p{
	font-size:105%;
	line-height:1.25em;
	padding:1em .75em 1em 0;
	border-top:2px solid #e4d870;
}*/

/*--------------------------------------------------------*/
/* FOOTER ----------------------------------------------*/
/*--------------------------------------------------------*/
	
#footer {
	clear:both;	
	padding-top: .75em;
	background: #000;
	}
	
#footer p {
	color: #fff;
	font-size: 10px;
	text-align:center;
	}
	
* html #footer { 
	height:1px; 
	} 

	
/*--------------------------------------------------------*/
/* TEXT ----------------------------------------------*/
/*--------------------------------------------------------*/

h1 {
	font-size: 140%;
	padding: 4em 0 1em 0;
	}
	
h2 {
	font-size: 115%;
	padding-bottom: .5em;
	}
	
	
h3 {
	color: #f41010;
	font-size: 115%;
	text-align:center;
	padding:0 0 1em 0;
	}
	
h4 {
	font-size: 100%;
	padding: .25em 0;
	}
	
p, ul {
	padding-bottom: 1em;
	}
	
.standout {
	color: #f41010;
	font-weight: bold;
	}
	
.small {
	font-size: 10px;
	}

.caption {
	text-align: center;
	margin:.55em 0 0 1em;
	}	
	
.link a:link, 
.link a:visited {
	color: #f41010;
	text-decoration: underline;
	font-weight: bold;
	}
	
.link a:hover,
.link a:active {
	color: #000;
	}
	
.float_left {
	float: left;
	margin: 0 1em 0 0;
	} 
		
.float_right {
	float: right;
	margin: 0 0 0 1em;
	}

.float_fix {
	clear: both;
	display: block;
	}
	
.clear {
	clear:both;
	margin-bottom: 1em;
	}
	
.border {
	border-bottom: 1px solid #f41010;
	margin-bottom: 1.5em;
	}

.align_center {
	text-align: center;
	}
	
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
tr.btm_border {
	border-bottom: solid 1px #f41010;
	padding:.5em 0;
	}

td {
	padding: .3em;
	font-weight: bold;
	}

.price_table {
	background: #e4d870;
	margin: 1px 1px 1.2em 3em;
	width: 80%;
	}

.price_table td.btm_padding {
	padding: 0 0 3em 0;
	}
	

/*--------------------------------------------------------*/
/* Contact Us ----------------------------------------------*/
/*--------------------------------------------------------*/

.contactForm {
	background-color: #000;
	color: #fff;
	padding: .5em;
	border: 1px solid #000;
	position: relative;
	zoom: 1; /* for IE to contain the fieldsets properly */
	margin-bottom:2em;
	}
	
.contactForm_content {
	padding:.5em;	
}

.contactForm_content p{
	margin-bottom:1em;	
}

.contactForm_content .status, .contactForm_content .error{
	color:#f41010;
}

.contactForm .row,
.contactForm .column {
	height: auto;
	display:block;
	}

.contactForm .grouping {
	padding-bottom: 1em;
	}

.contactForm .row .grouping {
	margin-right:15px;
	float:left;
	}

.contactForm .column .grouping {
	float: none;
	display: block;
	}

.contactForm .grouping label,
.contactForm .grouping_last label {
	padding:0px 0px 2px 0px;
	display:block;
	}

.contactForm input:focus,
.contactForm textarea:focus {
	background-color: #FFFFCC;
	}

.contactForm input,
.contactForm textarea,
.contactForm select  {
	font-size: 1.2em;
	font-family: arial, sans-serif;
	color: black;
	}
		
.contactForm input {
	line-height: 100%;
	}

.submitButton { /* used on a wrapper around buttons at the end of a form */
	clear: both;
	margin-top: 10px;
	text-align: right;
	}
		
.submitButton input {
	background: #f41010;
	width:85px;
	height:30px;
	}
	
	

		
/*--------------------------------------------------------*/
/* NOT USED ----------------------------------------------*/
/*--------------------------------------------------------*/

/*
.column_left {
	padding-left:.5em;
	width: 38%;
	float: left;
	}
  
.column_right {
	width: 50%;
	float: right;
	}
	
.contactForm fieldset {
	background-color: #c2c2c2;
	color: #000;
	padding: 1em;
	border: 0;
	position: relative;
	display: block;
	border:1px solid #000;
	}

.contactForm fieldset:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*/