body {
	background: #222;
	background: url(/images/colorspot/bg.jpg);
	margin: 0;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
}

h1 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	background: #222;
	padding: 5px 5px 5px 10px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color: #A4CC2D;
}

a:hover {
	color: #E9FBB5;
}

#container {
	width: 700px;
	margin: 0 auto;
	background: #333;
	border-bottom: 25px solid #A6D129;
	padding-bottom: 10px;
}

#colorband {
	background: #CE1A75;
}

#logo {
	width: 700px;
	background: url(/images/colorspot/plants.jpg) no-repeat right;
}

#address {
	background: #A6D129;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#content {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 140px;
}

#content p {
	line-height: 1.5em;
	margin-top: 0;
}

#bottomBar {
	background: #A6D129;
	padding: 1px;
	text-align: center;
	color: #000;
}

#bottomBar a {
	
}

#left {
	float:left;
	clear:left;
	text-align: center;
}

#left img {
	margin-top: 1.5em;
	border: none;
}



#main-nav {list-style:none;margin:0 20px 0 0;padding:0 0 0 10px;background:url(/images/colorspot/navstrip.gif) no-repeat;width:120px;float:left;}
#main-nav li {text-align:left;line-height:28px;height:28px;border-bottom:1px solid #999;}
* html #main-nav li {line-height:26px;height:26px;}
*:first-child+html #main-nav li {line-height:26px;height:26px;}
#main-nav li a {display:block;padding-left:10px;color:#fff;font-weight:bold;text-decoration:none;}
#main-nav li a:hover {text-decoration:none;color:#fff;}


#home a:hover {background:#E00070;}
#about a:hover {background:#FF2900;}
#directions a:hover {background:#BE3201;}
#plants a:hover {background:#9D004F;}
#products a:hover {background:#8F0099;}

#directionsTitle { border-left: 8px solid #BE3201; }
#aboutTitle { border-left: 8px solid #FF2900; }
#plantsTitle { border-left: 8px solid #9D004F; }
#productsTitle { border-left: 8px solid #8F0099; }

.photoRight {
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: 11px;
	color: #ccc;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.photo {
	padding: 5px;
	border: 1px solid #666;
	background: #222;
}

.caption {
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

.icon {
	vertical-align: middle;
}

.productGroup {
	height: 120px;
}

.productGroup .productPhoto {
	float: left;
	margin-right: 10px;
}

.productGroup h2 {
	padding-top: 10px;
	margin-bottom: 10px;
}

.productGroup p {
	font-size: 12px;
	margin-bottom: 10px;
}

#productListing {
	/*height: 1650px;*/
	height: 100%;
}

.product {
	float: left;
	font-size: 10px;
	width: 120px;
	height: 155px;
	text-align: center;
	margin: 5px;
}

.productPhoto {
	background: #222;
	border: 1px solid #666;
	height: 102px;
	width: 102px;
	padding: 5px;
}

.productPhoto img {
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
}

.productLargePhoto {
	background: #222;
	border: 1px solid #666;
	height: 152px;
	width: 152px;
	padding: 5px;
	float: right;
	margin-left: 10px;
}

.productLargePhoto img {
	border: 1px solid #ccc;
	width: 150px;
	height: 150px;
}

.results {
	width: 515px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.nav {
	font-size: 9px;
	padding: 10px;
	background: #000;
}

.nav td {
	padding: 5px;
}

#hours {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	border-collapse: collapse;
}

#hours th {
	background: #111;
	padding: .5em;
}

#hours td {
	padding: .5em;
	text-align: center;
}

#social {
	clear: left;
	margin-left: -15px;
	margin-bottom: 5px;
}

#social img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
