
/* 
///////////////////////////////////////
	Clipsal Australia Pty Ltd
	Author:    Kel Andersen
	Modified:  28/01/2009
/////////////////////////////////////// */	

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;     
}

/* 
///////////////////////////////////////
	SITES
/////////////////////////////////////// */

#xmas {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 740px;
	height: 215px;
}

#branding {
	float: left;
	width: 740px;
	height: 105px;
	margin: 80px 0 0 0;
	text-align: center;
	background-image: url(../images/bg_branding.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* 
///////////////////////////////////////
	SITES
/////////////////////////////////////// */

#sites {
	float: left;
	width: 740px;
}

#sites UL { 
	overflow: hidden;
	float: left; 
	margin: 0 0 0 0; 
	padding: 0;
}

#sites UL LI { 
	display: inline;
	float: left;
	width: 330px;
	margin: 0 20px 0 20px;
	padding: 0; 
}

#sites UL A { display: block; height: 171px; }

/* titles */
#sites UL LI H1 { text-indent: -9999px; text-decoration: none; }

#sites #homeowner H2 { float: right; width: 300px; padding: 12px 10px 0 0; text-align: right; }
#sites #trade H2 { float: left; width: 300px; padding: 12px 0 0 10px; text-align: left; }


/* graphic sites */
#sites #homeowner, sites #trade { float: left; width: 330px; }

#sites #homeowner H1 A,
#sites #trade H1 A {
	width: 330px;
	height: 171px;
	background-position: top left;
	background-repeat: repeat-x;
}

/* homeowner */
#sites #homeowner H1 A { background-image: url(../images/btn_homeowner.jpg); }
#sites #homeowner H1 A:hover { background-image: url(../images/btn_homeowner.jpg); background-position: top right; }

/* trade */
#sites #trade H1 A { background-image: url(../images/btn_trade.jpg); }
#sites #trade H1 A:hover { background-image: url(../images/btn_trade.jpg); background-position: top right; }

object { outline: none; } /* flash */

/* 
///////////////////////////////////////
	FOOTER
/////////////////////////////////////// */

#footer { 
	float: left; 
	width: 740px; 
	margin: 50px 0 0 0;
	padding: 0 0 10px 0;
	text-align: center; 
}

#footer #cci {
	vertical-align: top;
}
