@charset "utf-8";
/* CSS Document */

body
{
	font-family:Helvetica, sans-serif;
	margin-top:0;
	background-color:white;
	color:black;
	font-size:0.8em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#wrapper {
	width: 900px;
	background-color:#FFF;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(images/bubbles.png);
	background-repeat:repeat-y;
	
}

h1 {
	font-size:1.3em;
	font-weight:bold;
}

#header {
	width:900px;
	height:85px;
	text-align: left;
	color:#005a9c;
	background-color:#FFF
	
}

#logo {
	float:left;
	width:400px;
}

#tag {
	float:right;
	width:300px;
	text-align:right;
	margin-top:0px;
}
#tag h1 {
	margin:35px 10px 0px 0px;
	
}

#footer {
	clear:both;
	height:100px;
	background-image:url(images/footer-back.png);
	background-repeat:repeat-x;

}

#nav {
	height:25px;
	background-color:#60bb46;
	color:#FFF;
}

#breadcrumb {
	font-size:0.8em;
	width:400px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}

#breadcrumb a {
	color:#FFF;
	
}

#order {
	font-size:1.0em;
	width:400px;
	float:right;
	margin-right:10px;
	margin-top:5px;
	text-align:right;
}

#order a {
	color:#FFF;
}
#left {
	float:left;
	width:200px;
	
}

#leftnav {
	width:180px;
	margin-left:0px;
	padding-left:0px;
	margin-top:15px;
}

ul#mainnav {
	margin:0;
	padding:0;
	list-style:none;
	
}

ul#sub {
	list-style:none;
	margin-left:-20px;
}

#mainnav a {
	color:#000;
	font-size:1.1em;
	text-transform:uppercase;
	text-decoration:none;
	
	padding:7px 5px 7px 30px;
	display:block;
	
	background-image:url(images/aarow.png);
	background-repeat:no-repeat;
	background-position:left center;
	
}

body#hot a#hotLink,
body#food a#foodLink,
body#zoo a#zooLink,
body#benefits a#benefitsLink,
body#tech a#techLink,
body#effercept a#efferceptLink,
body#bovifoam a#bovifoamLink,
body#udder a#udderLink
body#about a#aboutLink,
body#contact a#contactLink,
body#news a#newsLink,
body#tanks a#tanksLink,
body#livestock a#livestockLink,
body#effersan a#effersanLink,
body#udder a#udderLink,
body#udderprocess a#udderprocessLink,
body#uddertest a#uddertestLink,
body#effercept-tech a#effercept-techLink,
body#home a#homeLink {
	background: url(images/here.png) no-repeat 1px 50%;
	padding-right:15px;
	padding-left:30px;
	font-weight:bold;
}

#mainnav a:hover {
	font-weight:bold;
	background: #e7e7e7 url(images/garrow.png) no-repeat 1px 50%;
}

#dblcol {
	width:500px;
}

#lcol {
	width:225px;
	float:left;
}

#rcol {
	width:225px;
	float:right;
}

#right {
	float:right;
	width:690px;
	background-image:url(images/greay-back.png);
	background-repeat:repeat-y;
	background-position:left top;
	text-align:center;
}

#mid {
	float:left;
	width:178px;
}

.clear {
	clear:both;
}

#maintext {
	float:right;
	width:500px;
	line-height:20px;
	text-align:left;
}

#maintext h1 {
	padding-top:15px;
	padding-bottom:10px;
	
}

#footernav {
	text-align:center;
	height:40px;
	margin-top:10px;
	padding-top:10px;
	color:#FFF;
}

#footernav a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}

#copyright {
	float:left;
	width:400px;
	color:#acacac;
	font-size:0.8em;
	font-style:italic;
	margin-top:30px;
	text-align:left;
}

#copyright a {
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	color:#666;
}

.image {
	text-align:center;
	line-height:15px;
}

.imagebox {
	width:178px;
	text-align:center;
}

.photo img {
	border: 1px solid #666;
	background-color:#FFF;
	padding:4px;
	position:relative;
	top: -5px;
	left: -5px;
}

.figure p {
	font: 1.0em/normal Helvetica, sans-serif;
	text-align:center;
	margin: 10px 0 0 0;
	height:5em;
}

.figure {
	float:left;
	width:145px;
	margin:0 10px 10px 10px;
}

.photo {
	background:url(images/drop_shadow.png) right bottom no-repeat;
}

.caption {
	font-size:0.9em;
	font-style:normal;
	text-align:center;
	line-height:25px;
}
.caption a {
	font-size:0.8em;
	font-style:italic;
	text-align:center;
	line-height:25px;
}

.small {
	font-size:0.8em;
	text-align:right;
}

.small2 {
	font-size:1.0em;
	text-align:right;
	font-style:italic;
}

.quote {
	margin-bottom:0;	
}

/* IE 5/6 border erase bug */
* html #gallery {
	width:100%;
}
	