@import url(global.css);
@import url(red_bar.css);

/*REGION PAGE STYLES*/
/*Common styles for all regional pages (sa, vic, nsw etc.)*/
/*-------------------------------------------------------------------*/
/* Page */
body
{
	background: #6B6B6B;
	margin: 0;
	padding: 0;
}

#pageBox
{
	width: 980px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -490px;
	padding-bottom: 20px;
}

#pageBoxBorder
{
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #333;
}


/*-------------------------------------------------------------------*/
/* Navigation/Content */
#navContentBox
{
	background: #FFF url(../../images/gui/nav_bg.gif) repeat-y;
	background-position: -1px 0;
}

/*Navigation*/
#nav
{
	float: left;
	width: 150px;
}

#nav h3
{
	margin: 0;
	width: 150px;
	height: 110px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav h3 span { visibility: hidden; }
#nav h3.sa { background-image: url(../../images/region_titles/sa.gif); }
#nav h3.vic { background-image: url(../../images/region_titles/vic.gif); }
#nav h3.nsw { background-image: url(../../images/region_titles/nsw.gif); }
#nav h3.qld { background-image: url(../../images/region_titles/qld.gif); }
#nav h3.nqld { background-image: url(../../images/region_titles/nqld.gif); }
#nav h3.wa { background-image: url(../../images/region_titles/wa.gif); }

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 30px;
}

#nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 8px;
}

#nav a { color: #FFF !important; }

/*Content*/
#content
{
	float: left;
	width: 570px;
}

#contentWide
{
	float: left;
	/*has no photos strip*/
	width: 700px;
}

#contentPad
{
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#pageTitle { margin-top: 0; }

#breadCrumbNav
{
	margin-bottom: 14px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

/*Photos*/
#photos
{
	float: left;
	width: 124px;
	padding-top: 8px;
}

#photos img { margin-bottom: 10px; }

/*Brands*/
#brands
{
	float: right;
	width: 125px;
	padding-top: 8px;
}

#brands p
{
	font-size: 10px;
	line-height: 1.1;
	padding-left: 4px;
	padding-bottom: 8px;
	color: #555;
	background-image: url(../../images/gui/brands_hr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#brands ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#brands li
{
	background-image: url(../../images/gui/brands_hr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	text-align: center;
}

/*Footer*/
#copyright
{
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 130px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
}

#copyright span { padding-right: 2px; }

/*-------------------------------------------------------------------*/
/* Contacts table (on all contacts pages) */
table.contactsTable
{
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	margin-top: 10px;
}

table.contactsTable th { text-align: left; }

table.contactsTable td
{
	padding-left: 0;
	padding-right: 10px;
}

