/*****************
 GLOBAL
*****************/

* { margin: 0; padding: 0; }

p { margin: 0.6em 0 1.1em 0; }
p.smalltext {font-size: 0.9em;}

img { border-width: 0; }

h1, h2, h3, h4, h5, h6 { margin: 1.5em 0 0.5em 0; }

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: justify;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

form { display: inline; }
ul.normal { padding: 5px 0 5px 25px; }
ol { padding: 5px 0 5px 25px; }

.breaker { clear: both; }
.lbreaker { clear: left; }
.rbreaker { clear: right; }

/**********
 HEADERS
**********/

h1, h2, h3, h4, h5 {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
}

	h2.nomargin {
		font-size: 1.3em;
		margin: 8px 0 5px 0;
	}

h3 {
	font-size: 1.1em;
}

h3.feature {
	color: #060;
}

/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#topwrapper {
	margin: 0px auto;
	position: relative;
	font-size: 0.85em;
	background: #bd9 url(/images/topwrapperback.gif) repeat-x center bottom;
	z-index: 1;
	height: 190px; /* without a height, nothing knows where to sit and YADM breaks in IE6 */
}

	#toppagecontainer {
		padding: 0;
		margin: 0px auto;
		width: 930px;
		height: 190px; /* ! */
		position: relative; /* ! */
	}
		#header {
			width: 930px;
			height: 154px; /* ! */
			margin: 0px;
			padding 0px;
		}

			#headerleft {
				padding: 10px 30px 0px 0px;
				width: 200px;
				float: left;
				color: #fff;
			}

			#headerright {
				margin: 0px;
				width: 240px;
				padding: 50px 0px 0px 0px;
				float: right;
				text-align: right;
				font-size: 0.95em;
			}

			#headerright strong {
				font-size: 1.2em;
			}

		#topnav {
			width: 930px;
			height: 36px; /* ! */
			margin: 0;
			padding: 0;
			position: absolute;  /* keeps yadm in place in IE6 */
			top: 154px; left: 0; /* ! */
		}

#middlewrapper {
	margin: 0px auto;
	font-size: 0.85em;
	background: #fff url(images/treeback.jpg) no-repeat bottom center;
}

	#pagecontainer {
		padding: 0;
		margin: 0px auto;
		width: 930px;
	}

		#maincontent {
			width: 930px;
			margin: 0px;
			padding: 20px 0px 90px 0px;
			color: #000;
			line-height: 1.7em;
			font-size: 0.95em;
		}


			#maincontentleft {
				padding: 0px 50px 0px 0px;
				width: 480px;
				float: left;
			}


			.homefeature {
				padding: 0px;
				width: 480px;
				margin: 10px 0px 0px 0px;
				border-bottom: dotted 1px #300;
			}

			.homefeatureend {
				border: none;
			}

			#maincontentright {
				padding: 0px;
				width: 400px;
				float: right;
				text-align: left;
			}


		#maincontent a:link, #maincontent a:visited { color: #094; text-decoration: underline; }
		#maincontent a:hover { color: #e83; text-decoration: underline; }

		#maincontent ul {padding: 5px 0 5px 25px;}


#bottomwrapper {
	margin: 0px auto;
	font-size: 0.85em;
	background: #bbdd99;
}

	#footercontainer {
		padding: 0;
		margin: 0px auto;
		width: 930px;
		background: #bbdd99;
	}

		#footer {
			margin: 0px 0px 0px 0px;
			clear: both;
			width: 930px;
			font-size: 0.9em;
			line-height: 1.6em;
			color: #333;
			padding: 10px 0px;
		}

		#footer a:link, #footer a:visited { color: #333; text-decoration: none; }
		#footer a:hover { color: #333; text-decoration: underline; }

/**********************
 TOP OF PAGE NAV LIST
***********************/

