@charset "utf-8";
/* CSS Document */

body{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color:#000;
	background:#fff url("../images/bg.jpg") no-repeat top center;
}

a{
	text-decoration: none;
	color:#ffa030;
}

p{
	margin-bottom: 10px;
}

.right{
	float: right;
}

.left{
	float: left;
}

strong{
	font-weight: bold;
}

.rightImg{
	float: right;
	padding-left: 15px;
}

.leftImg{
	float: left;
	padding-right: 15px;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

.blue{
	color:#2597cf;
}

#storeCallout{
	width: 305px;
	height: 271px;
	float: right;
	padding: 15px 20px 15px 20px;
	background:url("../images/calloutBox.png") no-repeat;
	color:#fff;
	text-align:center;
}

#wantedCallout{
	width: 305px;
	height: 271px;
	float: right;
	margin-right: 15px;
}

#storeCallout a{
	text-align: center;
}

h1.galleryHeader{
	background: url("../images/galleryHeader.png") no-repeat;
	width: 155px;
	height: 68px;
	text-indent: -9999px;
	position:absolute;
	top: 30px;
	left: 90px;
}

h1.aboutUsHeader{
	background: url("../images/aboutUsHeader.png") no-repeat;
	width: 178px;
	height: 49px;
	text-indent: -9999px;
	position:absolute;
	top: 30px;
	left: 90px;
}

h1.productsHeader{
	background: url("../images/productsHeader.png") no-repeat;
	width: 170px;
	height: 42px;
	text-indent: -9999px;
	position:absolute;
	top: 30px;
	left: 90px;
}

h1.supportersHeader{
	background: url("../images/supportersHeader.png") no-repeat;
	width: 200px;
	height: 51px;
	text-indent: -9999px;
	position:absolute;
	top: 30px;
	left: 90px;
}

h1.storeLocatorHeader{
	background: url("../images/storeLocatorHeader.png") no-repeat;
	width: 240px;
	height: 47px;
	text-indent: -9999px;
	position:absolute;
	top: 30px;
	left: 90px;
}

.imgRight{
	float: right;
	padding: 15px;
}


.quote{
	margin: 20px 0;
}

.left{
	float: left;
}

.mLeft10{
	margin-left: 10px;
}

.mTop20{
	margin-top: 20px;
}

.clear{
	clear: both;
}

#gallery img{
	padding: 5px;
	background:#fff;
	border: 1px solid #CCCCCC;
	width: 235px;
	height: 140px;
}

#gallery li{
	width: 245px;
}

#pagewrap{
	width: 800px;
	min-height: 400px;
	margin: auto;
}

#container{
	width: 1000px;
	min-height: 400px;
	background:url("../images/shadow.png") repeat-y;
	margin: auto;
}

#bodyHeader{
	width: 900px;
	height: 101px;
	background: url("../images/bodyTop.png") no-repeat 2px;
	margin: auto;
	margin-top: 50px;
	position:relative;
	z-index:-1;
}

h1.welcome{
	text-indent: -9999px;
	width: 160px;
	height: 60px;
	background:url("../images/welcome.png") no-repeat;
	position:absolute;
	top: 25px;
	left: 80px;
}

#content{
	padding: 15px;
	min-height: 500px;
	width: 770px;
	background: url("../images/content.png") repeat;
	padding-bottom: 60px;
	display:inline-block;
}

#content img.homepageImages{
	margin-left: 10px;
	margin-top: 30px;
}

#content img.homepagePhoto{
	margin-top: -50px;
}


#header{
	width: 800px;
	margin: auto;
	height: 53px;
	border-bottom: 10px solid #ff8a00;
	background:#ff8a00 url("../images/headerBg.jpg") no-repeat;
	position:relative;
}

#header .logo{
	width: 237px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 280px;
}

#headerContainer{
	height: 63px;
	background:#ff8a00
}

#nav li{
	float: left;
}

#nav a{
	float: left;
	display: inline;
}

#nav a.aboutUs{
	width: 80px;
	height: 53px;
	background:url("../images/nav/aboutUs.png") no-repeat;
	text-indent: -9999px;
}

#nav a.aboutUs:hover{
	background:url("../images/nav/aboutUs.png") no-repeat 0 -53px;
}

#nav a.gallery{
	width: 80px;
	height: 53px;
	background:url("../images/nav/gallery.png") no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
}

#nav a.gallery:hover{
	background:url("../images/nav/gallery.png") no-repeat 0 -53px;
}

#nav a.supporters{
	width: 100px;
	height: 53px;
	background:url("../images/nav/supporters.png") no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
}

#nav a.supporters:hover{
	background:url("../images/nav/supporters.png") no-repeat 0 -53px;
}

#nav a.products{
	width: 100px;
	height: 53px;
	background:url("../images/nav/products.png") no-repeat;
	text-indent: -9999px;
	margin-left: 240px;
}

#nav a.products:hover{
	background:url("../images/nav/products.png") no-repeat 0 -53px;
}

#nav a.links{
	width: 70px;
	height: 53px;
	background:url("../images/nav/links.png") no-repeat;
	text-indent: -9999px;
	margin-left: 260px;
	
}

#nav a.links:hover{
	background:url("../images/nav/links.png") no-repeat 0 -53px;
}

#nav a.shop{
	width: 70px;
	height: 53px;
	background:url("../images/nav/shop.png") no-repeat;
	text-indent: -9999px;
}

#nav a.shop:hover{
	background:url("../images/nav/shop.png") no-repeat 0 -53px;
}

#nav a.storeLocator{
	width: 130px;
	height: 53px;
	background:url("../images/nav/storeLocator.png") no-repeat;
	text-indent: -9999px;
	margin-left: 15px;
}

#nav a.storeLocator:hover{
	background:url("../images/nav/storeLocator.png") no-repeat 0 -53px;
}

#footer{
	width: 796px;
	height: 67px;
	background:url("../images/footerBg.jpg") repeat-x;
	border: 2px solid #ff8b01;
	position: relative;
}

#footer img.wave{
	position: absolute;
	top: -27px;
	left: 0px;
}

#footer ul{
	margin-left: 100px;
	margin-top: 20px;
}

#footer li{
	float: left;
}

#footer li a{
	float: left;
	font-family: Decotura ICG, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 20px;
	margin: 0 10px;
}

#footer li a:hover{
	color:#0089c1;
}

#footer p{
	font-size: 10px;
	display:block;
	color:#ffcf97;
}

#footer p.copyright{
	position: absolute;
	right: 5px;
	top: 50px;
}

#footer p.webdesign{
	position: absolute;
	right: 300px;
	top: 50px;
}

#footer p.webdesign a{
	color:#ffcf97;
}
