/* Sitewide Styles */
body {
	background: #000;
	font-family: Arial, sans-serif;
	color: #fff;
}
p, li {
	font-size: 12px;
}
p {
	padding: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
input, textarea {
	color: #3b924b;
	background: #d7d7d7;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:link img, a:active img, a:visited img, a:hover img {
	border: 0px;
}
#placeholder {
	height: 400px;
	width: 400px;
	padding: 50px;
}
#outcontain {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #0f1014;
	border-top: 1px solid #242424;
	z-index: 3;
}
#subcontain {
	position: relative;
	background: #0f1014;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	width: 850px;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
	z-index: 3;
}
.inner {
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	width: 850px;
}

/* Image Select Toggle */
.yes {
	background: #ccc;
	border: #3b924b 3px solid;
}
.no {
	background: none;
	border: #fff 3px solid;
}

/* Header */
#hdr {
	position: relative;
	top: 0px;
	left: 0px;
	height: 125px;
	background: url('../../images/hdrBack.jpg') repeat-x;
	border-bottom: 1px solid #000;
	z-index: 1;
}

/* Top Navigation */
#nav {
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #242424;
	background: #0a0a0d;
	height: 38px;
	z-index: 1;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	background: #1d1d23;
	color: #fff;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	line-height: 38px;
	border-bottom: 0px;
}
#nav a:link, #nav a:visited, #nav a:active {
	border-top: 4px solid #0a0a0d;
}
#nav a:hover {
	border-top: 4px solid #3b924b;
}
#nav a.active:link, #nav a.active:visited, #nav a.active:active, #nav a.active:hover {
	background: #3b924b;
}
#nav a.active:hover {
	border-top: 4px solid #fff;
}

/* Popup Toggler */
#popup {
	position: absolute;
	left: 50%;
	margin-left: 200px;
	z-index: 2;
	top: 170px;
	height: 150px;
	width: 215px;
	background: #3b924b;
}
#popup h1 {
	text-align: center;
	font-size: 16px;
}
#popup h1 strong {
	font-size: 24px;
}
#popup ul {
	margin-left: 4px;
	margin-right: 4px;
}
#popup ul li {
	background: #286333;
	margin-bottom: 4px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	width: 185px;
	padding-left: 10px;
	padding-right: 10px;
}
#popup #toggleDown {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #286333;
	font-size: 8px;
	text-align: center;
	border: 0px;
}
#popupToggler {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: 200px;
	text-align: center;
}
#popupToggler a:link, #popupToggler a:visited, #popupToggler a:active, #popupToggler a:hover {
	display: block;
	width: 215px;
	height: 34px;
	background: #3b924b;
	color: #fff;
	padding: 0px;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	border: 0px;
}
#popupToggler a:link strong, #popupToggler a:visited strong, #popupToggler a:active strong, #popupToggler a:hover strong {
	font-size: 20px;
}

/* Page Element Declarations */
#carousel, #galleryPreview, #pageSummary,
#servicesSummary, #topServices, #otherServices,
#equipment, #packagesSummary, #packages,
#companyLinks, #tipsSummary, #allTips,
#faqSummary, #allFAQs, #gallerySummary,
#storeLinks {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#galleryPreview {
	margin-left: 0px;
	padding-bottom: 25px;
}
#tipsPreview {
	position: absolute;
	top: 295px;
	left: 375px;
}
#otherServices, #equipment {
	padding-bottom: 5px;
}
#allFAQs {
	padding-bottom: 15px;
}

/* Element Titles */
#carousel h1, #galleryPreview h1, #pageSummary h1,
#tipsPreview h1, #servicesSummary h1, #topServices h1,
#otherServices h1, #equipment h1, #packagesSummary h1,
#companyLinks h1, #tipsSummary h1, #faqSummary h1,
#gallerySummary h1, #beforeAndAfters h1, #portal h1,
#storeLinks h1 {
	background: #000;
	color: #fff;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
#carousel h1, #galleryPreview h1, #pageSummary h1, #tipsPreview h1,
#gallerySummary h1, #beforeAndAfters h1 {
	width: 200px;
}
#servicesSummary h1, #topServices h1, #otherServices h1,
#equipment h1, #tipsSummary h1, #faqSummary h1, #portal h1 {
	width: 250px;
}
#packagesSummary h1, #companyLinks h1, #storeLinks h1 {
	width: 150px;
}

