body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	}
	
#breadcrumb {
	font-size:12px;
}
	
#header {
	/*background:#6ECCF2;*//*background:#F179A9;*/
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 0;
	width:100%;
	text-align:center;
}

.style1, .style1:hover, .style1:active, .style1:visited{
	font-weight:bold;
	color:#FFFFFF;
	}

#footer {
	/*background:#6ECCF2;*/
	border-top: 1px solid #ccc;
	color:#036;
	font-size:small;
	padding:10px;
	width:100%;
	text-align:center;
}

#navBar {
	background:#fff;
	float:left;
	padding:10px 0 0 20px;
	}
	
#indexDesc{
	font-size:12px;
}
#insetName {
	color:#000;
	font-size:smaller;
	text-decoration:none;
	}
#prodName {
	background-color:#333;
	font-size:larger;
	color:#fff;
	}
#insetTable {
	padding:0;
	margin: 0 0 15px 0;
	text-align:center;
	width:200px;
	}
#prodTable {
	border:1px solid #ccc;
	padding:0;
	font-size:14px;
	margin: 0 0 15px 0;
	width:450px;
	}
#price {
	color:#900;
	border-top:1px solid #ccc;
	font-size: 18px;
	font-weight:bold;
	}
#insetPrice {
	color:#900;
	font-size: 12px;
	text-decoration:none;
	}
#prodCap , #prodOpt, #prodPic, #prodOrder{
	border-top:1px solid #ccc;
	padding:5px;
	}
#insetPic {
	border:0;
	}
#prodCap {
	text-align:left;
	}
.title{
	font-weight:bold;
	font-size:16px;
}

#featItem{
	border: 1px solid #ccc;
	margin: 30px 0 30px 15px;
	padding: 0;
	text-align:center;
	width: 173px;
}

#care{
	width:100%;
	background-color:#ccc;
	color:#333;
	font-weight:bold;
}
/* highlights */

#highlights {
    background: url(/images/melon.jpg) no-repeat;
    width: 400px;
    float: left;
    margin-right: -20px;
}

#highlights .p {
    padding: 8px 7px;
    margin-left: 230px;
    border-bottom: 1px solid white;
}

* html #highlights .p {
    padding-bottom: 10px;
}

#highlights div.green  { background: #66CC33; }
#highlights div.purple { background: #7976d6; }
#highlights div.orange { background: #f2901c; }


/*************** 
 *  Navigation 
 ****************/
A:{ text-decoration:underline;color: #036;}
 A:hover { text-decoration:underline;color: #393;}
 A.link {text-decoration:none; }

.navTitle {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; color: #FFFFFF; font-weight: bold;}
.category {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.price {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight: bold;}
.categoryTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #006699; font-weight: bold;}
.navLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2366C6; text-decoration: none; font-weight: bold;}
.orderLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; text-decoration: none;}
.subLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: none; font-weight: bold;}
.specLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2366C6; text-decoration: none; font-weight: bold;}
.link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2366C6; text-decoration: none;}

.ad { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: bold;}
.desc { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none;}

.sbttn {font-family:tahoma,sans-serif;font-size:11px;background: #CC9999;border-bottom: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #008080;border-top:1px solid #008080;color:#FFFFFF;height:19px;text-decoration:none;cursor: hand;}
P { font-family: Verdana, Arial, Helvetica, sans-serif; text-align:justify;}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ol li {
	position: relative;
	}
	
li ol {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ol li a {
	display: block;
	text-decoration: none;
	color: #036; /* color: #2366C6; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
ol li a:hover {
	color: #393;
	}
	
/* Holly Hack. IE Requirement \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

li:hover ol, li.over ol { display: block; } /* The magic */
