/***************************************************************
Style Sheet for EBTChef.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/
body {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0 0 0 1px;
	min-width:762px;
	
	text-align:center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:80%;
	color:#333;
	
	background: url('/images-layout/site-bg.gif') center 125px no-repeat #e3d7cc;
}

p {
	margin:0;
	padding-bottom:.8em;
}

form {
	display:inline;
}

a:link, a:visited { color:#a30001; text-decoration:underline; }
a:hover, a:active { color:#a30001; text-decoration:none; }

h1 {
	margin:.2em 0px;
	font-size:135%;
}

h2 {
	margin:.2em 0px;
	font-size:115%;
	font-weight:600;
}

h3 {
	margin:.2em 0px;
	font-size:100%;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:1.25em 0;
	border-bottom:1px solid #ddd;
}

.hr2 {
	border-bottom:1px solid #1c509b;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/
#container {
	margin-right:auto;
	margin-left:auto;
	padding:1px 10px 0 10px;
	width:742px;
	text-align:left;
	background-color:#fff;
}

#content {
	padding-left:0;
	padding-right:0px;
	padding-bottom:8px;

	width:742px;
}

#columnWrapper {
	border: 1px solid #d7c59d;
}


.columnStyle1 {
	padding:0;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:9px 5px 9px 3px;
	height:100%;
}
.columnStyle1 .center p {
	margin-right:10px;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0;
	margin:9px 6px 9px 6px;
	width:154px;
	background:#378d34;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {
}
.columnStyle2 .center {
	font-size:89%;
	color:#fff;
}
.columnStyle2 .columnBottomLeft {
	font-size:1%;
	background:url('/images-layout/column-style-2-bottom-bg.gif') bottom left no-repeat;
}
.columnStyle2 .columnBottomRight {
	height:16px;
}


/***************************************************************
Appearance and Location for MainNav and SubNav
***************************************************************/
.hasSubNav {
	padding-top:66px;
}
.noSubNav {
	padding-top:66px;
}



#mainNav {
	position:absolute;
	top:0;
	left:0;
	width:742px;
	height:52px;
	background:url('/images-layout/dropdown-nav-bg.gif') 0 22px no-repeat;
}
#mainNav ul {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
	height:50px;

	list-style:none;
	background:url('/images-layout/dropdown-nav-top-right.gif') right 22px no-repeat;
	
}
#mainNav ul li {
	display:inline; /* http://www.jaymeblackmon.com/ie6-double-margin-bug-fix */
	float:left;
	height:23px;
	margin:0;
	padding:0;
}
#mainNav ul li.first {
	margin-left:90px;
}
#mainNav ul li.firstMember {
	margin-left:140px;
}
#mainNav ul li a:link, #mainNav ul li a:visited, #mainNav ul li a:hover, #mainNav ul li a:active {
	display:block;

	margin-left:5px;	
	padding:3px 14px 0 10px;
	
	float:left;
	text-align:right;
	
	text-decoration:none;
	font-size:99%;
	font-weight:bold;
	font-style:italic;
	
	color:#0a5e07;
}

#mainNav ul li:hover,
#mainNav ul li.current,
#mainNav ul li.over {
	background:url('/images-layout/main-nav-tab-top-left.gif') top left no-repeat #f5f0d4;
}
#mainNav ul li:hover a:link, #mainNav ul li:hover a:visited,
#mainNav ul li.current a:link, #mainNav ul li.current a:visited,
#mainNav ul li.over a:link, #mainNav ul li.over a:visited {
	height:23px;
	text-decoration:none;
	color:#a30001;
	background:url('/images-layout/main-nav-tab-top-right.gif') top right no-repeat;
}
#mainNav ul li:hover a:hover, #mainNav ul li:hover a:active,
#mainNav ul li.current a:hover, #mainNav ul li.current a:active,
#mainNav ul li.over a:hover, #mainNav ul li.over a:active {
	color:#a30001;
	text-decoration:underline;
}

#mainNav ul li.notcurrent {
	height:22px;
	background:url('/images-layout/main-nav-tab-top-left-notcurrent.gif') top left no-repeat;
}
#mainNav ul li.notcurrent a:link, #mainNav ul li.notcurrent a:visited {
	height:19px;
	background:url('/images-layout/main-nav-tab-top-right-notcurrent.gif') top right no-repeat;
}


