body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #fff; background-image:    url("../pics/bg/site.jpg"); 	background-repeat: repeat-x;
}

#container {
	padding-left: 62; padding-top: 10; 
}

#logocontainer{
	width: 900px; 	height: 65px;
	background-image:     url("../pics/biothermlogo.png"); 	background-repeat: no-repeat; 	background-position: 0px 0px;
	visibility: hidden;
}

#navcontainer{
	width: 900px;	height: 30px;
	visibility: hidden;
}

#dNavUp {
	position: absolute; 	z-index: 0;
	top: 70px;	left: 62px;
	width: 900px;	height: 16px;
	overflow: hidden;
	visibility: visible;
}
#dNavOver {
	position: absolute;		z-index: 1;
	top: 70px;	left: 62px;
	width: 900px;	height: 16px;
	overflow: hidden;
	visibility: hidden;
}

#dNavOn {
	position: absolute;		z-index: 2;
	top: 70px;	left: 62px;
	width: 900px;	height: 16px;
	overflow: hidden;
	visibility: hidden;
}

#dNavSub {
	position: absolute;		z-index: 100;
	top: 85px;	left: 62px;
    width:700px;	height:16px;
    float:left;
    line-height:normal;
}
#dNavSub ul {
	margin:0;
	padding:0;
	list-style:none;
}
#dNavSub li {
	float:left;
	margin-right:30; margin-left:0;
}
#dNavSub a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-weight: bold;	font-size: 8pt;	text-decoration: none;
	display:block;
	color: #999999;
}

#dCover {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	background-color:#FFFFFF;
	background-image:     url("../pics/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #2998D3;
	padding: 5px;
	visibility: hidden;
}

#contentcover {
	position:absolute; 	z-index:90;
	width: 900px;	height: 470px;
	background-color: #FFFFFF;
	visibility: visible;
}

.alt {
	display: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;	color:#006699;
}

a:link {
	color: #333333; text-decoration: none;
}
a:visited {
	color: #333333; text-decoration: none;
}

a:hover {
	color: #333333; text-decoration: underline;
}

.cursor {
	cursor:pointer;
}
