﻿#salesbit a, #salesbit a:link, #salesbit a:visited, #salesbit a:hover {
	color:#fff;
}
#salesbit a:hover {
	text-decoration:none;
}


#salesbit {
	border: 1px solid #333;
	background: #d00202;
}
#salesbit p {
	padding: 5px;
	margin: 0;
	color: #fff;
}

#banner-wrap {
	padding: 5px 0;
	border: 1px solid #333;
}
#banner-left {
	float: left;
	width: 360px;
}
#banner-right {
	float: left;
	width: 330px;
}
.bannertext {
	width: 340px;
	float: left;
}
.bannertext h3 {
	padding: 5px 5px 5px 5px;
	margin: 0;
}
.bannertext p {
	padding: 0 5px 5px 5px;
	margin: 0;
}

.bannertext h3 img {
	display: block;
	margin-top: -15px;
}

.products-rowwrap {
	padding: 10px 0 20px 0;
	width: 695px;
}
.products-rowwrap.end {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.product {
	float: left;
	width: 150px;
	margin: 10px 31px 0 0px;
}
.product.last {
	margin: 10px 0 0 2px;
}
.product img {
	border: 1px solid #ccc;
	display: block;
}
.product a, .product a:link, .product a:visited {
	text-decoration: none;
	color: #d00202;
	padding: 0;
	margin: 0;
}
.product a:hover {
	text-decoration: underline;
	color: #d00202;
}

.product h3 {
	color: #c10901;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
}
.product p {
	padding: 0 0 10px 0;
	margin: 0;
}

#newsletter {
	margin: 20px 0;
	height: 45px;
	background: #ccc url('../images/site-graphics/newsletter_bg_repeat.gif') repeat-x;
	
}
#newsletter img.title {
	margin: 15px 0 0 5px;
	float: left;
}
#newsletter p.fxwdth {
	float: left;
	width:230px;
	margin-top: 5px;
	padding: 4px 10px;
}
#newsletter #newsletter-signup {
	width: 135px;
	height: 16px;
	padding: 2px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	float: left;
}
#newsletter input#newsletter-bt {
	padding: 2px;
	margin: 12px 0 0 5px;
	float: left;
}


.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}