/* === basic elements === */

body {
	padding: 0;
	margin: 0;
	background-color: #fff; /*#EBFBFF;*/ /*#cf9;*/
	color: #333;
	}
a:link, a:visited, acronym {
	color: #005f26;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	}
a:visited {
	color: #008837;
	}
a:active, a:hover {
	background-color: #d2eef5;
	}

hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 900;
	color: #680032;
	font-size: 120%;
	}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 800;
	color: #680032;
	font-size: 105%;
	}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: 700;
	color: #680032;
	font-size: 95%;
	}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.1em;
	color: #333;
	}
dd, dt {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	}
li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul, ol {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
table, td, th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	color: #333;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
sub, sup {
	font-size: 65%;
	}
address {
	font-family: serif;
	padding: 0 0 5px 5px;
	}
blockquote {
	padding: 10px 20px;
	margin: 5px 50px 15px 30px;
	border: 2px solid #ddd;
	background-color: #eee;
	color: #666;
	font-family: times new roman, times, serif;
	font-style: italic;
	}
/* === classes that can go anywhere === */

  .clear {
	clear: both;
/*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
	height: 1px;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -1px;
	}
/*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
  * html .clear {
	height: auto;
	margin-bottom: 0;
	}

/* hack that keeps floated content in its container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of hack */
li.none {
	background-image: none;
	}
.justified {
	text-align: justify;
	}
.green {
	color: #005f26;
	}
.blue {
	color: #46b903;
	}
.indent {
	padding-left: 20px;
	}
.uline {
	text-decoration: underline;
	}
.floatinpr {
	float: right;
	/*border: 1px solid #333;*/
	margin: 5px 0 10px 5px;
	}
.floatinpl {
	float: left;
	/*border: 1px solid #333;*/
	margin: 5px 5px 10px 0;
	}

/* === specific elements === */

#wrapper {
	/*border: 1px solid #333;*/
	}
#container {
	/*background: #fff url(i/bannercurve.gif) no-repeat top left;*/
	background: #fff url(i/bannercurve2.gif) no-repeat top left;
	}
#navcol, #subcol {
	/*background-color: transparent;*/
	font-size: 80%;
	color: #666;
	}
#center {
	/*background-color: #fff;*/
	}
#header {
	height: 114px;
	/*background: #87cefa url(i/banner.jpg) no-repeat top left;*/
	/*background: #4cb05a url(i/bannerbg.jpg) no-repeat top left;*/
	background: #4cb05a url(i/bannerbg2.jpg) no-repeat top left;
	width: 800px;
	}
#navbar {
	display: block;
	position: absolute;
	top: 68px;
	left: 179px;
	padding: 0;
	margin: 0;
	width: 611px;
	height: 35px;
	z-index: 10;
	}
#footer {
	height: 50px;
	background: #66cc25 url(i/footercurve.gif) repeat-x top left;
	/*border-top: 1px solid #333;*/
	width: 780px;
	padding: 36px 10px 10px 10px;
	text-align: right;
	font-size: 90%;
	}

/* === header innards === */

#logo  {
	position: absolute;
	top: ;
	left:0:: 5;
	width: 156px;
	height: 127px;
	}
/*
#header #flowers {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 20;
	}
#header #flowers a {
	width: 30px;
	height: 25px;
	}
#header #flowers a img {
	width: 24px;
	height: 25px;
	border: none;
	}
*/
#header #strapline {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 20;
	color: #006000;
	font-style: italic;
	font-size: 90%;
	font-weight:600;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* === navbar innards === */

#navbar li {
	position: relative;
	display: inline;
	float: right;
	padding: 3px 5px;
	margin: 0;
	border-left: 1px solid #ffc;
	height: 29px;
	list-style-type: none;
	font-weight: 900;
	}
#navbar li a:link, #navbar li a:visited {
	position: relative;
	top: 6px; left: 0;
	padding: .3em;
	margin: 0;
	/*background-color: #ff0;*/
	/*height: 31px;*/
	font-size: 90%;
	}
#navbar li a:hover, #navbar li a:active {
	
	background-color: transparent;
	color: #680032;
	}

/* === left innards === */

#navcol p {
	font-size: 85%;
	}
#navcol ul {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}
#navcol li {
	margin: 0 0 0.3em 0;
	padding: 0 0 0 13px;
	line-height: 1em;
	background: transparent url(../i/css/bullet1.gif) no-repeat left .3em;
	}
