html, body {
	margin: 0px;
	padding: 0px;
	
	background-color: #a5c96f;
	font-size: 11px;
	font-family: verdana;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
}
a {

	text-decoration: none;
}
a:hover {

	text-decoration: underline;
}
.clear {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}	

#header {
	width: 930px;
	margin: 0px auto;
	position: relative;
	z-index: 128;
	background-color: #4d921e;
}
#header .leaderboard {
	padding: 0 0 11px 202px;
	z-index: 100; /* 2009-04-02 GbA - Amended to work with ads */
}
#header .content {
	position: relative;
	overflow: hidden;
	background: url('/2008/images/header_bg.gif') no-repeat;
	width: 930px;
	height: 84px;
}
#header .content #logo {
	text-indent: -2000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 84px;
}
#header .content #business_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('/2008/images/business_nav_bg.gif') no-repeat right;
	width: 440px;
	height: 19px;
	padding-top: 5px;
	text-align: right;
}
#header .content #business_nav a {
	color: white;
	border-right: 2px solid #95cc2b;
	padding: 0px 12px;
	font-weight: bold;
	font-size: 10px;
}
#header .content #business_nav a.last {
	border-right: 0px;
}
#header .content #business_nav a:hover {
	color: #ffcc00;
	text-decoration: none;
}

/*
** QuickMenu Core CSS [Do Not Modify!]
*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}

/*
** QuickMenu Styles [Please Modify!]
*/

/* (MAIN) Container */
#qm0 {
	background: url('/2008/images/menu_bg.gif') no-repeat;
	width: 630px;
	height: 30px;
}

/* (MAIN) Items */
#qm0 a {
	color: white;
	font-weight: bold;
	padding: 8px 10px 9px 15px;
	background: url('/2008/images/menu_separator.gif') no-repeat 0px 10px;
}
#qm0 a.first {
	background: none;
}
#starter_kit_new a {
	color: #ffda08;
	font-weight: bold;
	padding: 8px 10px 10px 15px;
}
#starter_kit {
	position: absolute;
	left: 450px;
	color: #ffda08;
	z-index: 90; /* 2009-04-02 GbA - Amended to work with ads */
	font-weight: bold;
	padding: 8px 10px 10px 15px;
}

/* (MAIN) Hover State */
#qm0 a:hover {
}

/* (MAIN) Active State */
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	text-transform: underline;
}

/* (MAIN) Parent Items */
#qm0 .qmparent {}

/* [SUB] Containers */
#qm0 div {
	background-color: #00361a;
}
#qm0 div div {
	margin-top: 0;
}

/* [SUB] Hover State */
#qm0 div a:hover {}

/*[SUB] Active State */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {}

/* [SUB] Parent Items */
#qm0 div .qmparent {}

/* [SUB] Items */
#qm0 div a {	
	background: none;
	padding: 5px 7px;
	border-top: 1px solid #145d3d;
}

/*
** LAYOUT
*/
#body {
	padding: 8px 0 0 0;
	overflow: auto;
	width: 930px;
	margin: 0px auto;
	clear: both;
	background-color: white;
}
#left_column {
	float: left;
	width: 166px;
	
}
#container {
	overflow: auto;
	width: 764px;
	float: left;
}
#inside {
	overflow: auto;
	padding-bottom: 20px;
}

#content {
	float: left;
	padding: 0px 18px;
	width: 428px;

}

#right_column {
	float: left;
	width: 300px;
	/* With search sponsor: padding-top: 110px; */
	padding-top: 76px;
}


#login {
	position: absolute;
	top: 142px;
	right: 0px;
	z-index: 90; /* 2009-04-02 GbA - Amended to work with ads */
}
#login a {
	color: white;
	border-right: 2px solid #95cc2b;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 10px;
}

