/*generic stuff*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: .01em;
}

body, th, td, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	letter-spacing: 0em;
	
}

h1, h2, h3, h4, h5, h6, select, input, textarea, a{
	font-family: Arial, Helvetica, sans-serif; /*Verdana, */
	font-weight: normal; 
	padding: 0; 
	margin: 0;
}

h1 {
	margin: 25px 0px 15px 0px;
	font-size: 19px;
	letter-spacing: 0;
}

h2 {
	color: #fff;
	margin: 16px 0px 8px 0px;
	font-size: 18px;
	letter-spacing: 0;
}

h3 {
	color: #fff;
	margin: 15px 0px 7px 0px;
	font-size: 15px;
}

h4 {
	margin: 5px 0px 15px 0px;
	font-size: 10px;
}

hr {
	clear: left;
	border-width: 1px 0 0 0;
	height: 1px;
	border-top-style: solid;
}
	
a {
	color: #997437;
	outline: none;
}
	
a:link {}

a:visited {}

a:hover {
	text-decoration: none;
}

.access {
	display: none;
}

address {
	font-style: normal;
}

body {
	text-align: center;	/*centers in IE*/
}

#container {
	width: 800px;
	margin: 0 auto 0;
	padding: 20px 0 0; /*fixed width and auto margins to center container in non IE/Win*/
  	position: relative;  /* relative with no offset to allow positioning of contained elements relative to this container*/
	text-align: left; /*reset inherited text-align from IE/win centering*/
}

#pageHeader {
	height: 82px;
}

.logo {
	margin: 0;
	padding: 0;
}

.logo img {
	margin: 0;
	padding: 0;
}

#pageBody {
	margin: 0 0 0 36px;
	background: url(../images/bg/bg2.gif) repeat-y 0 0;
	border: 0;
	padding: 0;
}

#specialbutton {
	position: absolute; 
	top: 0; 
	right: 40px;
}

#navspecial {
	position: absolute;
	top: 20px;
	right: 30px;
	height: 82px;
	width: 118px;
	background: url(../images/bg/specialoffer.gif) no-repeat -2px 0;
}

a#navspecial:hover {
	background-position: 0 -82px;
}

#navspecial span {
	display: none;
}

/* Xmas Order Button */

/*#navspecial-xmas {position:absolute; top:21px; right:30px; height:82px; width:118px; background:url(../images/bg/xmas-order-board.gif) no-repeat -2px 0;}

a#navspecial-xmas:hover {background-position: 0 -82px;}

#navspecial-xmas span {display: none;}*/



#navPanel {
	float: left;
	width: 144px;
	margin: 0;
	padding: 0;
}

#nav1, #nav1 ul { /* all lists */
	padding: 0; /**/
	margin: 0;	/**/
	list-style: none;	/**/
	float : left;	/**/
	width : 11em;	/**/
}

#nav1 {
	display: block;
	position: relative;
	left: 19px;
	margin: 15px 0;  /*important.  0 Needed for nav to center properly in IE*/
	z-index: 99;
}

#nav1 li { /* all list items */
	position: relative;	/**/
	float: left;	/**/
	/*line-height : 1.25em;*/	/**/
	/*width : 11em;*/	/**/
	width: 125px;
	/*needed still??  xborder-bottom: 1px solid #fff; /*prevents nav display glitch in ie7b*/
	list-style: none;
	z-index: 99;
}

#nav1 li ul { /* second-level lists */
	position: absolute;	/**/
	left: -999em;	/**/
	margin-left : 125px;/**/
	margin-top : -33px;/**/
	padding: 10px 0 10px 20px;
	/*background-color: #f0eae1;*/
	background: url(../images/nav/nav_bg.png) repeat 0 0;
	z-index: 99;
}

#nav1 li ul li, #nav1 li ul li a, #nav1 li ul li a:hover  {
	z-index: 99;
}

#nav1 li ul ul { /* third-and-above-level lists */
	left: -999em;/**/
}

#nav1 li a {
	width: 125px;/**/
	w\idth : 125px;/**/
	height: 25px;
	display : block;/**/	/*important to set display to “block,” as we want each link to take up all the available space of its containing list item so color covers whole cell.*/
	color: #373612;/**/
	font-size: 10px;
	font-weight: normal;/**/
	text-decoration: none;
	text-transform: uppercase;/**/
	padding : 0 0.5em;/**/
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 100;
}

#nav1 li a.long {
	height: 40px;
}

