@charset "utf-8";
body {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-style: italic;
	color: #617741;
	font-size: 20px;
}
h1 span{
	font-style: italic;
	color: #f15a29;
}
img {
	border-style: none;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}

.oneColFixCtrHdr #header {
	background: #435427;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
.oneColFixCtrHdr #header #nav {
	background: #435427;
	text-align: right;
	border: thin solid #435427;
	height: 20px;
	color: #FFFFFF;
	font-size: 95%;
	padding-right: 20px;
	padding-top: 5px;
	margin-left:7%;
}
.oneColFixCtrHdr #header #nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header #nav a:hover {
	text-decoration: none;
	color: #f15a29;
}
.oneColFixCtrHdr #header #nav a:active {
	text-decoration: underline;
	color: #f15a29;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 0px;
}
.oneColFixCtrHdr #mainContent ul {
	margin-left: 410px;
}
.oneColFixCtrHdr #mainContent ul ul {
	margin-left: 5px;
}
.oneColFixCtrHdr #mainContent #inline {
	margin-left: 417px;
}
.oneColFixCtrHdr #mainContent #overflow {
	margin: 0px 10px 0px 20px;
}


.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.jpg);
	height: 31px;
	width: 980px;
	text-align: left;
	font-size: 80%;
}
.oneColFixCtrHdr #footer #nav {
	text-align: center;
	color: #333333;
	padding-top: 10px;
	margin-left:10%;
}
.oneColFixCtrHdr #footer #nav a:link {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #nav a:visited {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #nav a:hover {
	color: #435427;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #nav a:active {
	color: #435427;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #copyRight {
	width: 980px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
.centreNoBorder {
	text-align: center;
	border-style: none;
}
.textItalicGreen {
	font-style: italic;
	color: #617741;
}
.textItalicRed {
	font-style: italic;
	color: #f15a29;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#products a {
	text-decoration: none;
}
#products a:hover {
	text-decoration:underline;
}#products #inline ul {
	margin-left: 5px;
}
/***** added January 6, 2012 START *****/
#nav ul{
	display:block;
	margin:0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float:left;
	margin-right: 10px;
	border-right:#000 1px solid;
	padding-right: 10px;
}
#nav ul li.last {
	border: none;
}
/***** added January 6, 2012 END *****/