/* Portal and Login #portal and #loginBox */
#portal, #loginBox {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#loginBox {
	padding: 10px;
	width: 600px;
}
.loginRow {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 30px;
}
.loginRow div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align: right;
}
.loginRow div.right {
	position: relative;
	top: 0px;
	left: 210px;
	width: 300px;
	text-align: left;
}
.failed {
	font-size: 14px;
	color: #3b924b;
}
#loginFootnote {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 600px;
	font-size: 10px;
	padding-bottom: 10px;
}

/* Page Summary #pageSummary */
#pageSummary {
	width: 360px;
}
#pageSummary h4 {
	width: 340px;
	background: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
#pageSummary p {
	background: #000;
	font-size: 10px;
}
#pageSummary h6 {
	position: relative;
	top: 0px;
	left: 295px;
	height: 15px;
	width: 65px;
	background: #3b924b;
	line-height: 10px;
	text-align: center;
}
#pageSummary h6 a:link, #pageSummary h6 a:active, #pageSummary h6 a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 0px;
}
#pageSummary h6 a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 0px;
}

/* Recent Tips #tipsPreview */
#tipsPreview .tipDisplay {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 100px;
}
#tipsPreview .tipDisplay:hover {
	background: #1d1d23;
}
#tipsPreview .tipDisplay h2 {
	position: relative;
	top: 0px;
	left: 100px;
	height: 22px;
	width: 250px;
	line-height: 22px;
	font-size: 14px;
}
#tipsPreview .tipDisplay p {
	position: absolute;
	top: 22px;
	left: 100px;
}
#tipsPreview .tipDisplay h5 {
	position: absolute;
	top: 0px;
	left: 350px;
	background: #1d1d23;
	width: 100px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
#tipsPreview .tipDisplay h5:hover {
	background: #3b924b;
}
#tipsPreview .tipDisplay h5 a:link, #tipsPreview .tipDisplay h5 a:active, #tipsPreview .tipDisplay h5 a:visited {
	color: #fff;
	text-decoration: none;
}
#tipsPreview .tipDisplay h5 a:hover {
	color: #fff;
	text-decoration: none;
}
#tipsPreview h6 {
	position: relative;
	top: 0px;
	left: 400px;
	height: 15px;
	width: 50px;
	background: #3b924b;
	line-height: 10px;
	text-align: center;
}
#tipsPreview h6 a:link, #tipsPreview h6 a:active, #tipsPreview h6 a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 0px;
}
#tipsPreview h6 a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 0px;
}

/* All Tips #allTips */
#allTips .tipDisplay {
	position: relative;
	top: 0px;
	left: 0px;
	width: 825px;
	height: 115px;
	border-bottom: 1px #1d1d23 solid;
	margin-bottom: 25px;
}
#allTips .tipDisplay:hover {
	background: #1d1d23;
}
#allTips .tipDisplay h2 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 300px;
	line-height: 22px;
	font-size: 14px;
	background: #000;
	margin-bottom: 5px;
}
#allTips .tipDisplay p {
	position: absolute;
	top: 22px;
	left: 100px;
}
#allTips .tipDisplay h5 {
	position: absolute;
	top: 0px;
	left: 725px;
	background: none;
	width: 100px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
#allTips .tipDisplay h5 a:link, #allTips .tipDisplay h5 a:active, #allTips .tipDisplay h5 a:visited {
	display: block;
	width: 100px;
	height: 22px;
	color: #fff;
	text-decoration: none;
}
#allTips .tipDisplay h5 a:hover {
	color: #fff;
	text-decoration: none;
	background: #3b924b;
}

/* Index Carousel #carousel */
#carousel a:link, #carousel a:visited, #carousel a:active, #carousel a:hover {
	display: block;
	width: 228px;
	height: 28px;
	background: #1d1d23;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #000;
	font-family: "Arial Narrow", sans-serif;
	font-size: 14px;
}
#carousel a.active:link, #carousel a.active:visited, #carousel a.active:active, #carousel a.active:hover {
	background: #3b924b;
}
#carousel a:hover {
	border: 1px solid #fff;
}
#carouselContent {
	position: absolute;
	left: 270px;
	top: 30px;
	width: 600px;
}
#carouselContent img {
	border: 5px solid #000;
}