#nav1 li a span {
	display: none;
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;/**/
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;/**/
}

li#navHome a { background-image: url(../images/nav/nav_home.gif); }
li#navAbout a { background-image: url(../images/nav/nav_about.gif); }
li#navProducts a { background-image: url(../images/nav/nav_products.gif); }
li#navNews a { background-image: url(../images/nav/nav_news.gif); }
li#navAwards a { background-image: url(../images/nav/nav_awards.gif); }
li#navSuppliers a { background-image: url(../images/nav/nav_suppliers.gif); }
li#navIlkley a { background-image: url(../images/nav/nav_ilkley.gif); }
li#navRecipes a { background-image: url(../images/nav/nav_recipes.gif); }
li#navNewsletter a { background-image: url(../images/nav/nav_newsletter.gif); }
li#navLinks a { background-image: url(../images/nav/nav_links.gif); }
li#navFind a { background-image: url(../images/nav/nav_find.gif); }
li#navContact a { background-image: url(../images/nav/nav_contact.gif); }
li#navMailorder a { background-image: url(../images/nav/nav_mailorder.gif); }

li#navLishmans a { background-image: url(../images/nav/nav_lishmans.gif); }
li#navDavid a { background-image: url(../images/nav/nav_david.gif); }
li#navTeam a { background-image: url(../images/nav/nav_team.gif); }
li#navEthos a { background-image: url(../images/nav/nav_ethos.gif); }
li#navBreed a { background-image: url(../images/nav/nav_breed.gif); }
li#navHistory a { background-image: url(../images/nav/nav_history.gif); }

#nav1 li a:hover, 
#nav1 li a:active {
	text-decoration: none;
	color: #997437;
	background-position: 0 -25px;
}

#nav1 li a.long:hover,
#nav1 li a.long:active {
	background-position: 0 -40px;
}

/* Holly Hack. Fix IE. Hide from IE Mac. /*Float gets around IE Win interpreting line breaks between HTML list items as white space, which makes items not stack up neatly in that browser. height: 1% rule that has also been added. Unfortunately (again!) the float fix uncovers another IE bug, which requires a height value to make the links display as block-level elements. \*/
* html ul.nav1 li { float: left; }   
* html ul.nav1 li a { height: 1%; }
/* End */

#content {
	margin: 0 17px 0 150px; /*left margin prevents text wrapping underneath the left hand panel.*/
	/*color: #373612;*/
	color: #000;
}

#content a {
	color: #373612;
}

#copybdy {
	z-index: 1;
}

#imggall {
	float: right;
	border-bottom: 10px solid white; /**/
	background-color: #fff;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/*.short #imggall {
	border-bottom: 10px solid white;
}*/

#copycontainer {
	position: relative;
	clear: right;
	padding: 25px 0 15px 0;
	/*padding: 0 0 0 0;*/
}

/*.short #copycontainer {
	padding: 25px 0 15px 0;
}*/

#copycontainer ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#copycontainer ul li {
	list-style: none;
	background-image: url(../images/bg/bullet.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 5px;
}

#copycontainer ul.pdflist li {
	background-image: url(../images/bg/smallpdf.gif);
}

#copy1 {
	float: left;
	display: block;
	margin: 0;
	/*padding: 0 0 0 0;*/
	padding: 0 0 0 25px;
	width: 250px;
}

/*.short #copy1 {
	padding: 0 0 0 25px;
}
*/
#copy1 h1, #copy2 h1{
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 36px;
	width: 230px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

h1#hdrwelcome { background-image: url(../images/hdr/hdr_welcome.gif); height: 110px; }
h1#hdrabout { background-image: url(../images/hdr/hdr_about.gif); }
h1#hdrproducts { background-image: url(../images/hdr/hdr_products.gif); }
h1#hdrnews { background-image: url(../images/hdr/hdr_news.gif); }
h1#hdroffers { background-image: url(../images/hdr/hdr_offers.gif); }
h1#hdrawards { background-image: url(../images/hdr/hdr_awards.gif); height: 70px; }
h1#hdrsuppliers { background-image: url(../images/hdr/hdr_suppliers.gif); }
h1#hdrilkley { background-image: url(../images/hdr/hdr_ilkley.gif); }
h1#hdrrecipes { background-image: url(../images/hdr/hdr_recipes.gif); }
h1#hdrnewsletter { background-image: url(../images/hdr/hdr_newsletter.gif); height: 70px; }
h1#hdrlinks { background-image: url(../images/hdr/hdr_links.gif); }
h1#hdrfind { background-image: url(../images/hdr/hdr_find.gif); }
h1#hdrcontact { background-image: url(../images/hdr/hdr_contact.gif); }
h1#hdrmailorder { background-image: url(../images/hdr/hdr_mailorder.gif); }

