﻿@import url("../site/calendar.css");
@import url("../site/nav.css");
@import url("../site/site.css");
@import url("../site/social_buttons.css");
@import url("../site/xprint.css");


/* 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 */
.bannerPic {
	display: block;
	width: 540px;
	height: 335px;
	padding: 0 0 0 150px;
}

#homeContent, .homeH1, .homeBody {
	display: none;
}

/* A */
#productGroupA {
	position: absolute;
	left: 705px;
	top: 202px;
	width: 275px;
}

#productGroupA img {
	display: block;
	width: 125px;
	height: 125px;
	margin-bottom: 4px;
}

#productGroupA li {
	float: left;
	width: 125px;
}

#productGroupA .listDescription {
	display: block;
	height: 125px;
	overflow: hidden;
}

#productGroupA p.prodPrice {
	display: block;
	float: right;
}

/* B */
#productGroupB {
	position: relative;
	width: 550px;
	float: left;
	margin-left: 15px;
}

#productGroupB img {
	display: block;
	width: 125px;
	height: 125px;
	margin-bottom: 4px;
}

#productGroupB li {
	float: left;
	width: 125px;
}

#productGroupB .listDescription {
	display: block;
	height: 125px;
	overflow: hidden;
}

#productGroupB p.prodPrice {
	display: block;
	float: right;
}


/* C */
#productGroupC {
	display: none;
}

/* D */
#productGroupD {
	display: none;
}
