body {
	background:	white;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}
* html body	{
	font-size:	75%;
}

a {
	text-decoration: none;
}
a:link, a:visited {
 color: gray;
 border-bottom: 1px dotted gray; 
 }

address	{
	display:	block;
	padding-left:	.75em;
	margin-bottom:	1em;
}

#wrap {
	margin: 20px auto;
	width: 724px;
	background: #fff url('images/midbg.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('images/topbg.jpg');
	height: 30px;
}

#content {
 	padding: 0 40px 0 40px;
}

#bottom {
	background: #fff url('images/botbg.jpg');
	height: 30px;
}

.header {
	height: 100px;
	background: #7fba00 url('images/hidr.jpg');
}

.header h1 {
 height: 100px;
}

span#imgreplace {
 visibility: hidden;
 }
.imgreplace {
 visibility: hidden;
 }
#printonly {
 display: none;
 }

.breadcrumbs { 
  background: #F7FBEA; 
	border-bottom: 1px solid #E1E1E1; 
	padding: .4em .5em;
  font-size: .85em;
}
.breadcrumbs p {
	color: #888888;
	margin:	0;
}
.breadcrumbs p a:link.active,
.breadcrumbs p a:hover.active,
.breadcrumbs p a:active.active,
.breadcrumbs p a:visited.active  {
 color: #000;
 border: none;
}
.breadcrumbs p a:link,
.breadcrumbs p a:active,
.breadcrumbs p a:visited {
	color: gray;

}
.breadcrumbs p a:hover {
	border-bottom: 1px #000 dotted;
}
.middle {
	padding: 12px;
	margin-right:	230px;
	text-align: justify;
}
p	{
	margin-bottom:	1em;
	text-indent:	.5em;
	padding:	0 .75em;
}
p.noindent	{
	text-indent:	0;
}
.middle ul {
 padding-left:	2.5em;
 list-style:	disc;
}
.middle li	{
	padding-bottom:	.5em;
}
.middle h3 {
 padding:	0 .65em;
 margin:	1em 0;
 font-size: 1em;
 font-weight:	bold;
 }

blockquote {
 font-style: oblique;
 padding: 5px 20px;
 }
p.cite {
 text-align: center;
 }

.right {
	float: right;
	/* fix IE5+6's padding */
	display:	inline;
	width: 170px;
	margin-top:	2.5em;
	margin-right:	40px;
	font-size: 1.1em;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #7FBA00;
}
.right li:hover	{
	color:	green;
}

.middle h2 {
	color: #000;
	font-weight:	bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#footer {
	text-align: center;
	color: #666;
	font-size:	.8em;
}

em	{
	font-style:	italic;
}
strong	{
	font-weight:	bold;
}
abbr {
 cursor: help;
 border-bottom:	1px dotted;
}
.left {
	float: left;
}
.center {
 text-align: center;
 }
 
 
/* XHVA */

.hide	{
	position:	absolute;
	left:	-999em;
}

form	{
	text-align:	left;
	margin-left:	1em;
}

/* standard for input and textarea inside a label, along with select elements */
label input, label textarea, select	{
	border:	1px solid #a0c858;
	background-color:	#fbfcf7;	
	width:	auto;
}
/* hack: bad browser support for css3 selectors */
input.radio	{
	display:	inline;
	background:	none;
	border:	0;
}

label	{
	display:	block;
	margin-top:	.5em;
	clear:	left;
}
label span	{
	float:	left;
	margin-bottom:	.5em;
	width:	8em;
}
label select	{
	margin-top:	.5em;
}
label.date	{
	display:	inline;
}

/* fieldset stuff                     */
fieldset	{
	margin:	2em 0;
	border:	1px solid #99bb99;
	border-top:	1px solid green;
	border-bottom:	0;
	border-right:	0;
	padding:	.5em 1.5em 1em 1.5em;
	display:	block;
}
fieldset legend	{
	padding:	.2em .7em;
	margin-left:	-1em;
	border:	1px solid green;
	border-bottom:	0;
	background:	#fbfcf7;
	font-weight:	bold;
}
form p	{
	text-indent:	0;
	padding-left: 0;
	margin-top:	1em;
}

/* contact and quote form elements */
#formcontact label	{
}
#form_contact #formemail, #form_quote #formemail	{
	display:	block;
	width:	250px;
	padding:	2px;
	margin-left:	.5em;
}
#form_contact #formtext, #form_quote #formtext	{
	display:	block;
	width:	350px;
	padding:	2px;
	margin-left:	.5em;
	height:	10em;
}
#form_contact #upload, #form_quote #upload, 	{
	width:	400px;
	background-color:	#fbfcf7;
	margin-left:	20px;
	border:	1px solid #a0c858;
}
#form_contact #submit, #form_quote #submit	{
	margin:	.5em 0 0 .5em;
}

/* elements created upon return from form send */
#success	{
	background-color:	#eeffee;
	border:	2px solid green;
	color:	black;
	padding:	1em;
	margin-bottom:	2em;
}
#failure	{
	background-color:	#ffeeee;
	border:	2px solid #ff9999;
	color:	black;
	padding:	1em;
	margin-bottom:	2em;
}
#success p, #failure p	{
	text-indent:	0;
}

/* basic and advanced ordering form elements */