#search {
	background: url('/2008/images/search_bg.gif') no-repeat;
	width: 300px;
	/* With search sponsor: height: 150px; */
	height: 116px;
	position: absolute;
	right: 0px;
	top: 135px;
	z-index: 90; /* 2009-04-02 GbA - Amended to work with ads */
	padding: 35px 0 0px 0;
}
#search .scontent {
	position: relative;
	width: 300px;
	/* With search sponsor: height: 150px; */
	height: 116px;
}
#search .scontent form {
	padding: 0px 0 0 14px;
}
#search .scontent form p {
	color: #766205;
	padding: 0 0 4px 0;
	margin: 0px;
	font-weight: bold;
}
#search #recipe_search {
	overflow: hidden;
	padding-top: 3px;
	width: 300px;
}
#search ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#search ul li {
	padding-top: 6px;
}
#search ul li a {
	color: #336600;
	font-weight: bold;
	font-size: 10px;
}
#search .sponsor {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #766205;
}
#search .sponsor a {
	color: #766205;
}
#search .sponsorlogo {
	position: absolute;
	bottom: 3px;
	right: 5px;
}
/* LEFT COLUMN */
#left_column .box {
	
	padding: 1px;
	background-color: white;
	margin-top: 10px;
}
#left_column .box .content {
	background-color: #f0f9ec;
}
#left_column #cover {
	margin: 0px auto;
	background: url('/2008/images/cover_bg.gif') no-repeat;
	width: 144px;
	height: 181px;
	padding: 9px 0 0 9px;
}
#left_column #cover img {
	border: 0px;
}
#left_column ul {
	list-style-type: none;
	margin: 0px;
	padding: 6px 10px 12px 8px;
}
#left_column ul li {
	background: url('/2008/images/green_bullet.gif') no-repeat 0px 11px;
	padding: 7px 0 0 12px;
}
#left_column ul li a {
	color: #414141;
}
#left_column h4 {
	color: #6e953d;
	background-color: #d9e9d2;
	margin: 0px;
	padding: 6px 8px;
}
#left_column h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#left_column .newsletter {
	padding: 6px;
	line-height: 15px;
	color: #333333;
}
#left_column .newsletter h5 a {
	color: #333333;
}
#left_column .newsletter a {
	color: #336600;
	font-weight: bold;
}
#left_column .ad160x600 {
	padding: 10px 1px 0px 1px;
}

/*
** RIGHT COLUMN
*/
#right_column .ad300x600,
#right_column .ad300x250,
#right_column .ad300x65 {
	padding-bottom: 12px;
}

#right_column .content {
	color: #333333;
}
#right_column .content h4 {
	margin: 15px 0 7px 0;
	padding: 0px;
	border-bottom: 2px solid #d9e9d2;
}
#right_column .content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 12px 8px;
}
#right_column .content ul li {
	background: url('/2008/images/green_bullet.gif') no-repeat 0px 14px;
	padding: 10px 0 0 15px;
}
#right_column .content ul li a {
	color: #336600;
	font-weight: bold;
}

/*
** BOTTOM SUBSCRIPTION FORM
*/
#subscribe_bottom {
	background-image: url('/2008/images/embform_bg.gif');
	width: 733px;
	margin-left: 18px;
}
#subscribe_bottom img {
	display: block;
}
#subscribe_bottom h3 {
	background-image: url('/2008/images/embform_top_bg.gif');
	margin: 0px;
	padding: 0px;
}
#subscribe_bottom h3 img {
	margin: 0px auto;
	padding: 5px 0px 11px 0px;
}
#subscribe_bottom .subscribe_content {
	padding: 10px 6px;
	float: none;
	overflow: auto;
}
#subscribe_bottom .subscribe_content div {
	float: left;
}
#subscribe_bottom .subscribe_content div div {
	float: none;
}
#subscribe_bottom .subscribe_content .left {
	width: 180px;
	padding-left: 5px;
}
#subscribe_bottom .subscribe_content .left p {
	padding-left: 10px;
	line-height: 130%;
}
#subscribe_bottom .subscribe_content .left p,
#subscribe_bottom .subscribe_content .left p * {
	font-size: 12px;
	font-weight: normal; 
}
#subscribe_bottom .subscribe_content .left p b {
	font-weight: bold;
}
#subscribe_bottom .subscribe_content .highlight {
	color: #c41923;
}
#subscribe_bottom .subscribe_content .middle {
	width: 300px;
	padding: 0px 15px 0px 20px;
}
#subscribe_bottom .subscribe_content .middle .large {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	margin: 0px;
	line-height: 120%;
	text-align: center;
}
#subscribe_bottom .subscribe_content .middle .large .highlight,
#subscribe_bottom .subscribe_content .middle .large .highlight i {
	color: #c41923;
	font-weight: bold;
	font-size: 15px;
}
#subscribe_bottom .subscribe_content .middle table td {
	color: #686868;
	text-transform: uppercase;
}
#subscribe_bottom .subscribe_content .middle table td * {
	text-transform: none;
}
#subscribe_bottom .subscribe_content .middle table td input {
	width: 185px;
}
#subscribe_bottom .subscribe_content .middle a {
	color: black;
	text-decoration: none;
	font-size: 9px;
}
#subscribe_bottom .subscribe_content .middle a:hover {
	text-decoration: underline;
}
#subscribe_bottom .subscribe_content .right {
	width: 190px;
}
#subscribe_bottom .subscribe_content .right img {
	margin: 0px auto;
}
#subscribe_bottom .subscribe_content .right p.pay_now,
#subscribe_bottom .subscribe_content .right p.pay_now * {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

