/* GENERAL 
_____________________________________________________________________________*/

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, img { 
	margin:0;
	padding:0;
	border:0;
}

img { 
	vertical-align: bottom; 
}

.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.editor-button {
	position:relative;
} 

.editor-button a { 
	display: block; 
	position: absolute; 
	z-index: 1050; 
	top: 15px; 
	left: -16px; 
	width: 16px; 
	height: 12px; 
	background: url('/themes/cp_global_images/edit_template.gif') no-repeat 0 0; 
	text-indent: -9999em; 
	overflow: hidden;
}

a { 
	text-decoration: none; 
	color: #7ac142;
}

a:hover { 
	text-decoration: underline; 
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.22em;
	color: #51514b;
	background: #FFF url(/images/site/header-tile.jpg) repeat-x;
}

#container {
	width: 1010px;
	margin: 71px auto 0 auto;
	position: relative;
	background: #f9f7f1;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

/* LEFT COLUMN
_____________________________________________________________________________*/

#left-column {
	float: left;
	width: 270px;
}

#left-column .padding {
	padding: 40px 0 20px 20px;
}

#google {
	margin-top: 20px;
}

ul#nav {
	list-style: none;
	margin: 20px 0;
}

ul#nav li {
	padding-bottom: 10px;
}

ul#nav li.nav-nav-separator,
ul#nav li.nav-nav-separator-1,
ul#nav li.nav-nav-separator-2,
ul#nav li.nav-nav-separator-3,
ul#nav li.nav-nav-separator-4 {
	background: url(/images/site/bg-nav.jpg) no-repeat;
	margin-bottom: 10px;
	height: 21px;
	padding: 0;
	text-indent: -10000px;
}

ul#nav li a {
	color: #51514b;
	display: block;
}

ul#nav li a:hover,
ul#nav li.here a {
	color: #7ac142;
	text-decoration: none; 
}

.callout .image {
	margin-bottom: 15px;	
}

.callout h2 {
	line-height: normal;
}

.callout h2 a {
	color: #51514b;
	font-size: 20px;
	font-weight: normal;
}

.callout h2 a:hover {
	color: #7ac142;
	text-decoration: none; 	
}

.callout p {
	font-family: "Times New Roman", Times, serif;
}

/* RIGHT COLUMN
_____________________________________________________________________________*/

#right-column {
	float: right;
	width: 720px;
}

#right-column .padding {
	padding: 0 20px 20px 0;
}

#member-links {
	text-align: right;
	padding: 13px 0;
}

#member-links a {
	color: #51514b;
}

#member-links a:hover {
	color: #7ac142;
	text-decoration: none; 
}

#page-header {
	margin-bottom: 15px;
	color: #FFF;
	padding: 5px 15px;
	background: url(/images/site/bg-header.gif) repeat-y;
	font-weight: bold;
}

#intro {
	margin: 15px 0;
}

#intro h1 {
	font-size: 31px;
	color: #51514b;
	line-height: normal;
}

#intro p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
}

#intro ul {
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
}

#intro ol {
	margin-left: 15px;
	*margin-left: 35px;
	_margin-left: 35px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
}

#intro ol li a {
	color: #000;
	text-decoration: underline;
}

#intro ol li a:hover {
	text-decoration: none;
}

ol.faq-list {
	margin: 20px 0;
}

h2 {
	margin: 20px 0;
	line-height: normal;
	font-size: 18px;
}

ul.hover_block {
	_height: 1px;
	min-height: 1px;
}

ul.hover_block li {
	list-style: none;
	float: left;
	background: url(/images/site/bg-box.jpg) no-repeat;
	height: 159px;
	width: 160px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

ul.hover_block li.last {
	margin-right: 0;
}

ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

ul.hover_block div {
	height: 97px;
	overflow: hidden;
	padding: 5px;
}

ul.hover_block a {
	color: #51514b;
	text-decoration: underline;
}

ul.hover_block a:hover {
	color: #7ac142;
	text-decoration: none;
}

ul.hover_block h2 {
	height: 43px;
	overflow: hidden;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

ul.hover_block h2 a {
	color: #51514b;
	text-decoration: none;
}

ul.hover_block h2 a:hover {
	color: #7ac142;
}

ul.headlines li {
	list-style:none outside none;
	padding-bottom:16px;
}

ul.headlines {
	margin-left:0 !important;
}

.dotted-line {
	border-top: 1px  dotted #51514b;
	margin: 15px 0;
}

img.feature-image {
	margin-bottom: 10px;
}

.box-wide {
	margin-bottom: 20px;
}

.box-wide h2 {
	background: url(/images/site/bg-box-wide.jpg) no-repeat;
	color: #FFF;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
}

.box-wide h2 a {
	color: #FFF;	
}

.box-wide h2 a:hover {
	color: #d7ebc2;
}

.box-wide a {
	color: #51514b;
	text-decoration: none;
}

.box-wide a:hover {
	color: #7ac142;
}

.internal-left {
	float: left;
	width: 520px;
}

.internal-right {
	float: right;
	width: 160px;
	padding-top: 55px;
}

.internal-right h2 {
	margin: 5px 0 25px 0;
}

.internal-right a {
	color: #51514B;
	display: block;
	margin-bottom: 5px;
}

.internal-right a:hover {
	color: #7ac142;
	text-decoration: none;
}

.internal-right p {
	margin: 0 0 10px 0;
}

.internal-right p br {
	display: none;
}

.date {
	color: #7ac142;
	text-transform: uppercase;
	margin-top: 10px;
}

#pagination {
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center;
}

a.qp_next {
	color: #51514b;
}

a.qp_prev {
	color: #51514b;
	margin-left: 30px;
}

a.qp_disabled {
	color: #9b9b96;
	cursor: default;
	text-decoration: none;
}

#mag-archive {
	margin: 20px 0;
	font: 12px Arial, Helvetica, sans-serif;
}

#mag-archive h2 {
	color: #5d5d55;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#mag-archive ul {
	margin: 0;
}

#mag-archive li {
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

#mag-archive a {
	color: #000;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
}

#mag-archive a:hover {
	color: #7ac142;
	text-decoration: none;
}

.catalog {

}

.productGridRow {
	 display:block;
	 height:auto !important;
	 margin:15px 0 0;
	 min-height:530px;
}

.productItem {
	float: left;
	width: 30%;
	height: 366px;
	margin: 14px 3% 8px 0;
	padding: 0;
	border-bottom: 1px  dotted #51514b;
}

.productImg {
	display: block;
	height: 210px;
}

.productImg img {
	display: block;
	margin: 0 auto;
}

.productDesc {
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	margin-bottom: 25px;
}

#footer a {
	color: #51514b;
}

#footer a:hover {
	text-decoration: none;
	color: #7ac142;
}
