body {
	margin: 0;
	padding: 0;
	background-color: #B02E5F;
	background-image: url("images/stripe.gif");
	font: 12px verdana, sans-serif;
	color: #333;
}

div#top {
	position: relative;
	clear: both;
	width: 820px;
	height: 156px;
	margin: 4px auto 0 auto;
	background: url("images/menu.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}

img#ribbon {
	position: absolute;
	top: 30px;
	left: -37px;
}

img#logo {
	position: absolute;
	top: -5px;
	left: 256px;
}

div#leftMenu {
	float: left;
	position: relative;
	margin: 126px 0 0 0;
	width: 260px;
}

div#rightMenu{
	float: right;
	position: relative;
	margin: 126px 0 0 0;
	width: 260px;
}

div#top fieldset {
	float: left;
	margin: 0;
	cursor: pointer;
}

div#menu fieldset input, fieldset#searchBox input{
	color: #76369F;
}

#viewcart, .top:link, .top:visited, .top:active {
	display: block;
	height: 20px;
	padding: 5px 8px 5px 8px;
	text-align: center;
	font: bold 17px georgia, serif;
	cursor: pointer;
	color: #fff;
}

#index:link, #index:visited, #index:hover, #index:active {
	position: absolute;
	top: 0;
	left: 30px;
	background: 0;
}

#faq:link, #faq:visited, #faq:hover, #faq:active {
	position: absolute;
	top: 0;
	left: 120px;
	background: 0;
}

#tips:link, #tips:visited, #tips:hover, #tips:active {
	position: absolute;
	top: 0;
	left: 200px;
	background: 0;
}

#viewcart {
	position: absolute;
	top: 0;
	left: 25px;
	background: 0;
}

#contact:link, #contact:visited, #contact:hover, #contact:active {
	position: absolute;
	width: 100px;
	top: 0;
	left: 128px;
	background: 0;
}


div#page {
	clear: both;
	width: 818px;
	margin: 0 auto 0 auto;
	border-right: 1px solid #E1F6A6;
	border-bottom: 1px solid #E1F6A6;
	border-left: 1px solid #E1F6A6;
	padding: 0;
	background: #BCE14F;
}

/*Left Menu*/
div#menu {
	float: left;
	width: 156px;
	padding: 9px 0 0 0;
}

ul#productMenu{
	margin: 0;
	padding: 0;
}

ul#productMenu li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#productMenu li ul { 
	display: none; 
}

ul#productMenu li:hover {
	position: relative;
}

ul#productMenu li:hover > ul { 
	display: block;
	position: absolute;
	top: 6px;
	left: 125px;
	width: 160px;
	margin: 0; 
	border: 1px solid white;
	padding: 0;
	background: #BA547B;
	z-index: 5;
}

ul#productMenu li:hover > ul li {
	height: auto;
	margin: 0;
	border: 1px solid white;
	padding: 4px 0 4px 4px;
	font: bold 14px arial, sans-serif;
}

/*For IE*/
ul#productMenu li.over {
	position: relative;
	z-index: 7;
}

ul#productMenu li.over ul, ul#productMenu li.over ul { 
	display: block;
	position: absolute;
	top: 6px;
	left: 125px;
	width: 160px;
	margin: 0; 
	border: 1px solid white;
	background: #BA547B;
	z-index: 7;
}

ul#productMenu li.over ul li {
	margin: 0;
	border: 1px solid white;
	padding: 4px 0 4px 4px;
	font: bold 14px arial, sans-serif;
}
/*End For IE*/

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	background: url("images/paw.gif");
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding: 5px 0 6px 25px;
	font: bold 15px arial, sans-serif;
	color: #fff;
}

.submenu:link, .submenu:visited, .submenu:active {
	color: #fff;
}

.top:hover, .menulink:hover, .submenu:hover{
	color: #E1F6A6;
}

.active:link, .active:visited, .active:hover, .active:active {
	background: url("images/paw-active.gif");
	background-repeat: no-repeat;
	color: #76369F;
}

div#menu img {
	display: block;
	margin: 15px auto 0 auto;
}

div#menu fieldset {
	height: 31px;
	margin: 15px 0 0 6px;
	padding: 9px 0 0 0;
	background: url("images/fieldset.gif");
	background-repeat: no-repeat;
	text-align: center;
}

/*CONTENT*/
div#content {
	float: right;
	width: 606px;
	margin: 0;
	border-top: 1px solid #E1F6A6;
	border-bottom: 1px solid #E1F6A6;
	border-left: 1px solid #E1F6A6;
	padding: 20px 10px 15px 20px;
	background: white;
}

h1 {
	margin: 0;
	font: 32px georgia, serif;
	color: #76369F;
}

h2 {
	margin: 15px 0 0 0;
	font: 23px georgia, serif;
}

h3 {
	margin: 15px 0 -15px 0;
	font: bold 14px arial, sans-serif;
}

p {
	margin: 15px 0 0 0;
	line-height: 17px;
	text-align: justify;
}

form {
	margin: 0;
	padding: 0;
}

fieldset, table {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

fieldset#searchBox {
	border: 1px solid #E1F6A6;
	padding: 0 5px 7px 5px;
	background: #F9FDEE;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #76369F;
}

a:hover {
	color: #A73661;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.error{
	color: Red;
}

div.highlight {
	position: relative;
	float: right;
	width: 235px;
	margin: 0 8px 15px 33px;
	border: 1px solid #E1F6A6;
	padding: 0 5px 7px 5px;
	background: #F9FDEE;
}

div.highlight h2 {
	margin: 0 -5px 5px -5px;
	padding: 4px 0 4px 4px;
	background: #BA547B;
	font-size: 21px;
	color: #fff;
}

div.highlight img {
	position: absolute;
	top: -14px;
	left: 190px;
}

div.highlight fieldset {
	margin: 7px 7px 0 7px;
}

td.tableHeader {
	padding: 3px;
	background: #ccc;
	font-weight: bold;
}

/*Tips Page*/
table#tipsTable {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table#tipsTable td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table#tipsTable a:link, table#tipsTable a:visited  {
	font-weight: normal;
}

/*Products*/
img.brandLogo {
	float: left;
	display: block;
	margin: 10px 20px 15px 0;
}

div.productSummary {
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 12px 10px 0 0;
	border: 1px solid #BCE14F;
	padding: 0 5px 6px 5px;
}

div.productSummary p {
	margin: 6px 0 0 0;
	text-align: left;
}

div.productSummary img {
	float: left;
	margin: 6px 5px 0 0;
}

img.thumb {
	float: left;
	width: 200px;
	margin: 5px 15px 20px 0;
	cursor: pointer;
}

div#productDescription {
	float: right;
	width: 390px;
}

/*Home Page*/
h1.home {
	margin: 0 0 -10px 0;
	font-size: 27px;
	text-align: center;
}

div.featured {
	float: left;
	width: 177px;
	margin: 25px 0 0 0;
	padding: 5px 10px 10px 10px;
}

div.featured div {
	float: left;
	width: 62px;
	height: 170px;
	overflow: hidden;
}

div.featured div img {
	display: block;
	width: 52px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

div.featured p{
	margin: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	padding: 4px 0 4px 150px;
	text-align: center;
	font-size: 11px;
	color: #fff;

}

p.copyright img {
	padding: 2px 4px 0 4px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
	color: #fff;
}