@charset "utf-8";
/* CSS Document */

body {
	background-color: #D1CCA9;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/backgroundWtree.jpg);
	background-repeat: repeat-x;
}
	
#container {
	width: 800px;
	margin: 50px auto;
	background: #264524 url(../img/logo.png) 25px 20px no-repeat;
	}
	#header {
		float: right;
		width: 598px;
		height: 202px;
		border: 1px solid #DDD9AA;
		}
	#navigation {
		float: left;
		width: 200px;
		height: auto;
		}
		ul.menu {
			margin: 204px 2px 0px 2px;
			padding: 0;
			}
			ul.menu li {
				padding: 0;
				display: block;
				margin: 0 0 1px 0;
				list-style: none;
				}
				ul.menu li a {
					display: block;
					background-color: #9DAB60;
					padding: 6px 0 7px 20px;
					color: #fff;
					text-transform: uppercase;
					font-size: 12px;
					line-height: 12px;
					font-weight: bold;
					text-decoration: none;
					}
					ul.menu li a:hover {
						background-color: #77824A;
						}
					ul.submenu {
						padding: 0;
						margin-top: 1px;
						}
					ul.submenu li a {
						background-color: #C3D486;
						padding: 4px 0 5px 30px;
						color: #63533C;
						font-size: 11px;
						line-height: 11px;
						font-weight: normal;		
						}
						ul.submenu li a:hover {
							background-color: #DDD9AA;
							}
	#content {
		float: right;
		clear: right;
		width: 540px;
		height: auto;
		background-color: #DDD9AA;
		color: #480A00;
		padding: 30px;
		line-height: 17px;
		}
		#content p {
			font-size: 12px;
			margin-bottom: 15px;
			}
		#content div.logos {
			margin-top: 70px;
			text-align: center;
			}
			#content div.logos a {
				margin: 0 15px;
				}
		#content ul.nav {
			float: right;
			margin: -15px -15px 15px 15px;
			}
			#content ul.nav li {
				display: block;
				margin: 0 0 1px 0;
				list-style: none;
				}
				#content ul.nav li a {
					display: block;
					background-color: #B8B37D;
					padding: 3px 15px 4px 15px;
					color: #000;
					font-size: 11px;
					line-height: 11px;
					font-weight: normal;
					font-style: italic;
					text-decoration: none;
					}
					#content ul.nav li a:hover {
						background-color: #77824A;
						}
				#bullet {
			margin: 5px 0px 0px 40px;
			font-style:italic;
			font-weight:bold;
			}			
	#footer {
		 clear: both;
		 height: 30px;
		 margin: 0 0 0 200px;
		 background-color: #9DAB60;
		 border: 1px solid #DDD9AA;
		 text-align: center;
		 color: #000;
		 font-size: 12px;
		 }
		 #footer a {
		 	margin: 0 5px;
			line-height: 30px;
			color: #000;
			text-decoration: none;
			}
			#footer a:hover {
				border-bottom: 1px solid #DDD9AA;
				}
				

.products img {
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	cursor: url(magnify.cur), pointer;
	}
.dim {
	clear:both;
	float:left;
	width:auto;
	font-size: 10px;
	}
.products td {
	clear:both;
	vertical-align: top;
	}
.products a {
	font-size: 80%;
}
.products tr {
	/*margin-bottom: 5px;*/
}
#photoleft {
	float: left;
	width: 300px;
	font-size: 80%;
	font-style: italic;
	padding-right: 20px;
	text-align: center;
	}
.producthead {
	width: 98%;
	height: 25px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	}
.left {
	float:left;
	padding-right: 20px;
	width:300px;
}
.right {
	float:right;
	width:300px;
}
.clear {
	clear:both;
	height: 20px;
}
#printable {
	float:right;
	font-size:80%;
}
	#printable img {
		margin-bottom:-4px;
	}
#downloadall {
	float: left;
	font-size: 60%;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	}
	a
	{
	color: #00008b;
	text-decoration: none;
	}

a:hover
	{
	color: #00008b;
	text-decoration: underline;
	}