/* Service Rows + Displays */
.serviceRow {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}
.serviceRow h2 {
	background: #000;
	padding: 4px;
	width: 200px;
	height: 22px;
}
.serviceRow h2.left {
	position: relative;
	top: 0px;
	left: 0px;
}
.serviceRow h2.right {
	position: absolute;
	top: 0px;
	left: 415px;
}
.serviceRow div.left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 405px;
}
.serviceRow div.right {
	position: absolute;
	top: 30px;
	left: 415px;
	width: 405px;
}
.serviceDisplay {
	background: #1d1d23;
	border-bottom: 1px #3b924b solid;
}
.serviceDisplay img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.serviceDisplay p {
	position: relative;
	top: 0px;
	left: 100px;
	width: 285px;
}
.serviceDisplay h5 {
	position: absolute;
	top: -22px;
	left: 305px;
	background: #1d1d23;
	width: 100px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
.serviceDisplay h5:hover {
	background: #3b924b;
}
.serviceDisplay h5 a:link, .serviceDisplay h5 a:active, .serviceDisplay h5 a:visited {
	color: #fff;
	text-decoration: none;
}
.serviceDisplay h5 a:hover {
	color: #fff;
	text-decoration: none;
}
#allServices {
	position: relative;
	top: 0px;
	left: 0px;
}
#allServices ul.left {
	position: relative;
	top: 0px;
	left: 0px;
}
#allServices ul.right {
	position: absolute;
	top: 0px;
	left: 415px;
}
#allServices li {
	background: #1d1d23;
	width: 810px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	margin-bottom: 1px;
}

/* Equipment Displays */
.equipmentDisplay {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background: #1d1d23;
	margin-bottom: 5px;
	width: 822px;
}
.equipmentDisplay h2 {
	position: absolute;
	top: 5px;
	left: 210px;
}
.equipmentDisplay p {
	position: absolute;
	top: 25px;
	left: 210px;
	padding: 0px;
}

/* Package Display */
.packageRow {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}
.packageRow h2 {
	padding: 4px;
	width: 200px;
	font-size: 12px;
}
.packageRow h2.left {
	position: relative;
	top: 0px;
	left: 0px;
}
.packageRow h2.right {
	position: absolute;
	top: 0px;
	left: 415px;
}
.packageRow div.left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 405px;
}
.packageRow div.right {
	position: absolute;
	top: 0px;
	left: 415px;
	width: 405px;
}
.packageDisplay {
	background: #000;
	border-bottom: 4px #3b924b solid;
}
.packageDisplay h1 {
	background: #3b924b;
	border: 4px #000 solid;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}
.packageDisplay h2 {
	position: absolute;
	top: 4px;
	left: 265px;
	width: 125px;
	text-align: right;
}
.packageDisplay h3 {
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
}
.packageDetails {
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px #000 solid;
}
.packageDetails ul.left {
	position: relative;
	top: 0px;
	left: 0px;
}
.packageDetails ul.right {
	position: absolute;
	top: 0px;
	left: 202px;
}
.packageDetails li {
	background: #1d1d23;
	width: 382px;
	height: 22px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	margin-bottom: 1px;
}

/* Contact Separator #contactSeparator */
#contactSeparator {
	position: relative;
	top: 0px;
	left: 0px;
	background: #3b924b;
	margin: 10px;
}
#contactSeparator a:link, #contactSeparator a:visited, #contactSeparator a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dashed;
}
#contactSeparator a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}

#weAccept {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 125px;
	text-align: left;
}
#weAccept p {
	width: 125px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/* Company sub-page links #companyLinks */
#companyLinks ul {
	position: absolute;
	top: 40px;
	left: 0px;
}
#companyLinks ul li a:link, #companyLinks ul li a:active, #companyLinks ul li a:visited {
	display:block;
	height: 22px;
	width: 135px;
	background: #1d1d23;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	border: 1px #1d1d23 solid;
}
#companyLinks ul li a.active {
	background: #3b924b;
	border: 1px #3b924b solid;
}
#companyLinks ul li a:hover, #companyLinks ul li a.active:hover {
	display:block;
	border: 1px #fff solid;
}

/* Company (About Us) Content section #companyContent */
#companyContent {
	position: relative;
	top: 0px;
	left: 170px;
	width: 660px;
	padding-bottom: 50px;
}
#companyContent img {
	border: 10px #000 solid;
}

