/* @override 
	http://balewagons.local/stylesheets/screen.css?1236996787
	http://balewagons.local/stylesheets/screen.css?1238094552
*/
/* @group Elements */

* {
	margin: 0;
	padding: 0;
}
html,body {
	margin: 0;
	background: url("../images/backdrop.gif") repeat-y top left #005944;
}
body {
	font: 76% arial,sans-serif;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 10px 18px
}
h2 {
	font-family: Georga, serif;
	border: solid #777;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 18px;
}
h3 {
	margin-bottom: 18px;
}
hr {
	text-align: center;
	width: 95%;
	margin: 3px;
}

/* @end */

/* @group Layout */

#container {
	width: 960px;
	margin: 0 0;
	text-align: left
}
#header {
	background: url("../images/header.gif");
	height: 100px;
}
#header h1 {
	height: 100px;
	line-height: 80px;
	margin: 0;
	padding-left: 20px;
	color: #fff;
	float: left;
}
#header h1 a {
	text-decoration: none;
}
#header h2 {
	float: right;
	height: 100px;
	line-height: 80px;
	margin: 0;
	padding-right: 20px;
	color: #ECC496;
}
#content {
	float: right;
	width: 660px;
	padding: 20px;
}
#content p {
	line-height: 1.4;
}
#content a {
	color: #A23022;
}
#content a:hover {
	text-decoration: none;
}
#navigation ul {
	float: left;
	width: 240px;
	margin: 21px 0 10px 10px;
	/*padding-
top: 30px;*/
	color: #fff;
	list-style: none;
	/*background
: #DDD url("../images/navheader.gif") repeat-y top left;*/
	border-top: 1px solid #ECC696;
	font-weight: bold;
	letter-spacing: 1.5px;
}
#navigation li {
	border-bottom: 1px solid #ECC696;
	padding: 8px 8px 8px 15px;
	background: url("../images/bullit.gif") no-repeat left center;
}

#extra {
	float: left;
	clear: left;
	width: 200px;
}
#footer {
	clear: both;
	margin: 10px 10px;
	padding: 10px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
}
#footer ul {
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	margin-bottom: 10px;
	background-color: #A23022;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
}

#footer ul li a {
	color: #fff;
}

#pages.index img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;
	border: 1px solid #A23022;
}
#pages.contact #form {
	color: #fff;
	border: 2px solid #ECC496;
	padding: 10px;
	background-color: #B17F4B;
}
#pages.contact #form label {
	padding-bottom: 10px;
}
#pages.contact #form .contactsubmit {
	border-top: 1px solid #ECC496;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#address {
	border-top: 1px solid #000;
	padding: 10px;
}
.dashboard #content h3 {
	margin: 10px 0 5px;
}
a#dash_link {
	float: right;
	margin: 50px 10px 0 0;
	font-weight: bold;
}

.dashboard #content ul {
	margin-left: 20px;
}

/* @end */

/* @group Bale Wagons */

#wagonspecs {
	list-style: none;
}
#wagonspecs li {
	margin: 8px 0px;
	padding-top: 1px;
	font: 1.2em Georga, serif;
	color: #666;
	letter-spacing: 1px;
	background: url("../images/bg_dotted.gif") repeat-x 0 77% !important;
	background-position: 0 61%;
/*Hack
for Internet Explorer*/
}
#wagonspecs li span.specleft {
	float: left;
	padding: 1px 3px;
	background: #fff;
}
#wagonspecs li span.specright {
	float: right;
	padding: 1px 3px;
	background: #fff;
}
#wagonspecs li a {
	float: left;
	padding: 1px 3px;
	background: #fff;
}
#wagonspecs li br {
	clear: both;
}
.balewagon {
	
}
.balewagon h3 {
	
}
.balewagon img {

}

/* @end */

/* @group Forms and Form Errors */

fieldset {
	width: 270px;
	margin: 10px;
	padding: 10px;
}
.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}
#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}
#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

/* @end */

/* @group Miscellaneous */

.admin {
	margin: 5px;
	padding: 5px;
	background: #ECC696;
}
.left {
	float: left;
}
.right {
	float: right;
}
.required {
	color: red;
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#flash.error, #flash.notice {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
#flash.error {
	color: #fff;
	background: #c00;
}
#flash.notice {
	color: #060;
	background: #e2f9e3;
	border: 2px solid #060;
}

/* @end */