@CHARSET "ISO-8859-1";

li#store a { background: url(../images/nav/store_tab.jpg) no-repeat; height: 37px; margin-top: -4px; }
li#store a:hover { background: url(../images/nav/store_tab.jpg) no-repeat; height: 37px; margin-top: -4px; }

#content { width:780px; margin: 30px 0 30px 110px; }
.product {
	float:left;
	text-align:center;
	margin:0 10px;
	width:240px;
	height:370px;
}
  .product h2 { font-size: 16pt; color: #fff; margin-bottom: 0.5em; }
  .product h3 { font-size: 12pt; color: #fff; margin:10px 0; }
  .product img {  }
.prodDescription {
	color:#CCCCCC;
	font-size:10pt;
	line-height:12pt;
	margin:10px 0;
}

.toCart {
	font-size: 10pt;
	margin-top: 1em;
}

h2.profileHeading { font-size: 20pt; color: #fff; margin-bottom: 0; margin: 10px; }
.profileLeft { width: 170px; margin: 0 10px; float:left; }
.profileLeft h4 { 
	color:#FFFFFF;
	font-size:9pt;
	float:left;
	clear:both;
	margin: 5px 0;
	}
.profileLeft a { font-size:9pt; margin: 5px 0; float: left; clear: both; }
.profileLeft img {  }
.profileDescription { 
	float:left; 
  color:#CCCCCC;
  font-size:10pt;
  line-height:12pt;
	text-align:justify;
	width:580px;
}

.profileDescription h4, .profileDescription h3 { color: #fff; }
ul.subNav {
	margin:0 0 0 0;
}

ul.subNav li {
	margin:0 5px 0 0;
}

.moreImages a { display: none; }
.moreImages a:first-child {
  display:block;	
}