body {
	background:url(../images/bg.jpg) top center no-repeat #1d2326;
	margin:0;
	font-family:georgia, times, 'times new roman', serif;
	font-size: 13px;
	line-height:16px;
	color:#000000;
	text-align:center;
}

/* Default redefinitions */
strong { font-weight: bold; }
a { color:#5a2e2e;text-decoration:underline; }
a:hover { color: #958976;text-decoration: underline; }
p {	margin:0 0 8px 0; }
img { border: none; }
form { display:inline; margin:0; }
ul { margin-top:0; margin-bottom:0;text-align:left; }
input, textarea { background:#f6f3e1;border:1px solid #000000;font-size:11px; }
.bigLoud { color:#ff00ff;font-weight:bold; }
table { border-collapse: collapse; }
th, td { margin:0;padding:0;vertical-align:top; }
/* /Default redefinitions */

#wholeThing {
	margin:0 auto;
	width:900px;
	text-align:center;
}

#bannerFrame {
	position:relative;
	width:900px;
	height:166px;
}

#viewCart {
	position:absolute;
	top:26px;
	right:0;	
}

/* NAVBAR STUFF */
#navbar {
	position:absolute;
	top:55px;
	right:0;
	padding:0;
	margin:0;
}
/* /NAVBAR STUFF */

#frameTop {
	float:left;
	display:block;
}

#mainFrame {
	background:url(../images/main-bg.png) top center repeat-y;
}

#sideNavFrame {
	float:left;
	margin-right:24px;
	width:206px;
	height:100%;
	padding:8px 16px;
	text-align:left;
}

#sideNavFrame ul {
	list-style-type: none;
	margin:0 0 0 12px;
	padding:0;
}

#sideNavFrame ul li a {
	font-weight:bold;
}

#contentFrame {
	float:right;
	width:604px;
	border-top:8px solid #948976;
	padding:8px 16px;
	text-align:left;
}

.column1 {
	width:297px;
	float:left;
	padding-right:10px;
}

.column2 {
	width:297px;
	float:right;
}

.column12 {
	clear:both;
	width:604px;
}

.quote {
}

.attribution {
	text-align:right;
	font-weight:bold;
	color:#5195a2;
}

#footer {
	position:relative;
	bottom:-11px;
	clear:both;
	margin-left:264px;
	background:#958976;
	width:604px;
	padding:8px 16px;
	color:#ffffff;
	font-size:13px;
	line-height:14px;
	text-align:center;
}

#footer a {
	color:#ffffff;
}

.noBorder {
	border:none;
}

.image {
	border:1px solid #958976;
}

.right {
	float:right;
	margin:4px 0 4px 12px;
}

.left {
	float:left;
	margin:4px 12px 4px 0;
}

.center {
	display:block;
	text-align:center;
	margin:12px auto 4px auto;
}

.noBorder {
	border:none;
}

.caption {
	margin-top:0px;
	font-size:13px;
	text-align:center;
	font-style:italic;
}

h1 {
	color:#000000;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
}

h2 {
	border-bottom:1px solid #958976;
	font-size:14px;
	line-height:17px;
	font-style:normal;
}

h3 {
	margin-bottom:0;
	font-size:12px;
	line-height:15px;
	font-style:normal;
}

/* FAQ */
.q {	
	display:block;
	margin-bottom:8px;
	background:url(../images/faq_arrow_up.png) left top no-repeat;
	padding-left:18px;
	font-weight:bold;
	color:#000000;
}

.a {
}
/* /FAQ */

.clear {
	clear:both;
}

/* Form tables */
table.formTable {
	width:100%;
	border:1px solid #000000;
	text-size:12px;
}

table.formTable th {
	padding:0px;
	background:#dddddd;
	text-align:center;
}

table.formTable td {
	vertical-align:top;
	background:#dddddd;
	border-bottom:1px dotted #dddddd;
}

table.formTable tr td:first-child {
	width:200px;
	padding:4px;
	background:#ffffff;
	text-align:right;
}

