body{
	margin:0 0 50px 0;
	font-family:Arial, Helvetica, sans-serif;
	background:#f7f7f8;
	color:#59595E;
	font-size:11px;
}

/* HTML tag styles START */
/* ======================================================*/

p{
	margin-top:0px;
}
h1{
	font-family:'Arimo', arial, serif;
	font-size:1.6em;
	font-weight:normal;
	padding-bottom:.5em;
}
h2{
	font-family:'Arimo', arial, serif;
	color:#069;
	font-size:1.4em;
	font-weight:normal;
}
h3{
	font-family:'Arimo', arial, serif;
	color:#069;
	font-size:1.2em;
	font-weight:bold;
}
h4{
	font-family:'Arimo', arial, serif;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:3px;
}
hr{
	font:0px;
	height:2px;
	color:#7E7B7C;
	background-color: #7E7B7C;	
	border:0px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
/* ======================================================*/
/* LINKS */
a:link, a:visited{
	color:#06a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#1e3c78;
}
.link_list a:link,
.link_list a:visited,
#contact a:link,
#contact a:visited{
	color:#4C5455;
}
.link_list a:hover,
#contact a:hover{
	text-decoration:none;
	color:#EF6318;
}

/* ======================================================*/
/* LISTS  */

ul.basic_list{
	margin:0px 0px 0px 20px;
	padding:0;
	list-style:none;
}
ul.basic_list li{
	background:url(http://www.alucobond.com.au/images/sub_nav-arrow.gif) no-repeat left center;
	margin:5px 0;
	list-style:none;
	padding-left:15px;
}
ul.link_list{
	list-style:none;
	margin:0px;
	padding:10px 0px 10px 15px;
	border-left:1px solid #D8D9DB;
	border-right:1px solid #D8D9DB;
	background-color:#efeff0;
}
.link_list li{
	background:url(http://www.alucobond.com.au/images/arrow_grey.gif) no-repeat 0px 9px;
	padding:10px 0px 5px 15px;
	margin:0px;
	border-bottom:1px solid #fff;
}
.link_list li a{
	display:block;
}




/* text styles START */
/* ======================================================*/
.light_grey{
	color:#7E7B7C;
}
.dark_grey{
	color:#4C5455;
}
.mid_blue{
	color:#4277ba;
}
.dark_blue{
	color:#0054A6;
}
.orange{
	color:#EF6318;
}



.large_body_text{
	font-size:1.2em;
}
.feature_text{
	font-size:1.4em;
	color:#000019;
}

.note{
	font-size:.9em;
}


/* form styles START */
/* ======================================================*/
.contactform{
	width:250px;
}
.contactform input{
	background-color:#e8e8ea;
	border:1px solid #979381;
	width:250px;
	margin-bottom:5px;
}
.contactform textarea{
	background-color:#e8e8ea;
	border:1px solid #979381;
	width:250px
}
.contactform label { 
	text-align:left; 
	display:block 
}
.contactform legend{
	display:none;
}
.contactform .submit input{
	background:#e8e8ea;
	color:#59595E;
	margin-top:5px;
	width:100px;
	float:right;
}
.contactform fieldset{
	border:0px;
	padding:0px;
}
.hide_label label {
	display:none;
}
#state_selector{
	/*display:none;*/
}
/* ======================================================*/
/* General  START */
.clearboth{
	clear:both;
	font-size:0px;
	height:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
.hide,.hidden{
	visibility:hidden;
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;	
}
.float-list{
	margin:0px;
	padding:0px;
	list-style:none;
}
.float-list li{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	list-style:none;
}



/* page layout skeleton START */
/* ======================================================*/
#page_container{
	width:980px;
	margin-top:0px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}
#page{
	text-align:left;
	background:#fff;
}
#page_header{
	background:url(http://www.alucobond.com.au/images/header-bg.png) no-repeat bottom center;
	text-align:left;
	padding:10px 20px 20px 20px;
	border-bottom:1px solid #bcbcbc;
}
#contact_menu{
	margin:0px 8px 0px 5px;
	float:right;
	border:0px red dotted;
}
#search{
	margin:-5px 0px 0px 0px;
	float:right;	
	color:#828788;
	text-align:right;
	border:0px dotted geen;
}
#searchinput{
	background:url(http://www.alucobond.com.au/images/bg_searchbox.png) no-repeat;
	width:180px;
	height:40px;
	border:0px solid blue;
	margin:0px 0px 0px 0px;
}
#searchinput .search-input{
	background:none;
	border:0px solid blue;
	margin:11px 10px 0px 40px;
	width:90px;
	font-style:normal;
	float-left;
	float:left;
	display:block;
}
#searchinput .search-button{
	text-transform:uppercase;
	display:block;
	float:left;
	background-color:#818185;
	overflow:hidden;
	border:1px solid #c7c7c8;
	margin:10px 0px 0px 3px;
	color:#fff;
	font-weight:bold;
padding:1px;
font-size:10px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#searchinput .search-button:hover{
	background-color:#000;
}

#logo{
	padding:10px 15px 0 0;
	float:left;
}
#logo img{
	border:0px;
}
#page_nav{
	font-family:'Arimo', arial, serif;
	font-size:1.2em;
	padding-left:15px;
	padding-top:75px;
}
#page_main{
	margin:20px 20px 0 20px;
	padding-bottom:20px;
}
#page_content{
	/*min-height:250px; see IE fix css
	height:auto;*/
}

#footing{
	width:980px;
	background:#e8e8ea;
	text-align:left;
	padding-top:20px;
}

#footing #footer_logos{
	width:270px;
	float:right;
	border-left:2px #b1b1b4 dotted;
}
#footer{
	width:940px;
	padding:5px 20px;
	background:#bdbdc6;
}
#footer a:link,#footer a:visited{
	color:#425968;	
}