/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Berkeley Farms Main */

body {
	background-color: #fff;
	color: #3c3c3c;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
}

h3 {
	color: #78A620;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 5px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

p {
	margin-bottom: 10px;
}

p.footnote {
	font-size: 11px;
	line-height: 16px;
}

a, a:visited {
	color: #001ee8;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background-color: #c8cbcd;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

ul {
	margin: 10px 0 10px 15px;
}

ul li {
	list-style: disc;
}

ol {
	margin: 10px 0 10px 25px;
}

ol li {
	list-style: decimal;
}

sup {
	position: relative;
	font-size: 8px;
	top: -5px;
}

td {
	padding: 2px 0 0 0;
	vertical-align: top;
}

textarea {
	background-color: #fff;
	color: #3c3c3c;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px;
	text-align: left;
}

.container {
	margin: 0 auto;
	width: 960px;
}

.header {
	background-image: url('/images/common/header.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 129px;
	width: 960px;
}

.header a.home_link {
	display: block;
	float: left;
	height: 129px;
	width: 190px;
}

.header a.home_link:hover {
	text-decoration: none;
}


.header .small_nav {
	float: right;
	font-size: 12px;
	margin-top: 25px;
}

.header .small_nav a {
	border-right: solid 1px #e7e7e7;
	color: #3c3c3c;
	padding: 0 10px;
}

.content {
	padding: 0 10px;
}

.footer {
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
}

.footer .nav {
	background-image: url('/images/common/footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 14px;
}

.footer .nav a {
	border-right: solid 1px #c8cbcd; 
	color:#3c3c3c;
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
	
}

.footer .nav a:hover {
	color: #001ee8;
	text-decoration: none;
}

/* Suckefish Nav */

.nav_holder {
	float: right;
	margin: 4px 46px 0 0;
	width: 700px;
}

#topNav {
	float: right;
	left: 0px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	position: relative;
	left: 0px;
	list-style-type: none;
	top: 0;
	z-index: 1000;
}

#topNav li a {
	color: #3c3c3c;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 15px 15px 15px;
	text-decoration: none;
}

#topNav li a:hover {
	color: #001ee8;
	display: block;
	text-decoration: none;
}

#topNav ul { /* all lists */
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
    z-index: 1000;
}

#topNav li { /* all list items */
	float: left;
	position: relative;
    text-align: center;
    list-style: none;
    z-index: 400;
}

#topNav li.divider {
	width: 1px;
}

#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#topNav li ul { /* second-level lists */
	background-color: transparent;
	background-image: url('/images/common/dd-back.png');
	background-position: bottom;
	background-repeat: no-repeat;
	display: none;
	left: 0px;
	padding: 0 0 5px 0;
	position: absolute;
	top: 47px; /* distance between drop down and head item RHS */
	white-space: normal;
	width: 145px;
	z-index: 1000;
}

#topNav li ul li {
	background-color: #f4f3f3;
	border: 0;
	border-left: solid 1px #c8cbcd;
	border-right: solid 1px #c8cbcd;
	float: none;
	padding: 0 5px;
	text-align: left;
	width: 133px;
	z-index: 100;
}

#topNav li ul li a {
	border-bottom: solid 1px #c8cbcd;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 0 5px 5px;
	text-align: left;
	z-index: 110;
}

#topNav li ul li a:hover {
	color: #001ee8;
}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 1000;
}

/* Shared Elements */

.left_col {
	float: left;
	width: 220px;
}

.left_col .left_nav {
	background-image: url('/images/common/left-nav-back.gif');
	background-position: left top;
	background-repeat: repeat-y;	
}

.left_col .left_nav h2 {
	background-image: url('/images/common/left-nav-head.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	height: 31px;
	line-height: 24px;
	margin: 0;
	padding: 7px 0 0 20px;
}

.left_col .left_nav a {
	border-bottom: solid 1px #c8cbcd;
	color: #3c3c3c;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 20px;
	padding: 5px 0;
}

.left_col .left_nav a:hover {
	color: #001ee8;
	text-decoration: none;
}

.left_col .quote {
	background-image: url('/images/common/quote-back.gif');
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 25px;
	text-align: center;
}

.left_col .quote p {
	margin: 5px 10px;
}

.left_col .quote .quoter {
	background-color: #fff;
	background-image: url('/images/common/quote-bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
	color: #78a620;
	font-size: 20px;
	height: 23px;
	line-height: 20px;
	padding: 5px 0 0 15px;
	width: 207px;
}

.right_col {
	float: left;
	margin-left: 20px;
	width: 700px;
}

.right_col h1 {
	margin-bottom: 10px;
}

.header_image {
	padding-bottom: 20px;
}

/* Homepage */

.home_top .home_slide {
	float: left;
	margin-right: 4px;
}

.home_top a {
	display: block;
	float: left;
	margin-bottom: 1px;
}

.home_mid .years {
	background-image: url('/images/homepage/100-years.gif');
	background-position: left top;
	background-repeat: no-repeat;
	color: #1d4d6d;
	float: left;
	font-size: 13px;
	height: 164px; /* orginal height 249px */
	line-height: 16px;
	padding: 85px 20px 0 170px;
	width: 279px; /* orginal width 469px */
}

.home_mid .milk_carton {
	background-image: url('/images/homepage/chocolate-milk.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	font-size: 13px;
	height: 249px;
	line-height: 16px;
	margin-left: 2px;
	width: 469px;
}

.home_mid .milk_carton p {
	margin: 105px 0 0 45px;
	width: 220px;
}

.home_mid .milk_carton p.links {
	color: #c8cbcd;
	font-size: 14px;
	margin: 10px 0 0 45px;
	width: 420px;
}

.home_mid .milk_carton p.links a {
	font-size: 14px;
}

.home_bottom {
	margin-top: 20px;
}

.home_bottom .home_copy {
	border-left: solid 1px #c8cbcd;
	border-right: solid 1px #c8cbcd;
	float: left;
	margin: 0 60px;
	padding: 0 20px;
	width: 480px;
}

.home_bottom img {
	float: left;
}

/* Products */

.products hr.liststart {
	margin: 20px 0 0 0;
}

.products .product_list {
	border-bottom: solid 1px #C8CBCD;
	float: left;
	width: 700px;
}

.products .product_list img {
	float: left;
}

.products .product_list .product_list_copy {
	float: left;
	margin: 15px 0 0 10px;
	width: 465px;
}

.products .product_list .product_list_copy p {
	margin: 10px 0;
}

/* Product Detail */

.product_table {
	width: 700px;
}

.product_table td {
	width: 20px;
}

.product_table .vert_space {
	height: 20px;
}

.product_table td.product {
	background-image: url('/images/products/product-back.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: solid 1px #c8cbcd;
	float: left;
	padding: 0 0 4px 0;
	vertical-align: baseline;
	width: 220px;
}

.product_table td.blank {
	background-image: none;
	border: 0;
	padding-top: 20px;
	text-align: center;
}

.product_table .product img {
	margin-bottom: 5px;
}

.product_table .product h4 {
	margin: 0 5px 3px 5px;
}

.product_table .product p {
	font-size: 13px;
	margin: 0 5px;
}

.product_table .product p.product_desc {
}

.product_table .last {
	margin: 0;
}

/* Heritage */


.img-float-left {
	float: left;
	margin: 5px 10px 10px 0;
}

.img-float-right {
	float: right;
	margin: 5px 0 10px 10px;
}

.hidden {
	display: none;
}

/* Contact Us */

table.contact_table tr td {
	font-size: 12px;
}

.text-input {
	border: solid 1px #c8cbcd;
	color: #3c3c3c;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	text-align: left;
	width: 250px;
}

table.contact_table textarea {
	border: solid 1px #c8cbcd;
	font-size: 12px;
	line-height: 16px;
	width: 250px;
}

.error_list {
	margin: 0;
}

.error_list li {
	color: red;
	font-style: italic;
	list-style: none;
	margin: 0;
}

/* Dairy Tour */

.dt_container {
	background-image: url('/images/dairyTour/dt-back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 420px;
	margin: 20px auto;
	padding: 10px;
	width: 850px;
}

