/*  Bulk reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	background:#787878 url(images/background.jpg) top left repeat-x;
}

a{
	color:#bb1524;
}
.outter{
	background:url(images/outter-shadow-right.gif) top center repeat-y;
}
.inner{
	width:974px;
	margin:0 auto;
	padding:40px 0 0;
	background:white;
}
#homeBannerCon-outter{
	background:url(images/dropshadow-header.gif) top center no-repeat;
}
#homeBannerCon{
	background:url(images/header-homepage.jpg) top left no-repeat;
	height:83px;
	width:974px;
	margin:0 auto;
}
#homeBannerCon h1 a{
	float:left;
	margin:10px 0 0 40px;
	height:70px;
	width:158px;
	text-indent:-5000px;
}
#nav {
	display:block;
	float:right;
	height:36px;
	width:650px;
	list-style-type:none;
	margin:28px 0 0;
	padding:0px;
	position:relative;
}
#nav li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#nav li a{
	display:block;
	height:16px;
	width:92px;
	text-align:center;
	text-decoration:none;
	font-size:1em;
	padding:10px 0 9px 0;
	color:#fff;
}
#nav li a.home {
	width:95px;
}
#nav li:hover, #nav ul li.sfhover {
	background: url(images/nav_hover_gradient.gif) top left repeat-x;
}

#nav li a.active {
	background: url(images/nav_active_gradient.gif) top left repeat-x;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	display:block;
	height:auto;
	width:150px;
	text-decoration:none;
	font-size:1em;
	padding:10px 0 9px;
	background:#8e101b;
	color:#fff;
}

#nav li ul li a:hover, #nav ul li ul li a.sfhover {
	background:#73090f;
}

#contentContainer{
	background: url(images/contentContainer-bg.gif) top left repeat-y white;
	padding:0 0 20px 0;
	margin:0;
}

#sidebar-left {
	width:197px;
	height:300px;
	margin:0;
	float:left;
	background:#ccc;
}

#sidebar-left h1 {
	color:white;
	background: url(images/sidebar-left-bg.gif) top left repeat-y;
	font-size:18px;
	margin:0;
	padding:20px;
}

#sidebar-left p {
	background: url(images/sidebar-left-bg.gif) top left repeat-y;
	padding: 10px 20px 20px;
	color:white;
/*	line-height:1.3em;
*/}

#sidebar-left p a {
	color:white;
}
#sidebar-left ul {
	margin:0;
	padding:0;
	height:auto;
	background: url(images/sidebar-left-bg.gif) top left repeat-y;
	list-style:none;
}

#sidebar-left ul li {
	display:block;
	margin:0;
	padding:0;
}

#sidebar-left ul li a {
	display:block;
	margin:0;
	padding:10px 20px;
	color:white;
	text-decoration:none;
}

#sidebar-left ul li a:hover {
	background: url(images/sidebar-left-bg-hover.gif) top left repeat-y;
}

#sidebar-left ul li a.active {
	background: url(images/sidebar-left-bg-current.gif) top left repeat-y;
}
#sidebar-left ul li ul
{
	display:none;
}
#sidebar-left ul li:hover ul{
	display:block;
}

#main{
	float:left;
	width:724px;
	padding: 0 25px;
	margin:0;
}

#main .left-column {
	width:430px;
	margin:0;
	padding:0;
	float:left;
}

#main .right-column {
	width:260px;
	margin:0;
	padding:0;
	float:right;
}
#main h1{
	clear:both;
	font-size:2em;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	font-weight:bold;
	background: url(images/h1-bg.gif) top left repeat-y;
}
#main h2{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin: 0.2em 0 0.5em;
	font-weight:bold;
	text-transform:uppercase;
}

#main h2 a:hover {
	background:#bbe0e2;
}

#main h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:.3em 0 .2em;
	color: #a60c16;
}
#main h4 {
	clear:both;
	font-size:1.5em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #B91423;
	color: #FFF;
}
#main h5 {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #710B15;
}
#main h5 a:link {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #710B15;
	text-decoration: none;
}
#main h5 a:visited {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #710B15;
	text-decoration: none;
}
#main h5 a:hover {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #6F0C17;
	text-decoration: underline;
}
#main p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	padding-bottom:10px;
}

#main p a, #main ul li a, #main ol li a {
	font-weight:bold;
}

/*#main p a:hover, #main ul li a:hover, #main ol li a:hover {
	background:#bbe0e2;
}*/


#main ul, #main ol {
	padding:0 0 0 10px;
	margin:0;
}

#main ul li, #main ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	padding: 0 0 10px 0;
}

#main ul li ul li, #main ol li ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	padding: 0 0 0 0;
	font-style:italic;
}

#main .caption {
	text-align:center;
	font-style:italic;
	font-size:0.9em;
	padding:0;
}
#main a:link{
	color: #BA1523;
	text-decoration: none;
}
#main a:visited{
	color: #BB1523;
	text-decoration: none;
}
#main a:hover {
	color: #000;
	text-decoration: underline;
}

.product{
	width:712px;
	margin: 0 0 25px;
	padding: 6px;
	float:left;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.product .product-description{
	width:440px;
	margin-right:15px;
	margin-bottom:0;
	float:left;
}

.product-picture {
	float:right;
	background:#fff; 
	border:1px solid #ccc;
	padding:6px;
}

.product-picture .picture-placeholder {
	width:166px;
	height:136px;
	background:#ccc;
	padding:0;
	margin:0;
}

.article_photos{
	padding:6px;
	margin: 0 0 15px 0;
	float:right;     
	background:#e7e7e7; 
	border:1px solid #ccc;
}

.picture-placeholder {
	background:#CCC;
	width: 246px;
	height:100px;
	text-align:center;
	line-height:10em;
	padding-top: 85px;
}

.picture-placeholder p {
}

#main .photo-gallery {
	width:auto;
	height:auto;
	padding:6px;
	margin: 0 20px 20px 0;
	float:left;
	text-align:center;
	background:#e7e7e7; 
	border:1px solid #ccc;

}

.bottom-shadow{
	background:url(images/bottom-shadow.jpg) top center no-repeat;
	margin:0 auto;
	height:9px;
}
/*Footer Starts Here*/
#footer{
	width:974px;
	margin:0 auto;
	height:30px;
}
#footer-inner{
	width: 885px;
	margin:0px auto;
}
#footer ul{
	display:block;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:270px !important;
	margin-right:140px;
}
#footer ul li{
	display:block;
	border-right: 1px solid #ccc;
	float:left;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
}
#footer ul li.last{
	border-right:none;
}
#footer ul li a{
	text-decoration:none;
	font-size:.8em;
	color:#ccc;
}
#footer ul li a.active{
	color:#f00707;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	width:100px;
}
.tradeMark {
	font-size: 9px;
	vertical-align: super;
	font-weight: bold;
}
.dEnviroTable {
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}
.dEnviroTable td {
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	width: 50%;
	background-color: #A20A13;
}
#main .dEnviroTable td a:link {
	color: #FFF;
}
#main .dEnviroTable td a:visited {
	color: #FFF;
}
#main .dEnviroTable td a:hover {
	color: #FFF;
}
.subScript {
	font-size: 0.7em;
}
.reference  {
	font-size: .7em;
}
