/*
-----------------------------------------------
The Roofing Centre Site Base Styles
Author: 	Ionata Pty Ltd
URL:		www.ionata.com.au
Version: 	1 June 2006
----------------------------------------------- */


body {
	background-color: 	#00A8E1;
	margin: 			0;
	padding: 			0;
	font-family: 		Verdana, Arial, Helvetica;
	color:				#000000;
	background-image: 	url(/images/bg-full.gif);
	background-repeat: 	no-repeat;
	background-position: top center;
	
}

body * { 
	margin: 			0; 
	padding: 			0; 
}

.clear-all { clear: both; }

a	{
	color:				#00A8E1;
}
	
a:hover, a:visited	{
	color:				#376086;
}

p {
	padding-bottom: 12px;
}

.home-image {
	position:			relative;
	top:				-6px;
}

/* CONTENT
---------------------------------------------------------------------*/

#findcentre {
	padding:			15px;
	padding-left:		50px;
	padding-bottom:		20px;
}

#content a {
	color:				white;
	text-decoration:	underline;
}

#content {
    float:				left;
	color:				white;
	font-size:			11px;
    width:				740px;
	position:			relative;
	top:				-40px;
}

#content p {
	line-height:		18px;
	text-align:			justify;
}

#content h1 {
	color:				#00A7E0;
	font-size:			22px;
	font-weight:		bold;
	padding-bottom:		10px;
	padding-top:		15px;
}


#content h2 {
	color:				#00A7E0;
	font-size:			14px;
	font-weight:		bold;
	text-transform: 	uppercase;
	padding-bottom:		5px;
	

}

#content h3 {
	color:				black;
	font-size:			11px;
	font-weight:		bold;
	text-transform: 	uppercase;

}

#content ol {
	padding-left:		30px;
}

#content li {
	padding-bottom:		10px;
}


/* FOOTER
---------------------------------------------------------------------*/

#footer {
	background-color: 	#00A8E1;
	font-size:			11px;
	color:				white;
	clear:				both;
	padding-top:		10;

}

#footer a {
	color:				white;
	text-decoration:	underline;
}

#footer a:hover	{
	color:				white;
	text-decoration:	none;
}
