/* Ursprung.css copyright 2006 */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: url(../images/bg.jpg);
}

#container {
	width: 900px;
	margin: 20px auto auto auto;
	background-color:#FFFFFF;
	height: auto;
	border: 1px solid #000000;
}

#header{
	position: relative;
	float: left;
	height: 80px;
	width: 100%;	
	border-bottom: 1px solid #000000;
}

#header_logo_box{
	position: absolute;
	float: left;
	width: 900px;
	height: 80px;
/*	border-right: 1px solid #999999 */
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#header2 {
	position:relative;
	float: left;
	width:100%;
}

#content {
	position: relative;
	float: left;
	width: 100%;
}

#product_logo {
	position:absolute;
	top: 10px;
	left: 220px;
}

#navigation {
	position: relative;
	float: left;
	height: 444px;
	padding: 60px 5px 5px 5px;
	font-size: 11px;
	border-right: 1px solid #669933;
}

#pageContent {
	height: 444px;
	font-size: 14px;
	margin-left: 187px;
	text-align: left;
	padding: 45px 40px 5px 30px;
}

/* main navigation */
.menu_active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #669933; text-decoration: none}
.menu_inactive {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
div#navigation a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}

div#footer {
	margin-top: 600px;
	text-align: center;
	font-size: 10px;
/*	background-color: #66D033; */
/*	background-color: #669933; */
	background-color: #99CC66;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #000000;
}
* html div#footer {  /* This is the Tan hack */
	margin-top: 0px; 
	ma\rgin-top: 0px;
}

.bold {
	font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#submenu {
	padding-left: 10px;
}

#paging {
	position: absolute;
	top: 460px;
	left: 217px;
	width: 200px;
	height: 10px;
}

#paging a:link{
	color:#000000;
}

#paging a:visited{
	color:#000000;
}

.smallFont {
	font-size: 11.5px;
}

#left {
	position: absolute;
	width: 200px;
	margin: 0;
	padding: 0;
}

#middle {
	position: absolute;
	width: 200px;
	margin: 0px 0px 0px 210px;
}
	
#right {
	position: absolute;
	width: 200px;
	padding: 0;
	margin: 0px 0px 0px 420px;
}

#postit {
	position:absolute;
	top: 60px;
	left: 180px;
}

#people {
	position:absolute;
	top: 260px;
	left: 575px;
}

#list {
	line-height: 1.6em;
}

/* preload of images */
.hiddenPic {display:none;}
