



body{
    background: #000 url(images/backgroundx.jpg) repeat-x left top;
	position: relative;
	margin: 0px 0px 0 38px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #AAAAAA;
	min-width: 1000px;

}
    
#minwidth{
	position: relative;
	width: 1000px;
}

/* -------------------------------------------- */


a:link,
a:visited,
a:active { 
	color: #f60;
    text-decoration: none;    
	}

a:hover {
    color: #fff;

}

a img{
	border: none;
}

/* Main Elements ---------------------------------- */

#mainimage{

	position: absolute;
	right: 0;
	top: 168px;
    z-index: 0;
	

}

.nomargin{
	margin: 0 !important;
}

#homelink{
	position: absolute;
	right: 38px;
	top: 40px;
}

#logolink{
	position: absolute;
	left: 38px;
	top: 40px;
}

.home{

 	position: relative;
 	width: 470px;
	left: 10;
	margin-top: 100px;
    font-size: 14px;
    margin-left: 20px;
   
 }
 
 .company{

 	position: relative;
 	width: 470px;
	left: 10;
	margin-top: 75px;
    font-size: 14px;
    margin-left: 20px;
   
 }

#header { 
	background: url(images/) no-repeat left top;
	height: 158px;

	}

#header h1 { 
	position: absolute;
	background: url(images/) no-repeat left top;
	text-indent: -9999px;
	top: 45px;
	left: 51px;
	height: 75px;
	width: 200px;

	}

h2 { 
     color: #f60;
	}

h3 {    
    border-bottom: 1px solid #666;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding-bottom: 5px;
	margin-bottom: 5px;

}

h4 {
    color: #f60; 
    margin: 0;
}



 
 