body 
	{
	color: white;
	background-color: #B1C0C9;
	margin: 0px
	}
	h2{
font-size:12px;
color:#273C83;
margin-bottom:0px;
}
#body_why h2{
font-size:12px;
color:#273C83;
margin-bottom:0px;
margin-top:8px;
padding:0px;
}

#body_why p{
margin:0px;
padding:0px;
}

#body_about p{
margin:1em 0px;
padding:0px;
}

#horizon        
	{
	color: white;
	background-color: #B1C0C9;
	/*text-align: center;*/
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#home_link{
	position:absolute;
	background-color:transparent;
	top:30px;
	left:30px;
	width:90px;
	height:90px;
	float:left;
	clear:both;
}
	
#body_home{
	position:absolute;
	top:60px;
	left:620px;
	color:black;
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	/*margin:0px 0px 0px 458px;*/
	padding: 0px 20px 20px 20px;
	width:236px;
	height:337px;
}
#body_why{
	position:absolute;
	top:60px;
	left:295px;
	background-color:transparent;
	color:black;
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	/*margin:60px 0px 0px 194px;*/
	padding: 0px 20px 20px 20px;
	width:600px;
	height:410px;
}
#body_about{
	position:absolute;
	top:60px;
	left:295px;
	background-color:transparent;
	color:black;
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	/*margin:60px 0px 0px 194px;*/
	padding: 0px 20px 20px 20px;
	width:600px;
	height:410px;
}
#scroller{
	overflow:auto;
	padding:10px 20px 20px 0px;
	height:375px;
	width:555px;
}
#scroller_left{
	float:left;
	/*overflow:auto;*/
	padding:10px 35px 20px 0px;
	height:340px;
	width:235px;
	
}
#scroller_right{
	background-color:#FFF;
	float:left;
	overflow:auto;
	margin:20px 0px 10px 0px;
	/*border-top:1px solid #D2D7E5;*/
	border:1px solid #D2D7E5;
	height:340px;
	width:250px;
	padding:20px 20px 20px 20px;
	
}
.rbcontent{
	
	/*background: url(images/bg_side.gif) repeat-y; */
	
	
}
/* set millions of background images http://www.neuroticweb.com/recursos/css-rounded-box/ */
 .rbtop div { background: url(images/tl.gif) no-repeat top left;}
 .rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
 .rbbot { background: url(images/br.gif) no-repeat bottom right; }
 
#nav{

	margin:0px 0px 0px 305px;
	position:absolute;
	bottom:0px;
	padding: 12px 0px 0px 18px;
	width:602px;
	height:20px;
}

#content {
	border:3px solid white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image:url(images/bg_home.jpg);
	background-color: #FFF;
	margin-left: -471px;
	position: absolute;
	top: -277px;
	left: 50%;
	width: 943px; /*756px; +187*/
	height: 554px; /*461px;*/
	visibility: visible
	}
	
#content_why  
	{
	border:3px solid white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image:url(images/bg_why.jpg);
	background-color: #FFF;
	margin-left: -471px;
	position: absolute;
	top: -277px;
	left: 50%;
	width: 943px; /*756px; +187*/
	height: 554px; /*461px;*/
	visibility: visible
	}
	
#content_products
	{
	border:3px solid white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image:url(images/bg_products.jpg);
	background-color: #FFF;
	margin-left: -471px;
	position: absolute;
	top: -277px;
	left: 50%;
	width: 943px; /*756px; +187*/
	height: 554px; /*461px;*/
	visibility: visible
	}


#footer 
	{
	text-align:right;
	color:#E0E6E9;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	/*bottom: 0px;
	left: 0px;*/
	margin-top: 285px;/*240*/
	position: absolute;
	margin-left: -471px;
	left: 50%;
	padding:3px 38px 0px 0px;
	width: 916px;
	height: 30px;
	
	
	}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li{
  background:url(images/bullet_black.gif) left top no-repeat;
  margin-left:-10px;
  padding-left:10px;
}
ol.products li{
  background:none;
  margin-left:0px;
  padding-left:0px;
  text-transform:capitalize;
}

ol.products li a{
  font-weight:normal;
  color:#273C83;
}
ol.products li a:hover{
  font-weight:normal;
  color:#06f;
}
ol.products li a.current{
  font-weight:bold;
  color:#273C83;
}
#body_about ul{

 margin:0px;
  padding:0 0 10px 20px;
}
#body_about li{
background:none;
  list-style-image:url(images/bullet_black.gif);
    margin:0px;
  padding:0px;
}


a:link, a:visited , a:active
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
