body
{
    margin: 0;
    padding: 0;
    border: none;
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    background-color: inherit;
    
}

div.overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;

}
	div.overlay div#introlocation
	{
/*		background: url(../assets/images/grid_top.gif) no-repeat 0 19px;*/
		margin: 0 auto 0 auto;
		width: 990px;
		height: 600px;


	}
	
div.holder
{
	position: absolute;

	width: 100%;
	z-index: 5;
}

	div#site
	{
	    margin: 0 auto;
	    width: 951px;
		background: url(../assets/images/grid_top.gif) no-repeat 0 0;
		padding-top: 115px;
		margin-top: 19px;


	}

		div#moulds
		{
			background: url(../assets/images/grid_moulds.gif) no-repeat 0 0;
			width: 520px;
			height: 351px;
			float: left;
		}
	

		div#content
		{
			float: left;
			clear: right;
			margin: 0 auto;
			width: 420px;
			height: 400px;

		}

			div#content div
			{
				display: none;
			}

	div#banner
	{
		clear: both;
		width: 100%;
		height: 90px;
		background: #e5e5e5 url(../assets/images/logo.png) no-repeat 730px 15px;

	}

span#mailtarget embed,
span#mailtarget object
{
	display: inline;
	position: relative;
	top: 5px;
	left: -1px;
}
