body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	background: url('img/bg_body.jpg') top center;
	line-height: 16px;
}

/* HEADINGS */
h1 {
	/* never used */
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

/* LINKS */
a:link, a:visited, a:hover {
	color: #512e00;
}
/* pseudo-link */
.navlink {
	float: left;
	cursor: pointer;
}


/* CONTAINERS */
.main, .header, .nav, .content, .footer {
	overflow: hidden;
}
.main {
	width: 987px;
	height: 1280px;
	margin-left: auto;
	margin-right: auto;
	background: url('img/bg_main.jpg') no-repeat top center;
}
.header {
	height: 235px;
}
.nav {
	height: 30px;
	padding-left: 63px;
}
.content {
	height: 800px;
}
.footer {
	height: 215px;
	color: #512e00;
	font-size: 14px;
	text-align: center;
	padding-left: 16px;
}
.footer_info {
	height: 125px;
	overflow: hidden;
}
.footer_credits {
	padding-left: 108px;
}
.footer_credits img {
	float: left;
}

/*home*/
.home_container, .milk_container, .why_milk_container, .photos_container, .contact_container, .locations_container {
	padding-left: 98px;
	padding-right: 95px;
	padding-top: 12px;
}
.home_text {
	height: 211px;
	overflow: hidden;
}
#ad img {
	display: block;
	border: 0;
}

/*milk*/
.milk_container {
	padding-right: 115px;
}
.milk_text_col1 {
	width: 480px;
	float: left;
}
.milk_text_col2 {
	width: 266px;
	float: right;
	padding-top: 15px;
}
.head_under {
	font-size: 16px;
	text-decoration: underline;
	color: #512e00;
	font-weight: bold;
}
ul.milk_list li {
	font-size: 12px;
}
.att_milk {
	background: url('img/bg_exclamation.gif') no-repeat 2px 10px;
	padding: 12px 0 12px 40px;
	color: #512e00;
	font-size: 16px;
	line-height: 18px;
}
.addition {
	background: #DBD2B7;
	border: 1px solid #44382A;
	padding: 0 0 12px 12px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*why_milk*/
.why_milk_container {
	padding-right: 100px;
}
.why_milk_text_col1 {
	width: 510px;
	float: left;
}
.why_milk_text_col2 {
	width: 266px;
	float: right;
}

/*photos*/
.photos_container {
	padding-right: 80px;
}
.photos_text {
	height: 118px;
	overflow: hidden;
}

/* locations */
.locations_container {
	padding-left: 130px;
}
.locations_list {
	clear: both;
}
.locations_image {
	float: left;
	width: 160px;
}
.locations_image img {
	border: 4px solid #9c845e;
}
.locations_text {
	float: left;
	width: 600px;
}
.locations_text h4 {
	padding-top: 0;
	margin-top: 0;
}

/*contact*/
.contact_container {
	
}
.contact_inner {
	background: url('img/bg_contact_map.jpg') no-repeat top left;
	height: 743px;
	overflow: hidden;
}
.contact_text_row1 {
	width: 480px;
	padding-top: 60px;
}
.contact_text_row2 {
	width: 420px;
}
.contact_text_row3 {
	width: 320px;
	font-size: 11px;
}
.contact_col1 {
	float: left;
	width: 480px;
}
.contact_col2 {
	padding-top: 270px;
	float: right;
	width: 238px;
}
.att_contact {
	background: url('img/bg_exclamation_small.gif') no-repeat 0 10px;
	padding: 12px 0 20px 25px;
	color: #512e00;
	font-size: 14px;
	/* border-bottom: 1px solid #7b6944; */
}
.contact_note {
	display: none;
	padding-top: 8px;
	color: #512e00;
	font-size: 11px;
}
.form_line {
	padding-bottom: 14px;
}
.inputter {
	width: 139px;
	border: 0; margin: 0; padding: 0;
	background: url('img/bg_input.jpg') no-repeat top left;
	font-size: 14px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-style: italic;
}
.textarrer {
	width: 238px;
	height: 115px;
	border: 0; margin: 0; padding: 0;
	background: url('img/bg_textarea.jpg') no-repeat top left;
	font-size: 14px;
	font-style: italic;
}
.button_image {
	border: 0;
}

/* locations */
.locations_container {
	
}
.locations_container h3 {
	font-size: 32px;
	color: #5F3602;
}


/* LISTS */
ul {
	margin-left: 14px;
	padding: 0;
}
ul li {
	padding: 0;
	margin: 0;
	line-height: 15px;
}


/* FORMS */
.formitem {
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
.label {
	float: left;
	padding-left: 6px;
}
.label_large {
	float: left;
}
.input {
	float: left;
}
.line_submit {
}
.line_textarea {
}
input {
	border: 1px solid #cccccc;
	background: white;
	color: black;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
.checkbox {
	border: 0;
}
input.medium {
	width: 160px;
}
input.large, textarea.large {
	width: 300px;
}
textarea {
	overflow: auto;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.button {
	background: #c41d36;
	color: white;
	border: 0;
	height: 20px;
}
.input_image {
	border: 0;
	background: transparent;
	padding-top: 4px;
}
.required {
	color: red;
}


/* MESSAGES */
.message_ok, .message_error {
	padding: 10px;
}
.message_ok {
	color: green;
}
.message_error {
	color: red;
}


/* SPECIALS */
img {
	border: 0;
	display: block;
}
hr {
	border: 0;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
}
.clear-both {
	clear: both;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.width-max {
	width: 100%;
}
.large {
	font-size: 18px;
}
.rel {
	position: relative;
	top: -4px;
	border: 0;
}

/* AJAX */
.ajaxinnerloader {
	color: white;
	padding-left: 100px;
}




.debugger {
	border: 1px solid white;
	background: black;
	color: white;
	padding: 10px;
}