@import url('css-reset.css');
/* navigation import -- must come first */

/* proper styles for second-level pages			*/
/* author: daniel angel 						*/
/* date: 29 Sep, 2008							*/

/* begin tag redefinition */


body{
	background: #0081C6 url(../images/bg_gradient.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #322f30;
}

p {
	line-height: 1.5em;
	margin: .85em 0 .85em 0;
}

h1, h2, h3, h4, h5 {
	margin: .2em 0 .2em 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 15px;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background: #EEE;
	margin: .6em 0 .8em 0;
	padding: .8em .5em 1em .5em;
}

blockquote {
	font-style: oblique;
	margin: 0 0 .8em 0;
	padding: 0 .5em 1em .5em;
	line-height: 1.5em;
}

a:link {
	color: #322f30;
	text-decoration: underline;
}

a:visited {
	color: #322f30;
	text-decoration: underline;
}

a:hover {
	color: #0081C6;
	text-decoration: underline;
}

a:active {
	color: #006EAA;
	text-decoration: none;
}


/* ----------- begin layout ----------- */
/* ------------------------------------ */
/* ------------------------------------ */

div#container {
	width: 1046px;
	margin: 0 auto;
}

/* --------- news feed ticker --------- */
div#news-feed {
	background: url(../images/news-feed-bg.png) top left  no-repeat;
	height: 42px;
	width: 365px;
	float: right;
	margin: -42px 61px 0 0;
	position: relative;
}
	h4#news-feed-title {
		background: url(../images/news-feed-title.png) top left no-repeat;
		height: 26px !important;
		position: absolute;
		top: 6px;
		left: 10px;
		padding: 0 !important;
		margin: 0 !important;
		text-indent: -9999px;
		width: 44px;
	}
	ul#ticker {
		font-size: 11px;
		color: #424242;
		padding: 0;
		position: absolute;
		width: 270px;
		top: -3px;
		left: 65px;
		list-style: none;
	}
	h4#rss-link a {
		background: url(../images/rss-icon.png) top left no-repeat;
		height: 21px;
		width: 21px;
		position: absolute;
		top: 9px;
		right: 10px;
		text-indent: -9999px;
		outline: none;
	}
	ul#ticker a {
		text-decoration: none;
	}
	ul#ticker a:hover {
		color: #b7690c;
		text-decoration: none;
	}
	
/* ------- end news feed ticker ------- */

div#header {
	height: 189px;
	background: url(../images/total_roof_restoration_header2.jpg) top left no-repeat;
}

	div#header h1 {
		margin: 0;	
	}

	div#header h1 a { 
		display: block;
		position: relative;
		top: 20px;
		left: 50px;
		width: 300px;
		height: 90px;
		overflow: hidden;
		text-indent: -9999px;
	}
	div#header h2 {
		visibility: hidden;
	}

div#shadow {
	overflow: visible;
	width: 979px;
	margin: 0 0 0 35px;
	background: url(../images/main-content-background.png) bottom right no-repeat;
}

	span#shadow-maker {
		display: block;
		height:24px;
	}
	
div#main-content {
	background: #FFF url(../images/main-content-inner-background.png) top left no-repeat;
	width: 900px;
	padding: 35px;
	margin: 0;
	min-height: 180px;
}


/*navigation related things */

div#fancymenu {
	padding: 0 0 0 48px; /* align menu with content. using padding and *not* margin to allow for smooth effect*/
}


/* inside column layout */

div.singlecolumn {
	clear: both;
	margin: 10px 0;
}
div.columnone, div.columntwo {
	width: 432px;
	float: left;
}
div.columnone {
	margin: 0;
}


div.columntwo {
	margin: 0 0 0 20px;
}
body#suburbs div.columntwo {
	width: 402px;
	padding: 0 0 0 30px;
}
body#suburbs div#suburb-pad {
	padding: 0 0 0 20px;
}


/* social media link boxes - facebook and twitter */

p#twitter-box a, p#facebook-box a {
	background: url(../images/social-link-boxes.png) 0 0 no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 22px;
	margin: -4px 0 0 188px;
	padding: 19px 0 0 43px;
	text-decoration: none;
	width: 176px;	
}
p#facebook-box a {
	background: url(../images/social-link-boxes.png) 0 -42px no-repeat;
}
p#twitter-box a:hover, p#facebook-box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

body#contact p#twitter-box a, body#contact p#facebook-box a {
	margin: 0;
	float: right;
}
body#contact p#twitter-box a {
	margin: 0 0 0 0;
}


/* watch video buttons */

