@charset "utf-8";
/* CSS Document */


/********************
***   Universal   ***
********************/

body,html {margin:0;padding:0;text-align:center;}

body {
	background:#FFF url(images/body-bg.png) center top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#FFF;
	}
	
p,h1,h2,h3,h4,h5,h6 {margin:0;padding:0;text-align:left;}

a {border:none;outline:none;display:block;width:100%;height:100%;}


/********************
***   Container   ***
********************/

#container {
	width:960px;
	margin:0 auto 0 auto;
	}
	
	
/********************
** PlumbCall Logo  **
********************/
	
a.logo {
	width:361px;
	height:142px;
	background-image:url(images/plumbcall-logo.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:9px 0 0 4px;
	display:inline;
	}
	
	
/********************
** Intro Paragraph **
********************/
	
p.about-plumbcall {
	width:490px;
	float:right;
	margin:16px 40px 0 0;
	font-size:1.2em;
	line-height:1.4em;
	display:inline;
	}
	
	
/********************
***    Content    ***
********************/
	
h1.saxon-solarstar {
	text-indent:-9999px;
	width:586px;
	height:142px;
	background-image:url(images/saxon-solar-star-logo.jpg);
	background-repeat:no-repeat;
	margin:5px 0 0 303px;
	float:left;
	clear:both;
	display:inline;
	}
	
h2.dealer-cashback {
	text-indent:-9999px;
	margin:24px 0 0 329px;
	width:558px;
	height:79px;
	background-image:url(images/saxon-solarstar-dealer-cashback.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	display:inline;
	}
	
div#details {
	width:552px;
	height:424px;
	float:left;
	clear:both;
	margin:16px 0 0 333px;
	background-image:url(images/1590-300-cashback.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:inline;
}
	
div#details p {text-indent:-9999px;}
div#details a { width:552px; height:424px; }
div#details small {text-indent:-9999px;}


/********************
***  Book online  ***
********************/

a.book-online {
	float:left;
	display:inline-block;
	width:420px;
	height:85px;
	margin:24px 0 20px 387px;
	background-image:url(images/book-online-button.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	text-indent:-9999px;
	text-decoration:none;
	}
	
a.book-online:hover {
	background-position:bottom;
	}
	
	
/********************
** Visit Homepage  **
********************/
	
a.visit-homepage {
	float:left;
	display:inline-block;
	width:410px;
	height:62px;
	margin:24px 0 40px 387px;
	background-image:url(images/visit-the-plumbcall-homepage-button.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	text-indent:-9999px;
	text-decoration:none;
	}
	
a.visit-homepage:hover {
	background-position:bottom;
	}
	
/********************
** Miscellaneous  **
********************/
p.conditionsapply {
	clear:both;
	text-align:right;
	color:#999;
	text-align:center;
	margin-bottom:.6em;
}