/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Lodestone Farms
  TARGET SPEC:	CSS-2
		 MODIFIED:	2007.03.22
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #00795e; text-decoration: underline; }
a:hover { color: #00795e; text-decoration: none; }

html, body, table, ul, li, tbody, td, div, img { padding: 0px; margin: 0px; border: 0px; }

body { background: #dca url("images/bg_body.jpg"); position: relative; }
body, table { color: #303030; font: 11px/1.81 Verdana, Arial, Helvetica, sans-serif; }

td { vertical-align: top; }

h1 {
	display: block;
	color: #fff;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

h2 {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	color: #964;
}

h3 {
	display: block;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 0px 0px;
	color: #00795e;
}

h4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #fff;
}

hr { height: 1px; color: #ccc; border: 0px; border-top: 1px solid #666; clear: both; }

ul { list-style: none; }
ul li {
	padding-left: 10px;
	background: url("images/bullet1.gif") left 8px no-repeat;		
}

h1.FirstChild, h2.FirstChild, h3.FirstChild, p.FirstChild { margin-top: 0px; padding-top: 0px; border-top: 0px; }

.BorderedPicLeft, .PicLeft { float: left; margin: 5px 20px 15px 0px; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 15px 20px; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 5px solid #fff; }
.BorderedPicCenter { display: block; margin: 10px auto 20px auto; }

.CenteredContainer {
	overflow: auto;
	margin: 0px auto 0px auto;
	width: 760px;
	position: relative;
}

.Chart { width: 100%; }
.Chart thead th { background: #eec; padding: 5px 10px 5px 10px; border-bottom: 1px solid #964; }
.Chart tbody td { padding: 2px 10px 2px 10px; border-bottom: 1px solid #964; }
.Chart .AltRow td { background: #f0f0f0; }

.Cleared { overflow: auto; }

.Column { display: inline; float: left; }

.FlashObject object { display: block; margin: 0px; padding: 0px; }

.SaleItem { overflow: auto; border-top: 1px solid #964; padding-top: 10px; margin-top: 10px; }

/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/

#layoutWrapper { position: relative; }
#nmoMenuContainer { position: absolute; z-index: 300; height: 0px; }

#topSection {	background: #fff; height: 80px; border-bottom: 5px solid #a2cbc1;  }
#topSection .CenteredContainer { position: relative; height: 80px; overflow: visible; }
#topSection img, #bannerSection img { display: block; }
#imgLogo { position: absolute; top: 20px; left: 50%; margin-left: -380px; z-index: 400; }

#navSection { background: #964 url("images/bg_navsection.gif") repeat-x; position: relative; }
#navSection, #navSection .CenteredContainer { height: 50px; }

#navButtons, #topLinks, #bannerLinks {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 200;
}

#bannerLinks { top: 191px; }

#navButtons a, #topLinks a, #bannerLinks a {
	display: inline;
	float: left;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 20px;
	outline: none;
}

#topLinks a { padding: 0px; margin-left: 10px; }
#navButtons a.Active { border-bottom: 5px solid #b38055; }
#bannerLinks a { padding: 0px; margin-left: 30px; }

#bannerSection {
	background: #434 url("images/bg_bannersection.gif") top left repeat-x;
	padding: 15px 0px 15px 0px;
	border-bottom: 5px solid #fff;
	min-height: 15px;
}

.HomePage #bannerSection { height: 240px; padding: 0px; }

#contentSection .CenteredContainer { width: 760px; padding: 20px 0px 20px 0px; }

.HomePage #column1 { width: 250px; padding: 0px 30px 0px 0px; }
.HomePage #column2 { width: 480px; padding-top: 0px; }

.SubPage #column1 { padding-top: 0px; width: 760px; }

.SubPageWithNav #column1 { width: 160px; padding-right: 30px; }
.SubPageWithNav #column2 { width: 570px; }

#subNav { list-style: none; margin: 15px 0px 0px 0px; padding: 0px; border-bottom: 1px solid #964; }
#subNav li { margin: 0px; padding: 1px 0px 1px 0px; border-top: 1px solid #964; background: none; }
#subNav a { color: #00795e; text-decoration: none; display: block; padding: 5px; }
#subNav a:hover { text-decoration: underline; }
#subNav a.Active { background: #434; color: #fff; }

#footerSection .CenteredContainer { 
	border-top: 1px solid #00795e;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.6;
}
#imgFooterBlock { display: block; margin-bottom: 5px; width: 140px; height: 4px; }
.linksCompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #996644;
	text-decoration: underline;
}.linksCompanyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #303030;
	text-decoration: none;
}