h1#hdrdavid { background-image: url(../images/hdr/hdr_david.gif); height: 70px; }
h1#hdrteam { background-image: url(../images/hdr/hdr_team.gif); }
h1#hdrethos { background-image: url(../images/hdr/hdr_ethos.gif); height: 70px; }
h1#hdrrarebreed { background-image: url(../images/hdr/hdr_rarebreed.gif); height: 70px; }
h1#hdrhistory { background-image: url(../images/hdr/hdr_history.gif); }


h1 span, h1 span {
	display: none;
	z-index: 5;
}

#copy2 {
	border-left: 1px solid #fff;
	margin: 0 24px 0 296px;
	padding: 0 0 0 17px; 

}

.short #copy2 {
	margin: 0 28px 0 260px;
	padding: 0 0 0 20px; 
}

#copy3 {
	margin: 0 20px 0 20px;
}

#pageFooter {
	clear: both;
	padding: 10px 0;
	background-color: #fff;
}

#pageFooter p {
	text-align: left;
	font-size: 10px;
	margin: 0 0 0 36px;
	padding: 0;
}

#pageFooter a {
	text-transform: lowercase;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: underline;	
}


/* images */
img.style1, img.style2 {
	background-color: #fff;
	border: 1px solid #E7E1D7;
	padding: 4px;
}

img.style1 {				/*For normal left-aligned content images*/
	float: left;
	margin: 10px 20px 5px 0;
}

img.style2 {				/*For normal right-aligned content images*/
	float: right;
	margin: 10px 0 5px 20px;
}

img.noframe {
	background-color: transparent;
	border: 0;
}

img.top {
	margin-top: 0px;
}



/*Page Specific Stuff*/

/*home page*/

#guildlogo {
	margin: 2px 0 0 18px;
}

/* contact page */

#map {
	width: 591px; 
	height: 300px;
	border: 1px solid #ccc;
	z-index: 1;
}

#map .bubble {
	margin: 0;
	padding: 0;
	width: 250px; /*fixed-width here also overcomes a bug in FF1.5*/
	font-size: 10px;
}

#map .bubble p{
	margin: 0;
	padding: 0;
}

form {
	margin-bottom: 30px;
}

form label {
	display: block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form select, form input, form textarea {
	display: block;
	border: 1px solid #333;
	margin: 0 0 8px 0;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666;
}

#formError {
	padding-bottom: 20px;
}

/*form select:hover, form input:hover, form textarea:hover {
	border-color: #997437;
}*/

.hidden {
	border: 0;
	padding: 0;
}

#saddr {
	float: left;
}

.submit {
	float: left;
	border: 1px solid #997437;
	background-color: #630;
	color: #fff;
	padding: 2px;
	font-size: 11px;
	cursor: pointer;
}

#directions .submit {
	 margin-left: 10px;
}

.submit:hover {
	border: 1px solid #630;
	background-color: #997437;
	color: #fff;
}

form {
	padding-bottom: 50px;
}

#formErr p {
	margin-top: 20px;
	width: 178px;
	padding: 7px 15px 10px 33px;
	color: #997437;
	border: 1px solid #997437;
	background: #E0D5C3 url(../images/bg/exclamation.png) no-repeat 10px 10px; 
}

input#email, input#contactname {
	width: 220px;
}

input.error {
	border-color: #997437;
	background: #fff url(../images/bg/asterisk.png) no-repeat 100% 2px; 
}

/*Recipes pages*/

.recipes #copy2 {
	padding-top: 36px;
}

.recipe h2 {
	margin-top: 0;
	padding-top: 0;	
}

.recipe h2 a {
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
}

.recipe img{
	margin: 0 0 15px;
}

.ingredients {
	margin-top: -5px;
	font-size: 11px;
}

.ingredients img {
	margin-bottom: 20px;
}

#copycontainer .ingredients ul li {
	background-image: url(../images/bg/bullet_sml.gif);
}


/*Full pages (i.e. no flash header)*/
.fullpage {
	padding-top: 20px;
}

.fullpage #copy1 h1, .fullpage #copy2 h1{
	margin-bottom: 10px;
}