/*

Orange - f6821F
Light Blue - B3B7DC

*/

h1 {
	margin-top:-5px;
	margin-bottom:-5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/Green_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	padding:0px;
	margin:0px;
}
label {
	display:block;
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
}
a:active {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 1E9247;
}
a:visited {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 1E9247;
	text-transform: uppercase;
	text-decoration: none;
}
a:link {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 1E9247;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: 3BB44B;
	text-decoration: underline;
	line-height: normal;

}

/* Product Category Navigation Links */
a.leftbarselected {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.leftbarselected:visited {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.leftbarselected:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	/*color: f6821F;  ORANGE */
	color: FFFFFF;
	text-decoration: underline;
}
a.leftbar {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #B3B7DC;
	text-decoration: none;
}
a.leftbar:visited {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #B3B7DC;
	text-decoration: none;
}
a.leftbar:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: FFFFFF;
	text-decoration: underline;
}

/* Product Category Links */
.catlink {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: 1E9247;
	text-decoration: none;
}
a.catlink:link {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 1E9247;
}
a.catlink:visited {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 1E9247;
}
a.catlink:hover {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 3BB44B;
	text-decoration: underline;
}

/* Product Section Layout */
.MainCell {
	width:999px;
	padding-top:60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.SecondaryCell {
	width:890px;
	height:590px;
	margin:0 auto;
	padding-left:3px;
}
.HeaderCell {
	width:845px;
	margin:0 auto;
	padding-left:15px;
	padding-top:15px;
}
.LeftNavCell {
	margin-left:29px;
	float:left;
	width:150px;
	height:555px;
	background-image:url(images/green.jpg);
}
.RightNavCell {
	float:left;
	width:150px;
	height:575px;
	background-image:url(images/blue_background.jpg);
}
.ContentCell {
	margin-left:5px;
	margin-bottom:5px;
	float:left;
	width:688px;
	height:525px;
	background-color:#FFF;
}
.FooterCell {
	background-image:url(images/green.jpg);
	float:left;
	height:25px;
	width:693px;
}

.error {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.formfield {
	border-top:2px solid #989ca0;
	border-right:1px solid #989ca0;
	border-bottom:1px solid #989ca0;
	border-left:2px solid #989ca0;
}
.hrule {
	background-image: url(images/hline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.vorange {
	background-image: url(images/v_gr_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.vorange_horizontal {
	background-image: url(images/v_gr_line.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.location {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: f6821F;
}
.prodnum {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #1E9247;
}
.locate2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: 3BB44B;
	text-align:center;
	margin-bottom:5px;
}
.asterisk {
	color: red;
}
/*** HEADER ***/
.TopNav{
	margin-top:16px; 
	width:658; 
	height:23px; 
	background-image:url(images/green.jpg);	
	text-align:center;
	vertical-align:middle;
}

/*** SUB CATEGORY PAGE ***/
.thumbNailListItem {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 12px;
    border: 1px #CCCCCC solid;
    width: 56;
    height: 56;
}
.thumbNailListItemMulti {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 12px;
    border: 3px #FF9900 solid;
    width: 56;
    height: 56;
	cursor: pointer;
}
.SCPageNav {

}

/*** BOTTOM NAV ***/
.BottomNav {
	float:right;
	margin-top:3px;
    text-align: center;
}
.BottomNavLink {
	margin-right:20px;	
	margin-left:20px;
}
a.BottomNavLink:link {
	color: #FFFFFF;
	text-transform: capitalize;
	font-size:10px;
	font-weight:500;
}
.BottomNavLink:hover {
	color: f6821F;
	text-transform: capitalize;
	text-decoration: none;
}
.BottomNavLink:visited {
	color: #FFFFFF;	
	text-transform: capitalize;
	font-size:10px;
	font-weight:500;
}

/*** Contact Page ***/
.Contact_Column1{
	text-align:left;
	width: 250px; 
	float: left;
	margin-top:5px;
}

#Contact{
	margin: 5px;
	text-align: left;
}

.ContactAddress{
	text-align: center;
	color:#1E9247;
}

.ContentHeader{
	background-image:url(images/green.jpg);
	color: white;
	padding: 5px;
}

/* Home Page */
.Home_Warning_Text{
	width:95%;
	font-weight:600;
	color:white;
	margin:0 auto;
	margin-bottom:10px;
	text-align:left;
}
#Home_Warning{
	background-image:url(images/warning_background_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:220px;
	color:yellow;
	text-align:center;
	margin-top:10px;
}
#Home_Testimonials{
	width:97%;
	height:228px;
	text-align:center;
	margin:0 auto;
	border:1px red solid;
	margin-top:15px;
}
#Home_Testimonials_Image{
	border:3px #f6821f solid;
	float:left;
	margin:7px;
}
#Home_Testimonials_Text{
	height:200px;
	width:342px;
	font-size:12px;
	text-align:left; 
	float:left;
	margin:7px;
}
.HomePageContentCell {
	margin-left:29px;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:7px;
	float:left;
	width:600px;
	height:517px;
	background-color:#FFF;
}
.HomePageFooterCell {
	float:left;
	margin-left:29px;
	background-image:url(images/blue_background.jpg);
	height:25px;
	width:835px;
}
.HomePageRightNavCell {
	float:left;
	width:228px;
	height:531px;
	background-image:url(images/blue_background.jpg);
}
.Home_Cat_Image {
	margin-top:10px;
	border: 0px white solid;
}
