@import "nav.css";

body, td {
	font-family: Arial;
	font-size: 11px;
	line-height: 150%;
}

a {
	color: #418348;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

#container {
	width: 960px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 960px;
	height: 142px;
}

#logo {
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
}

#logo h1 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#logo img {
	margin-top: 10px;
}

#utility {
	float: left;
	padding-top: 10px;
}

#map_small {
	margin-top: 10px;
}

#search {
	height: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	text-align: right;
}

#search div {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

#search input, #search div {
	display: inline;
	vertical-align: middle;
}

.search_field {
	width: 180px;
}

#main {
	width: 960px;
	text-align: left;
	margin-top: 25px;
}

/* Heading Class */
.heading {
	background: url('images/head_tile.jpg') repeat-x;
	height: 18px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 18px;
}
.heading div {
	background: url('images/head_left.jpg') no-repeat left;
	height: 18px;
}
.heading div div {
	background: url('images/head_right.jpg') no-repeat right;
	padding: 0px 10px;
}

.title {
	color: #418348;
	font-size: 20px;
	line-height: 110%;
	font-family: "Times New Roman";
	text-transform: uppercase;
	margin-bottom: 15px;
}

.text {
	padding: 10px 11px 0px 20px;
	text-align: left;
}

.product_name {
	font-family: "Brush Script Std";
}

.sidebox {
	margin-left: 15px;
	width: 171px;
	background: url('images/sidebox_tile.jpg') repeat-y;
}

.sidebox .top {
	background: url('images/sidebox_top.jpg') no-repeat;
}

.sidebox .bottom {
	background: url('images/sidebox_btm.jpg') no-repeat bottom;
	padding: 15px 15px 15px 25px;
	letter-spacing: 1px;
}

.kicker {
	clear: both;
}

#message {
	text-align: right;
	padding-right: 50px;
	text-transform: uppercase;
	color: #5B9461;
}

#side {
	float: left;
	width: 300px;
}

#sidecontent {
	margin-left: 25px;
}

#rightcontent {
	float: left;
	padding: 50px 0px 0px 50px;
}

#content {
	float: left;
	width: 380px;
	margin-top: 25px;
}

.label {
	color: #418348;
	font-weight: bold;
}
.producttitle {
	color: #000;
	font-weight: bold;
}

/* Global Footer */
#footer {
	padding-top: 25px;
}

#footer, #footer a {
	color: #91AE95 !important;
	font-size: 10px;
}

#footer a:hover {
	color: #000 !important;
}

/* liScroll style declarations */

#ticker {
	display: none;
}
.tickercontainer { /* the outer div with the black border */
	width: 960px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: url('images/gradmarquee.jpg') no-repeat;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 960px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 900px;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0px;
	padding: 0px;
	width: 1000px;

	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFF;
	line-height: 30px;
}

#supporter {
	padding-left: 40px;
}