body {
	margin: 0;
	background: url(images/background.jpg) center top no-repeat #ffffff;
}

.center {
	width: 872px;
	margin: 0 auto;
}

.center .logo {
	float: left;
	display: block;
	width: 220px;
	height: 85px;
	margin-left: 59px;
	margin-top: 40px;
	text-indent: -9999px;
	background: url(images/logo.png) left top no-repeat;
	background-size: contain;
}

.center .top_texts {
	float: right;
	text-align: right;
	font-family: Georgia;
	margin-top: 55px;
	margin-right: 54px;
}

.center .top_texts .title {
	font-size: 50px;
	color: #003d6e;
	letter-spacing: -1.2px;
}

p {
	font-size: 15px;
	color: #494949;
	margin-top: 15px;
}





/* TABLEAU */

#tabs {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0 20px;
}

#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#tabs ul:after {
	content: ' ';
	display: block;
	clear: both;
}

#tabs ul li { float: left; }

#tabs ul li a {
	display: block;
	width: 92px;
	/*margin-left: 6px;
	margin-right: 6px;*/
	height: 57px;
	padding-top: 148px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	color: #6d6f71;
	font-family: Georgia;
	background: url(images/grains.png) no-repeat;
}

#tabs ul li a[href="#feed-wheat"] { background-position: 0 top; }
#tabs ul li a[href="#barley"] { background-position: -92px top; }
#tabs ul li a[href="#soft-white-wheat"] { background-position: -184px top; }
#tabs ul li a[href="#peas"] { background-position: -276px top; }
#tabs ul li a[href="#corn"] { background-position: -368px top; }
#tabs ul li a[href="#winter-wheat"] { background-position: -460px top; }
#tabs ul li a[href="#faba-beans"] { background-position: -552px top; }
#tabs ul li a[href="#lentils"] { background-position: -644px top; }
#tabs ul li a[href="#hulless-barley"] { background-position: -736px top; }

#tabs ul li .active,
#tabs ul li a:hover { color: #003d6e; }

#tabs ul li a.active[href="#feed-wheat"],
#tabs ul li a:hover[href="#feed-wheat"] { background-position: 0 bottom; }
#tabs ul li a.active[href="#barley"],
#tabs ul li a:hover[href="#barley"] { background-position: -92px bottom; }
#tabs ul li a.active[href="#soft-white-wheat"],
#tabs ul li a:hover[href="#soft-white-wheat"] { background-position: -184px bottom; }
#tabs ul li a.active[href="#peas"],
#tabs ul li a:hover[href="#peas"] { background-position: -276px bottom; }
#tabs ul li a.active[href="#corn"],
#tabs ul li a:hover[href="#corn"] { background-position: -368px bottom; }
#tabs ul li a.active[href="#winter-wheat"],
#tabs ul li a:hover[href="#winter-wheat"] { background-position: -460px bottom; }
#tabs ul li a.active[href="#faba-beans"],
#tabs ul li a:hover[href="#faba-beans"] { background-position: -552px bottom; }
#tabs ul li a.active[href="#lentils"],
#tabs ul li a:hover[href="#lentils"] { background-position: -644px bottom; }
#tabs ul li a.active[href="#hulless-barley"],
#tabs ul li a:hover[href="#hulless-barley"] { background-position: -736px bottom; }

#tabs table { width: 100%; }

/*
#tabs table thead,
#tabs table .table_spacer { display: none; }

#tabs .tables div:first-child table thead,
#tabs .tables div:first-child table .table_spacer { display: table-header-group; }
*/

#tabs .tables div { display: none; }
#tabs .tables div:first-child { display: block; }

#tabs table thead tr th {
	color: #6c6c6c;
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	height: 45px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#tabs table tbody tr th {
	color: #003d6e;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	background: url(images/dotted_line.png) bottom left repeat-x;
}

#tabs table tbody tr td {
	color: #003d6e;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	height: 52px;
	text-align: right;
	background: url(images/dotted_line.png) bottom left repeat-x;
}

#tabs table tbody tr td:first-child,
#tabs table tbody tr td:last-child { background: none; }

#tabs table .table_spacer td { height: 27px; }

.clear {
	clear: both;
	height: 0;
}