p.video-btn a {
	background: url(../images/video-buttons.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	margin: 0 0 0 auto;
	text-indent: -9999px;
	width: 249px;
}

p.video-btn.repair a { background-position: 0 -30px; width: 273px; } 
p.video-btn.wash a { background-position: 0 -60px; width: 280px; }
p.video-btn.bedding a { background-position: 0 -90px; width: 309px; }
p.video-btn.pointing a { background-position: 0 -120px; width: 314px; }
p.video-btn.primer a { background-position: 0 -150px; width: 263px; }
p.video-btn.base a { background-position: 0 -180px; width: 263px; }
p.video-btn.top a { background-position: 0 -210px; width: 263px; }

p.video-btn a:hover  {background-position: -350px 0; } 
p.video-btn.repair a:hover  {background-position: -350px -30px; } 
p.video-btn.wash a:hover  {background-position: -350px -60px; }
p.video-btn.bedding a:hover  {background-position: -350px -90px; }
p.video-btn.pointing a:hover  {background-position: -350px -120px;}
p.video-btn.primer a:hover  {background-position: -350px -150px; }
p.video-btn.base a:hover  {background-position: -350px -180px; }
p.video-btn.top a:hover  {background-position: -350px -210px; }




/* contact box for about us and faq pages ... */

div#contact-us-box a {
	background: url(../images/faq-contact-box.png) top left no-repeat;
	display: block;
	height: 204px;
	width: 423px; 
}
div#contact-us-box a h3 {
	margin: -10px 0 30px 0;
}
div#contact-us-box a h2 {
	padding: 0;
	margin: -40px 0 0 0;
}
div#contact-us-box a span {
	display: block;
	width: 300px;
	margin: 13px 0 0 20px;
}
div#contact-us-box a p#fill-in-form {
	margin: -10px 0 0 0;
}
div.spacing {
	margin: 0 0 25px 0;
}


/* footer */

div#footer {
	font-size: 10px;
	color: #F2F1E0;
	margin: -4px 0 20px 60px;
	width: 909px;
}

div#footer ul {
	float: left;
	padding: 0 18px 0 2px;
	margin: 2px 0 0 0;
	height: 20px;
}

div#footer ul li {
	display:inline;
	padding: 0 10px 0 0;
}

div#footer p {
	margin: 0;
	padding: 0;
	float: left;
	height: 20px;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #f2f1e0;
	text-decoration: none;
}

div#footer a:hover {
	color: #9CD5F4;
	text-decoration:none;
}

div#footer li.current a {
	color: #87BBF4;
}

div#footer p#copyright {
	float: right;
}

div#footer p#twitter-text {
	position: absolute;
	top: 11px;
	right: 368px;
}
div#footer p#twitter-icon-small {
	position: absolute;
	top: 9px;
	right: 347px;
}

div#footer p#rss-text {
	position: absolute;
	top: 11px;
	right: 289px;
}
div#footer p#rss-bit {
	position: absolute;
	top: 9px;
	right: 267px;
}

div#footer p#facebook-text {
	position: absolute;
	top: 11px;
	right: 476px;
}
div#footer p#facebook-bit {
	position: absolute;
	top: 10px;
	right: 455px;
}

div#footer p#koodoz {
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 9px;
}

div#footer p#koodoz-logo {
	position: absolute;
	top: 10px;
	right: 6px;
}

div#footer p.eftpos {
	background: url(../images/eftpos-footer.png) top center no-repeat;
	clear: both;
	display: block;
	height: 60px;
	margin: 10px 0 20px 0;
	text-indent: -9999px;
	width: 100%;

}

div#footer div#footer-bar {
	background: url(../images/footer-bar.jpg) top center no-repeat;
	clear: both;
	display: block;
	height: 42px;
	position: relative;
	width: 909px;
}
div#footer div#footer-bar p#eftpos-available {
	padding: 11px 0 0 220px;
}

/* ------------ suburbs --------------- */

ul.list-col {
	margin: 0;
	padding: 5px;
	display: block;
	float: left;
	width: 440px;
}
ul.list-col li {
	display: block;
	list-style: disc;
	line-height: 1.5em;
	float: left;
	width: 220px;
}

/* ------------------------------------ */ 


/* ------------ end layout ------------ */


/* -------- minor adjustments --------- */
/* ------------------------------------ */
/* ------------------------------------ */

.defloat {
	display: block;
	clear: both;
	float: none;
}

.debug {
	border: Navy 1px dotted;
}

.disclaimer {
	line-height: 12px;
}
.disclaimer strong {
	font-weight: bold;
}