*
{
	margin:0;
	padding:0;
}

html, body
{
	height:100%;
	font-family:'Helvetica',serif;
	font-size: 13px;
	font-weight: bold;
}

img
{
  border:0px;
}

#distance
{ 
	width:1px;
	height:50%;
	margin-bottom:-292px; /* half of container's height */
}

#container
{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:555px;
	width:690px;		
  background-image:url(../img/net/mdl_bg.gif);		
}

#banner
{
	background:url(../img/net/top_bar.jpg) no-repeat center top;
  width:690px;
 	height:206px
}

#flash
{
  padding-top: 165px;
  padding-right: 25px;
	text-align:right;
}

#navigation
{
  padding-top:2px;
  padding-left:39px;
	background:url(../img/net/nav_wide.jpg) no-repeat center top;
 	height:23px;
}

#navigation ul
{
  color: #ffffff;
  padding-top:2px;
	list-style-type:none;
}

#navigation li
{
	float:left;
	margin:0px;
	width:215px;
	height:25px;
	list-style-type:none;
}

#navigation select
{
  font-size:11px;
  border-color:#525255;
  border-style:solid;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  background-color:#ceced0;
  width:100px;
}

#navigation_product
{
  color:#fff;
  text-align:left;
  padding-top:4px;
	padding-right:0px;
	padding-left:17px;
	padding-bottom:0px;
  margin-top:4px;
  margin-bottom:9px;   
  margin-left:0px;
	background:url(../img/net/nav_small.jpg) no-repeat center top;
 	height:25px;
}


#worldmap
{
  clear:left;
  margin-left:28px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#news
{
  float:right;
	text-align:center;
	margin-top:5px;
  padding-right:6px;
  color: #006699;
	height: 285px;
	width: 188px;
	background-image:url(../img/net/mdl_right_bg.gif);
}

#news a:active
{
	color: #000000;
	text-decoration: none
}

#news a:link
{
	color: #006699
}

#news a:visited
{
	color: #006699
}

#news a:hover
{
 	color: #000000;
 	text-decoration: none
}

#btm
{
  margin-top:6px;
  padding-top:1px;
	text-align:center;
	height:45px;
	width:690px;
	background-image:url(../img/net/btm_bar.gif);
}

#copyright
{
  padding-top:13px;
  padding-left:82px;
  color:#fff;
  float:left;
}


#btm a:visited
{
  cursor:pointer;
	color: #fff;
	text-decoration: none;
}

#btm a:link
{
  cursor:pointer;
  color:#fff;
	text-decoration:none;
}

#btm a:hover
{
  cursor:pointer;
	color:#fff;
	text-decoration:underline;
}

#btm a:active
{
  cursor:pointer;
	color:#fff;
	text-decoration:none;
}


