body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/layout/top_bg.jpg) #EEEEEE repeat-x top;
	margin: 0 auto;
	font-size: 12px;
	width: 1100px;
}
a {
	text-decoration: underline;
	color: #8AB71E;
	font-weight: bold;
	}
.cl {
	clear: both;
	}
#header {
	background: url(../images/layout/top.jpg) no-repeat;
	width: 1100px;
	height: 186px;
	margin: 0 auto;
	}
#logo {
	width: 380px;
	height: 125px;
	padding: 30px 0 0 20px;
	}
	.call {
		background: url(..//images/layout/call.png) no-repeat;
		width: 190px;
		height: 20px;
		float: right;
		margin: 0 50px 0 0;
		}
#wrapper {
	background: url(../images/layout/flower_bg/1.jpg) no-repeat;
	width: 1100px;
	height: 432px;
	margin: 0 auto;
	}
a#pgems:link, #pgmes:link, #pgems {
	background: url(../images/layout/pgems.jpg) no-repeat top;
	width: 163px;
	height: 33px;
	display: block;
	}
		a#pgems:hover, #pgems:hover {
			background-position: bottom;
			}
#menu {
	width: 198px;
	height: auto;
	margin: 50px 30px 0 40px;
	float: left;
	}

a.menu_btn:link, .menu_btn:link, .menu_btn {
	background: url(../images/layout/menu_btn.png) no-repeat top;
	width: 178px;
	height: 18px;
	display: block;
	margin: 0 0 3px 0;
	padding: 4px 20px 0 0;
	text-align: right;
	font-weight: bold;
	color: #151515;
	text-decoration: none;
 }
a.menu_btn:hover, .menu_btn:hover, .menu_btn_selected {
	 background: url(../images/layout/menu_btn.png) no-repeat bottom;
	 width: 178px;
	 height: 18px;
	 display: block;
	 margin: 0 0 3px 0;
	 padding: 4px 20px 0 0;
	 text-align: right;
	 font-weight: bold;
	 color: #FFFFFF;
		}
#content {
	width: 784px;
	margin: 42px 0 0 0;
	float: left;
	}		
#content_top {
	background: url(../images/layout/content_top.png) no-repeat;
	width: 784px;
	height: 31px;
	}
#dynamic_titles {
	width: 536px;
	height: 28px;
	margin: 0;
	float:left;
	}
#content_mid {
	background: url(../images/layout/content_middle.png) repeat-y;
	width: 784px;
	height: auto;
	min-height: 400px;
	padding: 0px 10px 0 25px;
	line-height: 18px;
	}
	#content_text {
		width: 536px;
		float: left;
		}
#content_bottom {
	background: url(../images/layout/content_bottom.png) no-repeat;
	width: 784px;
	height: 9px;
	font-size: 10px;
	color: #A9A9A9;
	text-align: center;
	padding: 8px 0 0 0;
	}
	a.content_bottom:link, .content_bottom:link, .content_bottom {
	color: #A9A9A9;
	font-weight: normal;
	text-decoration: none;
		}
	a.content_bottom:hover, .content_bottom:hover {
	color: #000000;
	font-weight: normal;
		}
#news {
	width: 188px;
	float: right;
	background: url(../images/layout/news_line.jpg) #FFFFFF left repeat-y;
	padding: 0 0px 0 12px;
	margin-right: 29px;
	font-weight: bold;
	text-decoration: none;
	}
.news_title {
	background: url(../images/layout/news_title.jpg) no-repeat;
	width: 150px;
	height: 24px;
	}
.blog_title {
	background: url(../images/layout/blog_title.jpg) no-repeat;
	width: 150px;
	height: 24px;
	}
.news_tagline {
	width: 182px;
	height: 19px;
	background: #4B4B4B;
	color: #FFFFFF;
	}
.news_text {
	color: #3a3a3a;
	font-size: 11px;
	padding-left: 10px;
	}
a.varieties_btn:link, .varieties_btn:link, .varieties_btn {
	background: url(../images/layout/varieties_btn.png) no-repeat bottom;
	width: 182px;
	height: 144px;
	display:block;
	margin-bottom: 15px;
	}
	a.varieties_btn:hover, .varieties_btn:hover {
		background-position: top;
		}
a.call_btn:link, .call_btn:link, .call_btn {
	background: url(../images/layout/call_feature.jpg) no-repeat;
	width: 184px;
	height: 144px;
	display: block;
	margin-bottom: 15px;

	}
a.care_btn:link, .care_btn:link, .care_btn {
	background: url(../images/layout/care_feature.jpg) no-repeat bottom;
	width: 184px;
	height: 140px;
	display: block;
	margin-bottom: 15px;
	}
	a.care_btn:hover, .care_btn:hover {
		background-position: top;
		}
a.blog_btn:link, .blog_btn:link, .blog_btn {
	background: url(../images/layout/blog_btn.jpg) no-repeat top;
	width: 184px;
	height: 72px;
	display: block;
	margin-bottom: 15px;
	}
	a.blog_btn:hover, .blog_btn:hover {
		background-position: bottom;
		}
	
h1 {
	font-size: 14px;
	margin: 2px 0px 0px 0px;
	display: block;
	border: 1px solid #cccccc;
	padding: 1px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8BB71A;
	}	
h3 {
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	display: block;
	font-style: italic;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D2E62;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
h5 {
	font-size: 11px;
	padding: 1px 1px 1px 3px;
	margin: 2px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8AB818;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #262F58;
	}
img.img_left {
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px solid #000000;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_left_nb {
	padding: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_right {
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px solid #000000;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.img_right_nb {
	padding: 3px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}	
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

/*------ product display -------------- */

.prod_box {
background: url(../images/layout/prod_box.jpg) no-repeat; 
	padding: 2px;
	float: left;
	height: 200px;
	width: 165px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.prod_name {
	background: #EEEEEE;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #8cb61e;
}
.prod_image_tn {
	padding: 2px;
	float: left;
	height: 110px;
	width: 150px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.prod_large_image {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	float: left;
	height: 250px;
	width: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}


.faq_button, a.faq_button:link, a.faq_button:visited, a.faq_button:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	height: auto;
	width: 690px;
	padding: 2px 4px 3px 5px;
	border: 1px solid #EBEBEB;
	margin-bottom: 2px;
}

a.faq_button:hover {
	color: #FFFFFF;
	background-color: #8AB818;
}

.faq_title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 98%;
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
}

a.readmore:link, a.readmore:active, a.readmore:visited {
	float: right;
	padding-left: 15px;
	font-size: 9px;
	color: #8AB621;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;

}
a.readmore:hover {
	color: #000000;
	text-decoration: none;
}

/* news */
.blog_year:link {
	font-size: 10px;
	margin: 2px;
	width: 178px;
	display: block;
	border: 1px solid #45680b;
	padding: 1px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #4b4b4b;
	}
.blog_month:link {
	font-size: 10px;
	width: 176px;
	margin: 2px;
	color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #E4E4E4;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8AB621;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	}
.rss_feed {
	background: url(../images/layout/rss.jpg) no-repeat;
	display: block;
	width: 200px;
	height: 50px;
	}
.blog_menu_select {
	color: black;
	font-weight: bold;
	display: block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #C0DFA2;
	border: 1px solid #999999;
	margin: 2px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.blog_menu {
	display: block;
	width: 170px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	}
.blog_menu:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	}
.search {
	float:left;
	font-weight: bold;
	color: #8cb61e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 20px;
	width: 700px;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #567012;
	height: 18px;
	width: 150px;
	margin-right: 10px;
}

