body{
background-color:#E6FF80;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}
#wrap2{
margin-left: 250px;
text-align:center;
}
#banner{
background-color:#000000;
padding:10px;
text-align:left;

}

#banner p{color:#CCCCCC;  font-weight:bold;}
mainbody {
text-align:left;
}

#globalnav{
	color:#CCCCCC;
	float: right;
	padding:6px;
text-align:right;
}

#globalnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#globalnav li{
display:inline;
}
#globalnav a
{
display: block;
padding: 3px;
width: 80px;
border-bottom: 1px solid #eee;
font-size:.9em;
}

#globalnav a:link, #globalnav a:visited
{
color: #EEE;
text-decoration: none;
}

#globalnav a:hover
{
background-color: #78AD87;
color: #fff;
}

#topnav{
font-size:.8em;
background-color:#000000;
}

#topnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #E6FF80;
background-color: #8FB300;
}

#topnav ul li a:hover
{
color: #000000;
background-color: #CCFF00;
}


#navcontainer
{
background: #E6FF80;
width: 20%;
margin: 0 auto;
padding: 1em 0;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
float:left;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 84%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #F2FFBF;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #8FB300;
color: #F2FFBF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/* end sidenav*/
#content{
	margin-left:22%;
	padding: 10px 10px 20px 20px;
	/* background-color:#FFFFFF; */
	margin-right: 20px;
	text-align:left;
}
 #footer{
	text-align:center;
	clear: both;
 }
 #footer ul
{
margin: 2px;
padding: 0;
list-style-type: none;
}

#footer ul li { display: inline; }

#footer ul li a
{
	text-decoration: none;
	padding: .2em .8em;
	color: #666666;	
	border-right: thin solid #78AD87;
}

#footer ul li a:hover
{
color: #fff;
background-color: #78AD87;
}



/****************************
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: 23em;
	_height: 23em;
}
.itemName {
	font-size: .8em;
	font-weight: bold;
}
.itemNumber,
.itemShipping {
	font-weight: normal;
	font-size: .75em;
}
.itemPrice {
	color: #000066;
	font-size: .8em;
	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;
}

.price {
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, san-serif;

}

.pricecookware {
	color: #CC0000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, san-serif;

}
h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #8FB300;
}
h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #8FB300;

}
h3 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #8FB300;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.5;
}
.break {
clear:both;
}


a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2D006B;

}
.faq a, .faq a:link {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #000000;

}
a:hover {
	color: #A10048;

}


#footer{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996666;
	font-weight: 900;
	text-decoration: none;
	clear:both;
	}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	color: #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content table {
padding:0px;

}
.specshead {
padding:0px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #8FB300;
}