/* Dropdown Stuff */
#mainNav ul li ul {
	display:none;
}
#mainNav ul li:hover ul, #mainNav ul li.over ul, #mainNav ul li.current ul {
	display:inline;
	position:absolute;
	top:23px;
	left:0px;
	margin:0 12px;
	padding:0;
	padding-bottom:2px;
	
	width:718px;
	height:40px;
	
	text-align:center;

	background:url('/images-layout/main-nav-bg.gif') 0 -1px repeat-x #fff;
	z-index:5;
}
#mainNav ul li.current ul {
	z-index:4;
}
#mainNav ul li:hover ul li, #mainNav ul li.over ul li, #mainNav ul li.current ul li {
	display:inline;
	float:none;
	margin:0;
	padding:0;
	
	height:24px;
	
	text-align:center;
	background:none;
}
#mainNav ul li:hover ul li a:link, #mainNav ul li:hover ul li a:visited, 
#mainNav ul li.over ul li a:link, #mainNav ul li.over ul li a:visited,
#mainNav ul li.current ul li a:link, #mainNav ul li.current ul li a:visited {
	display:inline;
	float:none;
	margin:0;
	padding:6px 5px 0 5px;
	
	height:21px;
	
	font-style:normal;
	font-weight:300;
	font-size:78%;
	line-height:2.5em;
	color:#0a5e07;
	text-decoration:underline;

	border:0;
	background:none;
}
#mainNav ul li:hover ul li a:hover, #mainNav ul li:hover ul li a:active,
#mainNav ul li.over ul li a:hover, #mainNav ul li.over ul li a:active,
#mainNav ul li.current ul li a:hover, #mainNav ul li.current ul li a:active {
	display:inline;
	float:none;
	color:#a30001;
	line-height:2.5em;
	text-decoration:none;
}


#mainNav ul li:hover ul li.current a:link, #mainNav ul li:hover ul li.current a:visited,
#mainNav ul li.over ul li.current a:link, #mainNav ul li.over ul li.current a:visited,
#mainNav ul li.current ul li.current a:link, #mainNav ul li.current ul li.current a:visited {
	display:inline;
	float:none;
	padding-top:7px;
	font-weight:bold;
	text-decoration:none;
	color:#a30001;
}
#mainNav ul li:hover ul li.current a:hover, #mainNav ul li:hover ul li.current a:active,
#mainNav ul li.over ul li.current a:hover, #mainNav ul li.over ul li.current a:active,
#mainNav ul li.current ul li.current a:hover, #mainNav ul li.current ul li.current a:active {
	display:inline;
	float:none;
	font-weight:bold;
	text-decoration:underline;
	color:#a30001;
}



/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding:3px 0 1px 0;
	list-style:none;
	width:95%;
	font-size:95%;
}
.ulStyleNav li {
	padding-bottom:.25em;
}
.ulStyleNav li a:link, .ulStyleNav li a:visited, .ulStyleNav li a:active{
	padding-left:4px;
	text-decoration:underline;
	color:#fff;
}
.ulStyleNav li a:hover {
	text-decoration:none;
}

/* Set all the subnavs to off initially */
.ulStyleNav ul { display:none; }

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.ulStyleNav .current a:link, .ulStyleNav .current a:visited, .ulStyleNav .current a:active { background: url('/images-layout/bullet-down.gif') 2px 2px no-repeat; font-weight:bold;}
.ulStyleNav .current a:hover { background:none;}

.ulStyleNav .current ul {display:block; list-style:none; margin-left:10px; padding-top:.25em; padding-left:0; font-weight:300; background:none;}

.ulStyleNav .current ul a:link, .ulStyleNav .current ul a:visited, .ulStyleNav .current ul a:active {padding-left:8px; display:block; font-weight:300; text-decoration:underline; background: none;}
.ulStyleNav .current ul a:hover {padding-left:8px; text-decoration:none; background: url('/images-layout/bullet.gif') 0 5px no-repeat; }