/* Contact Us Content section #contactContent */
#contactContent {
	position: relative;
	top: 0px;
	left: 175px;
	width: 665px;
	padding-bottom: 50px;
}
#contForm {
	min-height: 320px;
	width: 360px;
	background: #1b1b23;
	font-size: 12px;
}
#contForm input {
	height: 22px;
}
#contForm textarea {
	height: 220px;
}
#contForm input, #contForm textarea {
	font-family: Arial, sans-serif;
	border: 1px #000 solid;
	width: 160px;
	font-size: 12px;
}
#contForm input:focus, #contForm textarea:focus {
	border: 1px #3b924b solid;
}
.contactRow {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
}
.contactRow .rowLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	text-align: right;
}
.contactRow .rowRight {
	position: relative;
	top: 0px;
	left: 100px;
}
.contactRow .rowConfirm {
	position: absolute;
	top: 0px;
	left: 280px;
}
.contactRow a {
	display: block;
	height: 30px;
	text-align: center;
	border-top: 5px #0f1014 solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
#map {
	position: absolute;
	top: 0px;
	left: 380px;
	background: #1b1b23;
	padding: 5px;
	height: 161px;
}
#map a:link, #map a:active, #map a:visited, #map a:hover {
	border: 0px;
}
#map a img {
	border: 2px #000 solid;
}
#map a:hover img {
	border: 2px #3b924b solid;
}
#moreInfo {
	position: absolute;
	top: 185px;
	left: 380px;
	font-size: 12px;
	width: 280px;
}

/* Partners (Friends and Partners) Content section #partnersContent */
#partnersContent {
	position: relative;
	top: 0px;
	left: 170px;
	width: 660px;
	text-align: center;
	padding-bottom: 20px;
}
#partnersContent p {
	text-align: left;
}
#partnersContent a:link, #partnersContent a:visited, #partnersContent a:active, #partnersContent a:hover {
	border-bottom: 0px;
}
#partnersContent a:link img, #partnersContent a:active img, #partnersContent a:visited img {
	border: 2px #fff solid;
}
#partnersContent a:hover img {
	border: 2px #3b924b solid;
}

/* Share This Site Content section #shareContent */
#shareContent {
	position: relative;
	top: 0px;
	left: 170px;
	width: 400px;
	text-align: center;
	padding-bottom: 100px;
}
#shareContent p {
	width: 380px;
	text-align: left;
	background: #1b1b23;
}
#shareContent a:link, #shareContent a:visited, #shareContent a:active, #shareContent a:hover {
	display: block;
	background: #1b1b23;
	border-top: 3px solid #0f1014;
	border-bottom: 0px;
	padding: 10px;
}
#shareForm {
	position: relative;
	top: 0px;
	left: 0px;
	width: 330px;
	background: #1b1b23;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
}
#shareForm input {
	height: 22px;
	font-family: Arial, sans-serif;
	border: 1px #000 solid;
	width: 160px;
	font-size: 12px;
	vertical-align: middle;
}
#shareForm input:focus {
	border: 1px #3b924b solid;
}
#shareEmailConfirm {
	position: absolute;
	top: 10px;
	left: 290px;
}

/* FAQ-specific #allFAQs */
#allFAQs a:link, #allFAQs a:active, #allFAQs a:visited, #allFAQs a:hover {
	text-decoration: none;
	border: 0px;
}
.question {
	display: block;
	background: #1b1b23;
	padding: 4px;
	font-size: 12px;
}
.answer {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 4px;
	font-size: 12px;
	visibility: hidden;
	height: 0px;
}
.answer p {
	position: absolute;
	top: 4px;
	left: 63px;
	width: 750px;
	padding: 0px;
}

/* Gallery Display Specific */
#currentPhoto {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
}
#currentPhoto a.prevImg, #currentPhoto a.nextImg {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 200px;
	background: #000;
	text-align: center;
	opacity: 0.75;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
}
#currentPhoto a.prevImg:hover, #currentPhoto a.nextImg:hover {
	background: #1b1b23;
}
#currentPhoto a.prevImg {
	left: 10px;
}
#currentPhoto a.nextImg {
	left: 790px;
}
#photoHolder {
	background: #000;
	padding: 10px;
	text-align: center;
	min-height: 400px;
}
#photoDetails {
	width: 810px;
	padding: 10px;
	background: #1b1b23;
}
#navPhotos {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 25px;
}
#navPhotos div.showingNow {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 200px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#navPhotos a.showLess, #navPhotos a.showMore {
	position: absolute;
	top: 0px;
	display: block;
	width: 110px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
