body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DBCEAB;
	margin: 0px;
	padding: 0px;
}
a:link { text-decoration: none; font-weight: bold; color: #5F6C6E; }
a:visited { text-decoration: none; font-weight: bold; color: #5F6C6E; }
a:hover { text-decoration: underline; font-weight: bold; color: #000000; }
p {
	margin: 0 0 18px 0;
}
h1 {
	font-size: 16px;
	margin: 0 0 18px 0;
	padding: 4px;
	background-color: #F5E0E3;
	border: 1px solid #EAC1C7;
	color: #621E3D;
}
h2 {
	font-size: 14px;
	margin: 0 0 18px 0;
}
h3 {
	font-size: 10px;
	margin: 0 0 0 0;
}
#pgHolder {
	background-image: url(images/fbg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#pgShader {
	background-image: url(images/fbg2a.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 40px;
}
#pgBlock {
	width: 640px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 1px;
}
#topBar{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #536B80;
	margin: 0px 0px 0px 0px;
	background: url(images/logo.png) no-repeat top center;
	height: 100px;
}
.navMenu{
	clear: both;
	background-color: #536B80;
	text-align: center;
	letter-spacing: 4px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#navList {
	background: url(images/topbar.gif) repeat-x top left;
	background-color: #7C8997;
	height: 30px;
	margin: 0;
	padding: 0;
}
#navList li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#navList a {
	float: left;
	line-height: 30px;
	padding: 0 12px 0 10px;
	background: url(images/n_r.gif) no-repeat top right;
}
#navList a.active, #navList a:hover {
	background: url(images/n_r2.gif) no-repeat top right;
}

#bottomBar{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #99B3BC;
	padding: 4px 4px 2px 4px;
	margin: 0;
	text-align: right;
	line-height: 14px;
	background: url(images/bbg.gif) repeat-x top left;
}
#contentMain{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding: 10px;
	line-height: 14px;
}
.product {
	width: 280px;
	float: left;
	margin: 0 5px 0 20px;
}
.product img {
	border: 1px solid #000000;
	margin: 0px 0px 5px 20px;
}
.clearFloat {
	clear: both;
}
.pDetails {
	background-color: #F5E0E3;
	line-height: 20px;
	border: 1px solid #EAC1C7;
	padding: 4px;
	margin-bottom: 10px;
}
.pDetails p {
	width: 172px;
	line-height: 12px;
}
.pDetails * {
	margin: 0;
	padding: 0;
}
.pButton {
	line-height: 12px;
	float: right;
	text-align: center;
	padding: 4px;
	margin: 0 0 4px 10px;
	background-color: #EAC1C7;
	border: 1px solid #FFFFFF;
}
.pButton img {
	border: 0;
	padding: 0;
	margin: 4px 0 0 0;
}
.question {
	background: url(images/q.gif) no-repeat top left;
	margin: 0 0 0 0;
	padding: 0 0 20px 30px;
}
.answer {
	background: url(images/a.gif) no-repeat top left;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	color: #621E3D;
}
.faqItem {
	background-color: #F5E0E3;
	border: 1px solid #EAC1C7;
	padding: 4px;
	margin: 0 0 20px 0;
}
.cart {
	background-color: #E598A2;
	border: 1px solid #993343;
	text-align: center;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.cartTitles {
	background-color: #D85E6E;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}
.cartForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	border: 1px solid #D85E6E;
	background-color: #FFFFFF;
}
.cartRow{
	background-color: #F5E0E3;
}
.cartAltRow{
	background-color: #F2D2D6;
}
.cartTotals{
	float: right;
	background-color: #E598A2;
	border: 1px solid #993343;
	text-align: center;
	line-height: 18px;
	margin: 0 0 20px 0;
}
.cartTotalsT {
	background-color: #D85E6E;
	color: #FFFFFF;
	font-weight: bold;	
}
.cartTotalsTAlt {
	background-color: #C85363;
	color: #FFFFFF;
	font-weight: bold;
}
.cartItem {
	padding-left: 4px;
	text-align: left;
}