#header {
position:relative;
height:225px;
background:url('/images/bgHeader.png') repeat-x scroll center top;
width:100%;
}
#menumain{font-size:12px;
        background-color:#4B3619;
        height:25px;
        color:#FFFFFF;
}
#footer {
	background-image:url('/images/bgFooter.png');
	background-repeat:repeat-x;
	color:#eeeeee;
}
#siteHeaderNav {
	border-style:none; 
	position:relative;
	bottom:9px;
	left:-8px;
	width:1000px;
	text-align:left;
	
}
.siteHeaderAddresses {
	text-align: center;	
	}
.siteHeaderAddresses.td {
	width: 40px;
	}
	
.wrap {
  clear:both;
  position:relative;
  width:1000px;
  }
  
#container  {
  	position: relative;
  	width:990px;
  	}
#headerContainer {
	position: relative;
	width:1000px;
	height:190px;
	
	}

.sloganText {
	font-family:Verdana;
	font-style:italic;
	font-size:24px;
	position: absolute;
	color:#379f48;
	left:400px;	
	font-weight:bold;
	top:30px;
	
	}
	
#headerDecoration {
	position:absolute;
	right:150px;
	bottom:-5px;

}

#headerSocialbuttons {
	position:absolute;
	width: 215px;
	height: 80px;
	right:700px;
	bottom:-5px;
	background-image: url("/images/sn_sprite.jpg");

}

#headerSocialbuttons li, #headerSocialbuttons a  {
height: 80px;
display: block;
}
#headerSocialbuttons li{margin:0;padding:0;list-style:none;position:absolute;top:0;}

#social1{left:5px;width:58px;}
#social2{left:63px;width:52px;}
#social3{left:107px;width:52px;}
#social4{left:167px;width:52px;}
#social1 a:hover{background:transparent url(/images/sn_sprite.jpg) -5px -80px no-repeat;}
#social2 a:hover{background:transparent url(/images/sn_sprite.jpg) -63px -80px no-repeat;}
#social3 a:hover{background:transparent url(/images/sn_sprite.jpg) -107px -80px no-repeat;}
#social4 a:hover{background:transparent url(/images/sn_sprite.jpg) -167px -80px no-repeat;}
	
	
