body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #162c42;
	background-image: url(images/bkg_body.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}
p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
 }

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 14px;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	text-align: left;
	color: #000000;
		}

h2 {
	font-size: 18px;
	text-decoration: none;
	color: #003366;
}

h3.pagetitle {
	font-size: 16px;
	margin-bottom: 0px;
	}

h3 {
	font-size: 16px;
	color: #B5050A;
	margin-bottom: 0px;
	}

h4 {
	font-size: 16px;
	color: #3E3E3E;
margin-bottom: 5px;
	}
	
h5 {
	font-size: 14px;
	color: #4B7196;
	}
		
h6 {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	font-size: 24px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	}

h2 a, h2 a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #003366;
	}

h3 a, h3 a:visited {
	font-size: 18px;
	color: #B5050A;
	}

h4 a, h4 a:visited {
	font-size: 16px;
	margin-bottom: 0px;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

	
	/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

hr {
	line-height: 1px;
	color: #C4D2E2;
	background-color: #C4D2E2;
	height: 1px;
	}

select {
	width: 130px;
	}
input, textarea, select {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
}

submit, input.button {
	background-color: #990000;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
	width:inherit;
	overflow:visible;
	padding: 2px;
	text-transform: capitalize;
	ont-family :"Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: none;
	font-size:11px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {
	border: none;
	}
hr {
	color: #ECE9D8;
	background-color: #ECE9D8;
	height: 1px;
	width: auto;
}

strong {
	font-weight:bold;
	}
	
em {
	font-style: italic;	
	}
ul {
	list-style-image: none;
	list-style-type: circle;
}
ol {
	list-style-image: none;
	list-style-type: decimal;
}
ul li {
	display: list-item;
}
/* End Various Tags & Classes*/

/* Structure */
.bgpage {
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFFFF;
}

#header {
	height: 145px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	position: relative;
	width: 950px;
	background-image: url(images/bg_topnav.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#masthead {
	float: left;
	height: 168px;
	width: 730px;
	margin-top: 0px;
	clear:right;
}
#bigpic {
	float: right;
	height: 168px;
	width: 630px;
	margin-top: 0px;
}
#container {
	width: 950px;
	text-align: left;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
} 

#topnav {
	float: right;
	height: 30px;
	width: auto;
	padding-right: 50px;
}
#topnav ul {
	padding-left:10px;
	width:auto;
}
#topnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	float: left;
}


#logo {
	height: 99px;
	width: 479px;
	float: left;
}




/* Begin Sidebar */

#sidebar
{
	float: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#performance {
	width: 250px;
	height: 70px;
	margin-bottom: 20px;
}

#news{
	width: auto;
	float: left;
	padding: 30px 5px 0px 10px;
	margin-bottom: 15px;
	height: 170px;
	clear:left;
	background-image: url(images/title_whatsnew.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
#news h2{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 
#news h2 a{
	font-size: 12px;
	color: #000000;
}
#news small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	display: none;
}

#news .post {
	margin: 0px;
	width: 450px;
}
#news .entry p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#browsing {
	width: 230px;
	background-color: #F3F8FB;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: left;
}	

#browsing h6{
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 10px 0px;
	
}	
#browsing select{
margin: 0px 0px 15px 0px;
}

#browsing img{
	padding: 2px 5px 0px 5px;
}

#by-product {
    margin: 0px 2px 5px 0px;
    height: 50px;
}

#by-brand {
    margin: 0px 2px 10px 0px;
padding: 0px;
    height: 50px;
}

#promos {
	width: 250px;
}
#promos ul{
	margin-left:-42px;
}
#promos ul li {
	margin: 0px 0px 5px 0px;
}

.searchform {
	clear: left;
}
#searchform {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}	

.searchform li {
	list-style-type: none;
}

.searchform #searchform #s { /*this is the form textfield */
	width: 134px;
	height: 20px;
	padding: 10px 29px 4px 12px;
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px;
}

.searchsubmit { /*this is the form button*/
	padding: 0px;
	}

#rightnav {
	float: right;
	height: auto;
	width: 250px;
	background-image: url(images/title_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 5px 5px 0px;
	margin: 10px 0px 10px 0px;
}

#rightnav ul{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top:5px;
	margin: 0px;
}

#rightnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	text-transform: capitalize;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	color: #39495E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#rightnav li ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-transform: capitalize;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	color: #98A8C0;
	border: none;
	background-image:none;
}
#rightnav li a{
	text-decoration:none;
	border:none;
	color: #39495E;
}
#rightnav li a:hover{
	text-decoration:none;
	border:none;
	color: #0066CC;
}

#pagetools {
	float: left;
	padding: 4px 0px 4px 0px;
	text-align: right;
	font-size: 11px;
}

#pagetools .WP-PrintIcon {
	padding: 0px 0px 0px 7px;
}

