
/******************************************** 

Website: Perth Market City
Design: Patima Tantiprasut, Bam Creative
CSS: Patima Tantiprasut, Bam Creative
Bam Creative www.bam.com.au

*********************************************/


body, td {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-family: verdana, helvetica, arial, "century gothic";
	color: #666666;
}

h1 {
	font-size: 16px;
	color: #2D8D43; /* PMA Green */
}

h2 {
	font-size: 14px;
	color: #2D8D43; /* PMA Green */
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #666666; /* Medium Grey */
}

a {
	color: #2D8D43;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 740px !important; /* */
	width: 756px; /* for IE */
	padding: 20px 8px 20px 9px;
	background-image: url(../art/home-container-rpt.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
}

#logo {
	float: left;
	width: 200px;
	margin: 20px 10px 0px 20px;
}

#logo img {
	border: 0;
}

#primary-menu { 
	margin-top: 22px;
	float: right;
	margin-right:4px;
	height: 33px;
}

#primary-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#primary-menu li {
	padding: 0;
	margin: 0;
	display: inline;
	position: relative;
	
}

#primary-menu li a img {
	border: 0;
	padding: 0;
}

#montage img {
	margin-top: 0px;
}

#color-strip {
	background-image: url(../art/color-rpt.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 17px;
	width:740px;
	margin-bottom: 20px;
}

#content-area {
	margin-top: 30px;
	float: left;
	width: 420px;
	padding: 30px 30px 0 30px;
	text-align: left;
	line-height: 14px;
}

#bottom-links {
	margin-top: 20px;
	color: #999999;
	font-size: 10px;
}	

#bottom-links a {
	color: #999999;
}

#header {
	margin: 0 auto;
	clear: both;
	width: 757px;
	background-image: url(../art/home-container-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
}


#footer {
	margin: 0 auto;
	clear: both;
	width: 757px;
	background-image: url(../art/home-container-btm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 32px;
}

div.clear {
	clear: both;
	margin-left: 20px;
}

#qiksearch_js_space {
	text-align: left;
}

div.news {
	height: 30px;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

/* DROP DOWN NAV  */

#nav {
	margin: 0px;
	padding: 0px;
}

#nav, #nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
}

#nav li a:hover {
}

#nav li ul {
	clear: both;
	text-align: left;
	background-image: none;
	position: absolute;
	left: -999em;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #fff;
	
}

#nav li ul li {
	background-image: none;
	clear: both;
	background-color: #FCFADE;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	border-collapse: collapse;
}

#nav li ul li a {
	padding: 5px 5px 5px 10px;
	width: 135px;
	display: block;
	font-size: 10px;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color: #666666;
	text-decoration: none;
}

#nav li ul li a:hover {
	color: #fff;
	display: block;
	background-color: #2D8D43; 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0; /*for vertical drop downs */
	top: 33px; 
	color: #000;
	background-color: transparent;
}