: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: #EEE;
	color: #3c3c3c;
}
a { color: #50aff2; }
a:hover { color: #8acdfd; }
a img { border: none; }

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

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

#pagetitle {
	color: #777;
	font-size: 22px;
	margin-bottom: 15px;
	}

#wrapper
{
	border-bottom: 1px solid #D3D3D3;
	width: 100%;
	float: left;
	background-color: #f6f6f6;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

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

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

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

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

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

#site-content {
	float: left;
	width: 470px;
	margin-bottom: 30px;
	line-height: 28px;
	}

#admin-content {
	float: left;
	width: 480px;
	margin-bottom: 30px;
	line-height: 28px;
	}
	
#alertbox {
	background: #fff6bf url(images/exclamation.jpg) center no-repeat;
	background-position: 15px 50%;
	/* x-pos y-pos */
	text-align: left;
	margin: 0px 10px 30px 0px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width: 475;
	line-height: 25px;
	color: #000;
	}

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

.overdue {
	color: red;
	}

.formbutton {
	margin: 8px 0 4px 0; 
	}

.formfield {
	height: 18px; 
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
	}

.textfield {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
	}

#footer
{
	height: 75px;
	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: #50aff2;
	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;
	}


