/* page elements */ @import url("page.css");

html body{
	background: #e5e5d1 url(/gfx/body_bg_COM.jpg) repeat-x;
}
#mainwrapper {
	background:#FFF none repeat scroll 0 0;
	margin:15px auto 0;
	width:900px;
}
/* HEADER **************************************/
#header{
	height:350px;
	width:900px;
	background: url(/gfx/header_bg_BenecolCOM2.jpg) no-repeat 50px 25px;

}
#header img#usa{
	height:56px;
	margin:250px 0 0 50px;
	width:230px;
	float:left;
}
#header img#net{
	height:56px;
	margin:250px 0 0;
	width:570px;
	float:left;
}
#header img#usa2{
	height:56px;
margin:0 0 0 220px;
width:90px;
}

/* FONT SIZES **********************************
span.xlarge {
font-size:16px;
}
span.large {
font-size:14px;
}
span.normal {
font-size:12px;
}*/
/* CONTENT **************************************/
#contentwrapper {
	width:900px;
}
#content{
	width:auto;
	padding:10px 0 40px 80px;
	min-height:100px;
	height:auto;
}
/* MAP **************************************/
ul#countryList{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#countryList li{
	width:160px;
	float:left;
	line-height:20px;
}
dl.map {
	position:relative;
	width:658px;
	height:426px;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border: #222 0px solid;
	background:url(/gfx/tooltip-bg.png);
	z-index:11;
	font-size:12px;
	color:#fff;
}
dl.map dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(/gfx/point.png) no-repeat;
	width:12px;
	height:12px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.location:hover {
	background:url(/gfx/point-hover.png) no-repeat -1px -1px;
}
dl.map dd a:link,
dl.map dd a:visited {
	color:#fff;
	text-decoration: none;
}
dl.map dd a:hover {
	text-decoration: none;
}
dl.map dd a.close {
	position:relative;
	float:right !important;
	float: none;
	color:#000;
	background:url(/gfx/close.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:16px;
	width:16px;
	margin-left:4px;
	margin-right:-6px;
	text-decoration:none;
}

/* SIDEBAR 
.tabs10 a {
	background-image:none;
}
#sideContent dd.icon img{
	display:block;
	float:right;
	border: 1px solid #E5E5D1;
}
#sideContent .documents dd.icon {
	width:43px;
}
*/