:link,:visited { text-decoration: none; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: url(images/bg.jpg);
	color: #777;
}
a { color: #b5a347; }
a:hover { color: #e2cf73; }
a img { border: none; }

p { margin: 0 0 10px 0; }
input, select, textarea, img { vertical-align: middle; }

h2
{
	font-size: 18px;
	margin-bottom: 10px;
}

#wrapper
{
	width: 100%;
	float: left;
	background-image: url(images/body-bg2.gif);
	background-repeat: repeat-x;
}

#logo
{
	width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 168px;
	position: relative;
}

#logo h3
{
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 120px;
	width: 270px;
	background: url(images/logo3.gif);
	overflow: hidden;
	text-indent: -9999px;
}

#content_wrapper
{
	width: 800px;
	margin: 0 auto;
	}

#menu
{
	width: 160px;
	float: left;
	margin-left: 40px;
}

#content
{
	width: 590px;
	margin-left: 210px;
	margin-bottom: 30px;
}

#content li
{
	margin-left: 20px;
}

#product img
{
	border: solid 4px #b5a347;
	margin: 5px;
}

#footer
{
	clear: both;
	width: 750px;
	height: 75px;
	line-height: 1;
	margin-top: 30px;
}

ul.tree, ul.tree ul {
 list-style-type: none;
 background: url(images/vline.png) repeat-y;
 margin: 0;
 padding: 0;
}
   
ul.tree ul {
	margin-left: 5px;
	}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/node.png) no-repeat;
	color: #b5a347;
	font-size: 13px;
	}

ul.tree li.first {
	background: #f6f6f6 url(images/firstnode.png) no-repeat;
	}

ul.tree li.last {
	background: #f6f6f6 url(images/lastnode.png) no-repeat;
	}


