/* ------------ | Basic Html Elements | ------------------------------------*/

body {
	background: #d7e5ed;
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Helvetica' , 'Arial' , sans-serif;
	line-height: 1.3em;
	text-align: left;
}

h1 {
	color: #141a64;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1em;
}

h2 {
	color: #141a64;
	font-size: 1.5em;
}

h3 {
	color: #141a64;
	font-size: 1.25em;
}

h4 {
	color: #141a64;
	font-size: 1em;
}

h5 {
	color: #141a64;
	font-size: .9em;
}

p {
	margin: 0px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #141a64;
}

a:hover {
	text-decoration: underline;
}

/* ------------ | Layout | ------------------------------------*/

.header {
	background: transparent url("/images/public/header_bg.jpg") no-repeat scroll top left;
	height: 116px;
	width: 900px;
	margin: 0px auto;
	position: relative;
}

.header .branding {
	position: absolute;
	height: 100px;
	width: 100px;
	z-index: 20;
	top: 0px;
	left: 0px;
}

.header .search {
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 20;
}

.header .search h5{
	font-size: 1.3em;
	margin-bottom: 5px;
}

.header .search a {
	font-size: 1.3em;
}

.header .search .search_input_bg {
	background: transparent url('/images/public/search_box_bg.jpg') no-repeat scroll top left;
	padding: 5px;
	height: 24px;
	width: 222px;
	border: none;
	margin-right: 10px;
	font-size: 1.3em;
}


.main_content {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

.main_content .content {
	margin: 0px 30px;
}

#public_nav {
	background: transparent url("/images/public/nav_bg.jpg") no-repeat scroll top left;
	position: relative;
	margin: 0px auto;
	height: 53px;
	padding-top: 34px;
	padding-left: 20px;
	width: 880px;
}

#public_nav li {
	display: inline;
}

#public_nav li a{
	display: inline;
	text-transform: uppercase;
	margin: 0 15px;
	color: #ffffff;
}

#product_list {
	margin-top: 20px;
}

#product_list li {
	padding-bottom: 5px;
	margin: 0px 0 10px 0;
	border-bottom: 1px dotted #cee1bb;
	height: 130px;
	position: relative;
	float:left;
	width: 260px;
	background: #fff;
	margin-right: 15px;
}

#product_list li.search {
	padding-bottom: 5px;
	margin: 0px 0 10px 0;
	border-bottom: 1px dotted #cee1bb;
	height: 130px;
	position: relative;
	float:left;
	width: 248px;
	background: #fff;
	margin-right: 12px;
}

#product_list li .left {
	position: absolute;
	background: transparent url("/images/public/thumb_bg.jpg");
	width: 85px;
	height: 85px;
	top: 5px;
	left: 0px;
}

#product_list li .left .icons{
	position: absolute;
	top: 85px;
	left: 0px;
}

#product_list li .right {
	position: absolute;
	top: 5px;
	left: 95px;
	width: 165px;
	padding-top: 0px;
}

#product_list li .right p{
	font-size: .9em;
}


#product_list li .right h2{
	font-family: "Times", "Georgia", serif;
	font-size: 1em;
	color: #a5bc88;
	font-style: italic;
}

.image_header {
	width: 840px;
	height: 120px;
	margin: 20px 30px 20px 30px;
	background: #dce9cb url("/images/public/header_graphic_bg.gif") no-repeat scroll top left;
}

.footer {
	color: #7c9db0;
	text-align: center;
	width: 900px;
	height: 30px;
	margin: 20px auto;
}

#image_nav {
	position: relative;
}

#image_nav h3 {
	margin: 10px 0;
	font-size: 1.1em;
}

#image_nav li {
	position: relative;
	background: transparent url("/images/public/thumb_bg.jpg") no-repeat scroll bottom right;
	padding: 0px 0px 0px 0px;
	width: 85px;
	height: 85px;
	margin-right: 10px;
	
}

.product_profile {}

.product_profile .left{
	float: left;
	width: 300px;
}

.product_profile .right{
	float: right;
	width: 520px;
}

.product_profile .right h2{
	font-family: "Times", "Georgia", serif;
	font-size: 1.4em;
	color: #a5bc88;
	font-style: italic;
	margin-bottom: 5px;
}

.product_profile .right h4{
	margin-top: 10px;
	font-weight: bold;
}

.clear {
	clear: both;
}


#contact_list li {
	padding: 10px 0;
	border-bottom: 1px dotted #8aa369;
}

#retailer_list {}

