h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1contacttitle.png) no-repeat left top;
    border: none;
}
h2 span{
    display:none;
}
 
h2{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h2contacttitle.png) no-repeat left top;
    border: none;
}
h4 span{
    display:none;
}
 
h4{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h4contacttitle.png) no-repeat left top;
    border: none;
}
#home-slider {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background: #232323 url(../images/standard/thepigfarmerandpigs-night.jpg) center top;
	border-top: 1px solid #222;
}
.bannerhome {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}
.logo {float: left; margin-left: 45px; margin-top: 30px;}

#main ul {list-style-type: none;}
#main ul li {
	font: 1.2em/1.4em Verdana, Arial, sans-serif;
	color: #fff;
	text-align: justify;
}

#main ul { margin:10px 0px 30px 0px; padding:0px; }
#main ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#main ul li a { color:#fff; }
#main ul li a:hover { color:#bb3956; text-decoration:none; }

.redb {color:#bb3956;}

dt {font: 1.2em/1.4em Verdana, Arial, sans-serif; color:#bb3956; font-style: italic; }
