body{
	background-color:#E6FF80;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
	background-image: url(../images/nav/bellevietop2.jpg);
	background-repeat:no-repeat;
	background-position:-150px 20px;
}
#wrap{
margin-left: 260px;
}
hr {
	color: #2D006B;
	width: 70%;
	text-align: center;
}

#banner{
	padding:10px;
	height: 200px;
}
#banner h1 {
	color: #2D006B;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.5em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 110px;
}


#banner p{
	color:#2D006B;
	font-weight:bold;
	margin-top: 0px;
}

#globalnav{
	color:#2D006B;
	float: right;
	padding:6px;
	text-align:right;
	background-color:#78AD87;
}

#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: #2D006B;
	text-decoration: none;
}

#globalnav a:hover
{
	background-color: #E6FF80;
	color: #2D006B;
}

#topnav{
	font-size:0.8em;
	background-color:#78AD87;
	padding-top: 4px;
	height: 20px;
	margin-top: 2px;
	text-align:center;
}

#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: #400099;
	background-color: #78AD87;
}

#topnav ul li a:hover
{
	color: #2D006B;
	background-color: #DABFFF;
}


#mainbody{
	clear:both;
}
#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: #400099;
color: #DABFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/* end sidenav*/
#content{
	padding: 10px 10px 20px 20px;
	/* background-color:#FFFFFF; */
	margin-right: 20px;
}
 #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: #400099;
}
h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #400099;

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

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
.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: #2D006B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
