* {
	margin:0;
	padding:0;
	}
	
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#cccc9a;
	}
	
img { 
	border:0;
	}
	
#main h2, #main h3, #main h4, #main h5, #main p, #main ol, #main ul {
	padding:8px 0;
	}
	
h1 {
	font-size:1.5em;
	}
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1em;
	}
	
h4 {
	padding:5px 0;
	font-size:0.8em;
	}
	
h5 {
	font-size:0.75em;
	}
	
p {
	font-size:0.75em;
	padding:7px 0;
	line-height:1.4em;
	}
	
li {
	font-size:0.75em;
	}
	
li li {
	font-size:1em;
	}
	
#main ul {
	margin-left:13px;
	padding-left:13px;
	}
	
#main ol {
	margin-left:15px;
	padding-left:15px;
	}
	
#main a:link {
	color:#690;
	text-decoration:none;
	font-weight:bold;
	}
	
#main a:visited {
	color:#360;
	text-decoration:none;
	font-weight:bold;
	}
	

#main a:hover {
	text-decoration:underline;
	}
	
#container {
	background:url(../gfx/shadow.gif) repeat-y;
	width:940px;
	margin:0 auto;
	}
	
#header {
	background:url(../gfx/banner.gif) no-repeat;
	width:940px;
	height:284px;
	position:relative;
	}
	
#header h1 {
	width:739px;
	height:232px;
	position:relative;
	}
	
#header h1 span {
	width:100%;
	height:100%;
	position:absolute;
	background:url(../gfx/banner_home.jpg) no-repeat;
	}

#about #header h1 span { background:url(../gfx/banner_plant.jpg) no-repeat; }
#products #header h1 span { background:url(../gfx/banner_sign.jpg) no-repeat; }	
#purchase #header h1 span { background:url(../gfx/banner_house.jpg) no-repeat; }		
#projects #header h1 span { background:url(../gfx/banner_man.jpg) no-repeat; }	
#community #header h1 span { background:url(../gfx/banner_men.jpg) no-repeat; }	
#links #header h1 span { background:url(../gfx/banner_eyes.jpg) no-repeat; }	
#newsblog #header h1 span { background:url(../gfx/banner_hills.jpg) no-repeat; }	
#sitemap #header h1 span { background:url(../gfx/banner_flower.jpg) no-repeat; }	

#nav {
	list-style:none;
	float:left;
	width:702px;
	margin:0;
	padding:5px 0 0 37px;
	}

#nav li {
	list-style:none;
	float:left;
	margin-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#653614;
	}
	
#nav li a {
	text-decoration:none;
	padding:3px 7px;
	color:#653614;
	display:block;
	}

	
#nav li a:hover {
	color:#000;
	background:#c79430;
	}
	
#nav li ul {
	background:#FFF;
	width:150px;
	position: absolute;
	left: -999em;
	padding:5px;
	background:#c79430;
	margin:0;
	}

#nav li ul li {
	font-size:12px;
	margin:5px;
	}
	
#nav li li a {
	width:125px;
	}
	
#nav li ul a:hover {
	background:#cfae6a;
	color:#653614;
	}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
#shopnav {
	position:absolute;
	top:25px;
	right:20px;
	width:167px;
	padding:13px 0 0 13px;
	}

#shopnav h2 {
	width:134px;
	height:53px;
	position: relative;
	}
	
#shopnav h2 a {
	height: 53px;
	width: 134px;
	overflow: hidden;
	display: block;
}
	
#shopnav h2 span {
	position: absolute;
	height: 100%;
	width: 100%;
	background:url(../gfx/shop_header.gif);
}
	
#shopnav ul {
	list-style:none;
	margin-top:5px;
	margin-left:0;
	padding-left:0;
	line-height:16px;
	}
	
#shopnav li a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	}
	
#shopnav li a:hover {
	text-decoration:underline;
	}
	
#util {
	padding-top:20px;
	}
	
#main {
	display:inline;
	width:530px;
	float:left;
	margin:20px 0 0 55px;	
	}
	
#intro p {
	color:#653614;
	font-size:0.75em;
	font-weight:bold;
	}
	
#intro {
	padding-bottom:10px;
	}
	
#projects_box {
	border-top:1px dotted #cc9b36;
	padding:20px 0 25px 0;
	margin-bottom:20px;
	}
	
#projects_box h3 {
	padding:0;
	text-indent:-9999em;
	background:url(../gfx/projects.gif) no-repeat;
	}
	
#projects_box p {
	
	}

.project {
	clear:left;
	}	

.project img {
	float:left;
	margin:10px 10px 0 0;
	border:2px solid #676633; 
	}
	
#main .project p{
	color:#963;
	padding:0;
	margin-bottom:10px;
	}
	