table.formTable td.header:first-child {
	padding:4px;
	background:#d5d5ce;
	color:#000000;
	text-align:left;
	font-weight:normal;
	line-height:14px;
}

table.formTable td.submit:first-child {
	padding:4px;
	text-align:center;
	background:#d5d5ce;
}
/* /Form tables */

/* Mercantool checkout */
.mt_smacc {
	font-family:arial,helvetica,sans-serif;
	color:000000;
	font-size:11px;
	font-weight:bold;
}

table.checkoutTable {
	margin-top:8px;
	width:100%;
	border:1px solid #000000;
	text-size:12px;
}

table.checkoutTable th {
	padding:4px;
	background:#958976;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	line-height:14px;
}

table.checkoutTable th a {
	color:#ffffff;
}

table.checkoutTable td {
	vertical-align:top;
	background:#ddddc5;
	border-bottom:1px dotted #dddddd;
	padding:1px 6px;
}

table.checkoutTable tr td:first-child {
	width:150px;
	background:#ffffff;
	text-align:right;
}

table.checkoutTable td.submit:first-child {
	padding:4px;
	text-align:center;
	background:#d5d5ce;
}
/* /Checkout tables */

.pageLink, .pageLinkHere {
	clear:left;
	margin:0 0 4px 30px;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	color:#620100;
	display:list-item;
	list-style-position:outside;
	text-decoration:underline;
}

.pageLink:hover {
	text-decoration:underline;
}

.separator {
	margin-top:15px;
	padding-bottom:15px;
	border-top:1px dotted #bee4ea;
}

.fillFrame {
	margin:-8px -8px 8px -8px;
	background:#000000;
	color:#ffffff;
	text-align:center;
	border-bottom:8px solid #958976;
}

.recipes {
	padding:10px;
}

.fillFrame a, .fillFrame h1, .fillFrame h2 {
	color:#ffffff;
}

.toc3Product {
	float:left;
	margin-right:15px;
	background:#ffffff;
	padding:8px;
	width:180px;
}

.toc5Product {
	float:left;
	margin-right:4px;
	background:#ffffff;
	padding:2px;
	width:112px;
}

.toc5Product a {
	color:#000000;
}

/* Index tabs */

.indexTab {
	float:left;
	margin:0 3px 0 0;
	padding:8px;
	width:132px;
	height:21px;
	background:#000000;
}

.indexTabActive {
	float:left;
	margin:0 3px 0 0;
	padding:8px;
	width:132px;
	height:21px;
	background:url(../images/tab_gradient.jpg);
}

.indexTab h2, .indexTabActive h2 {
	border:none;
	text-align:center;
}

.indexTab h2 a {
	color:#ffffff;
}

.indexTabBlock {
	clear:both;
	margin-top:12px;
	padding:10px;
	min-height:275px;
	background:#ffffff;
}

/* /Index tabs */

.theme {
	padding:8px;
	background:#000000;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
}

.theme h1 {
	margin-top:0;
	color:#ffffff;
}

/* recipeTOC */

table#recipeTOChead {
	width:100%;
	margin-bottom:12px;
	height:50px;
}

table#recipeTOChead td {
	padding:2px;
	border:1px solid #000000;
	width:11%;
	text-align:center;
	vertical-align:middle;
}

.recipeTOCitem {
	clear:both;
	height:52px;
	padding:4px;
}

.recipeTOCitem img {
	float:right;
	border:1px solid #958976;
}

.recipeTOCitem div {
	margin-top:10px;
	width:530px;
	padding:4px;
	border:1px solid transparent;
}

.recipeTOCitem div:hover {
	border:1px solid #000000;
}

.recipeTOCitem .recipeTOCname {
	font-weight:bold;
}

.recipeTOCitem .recipeTOCchef {
	font-style:italic;
}

/* /recipeTOC */

.recipesDetailHeaderBlock {
	width:189px;
	text-align:center;
}


