@charset "UTF-8";
/* CSS Document */

p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	line-height: 18px;
}

h1 { 
	font-size: 17px;
	font-weight:bold;
}

h2 { 
	font-size: 14px;
	font-weight:bold;
	margin-top:10px;
}

#heading-strip {
	background-color:#FFF;
	width:97%;
	margin-top:15px;
	padding:3px;
}

#heading-strip h1{
	font-size: 17px;
	font-weight:bold;
	color: #6BA055;
	margin:1px 0 1px 1px;
}

.HeaderBG {
	background-image: url(images/Top-BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BodyBG {
	background-image: url(images/Right-BG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.BodyGradientRight {
	background-image: url(images/Right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.NewsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
	background-image: url(images/News-bg.jpg);
	background-repeat: repeat-x;
	background-color: #6C9F56;
	padding-bottom: 2px;
	padding-top: -5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #83B36D;
}
.BodyIntro {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #191919;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E6E6E6;
	text-align: left;
	vertical-align: middle;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	line-height: 18px;
}
.BodyGradientLeft {
	background-image: url(images/Bottom-Middle-Left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.TextBoxRight {
	background-image: url(images/Text-TopB-Right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.TextBoxLeft {
	background-image: url(images/Text-TopB-Left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.RightImageDescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-image: url(images/Image-BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #83B36D;
}
.FooterImage {
	background-image: url(images/Footer.jpg);
	background-repeat: repeat-x;
}
.Link {
	background-image: url(images/linksBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #6BA055;
}
a.Testimonials:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.Testimonials:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.Testimonials:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.Testimonials:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


/*** CK EDITS - .png and product pages ***/
#product-pic    { float: left; width: 125px;  margin: 0; padding: 10px 0 0 10px; }
#product-info    { margin: 0 0 0 155px; padding: 0; }
.container { float: left; width: 98%; margin: 0; padding: 0; }


a {outline:none;}


/*** PNG FOR IE ***/
img { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); }
/*** source: http://24ways.org/2007/supersleight-transparent-png-in-ie6/***

