body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
	background: url('../images/bg.png') top repeat-x #ffffff;
}

img {
	border: 0 none;
}

a:link,a:visited,a:active,a:hover {
	color: #ff68a4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#lhs {
	width: 201px;
	margin-top: 20px;
	margin-right: 13px;
	float: right;
	text-align: center;
}
#lhs h4 {
	text-align:left;
}

.header {
	position: relative;
	background: url('../images/header.png') bottom no-repeat;
}

.footer {
	color: #f49ac1;
	font-size: 13px;
}

.footerMenu {
	margin: 0 1em;
	padding: 0 1em;
}
.footerMenu a:link,.footerMenu a:visited,.footerMenu a:active,.footerMenu a:hover {
	color: #f49ac1;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}


.copyright {
	margin: auto;
	background: url('../images/copyright.png') no-repeat;
}
.copyright td {
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 10px;
}

.topbar {
	text-align: right;
	font-size: 11px;
	color: #ff68a4;
	line-height: 18px;
}
.topbar span {
	margin: 0 0.5em;
}

.topbar a:link,.topbar a:active,.topbar a:visited,.topbar a:hover {
	color: #ff68a4;
	text-decoration: none;
}


.shoppingCart {
	position: absolute;
	top: 30px;
	right: 5px; 
	width: 180px; 
	height: 90px;
}
.shoppingCartHeading {
	color: #ff0066;
	font-size: 15px;
	margin-bottom: 1em;
}
.shoppingCartMain {
	color: #9e7d9e;
	font-size: 11px;
	font-weight:bold;
}
.shoppingCartMain a:link,.shoppingCartMain a:active,.shoppingCartMain a:visited,.shoppingCartMain a:hover {
	color: #9e7d9e;
	text-decoration: none;
}


.lhsMenuTop {
	margin: auto;
	height: 5px;
	width: 183px;
	background: url('../images/lhsMenuTop.png') top;
}
.lhsMenuBottom {
	margin: auto;
	height: 26px;
	width: 183px;
	background: url('../images/lhsMenuBottom.png') top;
}
.lhsMenuMain {
	margin: auto;
	width: 183px;
	background: url('../images/lhsMenuMain.png');
}
.lhsMenuMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lhsMenuMain li {
	margin: 0;
	padding: 0;
	text-indent: 10px;
	line-height: 24px;
	width: 183px;
	height: 24px;
	background: url('../images/lhsMenuItem.png');
	float:left;
	color: white;
	font-size: 11px;
	text-align: left;
}
.lhsMenuMain li a:link,.lhsMenuMain li a:active,.lhsMenuMain li a:visited,.lhsMenuMain li a:hover {
	color: white;
	text-decoration: none;
}

.tagsTop {
	margin: auto;
	height: 4px;
	width: 183px;
	background: url('../images/tagsTop.png')
}
.tagsBottom {
	margin: auto;
	height: 4px;
	width: 183px;
	background: url('../images/tagsBottom.png');
}
.tagsMain {
	margin: auto;
	width: 183px;
	font-size: 12px;
	color: white;
	background: url('../images/tagsBg.png');
}
.tagsMain a:link,.tagsMain a:visited,.tagsMain a:active,.tagsMain a:hover {
	color: white;
	text-decoration: none;
}
.tagsMain a:hover {
	text-dcecoration: underline;
}


.productHeading {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.productPrice {
	color: black;
	font-weight: bold;
	font-size: 13px;
}
.productDesc {
	color: grey;
	font-size: 11px;
}

.style1 {
	color: #963361;
}
