@charset "utf-8";
/* 2010@AusWaste Recycle Pty Ltd. Designed by Hau Lin Lau */

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

body {
	margin:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	background-color:#FFFFFF;
	font-size:0.75em;
	line-height:138%;
}

ul {padding-left:14px;}

li {padding:8px 0px;
list-style-position: outside;

}

a {
	outline: none;
	text-decoration:none;
}

a:hover {
	color:#F00;
}

	
.blue {
	color:#164891;
	font-weight:bold;
}


/* -- home page-- */

#wrapper {
	width:975px;
	margin:0 auto;
	height:auto;
}

#header {
	margin-top:25px;
	width:100%;
	border-bottom:#ccc 1px solid;
	height:110px;
	background:url(../images/auswaste_logo.gif) no-repeat left top;
}

/* -- top navigation menu -- */

.contactno {
	display:block;
	clear:left;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	
	}
	
.firstline {
	line-height:150%;}
	
.secondline {
	font-size:140%; 
	font-weight:bold;
	
}



#navcontainer {
	display:block;
	float:right;
margin-left:140px;
margin-top:14px;
font-size:12px;

}

ul#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	color: #666;

}
ul#navlist li a:link {
	color: #666;
	/*font-weight:bold;*/
	text-decoration: none;
}
ul#navlist li a:visited {
	color: #999;
	
}

ul#navlist li a:active, ul#navlist li a:focus, ul#navlist li a:hover, #current {
	/*font-variant:small-caps;*/
	text-decoration: underline;
	color: #999;
	font-weight:bold;
}

/* -- content -- */
#content {
	width:100%;
	margin-top:20px;
	height:100%;
}
/* -- content on the left -------- */

#contentLeft {
	display:block;
	float:left;
	width:659px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

#cLTop {
	width:inherit;
}

#cLLower {
	width:inherit;
	height:146px;
	margin-top:20px;
	margin-bottom:10px;
}

#cLLleft {
	background: url(../images/0_cLLleft_bkgd_v1.jpg) no-repeat top left;
	margin-right:7px;
	padding:10px 0px 10px 10px;

}

#cLLright {

	background: url(../images/0_cLLright_bkgd_v1.jpg) no-repeat top right;
		padding:10px 10px 10px 0px;
}

#cLLleft, #cLLright{
	display:inline;
	float:left;	
	width:314px;
	height:124px;
	border:#cdcdcd 1px solid;
}


#cLLleft img, #cLLright img {
	display:block;
	width:124px;
	margin-top:-10px;
}

#cLLleft img {
	float:right;
	padding-left:10px;
}

#cLLright img {
	float:left;
	padding-right:10px;
}


/* right box ------------------ */
#contentRight {
	display:inline;
	float:left;
	margin-top:12px;
	width:224px;	
	background: url(../images/0_gbox.jpg) no-repeat top center;
	padding:0 16px;
	margin-bottom:16px;
}

.cRTitle {
	padding:11px 14px 16px 0px;
	text-transform:uppercase;
}

#cRList ul {display:inherit;}
ul#cRList li {border-bottom:1px #999 dotted;}

/* -- footer -------- */

#footer {

	clear: both;
	width:975px;
	paddding-top:110px;
	border-top:1px #cccccc solid;
	margin-bottom:20px;
	height:auto;
	


}

.copyright {
	text-align:right;
	font-size:10px;
}

/* -- subpage ------------------------- */

#path {
	margin:-10px 0px 12px 22px;
	font-size:0.95em;
}

#sbcLLower {
	width:inherit;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}

#sbcLLleft {
	margin-right:7px;
	padding:10px 0px 10px 10px;

}

#sbcLLright {
		padding:10px 10px 10px 0px;
}

#sbcLLleft, #sbcLLright{
	display:inline;
	float:left;	
	width:314px;
	height:95px;
	border:#cdcdcd 1px solid;
}


#sbcLLleft img, #sbcLLright img {
	display:block;
	width:124px;
	margin-top:-10px;
}

#sbcLLleft img {
	float:right;
	padding-left:10px;
}

#sbcLLright img {
	float:left;
	padding-right:10px;
}