#retailer_list li{
	padding: 10px 0;
	border-bottom: 1px dotted #8aa369;
	position: relative;
	height: 100px;
}

#retailer_list li .left{
	position: absolute;
	top: 0px;
	left: 0px;
}

#retailer_list li .right{
	position: absolute;
	top: 0px;
	left: 100px;
}

.tip_top {
	background: transparent url('/images/public/tip_top.jpg') no-repeat scroll top left;
	height: 31px;
	width: 900px;
	margin: 0px auto;
}

.tip_content {
	background: transparent url('/images/public/tip_content.jpg') no-repeat scroll bottom left;
	width: 840px;
	margin: 0px auto;
	padding: 0px 30px 29px 30px;
}

.tip_content h1 {
	color: #fff;
	margin-bottom: 10px;
}

.tip_content h3 {
	color: #997865;
	font-style: italic;
	margin-bottom: 5px;
}

.tip_content p {
	color: #fff;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 240px;
	font-weight: normal;
}

.tip_content a {
	color: #98cb4e;
	width: 240px;
}

.main_top {
	background: transparent url('/images/public/main_top.jpg') no-repeat scroll top left;
	height: 31px;
	width: 900px;
	margin: 0px auto;
}

.main_content {
	background: transparent url('/images/public/main_content.jpg') no-repeat scroll bottom left;
	width: 840px;
	margin: 0px auto;
	padding: 0px 30px 29px 30px;
}

.home_top {
	background: transparent url('/images/public/green_top.jpg') no-repeat scroll top left;
	height: 28px;
	width: 900px;
	margin: 0px auto;
}

.home_content {
	background: transparent url('/images/public/green_bottom.jpg') no-repeat scroll bottom left;
	width: 840px;
	margin: 0px auto;
	padding: 0px 30px 30px 30px;
}

.pagination {
	background: transparent url('/images/public/pagination_bg.jpg') repeat-x scroll top left;
	padding: 6px;
}

.pagination a{
	margin: 0px 4px;
}

.pagination .current{
	font-size: 1.2em;
	background: #1a5b9e;
	color: #fff;
	padding: 4px;
}

.on {
	background: #e8f1f6;
	padding: 1px 10px 10px 10px;
	margin: 10px 0px;
}

.off {
	background: #fff;
	padding: 0px 10px;
}

.breadcrumb {
	background: #e9f0f4;
	padding: 10px 8px;
	margin-bottom: 20px;
}

.breadcrumb a{
	font-weight: bold;
}

.advanced_search {}

.advanced_search input.typet{
	width: 230px;
	padding: 5px;
	height: 15px;
}

.advanced_search .left {
	background: #accba0 url('/images/public/advanced_search_bg.jpg') no-repeat scroll top left;
	float: left;
	width: 286px;
	margin-right: 20px;
}

.advanced_search .right {
	float: right;
	width: 530px;
	padding-top: 12px;
}

.advanced_search .left h2 {
	text-align: right;
	margin-right: 20px;
	margin-top: 12px;
	font-size: 2em;
	color: #2f4028
}

.advanced_search .left h3 {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 1.3em;
	color: #2f4028
}
.advanced_search .left h5 {
	color: #2f4028;
}

#advanced_search_menu{
	margin: 0px 0 0 0;
	padding: 20px;
}

#advanced_search_menu li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #76946a;
}

strong {
	font-weight: bold;
}

.home_content .left {
	float: left;
	color: #5e8337;
	width: 500px;
}

.home_content .left h1{
	color: #5e8337;
	margin-bottom: 10px;
}

.home_content p {
	color: #476726;
	line-height: 2em;
	margin-top: 0px;
}

.home_content .right {
	float: right;
	color: #2c1b11;
	width: 300px;
}

#recent_hints {}

#recent_hints li.last {
	border-bottom: none;
	margin: none;
}

#recent_hints li {
	padding-bottom: 5px;
	margin: 5px 0px;
	border-bottom: 1px solid #ccdbbc;
}

.home_content .right h1{
	color: #2c1b11;
}

#recent_hints li h3{
	color: #2c1b11;
	font-weight: bold;
}

#recent_hints li p {
	margin-top: 5px;
	color: #2c1b11;
	line-height: 1.5em;
}

#tips {}

#tips li {
	background: #e8e5cf;
	border: 2px dotted #a8a486;
	padding: 20px;
	margin-top: 20px;
}

#tips li h2 {
	color: #2c1b11;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2c1b11;
}

.highlight {
	background-color: #ffec91;
}

#categories li {
	padding: 10px;
	margin-bottom: 20px;
	background: #e9f0f4;
}