#navPhotos a.showLess:hover, #navPhotos a.showMore:hover {
	color: #3b924b;
}
#navPhotos a.showLess {
	left: 10px;
	background-image: url('../../images/showLess.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
}
#navPhotos a.showMore {
	left: 730px;
	background-image: url('../../images/showMore.png');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
}
.photo1 {
	position: relative;
	left: 10px;
	top: 0px;
}
.photo2 {
	position: absolute;
	left: 220px;
	top: 25px;
}
.photo3 {
	position: absolute;
	left: 430px;
	top: 25px;
}
.photo4 {
	position: absolute;
	left: 640px;
	top: 25px;
}
.label1 {
	position: relative;
	left: 10px;
	top: 0px;
}
.label2 {
	position: absolute;
	left: 220px;
	top: 225px;
}
.label3 {
	position: absolute;
	left: 430px;
	top: 225px;
}
.label4 {
	position: absolute;
	left: 640px;
	top: 225px;
}
.photoBox {
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #1e1d23;
}
#navPhotos a:hover {
	color: #3b924b;
}
.photoBox a img {
	vertical-align: middle;
	border: 4px #1e1d23 solid;
}
.photoLabel {
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	background: #1e1d23;
}
.current {
	background: #666;
}
/* Before and After Specific #beforeAndAfters */
#beforeAndAfters {
	width: 830px;
	padding: 10px;
}
#beforeAndAfters p {
	padding: 5px;
}
#beforeAndAfters p a img {
	border: 4px solid #1b1b23;
}
#beforeAndAfters p a:hover img {
	border: 4px solid #3b924b;
}

/* Store sub-page links #storeLinks */
#storeLinks ul {
	position: absolute;
	top: 40px;
	left: 0px;
}
#storeLinks ul li a:link, #storeLinks ul li a:active, #storeLinks ul li a:visited {
	display:block;
	height: 22px;
	width: 135px;
	background: #1d1d23;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	border: 1px #1d1d23 solid;
}
#storeLinks ul li a.active {
	background: #3b924b;
	border: 1px #3b924b solid;
}
#storeLinks ul li a:hover, #storeLinks ul li a.active:hover {
	display:block;
	border: 1px #fff solid;
}

/* Store Content area */
#storeContent {
	position: relative;
	top: 0px;
	left: 170px;
	width: 660px;
	padding-bottom: 20px;
}
#storeContent h2 {
	padding: 10px;
	background: #1d1d23;
}
.product h3 {
	padding: 10px;
	background: #3b924b;
	position: relative;
	top: 0px;
	left: 0px;
}
.product h3 span {
	display: block;
	width: 480px;
}
.product h3 .buyNow {
	position: absolute;
	top: 0px;
	left: 480px;
	text-align: center;
	display: block;
	height: 40px;
	width: 175px;
	line-height: 40px;
	border-left: 5px #1b1b23 solid; 
}
.product p {
	position: relative;
	top: 0px;
	left: 110px;
	width: 530px;
	min-height: 100px;
}
.product p img {
	position: absolute;
	top: 10px;
	left: -105px;
}
/* Subscriber Signup Boxes */
#carouselContent div#subscribeBox {
	background: #000;
	border: 5px #000 solid;
	width: 550px;
	height: 200px;
	text-align: center;
	line-height: 40px;
}
#carouselContent div#subscribeBox strong {
	font-size: 20px;
}
#carouselContent div#subscribeBox a {
	display: inline;
	background: none;
	border: none;
	padding: 0px;
}
#shareContent div#subscribeBox {
	background: #000;
	border: 5px #000 solid;
	width: 550px;
	height: 200px;
	text-align: center;
	line-height: 40px;
}
#shareContent div#subscribeBox strong {
	font-size: 20px;
}
#shareContent div#subscribeBox a {
	display: inline;
	border: none;
	padding: 0px;
	background: none;
}
#carouselContent div#subscribeBox a:hover, #shareContent div#subscribeBox a:hover {
	background: #3b924b;
}
/* Footer #ftr */
#ftr {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
}
#ftr a:link, #ftr a:active, #ftr a:visited {
	color: #fff;
	text-decoration: none;
	background: #000;
}
#ftr a:hover {
	color: #fff;
	text-decoration: none;
	background: #3b924b;
}
#ftr .inner .left {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 75px;
	padding-top: 5px;
}
#ftr .inner .right {
	position: absolute;
	top: 0px;
	left: 550px;
	width: 300px;
	text-align: right;
	padding-top: 5px;
}
