@charset "utf-8";
/* CSS Document */
body {
	font: 80% Arial, Helvetica, sans-serif;
	background-image: url(../images/3dmsit_back.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	background: #fff; 
	border: 3px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	width: 850px; 
	background: #fff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #logo {
	width: 346px;
	background: #fff; 
	float: left;
	padding-right: 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #plugins {
	width: 450px;
	background: #fff; 
	float: right;
	padding-right: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


#navbar .mainmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 850px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: #000 url(../images/blackdefault.gif) center center repeat-x;
}

.mainmenu li{
	display: inline;
}

.mainmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.mainmenu li a:visited{
	color: white;
}

.mainmenu li a:hover, .mainmenu li .current{
	color: white;
	background: transparent url(../images/bluactive.gif) center center repeat-x;
}


.oneColFixCtrHdr #mainContent {
	width: 850px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}

.oneColFixCtrHdr #scroll {
	width: 850px;
	padding-left: 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}

.oneColFixCtrHdr #panel{
	width: 400px;
	height: 210px;
	padding: 10px;
	float: left;
	background: #fff;
}

.oneColFixCtrHdr #panel p{
	color: #000;
	padding: 3px;
	font-size: 10pt;
	line-height: 14pt;
}

#panel .panelhead{
	font-size: 11pt;
	font-weight: bold;
	padding: 3px;
	float: none;
	color: #333
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color: #FFF;
	background: #000 url(../images/blackdefault.gif) center center repeat-x;
} 

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space 			between divs */
	text-align: center;
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
	padding-bottom: 10px
}
.style1 {
	color: #FFFFFF
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #contactmap {
	width: 850px;
	height: 325px;
	background-image: url(../images/img_graphic_Cholesterol.jpg);
	background-repeat: no-repeat;
	float:left;
}

.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
	color: #990000
}

.hidden { 
	visibility: hidden; 
}
.unhidden { 
	visibility: visible;
	color: #990000 
}

#toggleable div {
	display: none;
}

*HTML #toggleable div {
	display: none;
}


#heartwindow {
	position:absolute;
	width:400px;
	height:260px;
	left: 630px;
	top: 230px;
	z-index:1;
}

#controlpanel {
	position:absolute;
	width:170px;
	height:280px;
	left: 1065px;
	top: 215px;
	z-index:2;
}

#gallery {
	position:relative;
	width:850px;
	height:325px;
	background-image:url(../images/lightbox.png);
	background-color: #000
}


