/*********Copyright 2009 Indiana Life Sciences************/

/*********Interface Rules************/
body {
	background-color: #D7D7E6;
}
#parentdiv {
	width:800px;
	margin:0 auto 0 auto;
	background-image:url(images/bgacross.gif);
	background-repeat:repeat-y;
}
#header {
	height:68px;
}
#nav {
	width:800px;
	height:24px;
}
#contentheader {
	width:800px;
	height:69px;
	background-image:url(images/contentheader.jpg);
	background-repeat:no-repeat;
}			
#footer {
	width:800px;
	height:93px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
}
#content {
	width:700px;
	padding:0 0 0 40px;
}
.maintxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0 0px 0 0px;
}
h1,.message {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#872300;
	padding:0 0px 0 40px;
}
#bottom {
	text-align:center;
}
a:link {
	color:#A27A03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A27A03;
}
a:hover {
	text-decoration: underline;
	color:#A27A03;
}
a:active {
	text-decoration: none;
	color: #A27A03;
}
/***********Products Page Rules*******************/
#parentdivprod {
	width:800px;
	margin:0 auto 0 auto;
	background-image:url(images/bgacrossprod.gif);
	background-repeat:repeat-y;
}

#contentheaderprod {
	width:800px;
	height:69px;
	background-image:url(images/contentheaderprod.jpg);
	background-repeat:no-repeat;
}			
#contentproducts {
	width:725px;
	padding:0 0 0 36px;
}
#footerprod {
	width:800px;
	height:93px;
	background-image:url(images/footerprod.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.lftmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
/***********Iframe Rules*******************/
#iframetxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
}	
