﻿
/*********************catalogue - left columns ************************/
#dee_why, #hillsdale, #marrickville  {float:left;}
#dee_why {width:280px; margin-right:5px;}
#hillsdale {width:297px;margin-right:5px;}
#marrickville  {width:291px;}

#leftColumn {
	width:435px;	
	float:left;
	margin:0px 0px 0px 0px;		
}

/*********************catalogue - right columns ************************/
#rightColumn {
	width:435px;	
	float:left;	
	margin:0px 0px 0px 10px;	
}

div.suburbName {		
	height:35px;
/*	width:300px;	*/
	margin:20px 40px 0px 0px;
/*	float:right;	*/
}

div.suburbName h1 {
	color:#3399FF;
	font-size:1.4em;
	font-weight:bold;
	margin:0px 0px 0px 70px;
	padding:0;
}

div.suburbName p {	
	margin:0px 0px 0px 70px;
	padding:0;
}

div.address {
	background-color:#ffffff;
	background-image:url(../images/background_address.jpg);
	background-repeat:no-repeat;
	height:55px;
	/*width:300px;*/
	margin:0px 40px 0px 0px;
/*	float:right;	*/
}

div.phone {
	background:#ffffff url(../images/background_phone.jpg) no-repeat left center;
	height:55px;
	/*width:300px;*/
	margin:0px 40px 10px 0px;
/*	float:right;	*/
}

div.openingHours {
	background-color:#ffffff;
	background-image:url(../images/background_opening_hours.jpg);
	background-repeat:no-repeat;
	height:55px;
	/*width:300px;*/
	margin:0px 40px 0px 0px;
/*	float:right;	*/
}

div.openingHours h2 {
	color:#3399FF;
	font-size:1.05em;
	font-weight:bold;
	margin:5px 0px 0px 70px;
	padding:0;
}

div.openingHours p {
	margin:0px 0px 0px 70px;
	padding:0;
}

p {
	margin:12px 0px 0px 70px;
}