ul#nav {
	width: 928px;
	height: 36px; /* ! */
	margin: 0;
	padding: 0;   /* T/B padding here breaks in IE6 */
	list-style: none;
	letter-spacing : -1px;
	font-size: 0.95em;
	border-right: 1px solid #A2E361;
	border-left: 1px solid #4B8610;
}

	ul#nav li {
		height: 36px;
		line-height: 36px;
		float: left;
		margin: 0;
		padding: 0;
		display: inline;
		text-align: center;
		border-left: 1px solid #A2E361;
		border-right: 1px solid #4B8610;
	}

		ul#nav li a:link, ul#nav li a:visited {
			display: block;
			color: #fff;
			text-decoration: none;
		}

		ul#nav li a:hover, ul#nav li a:active {
			color: #300;
			text-decoration: none;
			background: url(/images/nav-hover-bg.gif) repeat-x left top;
		}

		/* FIX WIDTHS OF NAV ITEMS TO STOP FIREFOX BORKAGE */
		ul#nav li.homelink {
			width: 131px;
			background: url(/images/homeicon.gif) no-repeat 15px 5px;
		}

			ul#nav li.homelink a { padding-left: 15px; }
			ul#nav li.homelink a:hover, ul#nav.homelink li a:active {
				color: #300;
				text-decoration: none;
				background: url(/images/nav-hover-bg2.gif) no-repeat left top;
			}


		/*ul#nav li.aboutlink { width: 103px; } */
		ul#nav li.productslink { width: 151px; }
		ul#nav li.orderinglink { width: 181px; }
		ul#nav li.carelink { width: 149px; }
		ul#nav li.portfoliolink { width: 154px; }
		ul#nav li.contactlink { width: 150px;}

		/* POP UP MENU STUFF */
		.hiddenChild {
			left: -999em;
		}

		.shownChild {
			left: -1px;
			top: 24px;
		}

		ul#nav.dhtml {
			position: relative;
			top: 0;
			left: 0;
		}

		ul#nav.dhtml, ul#nav.dhtml ul#sublist {
			list-style: none;
		}

			ul#nav.dhtml li {
				position: relative;
			}

			ul#nav.dhtml ul#sublist {
				position: absolute;
				margin: 12px 0 0 0;
				padding: 0 0 0 0; /* top padding MUST be the ZERO */
				width: 153px;
				z-index: 10;
				text-transform: lowercase;
			}


				ul#nav.dhtml ul#sublist li {
					width: 153px;
					padding: 0;
					margin: 0;
					text-align: left;
					height: 24px;
					line-height: 24px;
					/*background: #77bb33;*/
					background: #BBDD99;
					border: 0px;
				}

					/* more PNG controls */
					ul#nav.dhtml li ul#sublist li.sublistfirst {
						font-size: 4px;
						height: 6px;
						line-height: 6px;
						background: #BBDD99;
						border-left: 1px solid #4B8610;
						border-right: 1px solid #4B8610;
						width: 151px;
					}

					ul#nav.dhtml li ul#sublist li.sublistlast {
						font-size: 4px;
						height: 10px;
						line-height: 10px;
						background: transparent url(/images/bg-sublist-bot2.png) no-repeat left bottom;
					}

						* html ul#nav.dhtml li.isActive ul#sublist li.sublistlast {
							* background: none;
							* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/bg-sublist-bot2.png', sizingMethod='crop');
						}

					/* links */
					ul#nav.dhtml li.isActive ul#sublist li a:link, ul#nav.dhtml li.isActive ul#sublist li a:visited {
						width: 141px;
						border-left: 1px solid #4B8610;
						border-right: 1px solid #4B8610;
						margin: 0;
						padding: 0 5px;
						display: block;
						color: #000;
						text-decoration: none;
						font-weight: normal;
					}

					ul#nav.dhtml li.isActive ul#sublist li a:hover, ul#nav.dhtml li.isActive ul#sublist li a:active {
						background: #fff;
						color: #000;
						text-decoration: none;
					}

/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/********************
 TEXT BOXES
********************/

.bordered {
	border: 1px solid #300;
	padding: 10px;
	margin: 5px 0;
}

.whiteback {
	background: #fff;
}

.greenback {
	padding: 10px;
	background: #bd9;
	opacity: .80;
	filter: alpha(opacity=80);
}

/**********************
 FLASH ANIMBLOCK
***********************/


#flashanim {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	z-index: 1;
}