/****************************
HTML STYLES
*****************************/
/* Normalize  margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalize  headers */
h1, h2, h3, h4, h5, h6 {
	fon-size: 100%;
}
/* Normalize  lists */
ol, ul {
	list-style: none;
}

body {
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
	background: #edebe3;
}
a {
	color: #f7f7e0;
}
a:hover {
	color: #E9E9A9;
}

/* h1 is only used as a pagetitle */
h1 {
	padding: 5px;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: solid 6px #edebe3;
	font-weight: normal;
	font-size: 3em;
}

/* Form styles */
fieldset {  
	margin: 1em;
	padding: 1em;  
	background: #E3E2DD;
	width: 400px;
}
fieldset .submit {  
	text-align: center;
}
label {  
	display: block;
}
legend {
	color: #000000;
	font-weight: bold;
	font-size: 1.25em;
}
img {
	border: none;
}
small {
	font-size: .7em;
}

/****************************
UNIVERSAL STYLES
*****************************/
.bulleted {
	list-style: disc;
	margin-left: 1em;
}
.clearAll {
	clear: both;
}
.noShow {
	display: none;
}
.note {
	font-size: .9em;
	color: #660000;
}
div#content ul.note li {
	padding:0;
	margin:0;
}
.smallT {
	font-size: .8em;
}
.wrapImageLeft {
	float: left;
	padding: 10px;
}
.wrapImageRight {
	float: right;
	padding: 10px;
}

/****************************
LAYOUT STYLES
*****************************/
#container {
	width: 95.9%;
	margin: 0 2%;
	background: #900505 url(http://www.agathyme.com/images/sub-content-bg.jpg) repeat-y;
	min-width: 960px;
}
#header {
	height: 190px;
	background: #910506 url(http://www.agathyme.com/images/sub-header-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	border: none;
}
#header a {
	display: block;
	width: 238px;
	height: 145px;
	background: url(http://www.agathyme.com/images/sub-logo.jpg) no-repeat;
	text-indent: -9999px;
}
#tools {
	position: absolute;
	top: 25px;
	right: 2%;
	height: 100px;
	background: url(http://www.agathyme.com/images/sub-top-right-bg.jpg) no-repeat 222px -25px;
}
#tools li {
	padding: 0;
	margin: 26px 10px 0 0;
	display: block;
	float: left;
	list-style: none;
}
#tools a {
	padding: 0 10px;
	display: block;
}
#menu {
	position: absolute;
	top: 145px;
	left: 10%;
	min-width: 780px;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	height: 43px;
	float: left;
	text-indent: -9999px;
}
.menuCatalog a {background: url(images/menu-catalog.gif) no-repeat top center; width: 112px;}
.menuBF a {background: url(images/menu-bf.gif) no-repeat top center; width: 190px;}
.menuCooking a {background: url(images/menu-cooking.gif) no-repeat top center; width: 190px;}
.menuEvent a {background: url(images/menu-event.gif) no-repeat top center; width: 172px;}
.menuFAQ a {background: url(images/menu-faq.gif) no-repeat top center; width: 107px;}

.menuCatalog a:hover {background: url(images/menu-catalog-on.gif) no-repeat top center;}
.menuBF a:hover {background: url(images/menu-bf-on.gif) no-repeat top center;}
.menuCooking a:hover {background: url(images/menu-cooking-on.gif) no-repeat top center;}
.menuEvent a:hover {background: url(images/menu-event-on.gif) no-repeat top center;}
.menuFAQ a:hover {background: url(images/menu-faq-on.gif) no-repeat top center;}

#sideMenu {
	position: absolute;
	top: 190px;
	left: 2%;
	width: 218px;
	padding: 0 5px;
	background: url(images/sub-side-bg.gif) top center repeat-y;
	color: #FFFFFF;
}
#sideMenu h2 {
	font-size: 1.25em;
	background: #660000;
}
#sideMenu h2 a {
	text-decoration: none;
}
#sideMenu input {
	font-size: .75em;
}
#sideMenu ul {
	background: url(images/sub-side-top-bg.gif) top center no-repeat;
	width: 100%;
	padding: .5em 0 0 0;
}
#sideMenu .bottom {
	background: url(images/sub-side-bottom-bg.gif) bottom center no-repeat;
	width: 100%;
	height: 12px;
	clear: both;
}
#sideMenu li {
	margin: .5em;
	padding: .5em 0;
	clear: both;
	text-align: center;
}
#monthlyGoodies img {
	float: left;
}
#contentContainer {
	margin: 0 8px 0 222px;
	background: #FFFFFF url(images/sub-content-bg.gif) repeat-y;
}
#content {
	display: table;
	width: 94%;
	padding: 1em 3%;
}
#content a {
	color: #990000;
}
#content a:hover {
	color: #FF0000;
}
#content dl,
#content ul,
#content ol {
	padding: 1em;
}
#content dt {
	font-weight: bold;
	padding: .25em;
	margin: 1em 0 0 0;
}
#content dd {
	padding: .2em;
	margin: 0 0 0 2em;
}
#content li {
	padding: .2em;
}
#content h2 {
	color: #990000;
	padding: .5em;
	margin: .5em .5em 0 0;
	font-size:2em;
}
#content h3 {
	color: #990000;
	padding: .5em;
	margin: .5em .5em 0 0;
	font-size:1.6em;
}
#content h4 {
	padding: .5em;
	margin: .5em .5em 0 0;
}
#content p {
	padding: .5em;
}
#top-left {
	width: 100%;
	height: 22px;
	background: url(images/sub-content-top-left-bg.gif) no-repeat;
}
#top-right {
	float: right;
	width: 20px;
	height: 22px;
	background: url(images/sub-content-top-right-bg.gif) no-repeat right top;
}
#footer {
	background: #edebe3 url(images/sub-footer-bg.gif) repeat-x;
	padding: 0 1em 1em 1em;
	margin: 1em 0 0 0;
	text-align: center;
	color: #000000;
	clear: both;
}
#footer a {
	color: #900505;
}
.slogan {
	font-family: "Edwardian Script ITC", Georgia, "Times New Roman", serif;
	color: #000000;
	font-size: 40px;
	margin: 0;
	padding: 1.2em 0 .5em 0;
	background: url(images/sub-footer-top-bg.jpg) top right no-repeat;
}
.copyright {
	color: #97958c;
	font-size: .75em;
	padding: 1em;
}

