
#layout {
	background-color: #000000;
	margin-top: 80px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
#page {
	margin: auto;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 800px;
	height: 600px;
	position: relative;
}

#page_recipe {
	margin: auto;
	background-image:url(../images/recipe_page_bg.jpg);
	background-repeat:repeat;
	background-position: top center;
	width: 800px;
	height: 1200px;
	position: relative;
}

#index_recipe {
	background-color: #000000;
	margin-top: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navigation-background {
	background-image:url(../images/wetsel-sauce-navigation.png);
	background-repeat:no-repeat;
	background-position:center top;
	position: absolute;
	left: 0px;
	top: 68px;
	width: 800px;
	height:275px;
	display:block;
}

#spoon {
	background-image:url(../images/spoon.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 130px;
	width: 232px;
	height:230px;
}
#nav_left {
	position: absolute;
	left: 28px;
	top: 135px;
	width: 260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E3D4A8;
	text-align:left;
}
#nav_left a {
	color:#E3D4A8;
	font-size:10px;
	text-decoration:none;
}
#nav_left a:hover {
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}
#nav_right {
	position: absolute;
	right: 28px;
	top: 135px;
	width: 260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E3D4A8;
	text-align:right;
}
#nav_right a {
	color:#E3D4A8;
	font-size:10px;
	text-decoration:none;
}
#nav_right a:hover {
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}
#text_bottom {
	position: absolute;
	bottom: 8px;
	left: 280px;
	font-size: 14px;
	width: 246px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}

.copyright {
	font-size: 9px;
	color: #CAA1A5;
	position: absolute;
	bottom: 2px;
	left: 375px;
}
#content {
	position: absolute;
	left: 210px;
	bottom: 50px;
	height: 210px;
	width: 570px;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	font-family:"Times New Roman", Times, serif;
	vertical-align:top;
	font-style:italic;
}

#content_recipe {
	position: absolute;
	left: 220px;
	top: 364px;
	height: 210px;
	width: 600px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-family:"Times New Roman", Times, serif;
	vertical-align:top;
}

		/* page index */
#page_index {
	margin: auto;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 800px;
	height: 600px;
	position: relative;
}
#index {
	background-color: #000000;
	margin-top: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container_right {
	width: 170px;
	height: 275px;
	right:15px;
	bottom:5px;
	position:absolute;
}
#content_index {
	position: absolute;
	left: 210px;
	top: 348px;
	height: 202px;
	width: 390px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	vertical-align:top;
}
.page_headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #7B4B61;
	font-weight:bold;
	font-style:italic;
}
.event_info {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-style:italic;
}
.event_info a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration:underline;
}
.page_sub_head {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
	font-style:italic;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
li {
	text-indent: 10px;
}

.boxText { font-family: "Times New Roman", Times, serif; font-size: 10px; }
.errorBox { font-family : "Times New Roman", Times, serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Times New Roman", Times, serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Times New Roman", Times, serif; font-size : 10px; color: #522994; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #522994;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #231f20;
}

TD.headerNavigation {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  background: #231f20;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #522994;
}

TD.headerError {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #522994;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #231f20;
}

TD.footer {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  background: #231f20;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #231f20;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: bold;
  background: #231f20;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #231f20;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  background: #231f20;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #7B4B61;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  color: #231f20;
}

TD.main, P.main {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  color: #522994;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #522994;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Times New Roman", Times, serif;
  color: #522994;
}

SPAN.errorText {
  font-family: "Times New Roman", Times, serif;
  color: #522994;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Times New Roman", Times, serif; font-size: 10px; color: #231f20; }
.checkoutBarCurrent { font-family: "Times New Roman", Times, serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Times New Roman", Times, serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Times New Roman", Times, serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Times New Roman", Times, serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Times New Roman", Times, serif; font-size: 10px; color: #522994; }