/*
** FOOTER
*/
#footer {
	padding: 25px 0 40px 0;
}
#footer p {
	text-align: center;
	margin: 0 0 2px 0;
	padding: 0px;
}
#footer p, #footer p a {
	color: #636363;
	text-decoration: none;
}
#footer .copyright {
	border-bottom: 1px solid #f3c905;
	margin: 0px 0px 6px 0px;
	padding: 0 0 6px 0;
	font-weight: bold;
}
#footer a.site {
	font-style: italic;
}

/*
** FLOATER
*/
/*#floater1 {
	width: 764px;
	display: none;
	left: 90px;
	top: 30px;
    left: 0px;
    top: 102px; 
    position: absolute;
	z-index: 2000 ! important;
	
}

#floater2 {
	width: 560px;
	display: none;
	left: 90px;
	top: 30px;
    left: 0px;
    top: 102px; 	position: absolute;
	z-index: 2000 ! important;
	
}

#floater1 .close {
	position: absolute;
	top: 5px;
	right: 0px;
    z-index: 2000;
}
#floater1 .top {
	position: relative;
	width: 764px;
	height: 13px;
}
#floater1 .top img {
	display: block;
	position: absolute;
	top: 0px;
}
#floater1 .top img.left {
	left: 0px;
}
#floater1 .top img.right {
	right: 0px;
}
#floater1 .top div {
	display: block;
	position: relative;
	left: 13px;
	background-color: #abc98b;
	width: 738px;
	height: 12px;
	overflow: hidden;
	border-top: 1px solid black;
}

#floater1 .title {
	width: 762px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #abc98b;
}
#floater1 .title h3 {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 9px 0px;
	margin: 0px;
}
#floater1 .title h3 img {
	display: block;
	margin: 0px auto;
}

#floater1 .bottom {
	position: relative;
	width: 764px;
}
#floater1 .bottom img {
	display: block;
	position: absolute;
	top: 0px;
}
#floater1 .bottom img.left {
	left: 0px;
}
#floater1 .bottom img.right {
	right: 0px;
}
#floater1 .bottom div {
	background-color: #f5f3da;
	width: 738px;
	position: relative;
	left: 13px;
	height: 12px;
	overflow: hidden;
	border-bottom: 1px solid black;
}

#floater1 .floater_content {
	width: 752px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #f5f3da;
	padding: 25px 0px 10px 10px;
	position: relative;
}
#floater1 .floater_content img {
	display: block;
}
#floater1 .floater_content div.left {
	width: 225px;
	position: absolute;
	top: 25px;
	left: 10px;
}
#floater1 .floater_content div.right {
	width: 501px;
	position: relative;
	left: 235px;
}
#floater1 .floater_content div.left p {
	line-height: 1.6em;
	padding-top: 10px;
}
#floater1 .floater_content div.left p, #floater1 .content div.left p * {
	font-size: 14px;
	font-weight: bold;
}
#floater1 .floater_content div.left p span.highlight {
	color: #970103;
}
#floater1 .floater_content div.right table * {
	font-size: 10px;
	color: black;
}
#floater1 .floater_content div.right td.name {
	text-align: right;
	font-weight: bold;
	padding: 6px 5px 6px 10px;
	*padding: 5px 5px 5px 10px;
	_padding: 5px 5px 5px 10px;	
}
#floater1 .floater_content div.right form {
	margin: 10px 0 0 0;
	padding: 0px;
}
#floater1 .floater_content div.right p {
	padding: 0px;
	margin: 6px 0 0 0;
}
#floater1 .floater_content div.right td.medium {
	width: 140px;
}
#floater1 .floater_content div.right td.medium select {
	width: 140px;
	background-color: #f6f6f6;
}
#floater1 .floater_content div.right td.medium input {
	width: 136px;
	background-color: #f6f6f6;
}
#floater1 .floater_content div.right td.large input {
	width: 190px;
	background-color: #f6f6f6;
}*/

#print_header {
	display: none;
}

#print_this_page {
	float: right;
	padding: 0 0 10px 15px;
}