/****************************
CATALOG PAGE STYLES
*****************************/
#catalogPage #content h2 {
	padding: .25em;
	margin: .25em;
	font-size: 2em;
	clear: both;
}
#catalogPage #content h3 {
	clear: both;
	color: #EFECE4;
	background: #990000;
}
#catalogPage #content p {
	margin: 0;
	padding: .1em;
}
#catalogPage #content ul {
	padding: 0 0 1em 0;
}
.catalogMenu {
	clear: both;
}
.catalogMenu li {
	float: left;
	margin: .25em;
	font-size: 1.25em;
}
.catalogMenu li a {
	background: #F5F3EF;
	display: block;
	padding: .5em;
}
.catalogMenu .highlight a {
	background: #FFFFFF;
	text-decoration: none;
}
.subCategory {
	clear: both;
}
.subCategory li {
	border-top: 2px solid #D2CAB7;
	border-right: 2px solid #685C42;
	border-bottom: 2px solid #685C42;
	border-left: 2px solid #D2CAB7;
	background: #F5F3EF;
	float: left;
	display: block;
	width: 13em;
	margin: .4em;
	min-height: 25em;
	_height: 23em;
}
.itemName {
	font-size: 1.1em;
	font-weight: bold;
}
.itemNumber,
.itemShipping {
	font-weight: normal;
	font-size: .75em;
}
.itemPrice {
	color: #000066;
	font-size: 1.25em;
	font-weight: bold;
}
.itemDescription a,
.itemDisclaimer a {
	text-decoration: none;
	font-size: .9em;
}
.itemDescription a.tip,
.itemDisclaimer a.tip {
	position: relative;
}
.itemDescription a.tip span,
.itemDisclaimer a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	background: #990000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
.itemDescription a:hover.tip,
.itemDisclaimer a:hover.tip {
	font-size: 99%; /* this is just for IE */
}
.itemDescription a:hover.tip span,
.itemDisclaimer a:hover.tip span {
	display: block;
}
.itemImage {
	background: #FFFFFF;
	height: 11em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.itemColors {
}
.itemColors,
.itemDisclaimer {
	font-size: .85em;
}
.inStock {
	color: #FF0000;
	font-weight: bold;
}

/****************************
CONTACT PAGE STYLES
*****************************/
#address {
	font-size: 1.25em;
	width: 250px;
	float: left;
	padding: 2em 0 0 1em;
}
#fax {
	padding: .75em 0 0 0;
	font-weight: bold;
}
#phone {
	padding: .75em 0 0 0;
	font-weight: bold;
}
#fax span,
#phone span {
	font-weight: normal;
}

/****************************
EVENT PAGE STYLES
*****************************/
#chefs {
}
#chefs li {
	background: #F5F3EF;
	padding-left: 370px;
	border-bottom: 3px double #900505; 
}
#chefs img {
	float: left;
	padding: .5em;
	margin-left: -360px;
}

/****************************
EVENT PAGE STYLES
*****************************/
.event {
	background: #F5F3EF;
	margin: 1em;
	border: solid 5px #EFECE4;
}
.event h2 {
	background: #EFECE4;
}
.event img {
	padding: .5em;
}

/****************************
FAQ PAGE STYLES
*****************************/
#faqs {
	margin: 0;
	padding: 0;
}
#faqs dt {
	font-size: 1.25em;
	background: #EFECE4;
	color: #990000;
}
#faqs dd {
	background: #F5F3EF;
}

/**************************
DIRECTIONS PAGE STYLES
**************************/
#map {
	width: 450px;
	height: 450px;
	margin: 5px;
	color: #000000;
	font-size: 10px;
}
#map a {
	color: #009999;
}