@charset "utf-8";
/* CSS Document */
/* LAYOUT Home ******************* */
body {
	background-image:url(/images/homepage/backgroundWeMakeConnections.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#layout {
	border:none;
}
#content {
	position:relative;
	float:left;
	left:37px;
	top:68px;
	width:400px;
	height:150px;
	z-index:10;
}
#boxHolder {
	position:relative;
	float:left;
	clear:both;
	left:0px;
	top:117px;
	width:965px;
	height:180px;
	border:none;
/*
	z-index:10;
*/
}
#boxHolder #news,
#boxHolder #products,
#boxHolder #companyInfo {
	position:relative;
	width:295px; /*315 -10px for left and right padding each */
	margin:0 0 0 6px;
	padding:5px 10px;
	float:left;
	display:inline; /* fix for double margin bug in IE */
	height:180px;
	color:#FFF;
	font-size:12px;
	line-height:18px;
/*
	z-index:10;
	background-color:#999;
	border:1px solid #F00;
*/
}
#boxHolder #news th,
#boxHolder #news td {
	vertical-align:top;
}
#boxHolder #companyInfo ul {
	/*margin:146px 0 0 25px;*/
	margin:30px 0 0 25px;
	padding:0;
	list-style-type:none;
}
#boxHolder #companyInfo li {
	margin:0 5px 10px 0;
	padding:0;
	/*float:left;*/
}
#boxHolder #products {
	width:315px; 
	margin:0 0 0 6px;
	padding:0;
}
#boxHolder #news a:link,
#boxHolder #products a:link,
#boxHolder #companyInfo a:link {
	color:#FFF;
	text-decoration:none;
}
#boxHolder #news a:visited,
#boxHolder #products a:visited,
#boxHolder #companyInfo a:visited {
	color:rgb(230,230,230);
	text-decoration:none;
}
#boxHolder #news a:active,
#boxHolder #news a:hover,
#boxHolder #products a:active,
#boxHolder #products a:hover,
#boxHolder #companyInfo a:active,
#boxHolder #companyInfo a:hover {
	color:#06C;
	background-color:rgb(250,250,250);
	text-decoration:none;
}
#footer {
	position:absolute;
	left:30px;
	top:600px;
	width:880px;
	height:20px;
}



