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

* {
	margin: 0px;
	padding: 0px;	
}

:focus {
	outline: 0;
}

html {
	height:100%;
	min-height: 100%;
}
body{
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	width: 100%;
	height:100%;
	min-height:100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contentholder {
	width: 1004px;/* set the main layout width */
	min-height: 100%;/* forces footer to the bottom of the browser */
	margin: 0 auto 0 auto; /* auto margins help with the layout centering */
}
#bodycontent {
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../assets/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #333333;	
	padding-bottom: 106px; /* this counteracts the negative margin in the footer! */
}
#banner {
	background-image: url(../assets/images/banner.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 1004px;
}
#banner h1 {
	display: none;
}

#pagecontent {
	float: left;
	width: 465px;
	padding-top: 45px;
}
.homepageimage {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer {
	background-image: url(../assets/images/footer.jpg);
	height: 106px;/* footer height */
	width: 1004px;/*match width toof the wrapper div*/
	position:relative;
	bottom:0px;/* position the footer at the bottom edge of the browser window */
	margin: -106px auto 0 auto; /* top margin pulls footer up into browser window. The auto margins center the footer */
}
#footerlefttext  {
	display: block;
	height: 20px;
	position: absolute;
	color: #FFFFFF;
	top: 45px;
	left: 30px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerlefttext a {
	text-decoration: none;
	color: #FFFFFF;
}
#footerrighttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 41px;
	position: absolute;
	left: 709px;
	font-size: 27px;
}
#footerrighttext  a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	top: -3px;
	position: relative;
	left: 4px;
}
#pourerimage {
	float: right;
	position: relative;
	padding-bottom: 20px;
	top: 20px;
}
#shelvesimage {
	float: right;
}
#spinnerimage {
	float: left;
}

.clearfoot {
	clear: both;
	padding-bottom:15px;
}

