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

body {
	margin:0;
	padding:0;
	background:url(images/bg.png) repeat-x #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:960px;
	margin:70px auto;
}
#logo {
	width:960px;
	height:375px;
	float:left;
	background:url(images/logoComingSoon.jpg) no-repeat;
}
#content {
	width:858px;
	border:1px solid #c9c9c9;
	float:left;
	background:#fff;
	padding:20px 50px;
	margin:20px 0 0 0;
}
.tag {
	text-align:center;
	width:858px;
	float:left;
}

/************ GROWERS SLIDER ***************/

.js #slideBox {
	display: none;
}

#slideBox {
	width:960;
	height:340px;
	background:url(images/bg.jpg) no-repeat;
}
#slideInternalWrapper {
	height:340px;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#sliderInternalContent {
	width:840px;
	margin:0;
	padding:110px 60px 30px 60px;
	float:left;
	height:200px;
}
#sliderInternalContent h3 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
}
#sliderInternalContent h3 a {
	color:#fff;
	text-decoration:none;
}
#slideInternalContent h3 a:hover {
	text-decoration:underline;
}
#sliderHeader {
	height:40px;
	padding:5px 0;
	width:300px;
	float:left;

}
#sliderForm {
	height:200px;
	float:right;
	width:400px;
	padding:0;
}
#sliderForm label {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}
#sliderForm .textfieldStyle {
	width:100px;
	background:#fff7df;
	border:none;
	font-size:11px;
	padding:3px;
	margin:0 5px 0 10px;
}
#sliderForm .formSubmit {
	color:#fff;
	background:#493e37;
	font-size:11px;
	width:100px;
	border:1px solid #fff7df;
	padding:1px 0;
	margin:0 0 0 10px;
}
.contactForm input {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.contactForm textarea {
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#sliderContent {
	height:120px;
	padding:15px 0;
	float:left;
	width:816px;
}
