body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

a {
	color: #ec0028;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #940017;
}

h1 {
	font-weight: normal;
	font-size: 22px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

.red {
	color: #ec0028;
}

#containerOuter {
	margin-left: auto;
	margin-right: auto;
	width: 1022px;
	border-collapse: collapse;
}

#containerLeft {
	width: 51px;
	background: #fff url(images/containerLeft.gif) repeat-y;
	padding: 0;
}

#containerRight {
	width: 51px;
	background: #fff url(images/containerRight.gif) repeat-y;
	padding: 0;
}

#container {
	width: 886px;
	padding: 17px;
}

#banner {
	width: 886px;
	height: 162px;
	background: #585d36 url(images/banner.jpg) no-repeat;
}
#nav {
	background: #fff url(images/nav1BG.gif) repeat-x;
	position: relative;
	height: 34px;
}
#nav #navul {
	position: absolute;
	top: 0;
	right: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 53px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#nav li a {
	display: block;
	padding: 6px 10px 14px;
	color: #fff;
	font-size: 16px;
	text-shadow: #fff 1px 1px 10px;
}
#nav li a:hover {
	color: #eae407;
	text-shadow: #eae407;
	text-decoration: none;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 53px;
	left: -50px;
	*left: -80px; /*Hack for IE*/
	height: 37px;
	background-color: #626262;
	padding-left: 10px;
	padding-right: 10px;
}
#nav li ul a {
	padding: 8px 10px 14px 10px;
	color: #fff;
	font-size: 16px;
	text-shadow: transparent 0px 0px 0px;
}
#nav li ul a:hover {
	color: #fececb;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

#body {
	width: 870px;
	padding: 1em 8px 1em 8px;
}

#body ul {
	list-style: none inside url(images/li.gif);
	
}

#body p img {
	float: right;
	margin: 20px 20px 20px 40px;
}

hr {
	border-top: 1px solid #666666;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.brandBox {
	width: 870px;
	background-color: #cdcdcd;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 14px;
	color: #000;
}

.brandBoxTop {
	height: 16px;
	background: #cdcdcd url(images/grayBoxTop.gif) no-repeat;
}

.brandBoxBottom {
	height: 15px;
	background: #fff url(images/grayBoxBottom.gif) no-repeat;
	overflow: hidden;
	clear: both;
}

.brandBoxLink {
	float: right;
	margin-right: 15px;
}

.brandBoxLogo {
	float: left;
	margin-top: 5px;
	margin-left: 34px;
	*margin-left: 20px; /*hack for IE*/
	padding: 0;
}

.brandBoxBody {
	margin: 8px 34px 0px 265px;
	clear: right;
}

.brandBoxBody h3 {
	margin-top: 0;
	margin-bottom: .25em;
	color: #ec0028;
}
.brandBoxBody p {
	margin-top: 0;
}

#products {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	color: #000;
	margin-bottom: 1.5em;
	font-size: 12px;
}

#products th {
	height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #940017 url(images/th.gif) repeat-x;
}

#products td {
	text-align: center;
}

#products hr {
	size: #940017 1px;
}

#products td.spacer {
	text-align: center;
	padding: 10px;
}

#products td.productCategoryChooser {
	text-align: left;
}

#products td.productSearch {
	text-align: right;
}

#products td p {
	margin: 0;
}

.productSearchSubmit {
	background-color: #940017;
	border-top: 1px solid #c0c0c0;
	color: #fff;
}

#products .productInfo {
	width: 45px;
}

#products .productImage {
	width: 145px;
}

#products .productImageCenter {
	text-align: center;
}

#products .productName {
	padding: 5px 20px 5px 20px;
	text-align: left;
	text-transform: capitalize;
}

#products .productDescription {
	padding: 5px 20px 5px 20px;
	text-align: left;
}
#products .productDescriptionCenter {
	padding: 5px 20px 5px 20px;
}

#products .productCode {
	width: 145px;
}

#products .productCodeCenter {
	text-align: center;
}

#products .productPrice {
	width: 180px;
}

#products .productFooter {
	background-color: #940017;
	height: 2px;
	padding: 0px;
}

#products .productPages {
	text-align: right;
	font-weight: bold;
}

#products .productPages a {
	color: #323232;
}

#products .productPages .active {
	color: #ec0028;
}

.button2{
	font-size: 10px; 
	background:#940017;
	color:#fff;
	height: 20px;
}

label {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

select {
	vertical-align: middle;
}

.moreInfo {
	width: 870px;
	background: #fff url(images/grayCircleBG.gif) repeat-y;
	margin-bottom: 2em;
}

.moreInfoTop {
	height: 16px;
	background: #fff url(images/grayCircleTop.gif) no-repeat;
}

.moreInfoBottom {
	height: 16px;
	background: #fff url(images/grayCircleBottom.gif) no-repeat;
	clear: both;
}

.moreInfo, .moreInfo label {
	font-size: 12px;
}

.moreInfo form {
	margin: 0;
	padding: 0;
}

.moreInfoDetails {
	margin: 20px 20px 0px 20px;
	width: 830px;
}

.moreInfoDetails td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.moreInfoDetails label {
	vertical-align: baseline;
}

.moreInfoDetails p {
	margin-top: 0;
}

.moreInfoAddresses {
	width: 20%;
}

.moreInfoNumbers {
	width: 25%;
}

.moreInfoFormDetails {
	width: 20%;
}

.moreInfoFormEnquiry {
	width: 35%;
}

address {
	font-style: normal;
	margin-bottom: 2em;
}

textarea {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
}

#footer {
	padding-top: 8px;
	height: 20px;
	font-size: 9px;
	background: #940017 url(images/footerBG.gif) repeat-x;
	color: #fff;
	text-align: center;
}
