html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
	color: #585858;
	font-family: Arial, sans-serif;
	font-size: 77%;
}

body a{
	color: #00A2DE;
}

h1 {
	color: #00A2DE;
	margin: 18px 0 0 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
}
div#breadcrumb + h1 { margin-top: 0; }

h2 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 14px 0 0 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0;
	color: #1a7d2d;
}
h3 a {
	color: green;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0;
	line-height: 140%;
}
ul { margin-top: 0; }
li { padding: 1px 0; }

#heightFrame {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#headerSpace {
	background-image: url('/images/9mire/bg_logoSpace_slice.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 99px;
	width: 100%;
	padding: 0;
	margin: 0;
}
div#header { 
	width: 716px;
	margin: 0 auto;
	padding: 14px;
	height: 49px;
	padding: 50px 0 0 0;
	position: relative;
}
img#logo {
	position: absolute;
	bottom: 15px;
	border: none;
}
#header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 41px;
	bottom: 26px;
	color: #9c9c9c;
}
#header ul li {
	display: inline;
	padding: 0 7px;
	margin: 0;
	border-left: solid #9c9c9c 1px;
}
#header ul li:first-child {
	border-left: none;
}
#header ul li a {
	color: #9c9c9c;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}

div#navbar {
	background-image: url('/images/9mire/bg_navbar_slice.png');
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
	padding: 0;
	margin: 0;
}
div#navbar div {
	width: 744px;
	margin: 0 auto;
	position: relative;
}
div#navbar a {
	display: block;
	position: absolute;
	height: 46px;
	margin: 0;
	padding: 0;
}
a#navigation-home { left: 71px; width: 39px; background-image: url('/images/9mire/navigation/home.png'); }
a#navigation-home:hover, a#navigation-home.active { background-image: url('/images/9mire/navigation/home-active.png'); }
a#navigation-agronomic_consulting { left: 145px; width: 147px; background-image: url('/images/9mire/navigation/agronomic_consulting.png'); }
a#navigation-agronomic_consulting:hover, a#navigation-agronomic_consulting.active { background-image: url('/images/9mire/navigation/agronomic_consulting-active.png'); }
a#navigation-clients { left: 332px; width: 44px; background-image: url('/images/9mire/navigation/clients.png'); }
a#navigation-clients:hover, a#navigation-clients.active { background-image: url('/images/9mire/navigation/clients-active.png'); }
a#navigation-about_us { left: 415px; width: 61px; background-image: url('/images/9mire/navigation/about_us.png'); }
a#navigation-about_us:hover, a#navigation-about_us.active { background-image: url('/images/9mire/navigation/about_us-active.png'); }
a#navigation-contact { left: 515px; width: 50px; background-image: url('/images/9mire/navigation/contact.png'); }
a#navigation-contact:hover, a#navigation-contact.active { background-image: url('/images/9mire/navigation/contact-active.png'); }

div#billboard {
	width: 744px;
	height: 202px;
	margin: 2px auto;
}

#body {
	width: 706px;
	margin: 0 auto;
	padding: 19px 19px 177px 19px;
}

div#footer {
	background-image: url('/images/9mire/bg_footer_slice.png');
	height: 19px;
	width: 100%;
	margin-top: -158px;
}

div#footerSpace {
	background-image: url('/images/9mire/bg_logoSpace_slice.png');
	background-repeat: repeat-x;
	height: 139px;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.column {
	float: left;
	width: 321px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 28px;
	_margin-left: 14px; /* work around double-float-margin bug in IE 6 */
}
div.column:first-child {
	margin-left: 0;
}
div.column .wide {
	margin-left: -3px;
	margin-right: -3px;
}

img#samples_results {
	border-width: 0;
}

p#copyright {
	font-size: smaller;
	color: #bcbcbc;
	width: 650px;
	margin: 0 auto;
	padding: 5px 47px;
	text-align: right;
}
p#copyright a {
	color: #bcbcbc;
	text-decoration: none;
}
p#copyright a:hover {
	text-decoration: underline;
}

div#breadcrumb {
	font-size: 12px;
}

div#breadcrumb a {
	color: #00A2DE;
	text-decoration: none;
}

div.zone {
  background-color: #8bc461;
	border: solid #e1f6ce;
	border-width: 10px 9px;
	padding: 9px 10px;
	color: black;
}
div.zone tr.odd {
	background-color: #b7db9a;
}
div.zone a {
	color: black;
}
div.zone h2 { 
	font-size: 100%;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}

table.grid {
	border-collapse: collapse;
	margin: 0;
	border: none;
	width: 100%;
	font-size: 100%;
}
table.grid tr.border {
	height: 2px;
	background-color: #7b9987;
	background-image: url('http://analysis.agri-b.com/images/line-dotted.gif');
	background-repeat: repeat-x;
}
table.grid tr.border { background-color: white; }
table.grid tr.border.top { background-position: top; }
table.grid tr.border.bottom { background-position: bottom; }
table.grid tr.header {
	background-color: white;
}
table.grid th {
	font-size: 100%;
	padding: 4px 2px 3px 2px;
}
table.grid th.column {
	vertical-align: top;
	text-decoration: none;
}
table.grid td {
	padding: 1px 2px;
}

td.number {
	text-align: right;
}

div.sidebar {
	background-color: #efefef;
	border: solid #aaa 1px;
}

p.menu {
	line-height: 100%;
}
p.menu a {
	font-weight: bold;
	color: #6bb837;
}