#navcol li:hover {
	background: transparent url(../i/css/bullet2.gif) no-repeat left .3em;
	}
#navcol li a {
	font-size: 90%;
	}
#gnav {
	display: block;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #46b903;
	border-right: 1px solid #46b903;
	border-bottom: none;
	border-left: 1px solid #46b903;
	width: 167px;
	}
#gnav li{
	display: block;
	width: 167px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	}
#gnav li a {
	display: block;
	padding: 2px 4px;
	border-bottom: 1px solid #46b903;
	width: 159px;
	}
#gnav li a:hover {
	
	background-color: #d2eef5;
	}

/* sub content innards */

#subcol p {
	font-size: 80%;
	}
#subcol div p {
	padding: 1px 2px;
	}
#map {
	padding: 10px 0;
}
#map p {
	font-size: 70%;
	text-align: center;
}

/* === basic classes === */

.entry {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin: 0;
	padding-top: 11px;
	border-top: 1px solid #ccc;
	}
.first{/* add this class to the first entry class on a page to remove the line */
	border-top: none;
	}
.boxed { /* add this class to an entry class to "box it" */
	border: 1px solid #999;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	}
.entry ul, .entry dl {
	position: relative; /* makes the list image draw correctly in IE */
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
	line-height: 1.3em;
	}
.entry ul ul {
	margin-bottom:0;
	}
.entry li {
	background: url(i/bullet2.png) no-repeat left 0.2em;
	margin: 0 0 0.3em 0;
	padding: 0 0 0 16px;
	}
.entry ol li {
	background-image: none;
	margin: 0;
	padding: 0;
	}
.entry dt {
	font-weight: bold;
	}
.entry dd {
	margin: 0 0 0.3em 0;
	padding: 0 0 0 13px;
	}

/* === footer innards === */

#footer p {
	text-align: right;
	font-size: 80%;	
	color: #d2eef5;
	}
#footer ul {
	display: inline;
	width: 100%;
	list-style: none;
	}
#footer li {
	display: inline;
	font-size: 80%;	
	list-style: none;
	}
#footer a {
	margin: 0 5px;
	}
#footer a:link, #footer a:visited {
	color: #d2eef5;
	}
#footer a:active, #footer a:hover {
	color: #fff;
	background-color: transparent;
	}

/* === rounded box stuff == */
.rbroundbox { background: url(i/simple_background.gif) repeat; }
.rbtop div  { background: url(i/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(i/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(i/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(i/simple_bottom_right.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 12px;
	/*font-size: 1px;*/
	}
.rbcontent  { margin: 0 12px; }
/*.rbroundbox { margin: 0 auto 10px auto;}*/
.rbroundbox { margin: 0 10px 10px 10px;}

/* === pic box stuff == */

.picbox {
	float: left;
	width: 295px;
	height: 224px;
	position: relative;
	padding: 0 5px 10px 0;
	margin: 0;
	}
.picboxtop, .picboxbottom {
	position: absolute;
	left: 0;
	height: 11px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.picbox p.under {
	padding: 0 20px;
	margin: 0;
	color: #666;
	font-size: 80%;
	font-style: italic;
	font-family: serif;
	}
.picbox p.inside {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 255px;
	padding: 0;
	margin: 0;
	height: 202;
	overflow: auto;
	color: #fff;
	font-size: 80%;
}
.picboxtop {
	top: 0;
	background: url(i/piccurvetop.png) no-repeat top left;
	}

.picboxbottom {
	top: 213px;
	background: url(i/piccurvebottom.png) no-repeat top left;
	}
/* IE6 fix */
* html .picboxbottom {
	top: 205px;
	}

/* === temp stuff === */

#navcol .rectangle {
	width: 119px;
	height: 119px;
	padding: 0;
	margin: 0 27px .3em 27px;
	border: 3px solid #aaa;
	background-color: #ddd;
	}
	
/* === nifty corners === */

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

/*div.round {
    background-color:#bcdfe5;
    padding: 5px 0;
    margin-right:10px;
    margin-bottom:10px;
    }
div.round p{
    padding:0 5px;
    }*/
  
div.prodbox {
    padding: 5px 0;
    margin:-5px 0;
    float:left;
    }