@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7bc427;
	background-image: url(images/page-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	height: 111px;
	width: 980px;
	margin:0px auto 0px auto;
}
#logo {
	float: left;
}
#menuHolder {
	float: right;
	padding-top: 77px;
}
#tabs-horizontal {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#tabs-horizontal ul {
	margin: 0;
	padding: 0 0px;
	font-size: 100%;
}
#tabs-horizontal ul li {
	float: right;
	margin-top: 0;
	list-style: none;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#tabs-horizontal li a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(images/tab.gif);
	background-position: center bottom;
	width: 127px;
	height: 25px;
	line-height: normal;
}
#tabs-horizontal a:hover {
	color: #FFFFFF;
	background-image: url(images/tab-current.gif);
	background-position: center bottom;
	height: 25px;
	width: 127px;
	padding-top: 10px;
}
#tabs-horizontal .current {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 2px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(images/tab-current.gif);
	background-position: center bottom;
	width: 127px;
	height: 25px;
	line-height: normal;
}
#splitter {
	background-color: #FFFFFF;
	height: 5px;
	width: 100%;
	margin:5px 0px 20px 0px;
}
#productsbox {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#product {
	background-color: #dee0e0;
	width: 960px;
	padding:5px 10px 5px 10px;
	height:100px;
}
#footeraddress {
	float: left;
	width: 300px;
}

#procolumn {
	float: left;
	height: 100px;
	width: 182px;
	font-size: 11px;
	margin:0px 15px 0px 0px;
}
#prodivider {
	float: left;
	width: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top:15px;
}
#flashholder {
	height: 370px;
	width: 980px;
	margin:0px auto 0px auto;
	text-align:center;
}
#product-home-title{
	font-size:12px;
	font-weight:bold;
	color:#663399;
	padding-bottom:5px;
}
.pro-home-thumb{
	float:left;
	border:solid 2px #00CC33;
	margin-right:5px;
	margin-bottom:5px;
	
}
#footer {
	width: 980px;
	margin:0px auto 0px auto;
	color: #FFFFFF;
	
}
#newsletter {
	float: right;
}

.footerhead{
	font-size:14px;
	font-weight:bold;
}
#footer  a{
	color:#660099;
}
#wrapper {
	width: 980px;
	margin:0px auto 0px auto;
}
#leftCol {
	float: left;
	width: 740px;
	margin-right:10px;
}
#leftData{
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	background-color:#FFFFFF;
	padding:5px 15px 5px 15px;
	min-height:450px;
}
#rightCol {
	float: right;
	width: 214px;
}
#rightData{
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	background-color:#FFFFFF;
	padding:5px 15px 5px 15px;
	min-height:300px;
}
#closer{
	clear:both;
	padding:5px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#663399;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#663399;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#663399;
	font-weight:bold;
}
p{
	margin:0px;
	padding:0px 0px 10px 0px;
}
.productcategory{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#330066;
	border:none;
	padding:2px;
}
.productcategory a{
	text-decoration:none;
	color:#330066;
}
#breadcrumb{
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:solid 1px #999999;
	font-size:9px;
}
#breadcrumb a{
	color:#660099;
	text-decoration:none;
}
.mainImage{
	float:left;
	margin:0px 15px 15px 0px;
}