/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #538637 url(../../../../../images/body_bg.jpg) repeat-x;
	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: #000000;
}

#wrapper {
	position: relative;
	width: 900px;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}

 #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../../../../../images/content_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #header { 
	background: url(../../../../../images/nav_bg.jpg) no-repeat top center; 
	height: 207px;
	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. */
	font-family: Arial, Helvetica, sans-serif;
} 

#headerBlog {
	background: url(../../../../../images/nav_bg_blog.jpg) no-repeat top center; 
	height: 207px;
	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. */
	font-family: Arial, Helvetica, sans-serif;
}

#headerBlog h1 {
	color: #fff;
	padding-top: 95px;
	padding-left: 20px;
	font-size: 1.3em;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}


#headerBlog .tagline {
	font-size: 0.6em;
}

#headerBlog ul.rss {
  padding: 0;
  margin-top: -27px;
  float: right;
}

#headerBlog ul.rss li {
  list-style: none;
}

#headerBlog ul.rss li a {
  color: #cccccc;
}

#headerBlog ul.rss li a.last {
  padding-right: 0;
  border-right: 0;
}

#headerBlog ul.rss li a:hover {
  color: #3B5D77;
}


#co-phoneEmail {
	text-align:right;
	float: right;
	margin:0;
	color:#EBD91F;
	font-weight:bold;
	font-size:.8em;
}
#co-phoneEmail span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#co-phoneEmail a:link {
	color: #EBD91F;
	text-decoration: none;
}

#co-phoneEmail a:visited {
	color: #ccc;
	text-decoration: none;
}

#co-phoneEmail a:hover {
	color: #fff;
	text-decoration: none;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
}

#sidebar1 .sideHeader {
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #538637;
	padding: 10px 0 0 0;
	text-align: left;
}
 #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1 {
	font-size: 1.3em;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
	padding: 35px 10px;
	letter-spacing: -1px;
}

#mainContent h2 {
	color:#FF8C00;
	font-size: 1.2em;
}

#mainContent p, th, td {
	font-size: 0.9em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 0 20px;
	line-height: 150%;
	text-align: left;
}


#mainContent p.subhead, #mainContent .subhead {
	font-size: 1.0em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
}
/* this is for the blog posts */

#mainContent .post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
	color: #666;
	text-align: left;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

#mainContent .post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

#mainContent .post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #660000;
}

#mainContent .post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #660000;
  border-bottom: 1px solid #EBD91F;
}

#mainContent .post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

#mainContent .post .postExcerpt {
  margin: 0 0 0 3.5em;
  padding:  0 0 0 1.2em;
  border-left: 1px solid #CCCCCC;
}

#mainContent .post .postExcerpt  {
  margin: 0 0 0 3.5em;
  padding:  0 0 0 1.2em;
  border-left: 1px solid #CCCCCC;
  font-size: 0.9em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666;
}

#mainContent .commentblock {
	border-bottom: 1px solid #B1D79D;
	padding: 0.5em;
	margin-bottom: 1em;
	background-color: #f2f2f2;
}
/* end blog posts */

/**************************************************************
   Submenu Styles for blog
 **************************************************************/
 h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #660000;
}

#sidebar1 ul.submenu1{
  margin: 0 0 20px 0;
  padding: 0;
}

#sidebar1 ul.submenu2 {
  margin: 0 0 0 0;
  padding: 0;
}

#sidebar1 ul.submenu1 li,
#sidebar1 ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(../images/bg/blank.gif); /* because IE is balls */
}

#sidebar1 ul.submenu2 li li{
	margin-left: 0.5em;
}

#sidebar1 ul.submenu1 li a,
#sidebar1 ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

#sidebar1 ul.submenu1 li a, #sidebar1 ul.submenu2 li a  {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 0.6em;
}

#sidebar1 ul.submenu1 a:hover, #sidebar1 ul.submenu2 a:hover {
  color: #660000;
  background: #FFE4C3 url(../images/bg/submenu1.gif) no-repeat 5px 0.6em;
}

#sidebar1 ul.submenu2 a.active {
	color: #365D24;
  background: #EEE7A2 url(../images/bg/submenu2.gif) no-repeat 5px 0.6em;
}

#sidebar1 ul.submenu2 a.active:hover {
	color: #383838;
  background: #F0D6D6 url(../images/bg/submenu2.gif) no-repeat 5px 0.6em;
}

/* end submenu for blogs */

/* these are the styles for the main site they are not needed for the blog
 #sidebar1 p {
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 0 20px;
	line-height: 150%;
	text-align: left;
}

#sidebar1 a {
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#sidebar1 a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #006600;
	text-decoration: underline;
} */

 .sectionHead{
	background: url(../../../../../images/sectionHd.jpg) no-repeat;
	min-height: 77px;
}


 #footer { 
	height: 200px;
	padding: 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#538637 url(../../../../../images/footer_bg.jpg) no-repeat top center; 
} 
 #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 */
	color: #A5D18D;
	font-size: 0.8em;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: left;
}
.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;
}

.galleryborder {
	margin: 8px;
	padding: 5px;
	border: 1px solid #FF8C00;
}


/* specific cw styles */
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 0.9em;
	color: #666;
	border: 1px inset #006600;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background-color: #619546;
	border-top: 1px solid #B1D79D;
	border-right: 2px solid #365D24;
	border-bottom: 2px solid #365D24;
	border-left: 1px solid #B1D79D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #FFDBAE;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background:#538637;
	color: #FFFFFF;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7F2D9;
}
.altRowOdd{
	background-color: #FFFFE0;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 0.75em;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

.clearFloat {
	clear: both;
	height: 1px;
}