/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0;
	text-align: center;
	font: 0.62em verdana, arial, sans-serif;
	line-height: 170%;
	color: #EEE;
	background: #585858 url(../images/bg_body.jpg) repeat-y top center;
}
body.home1 #menu li.home, body.products1 #menu li.products, body.article_l1 #menu li.articles_l, body.about1 #menu li.about, body.contact1 #menu li.contact {
	background-image:url(../images/menu_tab.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
p {
	padding-top: 5px !important;
	padding-top: 3px;
	padding-bottom: 5px !important;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #EFDB7B;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	text-indent: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content #sideBar #rightnav {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}
h3 {
	text-indent: 20px;
	font-size: 12px;
}
h4 {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#FF9A08;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatlft {
	float: left;
}
#content #text #abouttxt {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}
img {
	border:0;
}
#content #text .feedbackFields {
	font-size: 14px;
	color: #FFFFFF;
}
a:hover {
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
input {
	width: 70%;
}
textarea {
	width: 98%;/*
    IE specific to eliminate scroll bar when not needed.
    Uncomment if wanted, but it is not valid CSS

  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;
  */
}
input, textarea {
	padding: 1px 3px;
	margin: 5px 0;
	font: 1em verdana, arial, sans-serif;
	color: #EEE;
	background-color: #777;
	border: 1px solid #999;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	color: #FFF;
	background-color: #999;
	border: 1px solid #EEE;
}
h1 {
	clear: both;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/rounded_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: verdana, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h1 span {
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/rounded_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sideBar h1 {
	text-align: right;
	background-color: #18619C;
	background-image: url(../images/rounded_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideBar h1 span {
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(../images/rounded_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content ol li {
	color: #9BE4FF;
}
.articles {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	list-style-type: circle;
}
#content ol li span {
	color: #EEE;
}
#content ul {
	padding-bottom: 10px;
}
#content ul li {
	list-style-type: square;
	list-style-position: inside;
}
blockquote {
	margin: 0;
	background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}
blockquote span {
	display: block;
	padding: 5px;
	background: url(../images/rounded_br.gif) no-repeat bottom right;
}
/***************************************************
  Layout Element Styles
 ***************************************************/


#header {
	width: 800px;
	height:33px;
	background-color: #84E363;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
/***************************************************
  Header Menu
 ***************************************************/

#menu {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#menu ul li {
	position:relative;
	width: 8em;
	display: inline;
	float: left;
	padding-top: 0.8em;
	list-style: none;
	text-align: center;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	padding-bottom: 13px;
}
#menu ul li a:hover, #menu ul li a.active {
	font-weight: bold;
	color: #111;
	background: url(../images/menu_tab.gif) no-repeat bottom center;
}
#menu ul li ul {
	display:none;
	padding:3px;
	position: absolute;
	top: 26px;
	left: 0px;
	background-color:#84E363;
	border: solid 1px #000;
	border-top:none;
	font-size:10px;
}
#menu li:hover ul {
	display:block;
}
#menu li:hover ul li a:hover {
	background:inherit;
	color:#FFF;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
	padding: 0.6em 55px 0.6em 0;
	margin-right: 0.5em;
	float: right;
	background: url(../images/logo_greenery.gif) no-repeat top right;
}
#title h1 {
	display: inline;
	color:  #222;
	background-color: #86E160;
	background-image: none;
}
/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar
 ***************************************************/


#content {
	clear: both;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#text {
	float: left;
	width: 445px !important;
	width: 437px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.text {
	float: left;
	width: 445px !important;
	width: 437px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.txtWideProduct {
	clear: both;
	width: 415px;
	padding: 10px;
	font-size: 12px;
	float: left;
}
.txtThinProduct {
	font-size: 12px;
	padding: 10px;
	float: left;
	height: 110px;
	width: 212px;
	line-height: 18px;
}

#image {
	float: left;
	width: 170px;
}
#sideBar {
	float: left;
	width: 145px !important;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 15px;
}
/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
	padding: 10px 0;
}
.sideMenu a {
	display: block;
	text-align: right;
	text-decoration: none;
	margin-bottom: 1px;
}
.sideMenu a span {
	display: block;
	padding: 1px;
}
.sideMenu a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/rounded_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
.sideMenu a:hover span {
	background: url(../images/rounded_bl.gif) no-repeat bottom left;
}
/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
	padding: 0 5px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(../images/rounded_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #18619C;
}
#comments p span.author {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-weight: 700;
}
#comments img {
	margin-top: -1px;
}
#comments a {
	color: #000000;
}
#comments a:visited {
	color: #AAA;
}
#comments a:hover {
	color: #FFF;
}
/***************************************************
 Footer
 ***************************************************/

#footer {
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: normal;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
#footer p {
	padding-top: 0 !important;
	padding-top: 10px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #EEE;
}
a.fullAhead {
	float: left;
	width: 30px;
	height: 34px;
	margin-right: 10px;
	background: url(../images/logo_fullahead.gif) no-repeat 0 0;
}
a:hover.fullAhead {
	background-position: -30px 0;
}
/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
	text-align: center;
}
.noPad {
	padding: 0;
	margin: 0;
	text-indent:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	padding: 5px 5px 5px 0;
}
img.right {
	padding: 5px 0 5px 5px;
}
.button {
	width: auto;
	cursor: pointer;
}
.date {
	display: block;
	font-weight: 700;
}
.h3 {
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
	text-indent: 20px;
	list-style-image: none;
}
.style2 {
	font-size: 15px;
}
.style3 {
	font-size: 12px;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.txtWideProduct_fltright {
	clear: both;
	width: 415px;
	padding: 10px;
	font-size: 12px;
	float: left;
}
.txtThinProduct_fltright {
	font-size: 12px;
	padding: 10px;
	float: left;
	height: 70px;
	width: 203px;
	line-height: 18px;
}

.listing {
	font-size:12px;
	line-height:normal;
}
.imgborder {
	border:solid 1px black;
	margin:5px;

}

.printheader{
	display:none;
}
