/* CSS Document */

img {
	border: 0;
}

a {
	color: #ce3229;
}
	a:hover {	
		text-decoration: none;
	}
	
/* For IE */
@font-face
{
	font-family: "GillSans Light";
	src:url("GillSansStd-Light.eot");
}

/* For Other Browsers */
@font-face
{
  font-family: "GillSans Light";
  src: url("GillSansStd-Light.otf") format("opentype");
}

h1 {
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 34px;
	color: #ce3229;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

h2 {
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 14px;
	color: #ce3229;
	font-weight: normal;
	line-height:1.4em;
}

h3 {
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 34px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

h4 {
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin:1em 0 0 0; padding:0;
}

	h4.cat-title {
		margin:0;
	}

h5 {
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline;
}

	ul#sub_nav li h5 { cursor:pointer; }
	
hr {
	color: #e0e0e0;
	background-color: #e0e0e0;
	border: 0;
	height: 1px;
}

#product-left ul {
	padding-left:20px;
	margin:5px 0;
}

.intro
{
	font-family: GillSans Light, 'GillSans Light', Arial;
	font-size: 14px;
	line-height:1.4em;
	color: #CE3229;
	font-weight: normal;
	/*margin-top:0.5em;
	margin-bottom:0.5em;
	padding: 5px 0 10px 0;*/
	text-align: justify;
	margin:0 0 1.35em 0;
	padding:0;
}

	#content-wrapper .intro {
		font-size:17px !important;
	}

.black-hr {
	color: #676767 !important;
	background-color: #676767 !important;
	/*margin: -1px 0 0 -5px;*/
	margin: -1px 0 0 0;
}

	*:first-child+html .black-hr {
		margin-top: -8px;
	}

.red {
	color: #ce3229;
}

/*.caps {
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	font-size: 0.9em;
	margin:5px 0;
}*/

.caps {
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	font-size: 0.9em;
	line-height:1.3em;
}
	
	#product-right .caps {
		margin:0; padding:6px 9px;
		display:block;
	}

.red-large {
	color: #ce3229;
	line-height: 140%;
	font-size: 13px;
}

.indent {
	text-indent: 13px;
}

#product-left table { margin:0.5em 0;}

#product-left table th, #product-left table thead th {
	text-align: left;
	background-color: #58585b;
	color: #fff;
	padding: 4px;
	border-bottom: 1px solid #fff;
}

#product-left table td, #product-left table thead td, #product-left table tbody td, #product-left table tfoot td {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #000;
}


	#product-left table thead td {
		text-align: center;
		background-color: #949598;
		color: #fff;
		border-bottom: none;
	}
	
	#product-left table tfoot td {
		border-bottom: none;
		text-align: left;
	}
	
	#product-left table td p { margin:0; padding:0;	}
