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

.shout1 {	font-size:2.4em;
	font-weight:bold;
}
.leftie {
	float:left;
	margin:0 8px 8px 0;
}
.cell-gray {
	background-color:#f0f0f0;
}
.store-tables {
	background-color:#f0f0f0;
	border:1px solid #dcdcdc;
	margin:7px;
}
.store-tables h1{
	margin:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#3e7b26;
}
.white-cont {
	margin:7px;
}
.white-cont h1{
	margin:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#4174cf;
}
.white-cont h2{
	margin:6px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
}

/* Store Details Styles */

.white-cont h3{
	margin:8px 0;
	font-size:1.1em;
	font-weight:bold;
	color:#3e7b26;
}
.white-cont h4{
	margin:0;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}
.store-tables ul{
	margin-top:4px;
}
.store-container a {
	text-decoration:none;
	font-weight:bold;
	color:#3e7b26;
}
.store-container a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

/* Store Floats */

.float {
	float:left;
}
.float-gray {
	width:122px;
	padding:9px;
	background-color:#f0f0f0;
	float:left;
}
.float-white {
	width:122px;
	padding:9px;
	background-color:#fff;
	float:left;
}
.store-gallery {
	width:556px;
	margin:10px 14px 10px;
}
.store-features-white {
	padding:5px 20px;
	background-color:#FFFFFF;
}
.store-features-gray {
	padding:5px 20px;
	background-color:#f0f0f0;
}
.header-text {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:4px;
}
.white-bg {
	padding:8px;
}
.gray-bg {
	background-color:#e8e8e8;
	padding:8px;
}
.white-bg p{
	margin:0 0 8px;
}
.gray-bg p{
	margin:0 0 8px;
}
.white-bg a{
	font-weight:bold;
}
.gray-bg a{
	font-weight:bold;
}
.floatainer {
	width:250px;
	margin:0 0 16px 29px;
	float:left;
}
.general-blue {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #3e7b26;
	background-image:url(../images/green-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:5px;
}
.form-inputs input{
	font-size:.9em;
	font-weight:normal;
	padding:2px;
	border:1px solid #3e7b26;
	color:#666;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:234px;
}
.form-inputs textarea{
	font-size:.9em;
	font-weight:normal;
	padding:2px;
	border:1px solid #3e7b26;
	color:#666;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:234px;
}
#gw-pros h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#000;
	margin:0;
}
#gw-pros h2 {
	font-size:1em;
	font-weight:normal;
	color:#999;
	margin:0;
}
#gw-pros h3 {
	font-size:0.8em;
	font-weight:normal;
	color:#999;
	margin:0 0 5px 0;
}
.pro-bio {
	margin:0 0 12px 16px;
}