/* styles are hidden from win/ie5 */
@import "null?\"\{"; 

/* reset syntax highlighting */
/* " */









/* core and canvas */
* 
{
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
}
html, body 
{
	font-size:100%;
	font-family:arial,sans-serif;
}




/* industrial background */
body 
{
	background:url(/images/home_ind.jpg) #fff no-repeat 0 0;
	color:#424242;
}





/* main content container */
#content
{
	width:auto;	/* flexible column */
	width:652px;	/* fixed column */
	padding:0 0 0 123px;
	background:url(/images/home_agr.jpg) transparent no-repeat 100% 0;
	height:550px;
}





/* heading */
h1 
{
	color:#544f56;
	width:440px;
	font-weight:bold;
	font-size:1.8em;
	font-family:arial,sans-serif;
	text-transform:uppercase;
	line-height:70%;
}


/* welcome text */
h2
{
	float:left;
	text-align:center;
	font-size:1.7em;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:261px;
	left:286px;
	width:194px;
	padding:10px;
	background:#fff;
	color:#858585;
}



/* contents list (slabs) */
ul
{
	margin:160px 0 0 -2px;
	width:605px;
	float:left;
}
* html ul 
{
	margin-left:-1px;
}
ul li
{
	float:left;
}
li#agr
{
	margin:0 0 0 20px;
}