.breadcrumb, #mainContent .breadcrumb p {
	font-size: 11px;
	margin: 0px 0px 18px 0px;
}


#mainContent {
	padding: 10px 0px 10px 10px;
	float: left;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 680px;
}
#mainContent p {
	padding: 0px 5px 0px 0px;
font-size: 14px;
}
 
#mainContent td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE1E9;
	color: #333333;
	padding: 0px 0px 5px 0px;
font-size: 11px;
} 
#mainContent td p {
	color: #333333;
font-size: 11px;
}
#mainContent td img {
	padding: 0px 0px 5px 0px;
}
#mainContent .wp-caption-text  {
	margin: 0px;
	font-size: 11px;
}
#mainContent .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 14px;
	}
#mainContent form textarea {
	width: 75%;
}

#mainContent form#commentform input#submit, #mainContent .wpcf7-form p submit{
	background-color: #990000;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
	width:inherit;
	overflow:visible;
	padding: 2px;
	text-transform: capitalize;
	ont-family :"Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: none;
	font-size:11px;
}
#mainContent .h-rule {
	color: #9DACBF;
	background-color: #9DACBF;
	width: 98%;
}
#blockdisplay {
	display: block;
	padding-bottom: 5px;
	clear: left;
float: right;
}

#rolesflash {
	margin: 0px 0px 5px 0px;
}

#brandsflash {
	margin: 0px 0px 20px 0px;
}

#nowonabel {
	background-image: url(images/title_nowonabel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	float: left;
	height: auto;
	width: 645px;
}

#nowonabel p{
font-size:11px;
padding-left: 10px;
}

#nowonabel li{
	list-style-type: none;
	padding-left: 10px;
}
#panels {
	float: left;
	width:auto;
	clear: right;
	margin: 0px 0px 0px 0px;
	height: auto;
	position: relative;
}
#panels .first {
	margin-left:250px;
}
#items {
	padding: 10px 0px 0px 0px;
}

#summary{
	width: 645px;
	float: left;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
	height:auto;
} 
#summary h2, #news h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 5px 5px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 
#summary small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	display: none;
}
#nowonabel #summary .post {
	margin: 0px;

}
#summary .post {
	margin: 0px;
	width: 450px;
}

#summary .entry p {
	margin: 0px;
	font-size: 11px;
}

#customerspotlight {
	background-image: url(images/title_customerspotlight.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 5px 0px 0px;
	float: left;
	height: auto;
	width: 640px;
	margin: 0px 0px -10px 0px;
}

#customerspotlight .entry p  {
	margin: 0px;
	font-size: 11px;
}

#items2 {
	padding: 10px 0px 0px 0px;
	width: 420px;
	float: left;
}

#items2 h2 a{
	padding: 0px 0px 0px 8px;
	text-decoration:none;
	font-size: 16px;
}
#otherstories {
	float:left;
	padding: 0px 0px 0px 5px;
	margin: 40px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9DACBF;
	width:190px;
}
#otherstories p{
	font-size:11px;
}
#footer {
	height: 220px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 930px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3F8FB;
	background-image: url(images/bg_footer_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
#footer p {
	margin:0px;
	padding:10px 0px;
}

#footer a {
	color: #000000;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#footer a:hover {
	text-decoration: underline;
}


#footer ul{
	height:auto;
	margin:0px;
	padding:0px;
}

#footer ul li {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	line-height: 16px;
}

#footer #footerlinks {
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer #copyright{
	float: right;
	width: 200px;
	margin: 20px 10px 10px 10px;
	padding: 80px 0px 0px 0px;
	background-image: url(images/bn_ansamcal.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	text-align: right;
}

#footer #copyright p{
	font-size: 11px;
}

#footer .navcolumn {
	float: left;
	width: 156px;
	margin-right: 5px;
	text-align: left;
	margin-top: 0px;
	padding: 2px;
	vertical-align: top;
	height: 150px;
	margin-left: 5px;
	clear:right;
}

#footer .feed {
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 0px 20px;
margin: 0px 0px 0px 0px;
float: right;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.center {
	text-align: center;
	}
.fltrt, .alignright { 
	float: right;
	margin-left: 8px;
}
.fltlft, .alignleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wp-caption-text {
	font-size:11px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.pdf-download {
	padding: 0px 0px 0px 15px;
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-weight:bold;
		
}
.highlight {
	background-color: #FFFFCC;
	padding: 1px;
}
.bn-home {
	padding: 5px 5px 0px 20px;
	background-image: url(images/www.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight:bold;
}

.post h5 {
	margin-bottom: 0px;
}

.post #productsused {
	padding: 10px;
	margin: 20px 0px 10px 10px;
	font-style: italic;
clear: both;	
border-top: 1px dotted #7A97B2;
width: 270px;
}