/* CSS Document */

* {
	margin:0;
	padding:0;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

img {
	border:none;
}

body {
	background:url(/images/bg-rpt.jpg) repeat-x #fff;
	font-size:12px;
	color:#323232;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

a {
	color:#006e36;
	text-decoration:none;
}

a:hover {
	color:#003b1d;
	text-decoration:underline;
}

h1 {
	font-size:13px;
	color:#333;
	padding-left:2px;
	margin-top:15px;
}

#content h1 {
	color:#008a44;
	padding-left:25px;
	background:url(/images/icon-h1.jpg) no-repeat left;
	margin-bottom:8px;
}

h2 {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006d36;
	margin-top:15px;
	margin-bottom:10px;
}

h3{
	font-size:14px;
	margin:0 0 5px 0;
}

p {
	margin-top:8px;
	margin-bottom:6px;
}

#container {
	margin:0 auto;
	width:737px;
	padding-top:17px;
}

#header {
	background:url(/images/header-bg.jpg) no-repeat bottom right;
	height:162px;
}

#shield {
	float:left;
	width:136px;
	height:107px;
	padding-top:11px;
}

#logo {
	float:left;
	padding-top:30px;
	padding-left:10px;
}

#contact {
	float:left;
	text-align:right;
	clear:left;
	width:445px;
	margin-top:-10px;
	color:#fff;
}

#content-container {

}

#content {
	float:left;
	width:460px;
}

#content ul, #content ol {
	padding-left:25px;
	margin-top:15px;
	margin-bottom:20px;
}

#sub-content {
	float:left;
	width:241px;
	margin-left:20px;
	margin-bottom:15px;
}

#sub-content ul {
	margin:15px 0;
	margin-left:20px;
}

#sub-content li {
	margin-bottom:5px;
}

.menu-item {
	list-style:url(/images/icon-menu-item.jpg);
}

.menu-item a {
	color:#515151;
	text-decoration:none;
}

.menu-item a:hover {
	color:#222;
	text-decoration:underline;
}

.menu-item-sel {
	list-style:url(/images/icon-menu-sel.jpg);
}

.menu-item-sel a {
	text-decoration:none;
	color:#00954a;
}

#side-form {
	background:#f6f6f6;
	padding:10px;
	font-size:11px;
	color:#747474;
}

#footer {
	clear:both;
	border-top:1px solid #e8e8e8;
	margin:10px 0;
	padding-top:8px;
}

#footer a {
	color:#c6c6c6;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#footer-text {
	float:left;
	width:50%;
	color:#c6c6c6;
	font-size:11px;
}

#footer-images {
	float:right;
	text-align:right;
	width:50%;
}

.featured-item {
	float:left;
	width:132px;
	padding-right:31px;
	margin-bottom:25px;
}

.featured-item img {
	padding:2px;
	border:1px solid #dedede;
	margin-bottom:5px;
}

.featured-link {
	text-align:right;
	padding-top:5px;
}

.category_box {
	float:left;
	width:152px;
	text-align:center;
}

.contact-form td {
	padding:3px;
}

.contact-form input, textarea {
	padding:2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.list-item {
	clear:both;
	margin-bottom:5px;
	border-bottom:1px solid #d3d3d3;
	padding:5px 0 10px 0;
}

.list-item-image {
	margin-top:15px;
	float:left;
	width:206px;
}

.list-item-image img {
	padding:2px;
	border:1px solid #dedede;
}

.list-item-text {
	float:right;
	width:240px;
}

.list-item-text-short {
	padding-bottom:10px;
}

.list-item-price {

}

.list-item-button {
	float:right;
	text-align:right;
	width:30%;
}

.product_thumbs {
	float:left;
	width:76px;
	text-align:center;
	cursor:pointer;
}