@charset "utf-8";
body {
	margin: 0px;
	background-color: #f3f1d0;
	font-family: tahoma;
	font-size: 11px;
	color: #5A2D21;
}
#container {
	width: 960px;
	background-color: #DCD3AC;
	margin-right: auto;
	margin-left: auto;
	/*height: 600px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	float: none;	/*overflow: auto;*/
}
#container #header {
	height: 117px;
	width: 960px;
}

#container #header #logo {
	width: 180px;
	float: left;
	height: 117px;
	
}
#container #header #herb {
	height: 80px;
	width: 780px;
	float: left;
}
#container #header #menu {
	height: 37px;
	width: 780px;
	float: left;
	background-color: #C61027;
}
#container #collage {
	height: auto;
	width: 960px;
	margin-top: 10px;
}
#container #content {
	width: 960px;
	margin-top: 10px;
	height: 115px;
}

#container #content #didyou {
	height: auto;
	width: 313px;
	float: left;
}
#container #content #prohighlights {
	float: left;
	height: auto;
	width: 313px;
	margin-left: 10px;
}
#container #content #whatsnew {
	float: left;
	height: auto;
	width: 314px;
	margin-left: 10px;
}

#container #herbsflash {
	height: 130px;
	width: 960px;
	margin-top: 10px;
}

#container #banners {
	height: 121px;
	width: 960px;
	margin-top: 10px;
}
#container #banners #banner1 {
	float: left;
	height: 121px;
	width: 232px;
	background-image: url(images/claree_10.jpg);
	background-repeat: no-repeat;
}
#container #banners #banner2 {
	background-image: url(images/claree_12.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 121px;
	width: 232px;
	margin-left: 11px;
}
#container #banners #banner3 {
	background-image: url(images/claree_14.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 121px;
	width: 232px;
	margin-left: 11px;
}
#container #banners #banner4 {
	float: left;
	height: 121px;
	width: 232px;
	margin-left: 10px;
	background-image: url(images/home_16.jpg);
	background-repeat: no-repeat;
}
#container #bottom {
	text-align: right;
	height: auto;
	width: 960px;
	margin-top: 10px;
	
}
.headingdiv {
	margin-left: 20px;
	margin-right: 20px;
}
.contentdiv {
	margin: 20px;
}
.redheading {
	text-transform: uppercase;
	color: #f3f1d0;
	background-color: #c61027;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 35px;
	font-weight: bold;
	
}
.redtxt {
	color: #C61027;
}
.greentxt16 {
	color: #195713;
	font-size: 16px;
}
a {
	color: #5A2D21;
	text-decoration: underline;
}
a.redlink:link {
	color: #C61027;
	text-decoration: underline;
}
a.redlink:visited {
	color: #C61027;
}
a.redlink:hover {
	color: #C61027;
	text-decoration: none;
}
a.redlink:active {
	color: #C61027;
}


a:hover {
	text-decoration: none;
}

a.box:link {
	color: #F3F1D0;
	background-color: #C61027;
	height: auto;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.box:hover {
	color: #C61027;
	background-color: #DCD3AC;
}
.whitetxt {
	color: #F3F1D0;
	text-transform: uppercase;
}
.redbg {
	text-transform: uppercase;
	color: #f3f1d0;
	background-color: #c61027;
	font-weight: bold;
	padding-left: 5px;
}
#container #content #cares {
	float: left;
	height: auto;
	width: 290px;
	margin-left: 10px;
}
.txtbox {
	width: 450px;
	background-color: #F3F1D0;
	border: 1px solid #DCD3AC;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.txtarea {
	width: 450px;
	background-color: #F3F1D0;
	border: 1px solid #DCD3AC;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
.submitbutton {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F3F1D0;
	text-decoration: none;
	background-color: #C61027;
	height: auto;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #C61027;
}
a.language:link {
	color: #ffffff;
	background-color: #c61027;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}
a.language:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #A90E21;
}
a.language:visited {
	color: #ffffff;
	background-color: #c61027;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}
a.language:active {
	color: #ffffff;
	background-color: #c61027;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}
.divlanguage {
	width: 110px;
	height: 25px;
	position: relative;
	margin-top: -78px;
	margin-left: 661px;
}
