@charset "utf-8";
/* CSS Document */

/*import navigation and font css
--------------------*/
@import "nav.css";
@import "fonts.css";

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}

img {
	border: 0;
}

/*Page layout
-------------*/

#container {
	display: block;
	width: 1024px;
	background-color: #12A61F;
	margin: 0 auto;
	overflow: hidden;
}

#menu {
	display: block;
	float: left;
	width: 150px;
	height: 100%;
	min-height: 600px;
	background: #12A61F url(../images/menuTopLogo.png) no-repeat top;
	overflow: hidden;
}

#banner {
	width: 874px;
	height: 150px;
	background: #0099CC;
	float: right;
}

#content {
	display: block;
	width: 844px;
	height: 100%;
	min-height: 450px;
	float: right;
	padding: 15px;
	text-align: justify;
	overflow: hidden;
	background: #FFFFFF;
}

#newsContainer {
	width: 300px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #136116;
	font-size: 15px;
	font-weight: bold;
	float: right;
	border-bottom: solid 1px #136116;
	border-top: solid 1px #136116;
	text-align: justify;
	margin-left: 10px;
}

#streamingMediaClip {
	width:480px;
	height: 335px;
	margin: 0 auto;
}

/*Semen Sires
-------------*/

.stock {
	width: 420px;
	border: 0;
	margin: 0 auto;
	empty-cells: show;
}

.stock td {
	width: 200px;
	padding: 5px;
	vertical-align: text-top;
	overflow: visible;
}

.stock img {
	width: 200px;
	height: 150px;
}

.stock p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/*Photo Gallery
---------------*/

.gallery {
	width: 530px;
	border: 0;
	margin: 0 auto;
	empty-cells: show;
}

.gallery td {
	width: 250px;
	padding: 5px;
	vertical-align: top;
}

/*.gallery img {
	width: 250px;
	height: 200px;
}*/

.gallery p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/*links
-------*/

.links {
	border: none;
	margin: 0 auto;
	vertical-align: middle;
}

.links td {
	padding: 5px;
	vertical-align: middle;
}

/*News
------*/

.saleStats {
	width: 100%;
	border: 0;
	empty-cells: show;
	line-height: 2em;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.saleStats td.header {
	color: #136116;
	text-transform: capitalize;
	font-weight: bold;
	background: #CCCCCC;
	text-align: center;
}

.saleStats tr.odd {
	background: #CCCCCC;
}

.saleStats th {
	text-align: left;
}

/*Contact Us
------------*/

.contactUs {
	border: 0;
	margin: 0 auto;
	empty-cells: show;
	text-align: right;
	line-height: 2em;
	margin-bottom: 20px;
}

.contactUs td {
	vertical-align: middle;
	line-height: 2em;
}

.contacts {
	border: 0;
	margin: 0 auto;
	empty-cells: show;
	text-align: left;
	line-height: 2em;
	margin-bottom: 20px;
}

.contacts td {
	width: 250px;
	line-height: 2em;
	empty-cells: show;
}

.contacts th {
}

.contacts img {
	float: right;
}

/*Footer
--------*/

#footer {
	width: 1022px;
	height: 30px;
	margin: 0 auto;
	background: #FFFFFF;
	border: inset 1px #401F0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-top: 4px;
	color: #999999;
}