/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Heather's Traditional Poultry Farm
* Filename: style.css
* Version: 1.0.0
* Website: http://www.heatherspoultry.co.uk
* Author: Dave Musgrove
* Description: Handles the site layout of the Heather's Traditional Poultry Farm page.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* _Body
==========================================*/

html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #fcfcfd;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
p { 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 17px; 
	font-size: 12px;
	margin: 0 0 12px 0; 
}
img { border: 0px; }


form { background: #fff; } 
input { background: #fff; margin: 0; padding: 0; border: 0; }

a { color: #b18f4e; }
a:hover { color: #b6a090; }



/* _Wraps
==========================================*/

#wrap { width: 800px; margin: 0 auto; }


/* _Containers
==========================================*/

#header01 { height: 15px; font-size: 0; margin: 0 auto; background: #000; }

#header02 { margin: 0 auto; text-align: center; background: url(../images/back-header.gif) repeat-x; }
#header02 img { }

#header03 { height: 46px; margin: 0 auto; background:  #593523; }
#header03 p { font-size: 12px; width: 800px; font-weight: bold; margin: 0 auto; padding: 16px 0 0 10px; color: #000; }
#header03 a { color: #b6a090; font-weight: bold; text-decoration: none; }
#header03 a:hover { color: #fff; }

#title-bar { border-bottom: 1px solid #1f3e0e; }
#title-bar h3 { width: 800px; font-size: 20px; color: #40453f; font-weight: normal; margin: 30px 0 10px 0; }
#title-bar h3 span { color: #3c6e21; }
#title-bar img { margin: 30px 0 10px 0; }

#left-col { width: 392px; float: left; padding: 0 0 30px 0; }
#left-col h4 { width: 392px; font-size: 18px; color: #40453f; font-weight: normal; padding: 0 0 6px 0; margin: 25px 0 10px 0; border-bottom: 1px solid #764d00; }
#left-col h4 span { color: #764d00; }
#left-col p { color: #846600; }

#right-col { width: 392px; float: right; padding: 0 0 30px 0; }
#right-col h4 { width: 392px; font-size: 18px; color: #40453f; font-weight: normal; padding: 0 0 6px 0; margin: 25px 0 10px 0; border-bottom: 1px solid #764d00; }
#right-col h4 span { color: #764d00; }
#right-col p { color: #846600; }

#products { text-align: right; padding: 0 0 30px 0; }
#products img { margin: 20px 0 0 0; }
#products p { margin: 20px 0 0 0; font-size: 12px; line-height: 16px; }
#products .text-block { float: left; width: 300px; text-align: left; }
#products .text-block2 { float: left; width: 800px; text-align: left; }
#products .text-block2 img { float: right; }
#products .info-block { color: #846600; padding: 0 0 0 20px; background: url(../stonefromstock/images/info.jpg) no-repeat 0px 3px; }
.clr { clear: both; font-size: 0; height: 10px; width: 800px; border-bottom: 1px solid #1f3e0e; }

#footer { width: 800px; height: 40px; clear: both; border-top: 1px solid #1f3e0e; margin-top: 20px; background: url(../images/footer.gif) no-repeat 0 6px; }
#footer p { margin: 10px 0 0 0; font-size: 10px; }

.green { color: #3c6e21; }


/* _Images
==========================================*/




/* _Forms
==========================================*/
