﻿/* Group A is site wide and is in site/site.css - Universals for B, C and D is in site.css */

/* Home Page Header and Body Elements */
.homeH1, .homeBody, #homeContent {
	display: none;
}

.bannerPic {
	margin: 0 0 20px;
	width: 815px;
	position: relative;
	left: 180px;
	top: 0;
	display: block !important;
}

.bannerPic h2, .bannerPic .prodDescription, .bannerPic .prodPrice  {
	display: none;
}

.bannerPic img {
	width: 815px;
	margin: 0;
}


/* B */
#productGroupB {
	position: relative;
	left: 180px;
	width: 830px;
	float: left;
}

#productGroupB h4 {
	display: inline;
}

#productGroupB img {
	display: block;
	width: 155px;
	height: auto;
	margin-bottom: 4px;
}

#productGroupB li {
	float: left;
	width: 155px;
}

#productGroupB .listDescription {
	display: block;
	height: 125px;
	overflow: hidden;
}

#productGroupB p.prodPrice {
	display: block;
	float: right;
}

/* C & D */
#productGroupC, #productGroupD {
	display: none;
}