/* Stylesheet for growproganics.com */

/* External Sheets */
@import url("page_highlight.css"); /* Highlights links */

/* Standard HTML elements */
html, body {
	position: relative;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: #555954 url('../images/structure/background_fade.gif') top center repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 0.875em;
}

p {}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
}

hr {}

em {}
strong {}

a {
	color: #345200;
	text-decoration: none;
	font-weight: bold;
}


#content_main a:hover, #page_footer a:hover {
	background: none;
	outline: 1px solid #345200;
	padding: 0 2px 0 2px;
	margin: 0 -2px 0 -2px;
	position: relative;
	z-index: 4;
}

#content_main a:active, #page_footer a:active {
	color: black;
	background: #E7ECE6;
}

/* Page Structure */

#page_wrapper {
	width: 980px;
	min-height: 100%;
	margin: auto;
	background: white;
	border-left: 1px solid #424929;
	border-right: 1px solid #424929;

	margin-bottom: -40px; /* Make room for footer */
}

#page_header {
	position: relative;
	height: 100px;
	width: 980px;
	padding-bottom: 20px;
	background: url('../images/structure/background_header_1.jpg');
}

#page_header ul {
	position: absolute;
	bottom: 19px;
	right: 10px;
	margin: 0; padding: 0;
	list-style-type: none;
}

#page_header ul li {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	float: left;
	margin: 0 5px 0 5px;
}

#page_header ul a {
	display: block;
	color: white;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
}

#page_header ul a:hover {
	outline: 1px solid white;
}

#page_header ul a:active {
	background: #7E847D;
}


#page_header a#home_link {
	display: block;
	position: absolute;
	bottom: 0px; left: 20px;
	width: 320px;
	height: 90px;
	text-indent: -2000em;
	overflow: hidden;
	margin: 0; padding: 0;
}

#page_content {
	padding: 5px 0 0 0;
	padding-bottom: 50px; /* Pad out for footer */
	overflow: hidden;
}

#page_footer {
	height: 40px;
	width: 980px;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

#content_sidebar {
	width: 220px;
	margin-top: 1em;
	float: left;
}

#content_sidebar ul {
	text-align: center;
	margin: 0; padding: 0;
	font-size: 12px;
	list-style-type: none;
}


#content_sidebar ul li {
	margin: 1.5em 0 1.5em 0;
}

#content_sidebar ul li a {
	padding: 0.25em 0.5em 0.25em 0.51em;
}

#content_sidebar ul li a:hover {
	outline: 1px solid #345200;
}
#content_sidebar ul li a:active {
	color: black;
	background: #E7ECE6;
}


#content_main {
	width: 740px;
	margin-left: 220px;
	position: relative;
}

body.home #content_main {
	left: -110px;
}


/* Product Tables */
.productchart, .productchart table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #345200;
	text-align: center;
}
.productchart {
	margin-bottom: 20px;
}

.productchart caption {
	font-size: 1.8em;
	padding-bottom: 8px;
	font-weight: bold;
}

.productchart td, .productchart th {
	border-bottom: 1px solid #345200;
}

.productchart td {
	font-size: 11px;
	text-align: center;
	padding: 4px 0.5em 4px 0.5em;
	border-left: 1px solid #345200;
	background: #EDF4E1;
}

.productchart tbody th {
	background: #7D9356;
	color: white;
}

.productchart .org_corn_hybrid {
	font-size: 1.4em;
}

.productchart .org_corn_treatment {
	display: block;
	font-style: italic;
	font-weight: normal;
}

.productchart .org_corn_maturity {
	font-style: italic;
	font-weight: bold;
}

.productchart thead th, .productchart tfoot th {
	background: #345200;
	color: white;
}

.productchart th {
	padding: 4px 0.5em 4px 0.5em;
	font-size: 10px;
}

.productchart .description {
	padding: 10px;
	text-align: left;
	line-height: 1.4em;
}

.productchart .description p {
	margin: 0 0 10px 0;
}


.product_info {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}
.product_info td, .product_info th {
	border: 1px solid #345200;
}
.product_info .product_name {
	width: 200px;
	padding: 1em;
	font-weight: bold;
	text-align: right;
	background: #7D9356;
	color: white;

	/*background: url('/images/structure/cell_back_dark_2.jpg') #637544 center center repeat-x;*/
}
.product_info .product_description {
	background: #EDF4E1;
}
.product_info thead th{
	background: #345200;
	color: white;
	padding: 4px 0 4px 0;
}

.linkgroup {
	margin: 20px 0 20px 0;
}

.linkgroup h2 {
	margin: 0;
}
