/**
 * Project Name: The Potter's Shed
 * File Name: the_potters_shed_.css
 * Author: Chris Casper
 * Email: chris@c2labs.com
 * Date Created: 10/01/2007
 * 
 * (c)Copyright 2007
 * C2Labs.com
 * Website: http://www.c2labs.com
 */
body{
	margin: 0;
	padding: 0;
	background: #3C4C4C url(../images/home_page/home_page_background.jpg) top left;
	color: #ffffff;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
.clearAll{
	clear: both;
	line-height: 0px;
	height: 0;
}
img {
	border: none;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #D98A0F;
}

#mainContainer{
	background: url(../images/spooner_creek_background1.jpg) top left no-repeat;
}
/*
 * Header
 */
#headerContainerShadow {
	height: 84px;
	background: url(../images/home_page/home_page_header_shadow.png) left repeat-x !important;
	background: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#headerContainerContent{
	height: 84px;
	background: url(../images/home_page/home_page_header.jpg) left repeat-x;
	margin: 0;
	padding: 0;
}
#headerContainerContent #headerContent {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}
#headerContainerContent #headerContent h1 {
	display: none;
}
#headerContainerContent #headerContent h1 a {

}
#headerContainerContent #headerContent h1 a:hover {

}
#headerContainerContent #headerContent h2 {
	text-indent:-9999px;
	padding: 0;
	margin: 0;
	width: 930px;
	height: 55px;
}
#homePageTitleBanner {
	background: url(../images/home_page/home_page_header.png) top center no-repeat !important;
	background: url(../images/home_page/home_page_header_lb.gif) top center no-repeat;
	display: block;
}
/*
 * Body
 */
#homePageContentContainer {
	width: 930px;
	margin: 0 auto 0 auto;
}
.btnContainer {
	width: 238px;
	height: 334px;
	float: left;
	margin: 0;
	padding: 0;
}
.btnContainer a {
	background: url(../images/home_page/tps_btn_slide_shadow.png) no-repeat scroll left top;
	display: block;
	float: left;
	width: 238px;
	height: 334px;
	margin: 0;
	padding: 0;
}
.btnContainer a:hover {
	background: url(../images/home_page/tps_btn_slide_glow.png) top left no-repeat !important;
	background: #D98A0F;
	display: block;
	width: 238px;
	height: 334px;
}
.btnContainer h3 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
.btnContainer h3 a {
	width: 0;
	height: 0;
	background: none;
}
.btnContainer h3 a:hover {
	width: 0;
	height: 0;
	background: none;
}
.btnImageContainer {
	width: 220px;
	height: 316px;
	margin: 9px 0 0 9px;
}
#btnContainer1 {
	margin: 30px 0 0 70px !important;
	margin: 30px 0 0 40px;
	padding: 0;
}
#btnContainer2 {
	margin: 60px 0 0 30px;
	padding: 0;
}
#btnContainer3 {
	margin: 30px 0 0 30px;
	padding: 0;
}
.imageElement {
	display: none;
}
/*
 * Footer
 */
#footerContainer {
	width: 930px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: .9em;
}
#footerContainer #bottomNavContainer {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footerContainer #bottomNavContainer a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding: 0;
}
#footerContainer #bottomNavContainer a:link {
	
}
#footerContainer #bottomNavContainer a:hover {
	color: #D98A0F;
}
#footerContainer a:visited {
	
}
#footerContainer #websiteQuickLinkContainer {
	float: left;
	margin: 10px 20px 10px 40px;
	padding: 0;
	width: 302px;
}
#footerContainer #copyrightContainer {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: .9em;
	text-align: center;
}
#footerContainer #copyrightContainer p {
	margin: 0;
	padding: 0;
}
/*
 * Under Construction
 */
#underConstruction {
	width: 508px;
	height: 107px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}
#underConstruction a {
	display: block;
	width: 508px;
	height: 107px;
	margin: 0;
	padding: 0;
	background: url(../images/underConstruction_shadow.png) top left no-repeat !important;
	background: none;
}
#underConstruction a:hover {
	display: block;
	width: 508px;
	height: 107px;
	background: url(../images/underConstruction_glow.png) top left no-repeat !important;
	background: #D98A0F;
}
#underConstruction img {
	margin: 9px 0 0 9px;
}

#links{
	font-size: 10px;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	
}
#links a{
	margin: 2px;
}