
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

#root
{
	width: 100%;
	margin: 0px 0px;
	background: white;
}

#header
{
	clear: both;
	width: 100%;
	height: 105px;
	border-bottom: 1px solid #777;
}

#mainContent
{
	float:left;
	padding: 0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 800px;
	
	background-image: url(../img/sidebarLeft.gif);
	background-repeat: no-repeat;
}

#mainContent h1
{
	clear: both;
	color: #00633D;
	font-size: 160%;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}


/************** depth navigation *******************/
#mainContent ul.depthNav
{
	list-style: none;
	padding: 0px;
	margin: 5px 0px 40px 0px;
}

#mainContent ul.depthNav li
{
	float: left;
	margin: 0px 3px;
}

#mainContent ul.depthNav li a
{
	color: #555;
}

#mainContent ul.depthNav li:before
{
	content: " > ";
}

/************* button bar ************************/
#buttonBar
{
	margin: -30px 0px 0px 0px;
	width: 800px;
}

#buttonBar ul
{
	margin-right: auto;
	margin-left: 400px;
	text-align: left;
}

#buttonBar li
{
	font-size: 0.8em;
	font-weight: bold;
	background: #b3c5bc;
	background: url(../img/header_button_bg.gif) repeat-x top;
	list-style-type: none;
	display: inline;
	border: 1px solid #000000;
	padding: 3px 8px 5px ;
	margin-left: 4px;
	margin-right: 4px;
}

#buttonBar ul li:hover, #buttonBar ul li.products:hover
{
	border: 1px solid #000000;
	background: #eceacb;
	background: url(../img/header_button_bg_over.gif) repeat top;
	cursor: pointer;
}

#buttonBar ul li a, #buttonBar ul li a:visited
{
	text-decoration: none;
	color: #000000;
}

#buttonBar ul li.here, #buttonBar ul li.here:hover
{
	border: 1px solid #000000;
	list-style: none;
	display: inline;
}

#buttonBar ul li.here, #buttonBar ul li.here:hover, #buttonBar ul li.here a
{
	cursor: pointer;
	color: #333333;
}

#buttonBar ul li:hover a, #buttonBar ul li a:hover {
	color: #333333;
}





/************** misc *******************/
.imgLink
{
	border: 1px solid #ccc;
	margin: 5px;
}

.goCenter{text-align: center;}
.goLeft{float: left;}
.goRight{float: right;}
.descentPadding{padding: 5px;}
.borderless{border: none;}
.makeRed{color: #900;}

.clearAll{clear: both;}


