html,
body {
	margin:0;
	padding:0;
	height:100%;
	background:#fcb040;
}
#container {
	min-height:100%;
	position:relative;
	background: url(images/indoor-garden-depot-body.jpg) center repeat-y;
}
#header {
	background:url(images/indoor-garden-depot-header.jpg) center bottom no-repeat;
	height: 165px;
	padding:10px;
}
#body {
	padding:10px;
	padding-bottom:53px;	/* Height of the footer */
}
#footer {
	background:url(images/indoor-garden-depot-footer.jpg) center top no-repeat;
	position:absolute;
	bottom:0;
	width:100%;
	height:53px;			/* Height of the footer */
}
/* other non-essential CSS */
#header p, #header h1, #header h3 {
	margin:0;
	padding:10px 0 0 10px;
	color:#fff;
}
#header h3 {
	text-transform:uppercase;
}
#header h1 {
	margin-top:90px;
	/*border: 2px solid #fff;*/
}
#footer p {
	margin:0;
	padding:10px;
}
#brands img {
	display:block;
	border:0;
	margin:20px 0;
}
#tagline {
	font:bold 24pt;
}
h2, h3 {
	color: #048039;
	font-weight:bold;
}
a:link {
	color:#000;
}
a:visited{
	color:#333;
}
a:hover {
	color:#fcb040;
}
#header a:link,
#header p,
#header h1,
#header h3 a  {
	color:#fff;
	text-decoration:none;
}
/*
.header_shade{
	margin-left:325px;
}
.transparent_class {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/
.box {
	float:left; padding:0 15px 10px 15px;
}
#header a:visited{
	color:#fff;
	text-decoration:none;
}
#header a:hover {
	color:#fff;
	border-bottom:3px solid #fcb040;
	text-decoration:none;
}

/* store photos thumbnail styles */
.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background:  url(images/bg_body.jpg) no-repeat left top;	

	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

.indent-large {
	margin-left:30px;
	padding-right:160px;
	background: url(thumbnails/store_pictures_01.jpg) right top no-repeat;
}