body {
    margin: 0px auto;
}
#page {
    background: white;
    width: 1000px;
    margin: 0px auto;
}

.inquiries form label {
    width: 75px;
    float: left;
}
.inquiries form input {
    border: 1px solid #7f9fb8;
		height: 19px;
		line-height: 19px;
}
.inquiries form textarea {
    border: 1px solid #7f9fb8;
		height: 167px;
}

.inquiries form .actions {
	margin-left: 75px;
}
input#submit_button {
	border: 0px;
	background: #d11900;
	color: white;
	height: 23px;
	margin-bottom: 6px;
	cursor: pointer;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
}

.inquiries .field {
	margin: 12px 0px;
}

.inquiries form {
	padding-top: 12px;
}
#producers ul li.view_all, #regions ul li.view_all {
	margin-bottom:12px;
}

/* put your main css here */


/* Default error colouring */

div.fieldWithErrors {
    display: inline;
}

#errorExplanation {
	border-top: 3px solid #F27F7F;
	background: #FFBEBE;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
    border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */