/*-------------------------------
Main Layout StyleSheet

Version 1.0
Author: James Purves
Email: info@unstuckdesign.com
Website: http://www.unstuckdesign.com

---------------------------------
Default Styles
---------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
line-height: 1.5; 
height: 100%;
background:#f3f1e7;
background:url(../images/main_bg.jpg);
background-repeat:repeat;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a
{
  outline: none;
}

*{
margin:0px; 
padding:0px;
}



#wrapper{
/*text-align:center;*/


}


#container{
width:900px; 
margin:0 auto;
text-align:left;
height:485px;

}

#container ul, ol {
margin:10px 0px;
padding:0pt 0px;

}
#container ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
font-size: 0.8em;
line-height: 1.5em;
text-align:left;
color:#b2b2a1;
font-family:Arial, Verdana, Geneva, sans-serif;
margin-left:15px;
}

/*-------------------------]-
Header
--------------------------*/
#header-wrapper{
/*text-align:center;*/
background:url(../images/header_bg.jpg);
background-repeat:repeat-x;


}

#header { 
width:900px; 
margin:0 auto;
text-align:center;



padding:50px 0px 0px 0px;
height:105px;
}

/*-------------------------]-
Navigation
--------------------------*/

ul#nav
{
	border: 0px solid blue;
	/*width: 900px;*/
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 0px 170px;
	list-style-type: none;
	height:49px;
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/navBg.gif) 0px 0px no-repeat;
}
#nav li
{
	border: 0px solid #440000;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#nav li A
{
	border: 0px solid #440000;
	text-indent: -90000em;
	letter-spacing: 0.01px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	height: 47px; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li A.activelink
{
	background-position: 0px -96px;
}
#nav li A:hover
{
	color: #000;
	background-position: 0px -48px;
}

li#homeLnk A
{
	background-image: url(../images/home_nav.png);
	width: 96px;
}
li#farmLnk A
{
	width: 77px;
	background-image: url(../images/farm_nav.png);
}
li#herdLnk A
{
	width: 75px;
	background-image: url(../images/herd_nav.png);
}
li#cheeseLnk A
{
	width: 91px;
	background-image: url(../images/cheese_nav.png);
}
li#marketsLnk A
{
	width: 101px;
	background-image: url(../images/markets_nav.png);
}
li#contactsLnk A
{
	width: 115px;
	background-image: url(../images/contacts_nav.png);
}


/*-------------------------]-
Herd Content Left
--------------------------*/

#herd-content-left {
float:left;
width:516px;
margin-top:50px;


}

* html #herd-content-left { width:516px; } /*--- ie6 dirty hack ----*/


/*-------------------------]-
Herd Content Right
--------------------------*/



#herd-content-right {
float:right;
width:309px;
margin-top:50px;
margin-right:38px;
}
* html #herd-content-right { margin-right:20px; } /*--- ie6 dirty hack ----*/

/*-------------------------]-
Cheese Content Left
--------------------------*/

#cheese-content-left {
float:left;
width:580px;
margin-top:50px;

}
* html #cheese-content-left { width:500px; } /*--- ie6 dirty hack ----*/



/*-------------------------]-
Cheese Content Right
--------------------------*/



#cheese-content-right {
float:right;
width:284px;
margin-top:104px;
margin-right:0px;
}



/*-------------------------]-
Markets Content Left
--------------------------*/

#markets-content-left {
float:left;
width:400px;
margin-top:50px;

}



/*-------------------------]-
Markets Content Right
--------------------------*/



#markets-content-right {
float:right;
width:395px;
margin-top:60px;
margin-right:0px;
}


/*-------------------------]-
Contact Us Content Left
--------------------------*/

#contact-content-left {
float:left;
width:616px;
margin-top:50px;

}



/*-------------------------]-
Contact Us Content Right
--------------------------*/



#contact-content-right {
float:right;
width:240px;
margin-top:50px;
margin-right:0px;
}

/*-------------------------]-
Full width content
--------------------------*/

#full-width-content {
float:left;
width:900px;

}

/*-------------------------]-
Footer
--------------------------*/


#footer-wrapper{
/*text-align:center;*/


height:100%;
}

#footer { 
width:900px; 
margin:0 auto;
text-align:center;

padding:80px 0px 0px 0px;


/*-------------------------]-
Footer Navigation
--------------------------*/


}
#navfooter ul {
color:#BABAA8;
font-family:Arial,Verdana,sans-serif;
margin:0 0 0;
padding-right:0;
}
#navfooter ul li {
border-right:1px solid #BABAA8;
color:#BABAA8;
display:inline;
font-size:0.7em;
padding:0 0.6em;
text-align:center;
text-decoration:none;
}
#navfooter ul li a {
color:#BABAA8;
text-decoration:none;
}
#navfooter ul li a:hover {
color:#b1b196;
text-decoration:none;
}
#navfooter .endnav {
border-right:0 solid #054EA0;
}


/*--------------------------
Typography
--------------------------*/
h1 {
color:#6a747c;
font-family:"adobe-garamond-pro", Arial, Verdana, Geneva, sans-serif;
font-size:1.6em;
font-weight:normal;
text-decoration:none;
padding:0px 0px 25px 0px;
line-height:1.4em;
letter-spacing:0.1em;
}

h1 em{
	color:#6a747c;
	font-size:smaller;
	font-style:normal;
}




h2 {
color:#6a747c;
font-family: "adobe-garamond-pro", Arial, Verdana, Geneva, sans-serif;
font-size:1.2em;
font-weight:normal;
text-decoration:none;
padding:0px 0px 0px 0px;

}

h3 {
color:#6a747c;
font-family:Arial, Verdana, Geneva, sans-serif;
font-size:1.1em;
font-weight:normal;
text-decoration:none;
padding:0px 0px 12px 0px;

letter-spacing:0.1em;

}


h4{
	color:#6a747c;
font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:0.8em;
	
	padding:4px 0px 4px 0px;
	font-weight:normal;}

h4 em{color:#7b7600;
font-style:normal;}



p {
font-size: 0.8em;
line-height: 1.5em;
text-align:left;
margin-bottom:1.6em;
color:#9f9f95;
font-family:Arial, Verdana, Geneva, sans-serif;
}



a {
text-decoration: none;
font-weight:normal;
color:#b2b2a1;
}

a:hover {
text-decoration:none;
}


.blue {
color:#054EA0;
}

.clear {
clear:both
}


hr {
color:#999999;background-color:#999999;height:1px;border:none;
}

ul, ol {
margin:10px 0px;
padding:0pt 0px;
}
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
}
ol {
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
}

dt {
color:#054ea0;
font-weight:bold;
}
dd {
padding-left:25px;
}
dl {
padding:10px 15px;
}


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

.float-left {
float:left;
}


code {
background:#F8F8F8 none repeat scroll 0%;
border:1px solid #F0F0F0;
display:block;
font-family:'Gill Sans','Courier New',Monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:500;
line-height:1.5em;
margin:3px 0pt;
overflow:auto;
padding:15px;
text-align:left;
}
acronym {
border-bottom:1px dotted #895F30;
cursor:help;
}
blockquote {
background:#F8F8F8 url(../images/quote.gif) no-repeat scroll 12px;
border:1px solid #F0F0F0;
color:#555555;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:17px;
font-style:italic;
font-weight:normal;
line-height:1.5em;
margin:10px;
padding:10px 10px 10px 32px;
}
table {
border-collapse:collapse;
margin:10px;
}
tr {
background:#FFFFFF none repeat scroll 0%;
}
tr.altrow {
background:#F9F9F9 none repeat scroll 0%;
}
th, td {
border-style:solid;
border-width:1px;
text-align:left;
}
th {
background:#CCCCCC none repeat scroll 0%;
border-color:#B7B7B7;
color:#054ea0;
padding:0.8em 1em;
}
td {
border-color:#EFEFEF;
padding:0.7em 1em;
}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
padding-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px;
  min-width: 570px;
  max-width: 570px;
  width: 570px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  background-color:#e8e8e8;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  color:#004080;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size:0.8em; 
}



form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#cheese-content-right h2 {
font-size: 1.2em;
color: #000;

}