html, body {
height: 100%;
font-family: Verdana;
background-color: #fff;
color: #67686B;
font-size: 0.75em;
}

body {
margin: 0;
padding: 0;
text-align: center;
}

#site {
margin: 0 auto;
text-align: left;
width: 760px;

height: auto;
background: #FFF url(images/water.gif) no-repeat top right;

}

h1 {
	position:absolute;
	top:-9999px;
}

/* Hack for IE, Reset to 100% height */

/* End IE Hack */

#footer{
clear: both;
text-align: center;
width:760px;
margin: 0 auto;
height: 121px;
line-height:1.5em;
background: white;
padding: 10px 0 0 0;
}
a{
text-decoration:none;
color:#67686B;
}
a:hover{
text-decoration:none;
color:#AF363E;
}

.strapline {
	padding: 0 25px 0 25px;
	width: 700px;
	text-align: center;
	bottom: 60px;
	height: 20px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #743134;
	z-index: 10;
}

.footer_p_home {
	width: 750px;
	text-align: center;
	height: 20px;
	line-height: 1.4em;
	margin: 0 auto 10px auto;
}
.footer_p {
	width: 750px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	height: 20px;
	line-height: 1.4em;
}


#content a{
text-decoration:none;
color:#6F3136;
font-weight:bold;
}
#content a:hover{
text-decoration:none;
color:#AF363E;
}

.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 */





/* Blogbutton */
.blogbutton {
	width: 215px;
	height: 52px;
	background: url(images/blogbutton.jpg) 0 -20px no-repeat;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 5;
}
.blogbutton:hover {
	background: url(images/blogbutton.jpg) 0 -97px no-repeat;
}
.blogbutton span {
	position: absolute;
	top: -9999px;
}

/* Price Guide */
.priceguide {
	width: 87px;
	height: 24px;
	background: url(images/priceguide.gif) 0 0 no-repeat;
	display: block;
	float: right;
	margin: -20px 0 0px 0;
	clear: both;
}
.priceguide:hover {
	background: url(images/priceguide.gif) 0 -24px no-repeat;
}
.priceguide span {
	display: none;
}