/* Highlight the selected subnav */
.ulStyleNav .current .current a:link, .ulStyleNav .current .current a:visited, .ulStyleNav .current .current a:active {font-weight:600; text-decoration:none; background: url('/images-layout/bullet.gif') 0 5px no-repeat; }
.ulStyleNav .current .current a:hover {font-weight:600; text-decoration:underline; background: url('/images-layout/bullet.gif') 0 5px no-repeat; }



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	margin-bottom:8px;
}
.blobDefault h2 {
	margin-bottom:3px;
}
.blobDefault p {
	padding:0 4px;
}


.blobTestimonial {
	margin-bottom:8px;
	padding-bottom:4px;
	background:#378d34;
}
.blobTestimonial a:link, .blobTestimonial a:visited { padding-left: 4px; color:#fff; text-decoration:underline; }
.blobTestimonial a:hover, .blobTestimonial a:active { padding-left: 4px; color:#fff; text-decoration:none; }

.blobTestimonial h2 {
	margin-bottom:3px;
	padding:4px 0 4px 10px;
	text-align:left;
	font-size:129%;
	color:#a30001;
	border:1px solid #82B880;
	border-width:0 1px;
	background:#fff;
}
.blobTestimonial p {
	padding:0 4px 4px 4px;
	color:#f1f2d5;
	width:140px;
}
.blobTestimonial p em {
	color:#fff;
}

.blobImage {
	margin:8px 0;
	text-align:center;
}

.blobTour {
	margin-bottom:8px;
}

.blobBanner {
	display:block;
	position:relative;
	
	margin:0 0 10px 0;
}

.blobStyle1 {
	border:1px solid #82B880;
	border-width:0 1px;
}
.blobStyle1 .topLeft {
	margin:0 -1px;
	border-bottom:1px solid #82B880;
	background: url('/images-layout/blob-style-1-top-left.gif') top left no-repeat;
}
.blobStyle1 .topRight {
	background: url('/images-layout/blob-style-1-top-right.gif') top right no-repeat;
	height:40px;
}
.blobStyle1 .topRight h2 {
	margin:0 auto;
	padding:0;
	padding-top:12px;
	height:26px;
	text-align:center;
	font-size:155%;
	font-style:italic;
	color:#a30001;
}
.blobStyle1 .blobBody {
	font-size:105%;
	border:4px solid #fff;
	border-width:4px 0;
	background:#378d34;
}
.blobStyle1 .blobBody h2{
	margin:0 0 .2em 2px;
}
.blobStyle1 .bottomLeft {
	display:none;
}
.blobStyle1 .bottomRight {
}


.blobStyle2 {
	margin:0 1px 8px 1px;
}
.blobStyle2 .topLeft {
	display:none;
}
.blobStyle2 .topRight {

}
.blobStyle2 .blobBody {
	margin:0 1px;
	padding:0 4px;
}
.blobStyle2 .blobBody p {
}
.blobStyle2 .blobBody img {
	display:block;
	margin:0 auto;
}
.blobStyle2 .blobBody h2 {
	/*width:142px;*/
	margin:0 -6px 3px -6px;
	padding:4px 0 4px 10px;
	font-size:129%;
	color:#a30001;
	border:1px solid #82B880;
	border-width:0 1px;
	background:#fff;
}
.blobStyle2 .bottomLeft {display:none;}
.blobStyle2 .bottomRight {}


.specialOffer {
	margin:0 26px 10px 26px;
	padding:8px;
	color:#fff;
	background-color:#82B880;
}
.specialOffer h1 {
	text-align:center;
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:3px;
	padding-left:12px;
	background: url('/images-layout/bullet.gif') 0 6px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:18px;
	padding-left:0;
	
	list-style:disc;
}
.ulStyle1 ul ul{
	list-style:circle;
}
.ulStyle1 ul li {
	padding-left:0;
	background:none;
}

.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}



.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/
.comparison {
	margin:15px 0;
	width:55%;
	
	font-size:110%;
	border-collapse:collapse;
}
.comparison th {
	padding:6px 7px 6px 9px;
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	border:1px solid #555;
	border-width:2px 0;
	
	background-color:#fff;
}
.comparison th a { }
.comparison th a:link, .comparison th a:visited { }
.comparison th a:hover {
	text-decoration:none;
}
.comparison .highlight {
	font-weight:600;
	color:#4fbf13;
}
.comparison td {
	padding:4px 7px 4px 8px;
		
	text-align:center;
	color:#000;
	
	border:1px solid #555;
	border-width:1px 0;
	
	background-color:#fff;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .top{
	color:#fff;
	text-align:center;
	background: url('/images-layout/table-top.gif') top left no-repeat #7F9AA1;
}
.comparison .topLeft {
	color:#fff;
	text-align:left;
	background: url('/images-layout/table-top-left.gif') top left no-repeat #7F9AA1;
}
.comparison .topRight { 
	color:#fff;
	text-align:left;
	background: url('/images-layout/table-top-left.gif') top left no-repeat #7F9AA1;
}
.comparison .left {
	text-align:left;
	background: url('/images-layout/table-left.gif') top left repeat-y #F4F4F4;
}
.comparison .right {
	padding-right:0;
	background: url('/images-layout/table-right.gif') top right repeat-y #F2F2D3;
}
.comparison .bottomLeft {
	text-align:left;
	background: url('/images-layout/table-left.gif') top left repeat-y #F4F4F4;
}
.comparison .bottomRight {
	padding-right:0;
	background: url('/images-layout/table-right.gif') top right repeat-y #F2F2D3;
}

/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:89%;
}
.price {
	font-weight:600;
	color:#1c509b;
}

