/*	define default font
	------------------	*/
body,input,select,textarea,td
{
	font-family:verdana;
	font-size:12px;
}
body {
	margin:0px;
	padding:0px;
}
h1
{
	font-size:18px;
	font-weight:bold;
}
a img
{
	border:none;
}
h2 {
	font-size:12px;
	padding:3px;
	margin:0px;
	font-variant:small-caps;
}
h4 {
	font-size:12px;
	font-weight:bold;
}

/* header
  ------------------- */
#header {
	background-color:#FFFACB;
	background-image:url(images/top_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:137px;
}
* html #header {
margin-top:0;
}

#content
{
	padding-left:20px;
	width:600px;
}

/* shopping cart and checkout
  -------------------- */
#cart {
	width:230px;
	margin:0px 0px 0px 450px;
	padding:4px 0px 0px 0px;
}

/* login
  -------------------- */
#login {
	margin:0px 0px 0px 450px;
}
#login table
{
	margin:0px;
	border-collapse:collapse;
}
#login label, #login input
{
	font-size:10px;
	line-height:10px;
}
#login a
{
	font-size:10px;
}

/* navigation bar
  ------------------- */
#navigation {
	margin:3px 0px 0px 10px;
	padding:0px;
	border-collapse:collapse;
}
#navigation td{
	padding:0px;
	margin:0px;
	white-space:nowrap;
}
#navigation a
{
	margin:0px;
	padding:3px 8px 4px 12px;
	background:url(images/topnav_bg.gif) repeat-x;
	color:#FFF;
	text-decoration:none;
}
#navigation a#right
{
	background:url(images/topnav_right.gif) no-repeat right;
}
#navigation a#left
{
	background:url(images/topnav_left.gif) no-repeat;
}

#navigation a:hover
{
	background-image:none;
	background-color:#903;
}
#navigation a#left:hover
{
	background:url(images/topnav_left_over.gif) no-repeat;
}
#navigation a#right:hover
{
	background:url(images/topnav_right_over.gif) no-repeat right;
}

/* 	drop down navigation items
	------------------- */
.dropdown
{
	margin:0px;
	padding:0px;
	display:block;
	position:absolute;
	top:100px;
}
.dropdown li
{
	display:block;
}
.dropdown a
{
	display:block;
	width:150px;
	border:solid 1px gray;
	background-color:#E6E6E6;
	text-decoration:none;
	color:black;
	font-size:10px;
	padding: 2px 4px;
}
.dropdown a:hover
{
	background-color:#CCC;
}
#cat1
{
	left:0px;
	top:102px;
}

/* leftnav list/category/subcat/a
  ------------------- */
.leftnav{
	width:168px;
	font-size:10px;
	background:url(images/left_background.jpg) no-repeat;
	background-color: #FFFACB;
}
.leftnav a
{
	display:block;
	text-decoration:none;
	color:#000;
}
.leftnav a.level1
{
	color:#D6004B;
	font-weight:bold;
	font-size:15px;
	margin:8px 0px 3px 10px;
}
.leftnav a.level2
{
	margin:1px 0px 1px 20px;
	font-weight:bold;
	font-size:11px;
}
.leftnav a.level3
{
	display:list-item;
	margin:0px 0px 0px 40px;
}

.leftnav a.level4
{
	display:list-item;
	margin:0px 0px 0px 50px;
	display:none;
	color:red;
}

/* searchbox
  ------------------- */
#search {
	width:200px;
	margin:0px 0px 0px 500px;
	clear:both;
	border-collapse:collapse;
}
#search label
{
	
}

/*	leftnavigation
	------------------- */
#categorynav
{
	float:left;
	width:180px;
	font-size:11px;
	background-color:#FFFACB;
	padding-left:20px;
}
#categorynav a
{
	display:list-item;
	font-weight:normal;
	text-decoration:none;
	color:#600;
}
#categorynav .subcategory
{
	display:none;
	margin-left:20px;
	font-size:10px;
}	

#categorynav a.selected
{
	font-weight:bold;
}
#categorynav .expanded
{
	display:block;
}

/* footer
  ------------------- */
#footer
{
	width:535px;
	text-align:center;
}
#footernav
{
	border:solid 1px black;
	border-left:none;
	border-right:none;
	margin:50px 0px 0px 0px;
	padding:5px 0px;
	font-size:8pt;
	text-align:center;
}


/*	glossary formatting
	-------------------	*/
.term{
	margin-bottom:5px;
}
.definition {
	margin: 5px 0px 15px 0px;
	background:#efefef;
	padding:10px;
	width:400px;
	border:dotted 1px black; }
	
	

.coorprod
{
	float:left;
	text-align:center;
	padding-right: 10px;
	font-size:10px;
}

/*	input form formatting
	-------------- */
form
{
	margin:0px;
	padding:0px;
}
.error {
	font-style:italic;
	color:red;
}

table.cartProducts
{
	border-collapse:collapse;
	margin:8px 0px;
	width:430px;
}
.cartProducts thead td
{
	font-weight:bold;
	border-bottom:solid 1px black;
	padding-bottom:3px;
}
.cartProducts .image
{
	text-align:center;
}
.cartProducts .name
{
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
.cartProducts tr td
{
	padding-right:4px;
}
.cartProducts tr td.price
{
	padding-right:0px;
	text-align:right;
}
.cartProducts tfoot td
{
	font-weight:bold;
}

.totals
{
	clear:both;
	width:430px;
	border-top:dotted 1px #000;
	padding:5px 0px;
	text-align: right;
	font-weight:bold;
}

.sale
{
	font-weight:bold;
	color:red;
}

.required
{
	font-weight:bold;
}

@media screen
{
	.noscreen{
		display:none;
	}
}

@media print
{
	.noprint{
		display:none;
	}
}

.crumb
{
	margin-bottom:10px;
}

/*	recipes
	-------------- */
.photocopyright
{
	font-size:9px;
	width:200px;
	padding-top:10px;
	text-align:center;
}

/*	table striping
	-------------- */
table.list
{
	
}

thead td
{
	font-weight:bold;
}

tr.alt td
{
	background-color:#EFEFEF;
}
