/* CSS Document */

body {
	background: #fff url("../img/bg_body.gif") bottom fixed repeat-x;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

#sitewrap {
	width: 798px;
	margin: 0 auto;
	background: transparent url("../img/bg_sitewrap.gif") repeat-y;
}

#innerwrap {
	width: 730px;
	margin: 0 auto;
}

#header {
	width: 730px;
	height: 120px;

}

#sidebar {
	width: 170px;
	float: left;
}

	#mlist {
		width: 170px;
	}
	
		#mlist input {
			width: 160px;
		}
		
		#mlist input.checkbox {
			width: 20px;
		}
		
		#mlist p.terms {
			font-size: 9px;
		}

#widecolumn {
	float: right;
	width: 530px;
}

	#widecolumn li {
		font-size: 12px;
	}
	
	#widecolumn img {
		border:1px solid #99CC33;
		margin-right:20px;
		padding:3px;
	}
	
	#widecolumn h2 img {
		border:0;
	}

.clear {
	clear: both;	
}

#footer {
	padding: 10px 0;
}


#navcontainer { width: 170px; }

#navcontainer ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul li {
	margin-bottom: 10px;
}

#navcontainer ul li {
	text-indent: -9999px;
}

#navcontainer a.about {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_aboutus.gif") top left;
}

#navcontainer a.about:hover {
	background: #fff url("../img/nav_sprite_aboutus.gif") 0 -43px;
}

#navcontainer a.products {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_products.gif") top left;
}

#navcontainer a.products:hover {
	background: #fff url("../img/nav_sprite_products.gif") 0 -43px;
}

#navcontainer a.shop {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_shoponline.gif") top left;
}

#navcontainer a.shop:hover {
	background: #fff url("../img/nav_sprite_shoponline.gif") 0 -43px;
}

#navcontainer a.stockists {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_stockists.gif") top left;
}

#navcontainer a.stockists:hover {
	background: #fff url("../img/nav_sprite_stockists.gif") 0 -43px;
}

#navcontainer a.knitforlife {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_knitforlife.gif") top left;
}

#navcontainer a.knitforlife:hover {
	background: #fff url("../img/nav_sprite_knitforlife.gif") 0 -43px;
}

#navcontainer a.trade {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_trade.gif") top left;
}

#navcontainer a.trade:hover {
	background: #fff url("../img/nav_sprite_trade.gif") 0 -43px;
}

#navcontainer a.testimonials {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_testimonials.gif") top left;
}

#navcontainer a.testimonials:hover {
	background: #fff url("../img/nav_sprite_testimonials.gif") 0 -43px;
}

#navcontainer a.contact {
	display: block;
	width: 170px;
	height: 43px;
	background: #fff url("../img/nav_sprite_contact.gif") top left;
}

#navcontainer a.contact:hover {
	background: #fff url("../img/nav_sprite_contact.gif") 0 -43px;
}

/* TYPE */

h2 {
	color: #009900;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #009900;
}

	h2 img {
		border: 0;
	}

p {
	color: #666666;
	font-size: 12px;
	text-align: left;
}

strong {
	font-weight: bold;
	color: #009900;
}

#footer p {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}