/*
	Client: West Yorkshire Spinners Ltd
	URL: http://www.wyspinners.co.uk
	Author: Lee Turver
*/

body { 
	color: #666;
	font: normal 9pt Arial, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background: #d5e5ed url('images/bg.gif') top left repeat-x;
	text-align: center;
}
.green { color: #63b513; font-weight: bold; }
.orange { color: #ff9933; }
.clear { clear: both; }
h1 { color: #63b513; font-weight: normal; font-size: 1.2em; }
h2 { color: #63b513; font-weight: normal; font-size: 1.8em; }

#site {
	background: url('images/bg-white-top.png') no-repeat;
	margin: 0 auto;
	min-height: 500px;
	padding: 9px 0;
	width: 900px;
	position: relative;
	margin-top: 40px;
}

#wrap-outer{
	background: url('images/bg-shade-top.png') no-repeat;
	margin: 0 auto;
	padding-top: 3px;
	width: 886px;
}

#footer{
	background: url('images/bg-shade-top.png') no-repeat 50% 0;
	margin: 0 auto;
	padding-top: 4px;
	width: 886px;
}
#page { clear: both; float: left; }
#wrap-inner {
	background: url('images/bg-shade.png') repeat-y;
	padding: 4px 4px 0 3px;
	width: 886px;
	clear: both;
}

#footer {
	background-image: url('images/bg-shade-low.png');

}

#header {
	width: 880px;
	height: 171px;
	background: #ffffff url('images/header.jpg') top left no-repeat;
	float: left;
}

#header h2 {
	text-indent: -10000px;
}

#banner {
	width: 880px;
	float: left;
	height: 172px;
	border-top: 8px solid #66cc00;
	border-bottom: 8px solid #6fbafe;
	overflow: hidden;
}
	/* Sub Styles */
	div.pics {  
		height:  880px;  
		width:   172px;  
		padding: 0;  
		margin:  0;  
	} 
 
	div.pics img {  
		width:  880px; 
		height: 172px; 
		top:  0; 
		left: 0 
	} 

#leftnav {
	width: 185px;
	float: left;
}

#leftnav ul, #leftnav ul li {
	width: 125px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#leftnav li {
	background: url('images/dot.gif') bottom repeat-x;
}

#leftnav li a {
	display: block;
	height: 35px;
	text-decoration: none;
	text-indent: -10000px;
}

#leftnav li a#about-us {
	background: url('images/nav_about-us.jpg') no-repeat;
}
#leftnav li a#home {
	background: url('images/nav_home.jpg') no-repeat;
}
#leftnav li a#processes {
	background: url('images/nav_processes.jpg') no-repeat;
}
#leftnav li a#materials {
	background: url('images/nav_materials.jpg') no-repeat;
}
#leftnav li a#contact-us {
	background: url('images/nav_contact-us.jpg') no-repeat;
}
#leftnav li a#links {
	background: url('images/nav_links.jpg') no-repeat;
}
#leftnav li a#shop {
	background: url('images/nav_shop.jpg') no-repeat;
}
#leftnav li a#campaign-for-wool {
	background: url('images/nav_campaign.jpg') no-repeat;
	height: 70px;
}

#main_content {
	width: 685px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*-  CONTENT
----------------------------------------------------------------------*/
#content {
	padding: 0 72px 2em 70px;
}

#intro {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#content h1 {
	color: #C33;
	font: normal 3.23077em Arial, Tahoma, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

/*-  FOOTER
----------------------------------------------------------------------*/
#footer {
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	text-align: center;
}

#footer,
#footer a {
	color: #036;
}

#footer ul,
#footer p {
	margin-bottom: 0.5em;
}

#footer li {
	border-right: 1px solid;
	display: inline;
	padding: 0 0.5em 0 0.4em;
}

li#f-contact {
	border-right: none;
	padding-right: 0;
}

#copyright { clear: both; padding-top: 5px; text-align: center; width: 840px; margin: 0 auto; border-top: 3px solid #66cc00; height: 40px; }
#copyright p { text-align: left; }
#copyright p.copyright { float: right; }

a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}