.bonusText{
	font-weight:600;
	color:#b51c30;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.alignText1 {
	text-align:center;
}



/* ------------------ Headers -----------------*/

.categoryHeader {
	margin-bottom:.75em;
	font-size:175%;
	/*background-color:#b6c2db;*/
}

.updateHeader {
	padding:3px 6px;
	width:80%;
	font-size:130%;
	color:#333;
	background-color:#9eb8bf;
}


.recipeHeader {
	font-size:105%;
}


.tagline {
	font-size:130%;	
}
.tagline em {
	color:#4fbf13; /*#f80;*/
}


/* ------------------- Links ------------------*/



/***************************************************************
Image Classes
***************************************************************/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	margin-right:3px;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:88px;
	height:18px;
	
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	
	background: url('/images-layout/button-style-1.gif') 50% 50% no-repeat;
}

input.buttonStyle1, .buttonStyle1_ie6hover {
	border:0;
	display:block;
	float:left;
	padding-top:2px;
	padding-bottom:10px;
	
	height:21px;
	width:100px;
	
	cursor:pointer;
	
	border-bottom:none;
}

.buttonStyle1:hover, .buttonStyle1_ie6hover {
	color:#fff;
	text-decoration:underline;
	background: url('/images-layout/button-style-1-hover.gif') 50% 50% no-repeat;
}

.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	display:block;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:70px;
	height:23px;
	
	color:#000;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;

	background: url('/images-layout/button-style-2.gif') 50% 50% no-repeat;
}

input.buttonStyle2, .buttonStyle2_ie6hover {
	display:block;
	float:left;
	
	padding-bottom:5px;
	
	border:0;
	
	cursor:pointer;
}

.buttonStyle2:hover,input.buttonStyle2:hover, .buttonStyle2_ie6hover {
	color:#000;
	text-decoration:underline;
	background: url('/images-layout/button-style-2-hover.gif') 50% 50% no-repeat;
}

.thumbnail {
	float:left;
	padding:0 8px 8px 0;
}



/***************************************************************
Checkout Page
***************************************************************/
#checkoutArea {
	padding:2px;
}

#signup_form {
	display:block;
	padding:8px;
	background-color:#fef7ed;
	border:3px double #ccc;
}

#promo, #userinfo, #select_payment_method, #creditcard_section, #checking_section {
	margin-bottom:.5em;
}

#userinfo input, #creditcard_section input, #checking_section input {
	float:left;
	margin-bottom:.4em;
	font-size:89%;
}
#userinfo input.extraLine, #creditcard_section input.extraLine, #checking_section input.extraLine {
	margin-bottom:1.5em;
}

#checkoutArea label {
	width:100%;
}

#checkoutArea .labelAlign {
	clear:left;
	float:left;
	width:120px;
}

/***************************************************************
Miscellaneous Stuff
***************************************************************/

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



.extraLine {
	margin-bottom:1.5em;
}
.indentStyle1 {
	margin-left:2.5em;
}



/*--------------- Testimonial -----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
	
	background-color:#f0f0f5;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}