@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:760px;
} 
 
#header{
 position:relative; 
 height:215px; 
  background-color:#f48500; 
 width:100%;
} 
 
#maincol{background-color: #f48500;  
 float: right; 
 display:inline; 
 position: relative; 
 width:760px;
 min-height:500px;
 }
 
#footer{
 height:28px; 
  background-color:#f48500; 
 clear:both;
 } 
 
#div-left {
 float:left;
 width:505px;
 padding: 5px 5px 0px 5px;
 text-align:left;
 color:#000000;
}
#div-right {
 float:left;
 width:245px;
}
#div-clear{
 clear:both;
}

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
}

a:link {
color:#000000;
text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 31px;
	margin-right: 13px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 31px;
	background-repeat: no-repeat;
}

.home {background-image: url(images/menu_home.gif); width: 54px;}
.home a {background-image: url(images/menu_home-over.gif);}
.baffin {background-image: url(images/menu_baffin.gif); width: 63px;}
.baffin a {background-image: url(images/menu_baffin-over.gif);}
.pinewood {background-image: url(images/menu_pinewood.gif); width: 91px;}
.pinewood a {background-image: url(images/menu_pinewood-over.gif);}
.valandre {background-image: url(images/menu_valandre.gif); width: 93px;}
.valandre a {background-image: url(images/menu_valandre-over.gif);}
.woolpower {background-image: url(images/menu_woolpower.gif); width: 118px;}
.woolpower a {background-image: url(images/menu_woolpower-over.gif);}
.retailers {background-image: url(images/menu_retailers.gif); width: 95px;}
.retailers a {background-image: url(images/menu_retailers-over.gif);}
.links {background-image: url(images/menu_links.gif); width: 52px;}
.links a {background-image: url(images/menu_links-over.gif);}
.contact {background-image: url(images/menu_contact.gif); width: 83px;}
.contact a {background-image: url(images/menu_contact-over.gif);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}