body {
	background-color: #9ACC68;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size: 13px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #74AD3A;
}
h1 {
	font-size:20px;
	font-family: 'Times New Roman','Trebuchet MS', Tahoma, Arial;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
a {
	color: #74AD3A;
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a, .custom_footer_links, .custom_footer_links a {
	color: white;
	font-size: 9px;
}

/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** COMMON MENU STYLES ******/

#menu li.first_main_menu_item, #menu li.middle_main_menu_item {
	background: url(tpl_images/menu_item_bg.jpg) no-repeat center right;
}
#menu li.first_main_menu_item:hover, #menu li.middle_main_menu_item:hover, #menu li.last_main_menu_item:hover {

}
#menu li a {
	color: #74AD3A;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 14px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#menu li ul {
	width: 160px;
	background-color: #DDDDDD;
}
#menu li ul li a {
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #333333;
}
#menu li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

/*** Custom Cart Styles ****/

table.cart_product_details_table {

}
div.cart_product_details_div {
	width: 390px;
	float: right;
	text-align: left;
	margin-top: 7px;
}
img.cart_product_image_large {
	float: none;
}
.cart_long_description {
	width: 300px;
	margin-top: 5px;
	float: none;
	text-align: left;
}
img.cart_product_image_thumb {
	margin-bottom: 5px;
}