/* © 2007 AGI - Australian Gypsum Industries */
/* homepage styles */

body {
	margin: 0;
	padding: 0;
	font: 12px/16px "Lucida Grande", "Trebuchet MS", arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: #fff url(../images/bg_strip_home.jpg) top repeat-x;
	}	
		
/* layout */

#header {
	background: transparent url(../images/AGI_aus_head.png) top no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 134px;
	padding: 0 0 0 0px;
	margin: 0;
	text-align: left;
	
	}

#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;

	width: 760px;
	padding: 0 0 10px 0;
	background: transparent;
	}
		
#banner {
	height: 215px;
	background: transparent url(../images/banner_bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	clear: both;	
	display: block;
	overflow: hidden;
	z-index: 80;		
	}	
	
#bannergallery {
	width: 740px;
	height: 180px;
	margin-top: 20px;
	padding: 0 0 0 40px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
#maincontent {
	min-height: 360px;
	clear: both;
	background: transparent url(../images/AGI_watermark.jpg) bottom no-repeat;    
	}
	
#leftcol { 
	float: left;
	background: transparent;
	width: 215px; 
	margin: 20px 0 0 0; 
	text-align: left; 
	padding: 0 0 10px 0;
	}
	
#leftcol p {
	padding: 4px 12px 0 12px;
	margin: 0;
	}
	
#rightcol {
	background: transparent;    
	text-align: left;
	min-height: 360px;
	margin: 20px 0 0 240px;
	padding: 0 0 0 0;
	}	
	
#footer	{ 
	background: #ededed url(../images/footer_bg.gif) top repeat-x; 
	clear: both; 
	overflow: hidden;
	bottom: 0;
	font: normal 11px/14px "Lucida Grande", "Trebuchet MS", arial, helvetica, sans-serif;
	color: #666;
	width: 100%;
	height:85px;
	margin: 20px 0 0 0;
	}
	
#footercontent {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 760px;
	padding: 0;
	background-color: transparent;
	padding: 20px 0 0 0;
	}
	
#footercontent p {
	padding: 0 0 0 240px;
	margin: 0;
	text-align: left;
	}
	
#footercontent img { float: right; margin: -42px 0 0 0;}
	
/* banner images */

.bannerimg { 
	float: left;
	padding: 8px 20px 8px 8px; 
	text-align: center;
	color: #caa431;
	}
	
.banplaster { float: left; padding: 8px 20px 8px 8px; text-align: center; color: #c90; }
.banplaster a:link,a:visited { color: #c90; text-decoration: none; }
.banplaster a:hover { color: #c90; text-decoration: underline; }	
.bancommercial { float: left; padding: 8px 20px 8px 8px; text-align: center; color: #693; }
.bancommercial a:link,a:visited { color: #693; text-decoration: none; }
.bancommercial a:hover { color: #693; text-decoration: underline; }
.banresidential { float: left; padding: 8px 20px 8px 8px; text-align: center; color: #933; }
.banresidential a:link,a:visited { color: #933; text-decoration: none; }
.banresidential a:hover { color: #933; text-decoration: underline; }	
.baninsulation { float: left; padding: 8px 20px 8px 8px; text-align: center; color: #69c; }
.baninsulation a:link,a:visited { color: #69c; text-decoration: none; }
.baninsulation a:hover { color: #69c; text-decoration: underline; }

/* other */ 
 
#clearer {clear : both}

.spacer { padding-top: 20px; }
.largespacer { padding-top: 80px; }
.botimg { padding: 20px 0 20px 0; }
.rightimg { float: right; }
.leftimg { float: left; }