#main .project h4 a {
	color:#000;
	font-variant: small-caps;
	font-size:1.1em;
	text-decoration:none;
	}
	
#main .project h4 a:hover {
	text-decoration:underline;
	}
	
#associates {
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #cc9b36;
	clear:left;
	}
	
#associates h4 {
	width:92px;
	color:#663;
	font-size:0.7em;
	float:left;
	}
	
#associates ul {
	list-style:none;
	}
	
#associates li {
	float:left;
	margin-left:40px;
	}
	
#sidebar {
	width:260px;
	float:right;
	margin:20px 55px 0 0;
	display:inline;
	}
	
#search {
	background:url(../gfx/grey_fade.gif) repeat-x;
	display:block;
	border:1px solid #c2c2ad;
	padding:10px;
	color:#653614;
	margin-bottom:20px;
	}
	
#search h2 {
	font-size:0.8em;
	}
	
#main .search_result h3{
	padding-bottom:5px;
	}

#main .search_result p {
	padding-top:0;
	}
	
#main .search_result p.small {
	font-size:0.6em;
	}
	
.search_result {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #cc9b36;
	}
	
.newsBox {
	background:url(../gfx/grey_fade.gif) repeat-x;
	border-top:1px solid #c2c2ad;
	margin:7px 0;
	padding:7px;
	position:relative;
	}
	
.newsBox h3 {
	color:#653614;
	font-size:0.9em;
	margin-bottom:5px;
	}

.rss_icon {
	position:relative;
	left:3px;
	top:2px;
	}

#sidebar h3 {
	display:inline;
	
	}
	
#sidebar h3 a {
	color:#653614;
	text-decoration:none;
	}
		
#sidebar h3 a:hover {
	text-decoration:underline;
	}
	
.newsBox p, .newsBox a {
	padding:0;
	color:#663;
	}
	
.newsBox p {
	font-size:0.7em;
	}
	
.newsBox a p, .newsBox a{
	text-decoration:none;
	}	
	
.newsBox a:hover p, .newsBox a:hover{
	text-decoration:underline;
	}
	
#sidebar blockquote p {
	color:#cb9932;
	font-size:1.3em;
	}
	
#sidebar blockquote p.speaker {
	font-size:0.75em;
	}
	
#contact label {
	display:block;
	width:120px;
	float:left;
	font-weight:bold;
}

#contact label.textarea {
	float:none;
	padding-bottom:5px;
	}

	
#contact .checkbox {
	float:left;
	margin-right:10px;
	}
	
#contact .submit {
	clear:left;
	display:block;
	padding:10px 0;
	}
	

#footer {
	clear:both;
	padding:20px 0 0 55px;
	font-family:Arial, Helvetica, sans-serif;
	color:#663;
	font-size:0.9em;
	height:60px;
	background:url(../gfx/footer_bg.gif) no-repeat bottom left;
	}
	
#footer .bcdw {
	float:right;
	width:150px;
	}
#footer .contact {
	width:500px;
	float:left;
	}

#newsblog p.date {
	margin:0;
	padding:0;
	color:#999;
	font-style:italic;
	}
	
#newsblog h3 {
	margin-bottom:0;
	padding-bottom:0;
	}


/* =Zen photo
----------------------------------------------- */
	
.album, .image {
	width:120px;
	float:left;
	padding-bottom:5px;
	margin-right:10px;
	}
	

	
#zen_photo_header ul.pagelist {
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	display:block;
	clear:left;
	width:500px;
	}


.pagelist li {
	float:left;
	}
	
.pagelist li.prev {
	margin-left:0;
	padding:0;
	margin-right:5px;
	}
.pagelist li.current {
	margin-right:5px;
	}
	
#zen_photo_header p.albumDesc {
	margin-bottom:10px;
	}
	
#albumDescEditable {
	font-size:0.75em;
	margin-bottom:15px;
	}

#zen_nav {
	width:500px;
	border-bottom:1px dotted #CCC;
	margin-bottom:20px;
	float:left;
	font-size:0.9em;
	padding:3px 0;
	}
	
	
	
.imageDesc {
	padding-top:10px;
	font-size:0.75em;
	}

#zen_photo_header div.imgnav {
	margin:10px 0;
	width:400px;
	}
	
.imgprevious, .imgnext {
	display:inline;
	font-size:0.75em;
	margin:0 10px 10px 0;
	}
	

#image {
	padding-bottom:10px;
	}
	
#zen_photo_header h3, #zen_photo_header p {
	padding:1px 0;
	margin:1px 0;
	}
	
#zen_photo_header br.clear {
	clear:left;
	}
	
.required {
	color:#F00;
	}
