@charset "utf-8";
/* CSS Document */

/*reset----------------------------------------*/
html,body,img,form{
  margin: 0;
  padding: 0;
  border: 0;
  }
dd{
  margin-left: 1em;
  }
/*a----------------------------------------*/
a{color:#009;text-decoration: none;}
a:visited{color:#666;}
a:hover{color:#009;text-decoration: underline;}
a:active{}
/*text----------------------------------------*/
.lead{line-height:1.5;}
.lead p{text-indent: 1em;}
.text{line-height:1.5;}
.text p{text-indent: 1em;}
/*table----------------------------------------*/
table{
  line-height: 1.5;
  }
table caption{
  font-weight: bold;
  }
table th{
  border-top: 1px #666 solid;
  border-left: 1px #666 solid;
  padding: 3px 1em;
  background: #eeF;
  }
table td{
  border-top: 1px #666 solid;
  border-left: 1px #666 solid;
  padding: 3px;
  }
table td.result{
  text-align: center;
  }
.rightcell{
  border-right: 1px #666 solid;
  }
.bottomcell{
  border-bottom: 1px #666 solid;
  }
.emptycell{
  background: #eee;
  }
/*body----------------------------------------*/
body{
  background:#666 url(../images/css/bg_body.gif) top left repeat;
  border-top: #006 solid 5px;
  }
.floatclear{
  clear:both;
  height:1px;
  }
.floatright{
  float:right;
  margin: 0 0 10px 10px;
  }
.button{
  border-top: #009 1px dashed;
  border-bottom: #009 1px dashed;
  padding: 5px;
  text-align: right;
  margin: 1em 0;
  }
.list li{
  margin-bottom: 0.5em;
  }
.side_bar{
  margin: 0 0 20px;
  }
.side_bar dt{
  margin: 0 0 5px;
  }
.side_bar dd{
  margin: 0 0 5px;
  }

/*container----------------------------------------*/
div#container{
  width:960px;
  margin:0 auto;
  background:#fff url(../images/css/bg_container.gif) top left repeat;
  border-left: 1px #333 solid;
  border-right: 1px #333 solid;
  }
/*header----------------------------------------*/
div#header{
  border-bottom: 3px #009 solid;
  position: relative;
  }
ul#global_menu{
  position: absolute;
  left: 140px;
  top: 105px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
ul#global_menu li{
  float:left
  }
ul#global_menu li a{
  height: 40px;
  display: block;
  background-position: top left;
  background-repeat:no-repeat;
  text-indent: -9999px;
  }
ul#global_menu li a.now{
  background-position: left -40px;
  }
ul#global_menu li a#top{
  background-image:url(../images/css/global_menu_top.gif);
  width: 130px;
  }
ul#global_menu li a#malva{
  background-image:url(../images/css/global_menu_malva.gif);
  width: 130px;
  }
ul#global_menu li a#malva-fa{
  background-image:url(../images/css/global_menu_malva-fa.gif);
  width: 150px;
  }
ul#global_menu li a#infinito{
  background-image:url(../images/css/global_menu_infinito.gif);
  width: 130px;
  }
ul#global_menu li a#goods{
  background-image:url(../images/css/global_menu_goods.gif);
  width: 130px;
  }
ul#global_menu li a#contuct{
  background-image:url(../images/css/global_menu_contuct.gif);
  width: 130px;
  }
ul#global_menu li a:hover{
  background-position: left -40px;
  }
ul#global_menu li a:active{
  background-position: left -80px;
  }
/*main----------------------------------------*/
div#main{
  padding: 20px;
  }
/*left----------------------------------------*/
div#left{
  float:left;
  width:740px;
  }
/*side----------------------------------------*/
div#side{
  float: left;
  width: 170px;
  }
dl#sub_menu dt, dl#sub_menu dd{
  padding-bottom: 5px;
  border-bottom: 1px #999 solid;
  }
dl#sub_menu dd a.now{
  padding-left: 15px;
  background: url(../images/css/sub_menu_now.gif) left 50% no-repeat;
  }
/*center----------------------------------------*/
div#center{
  float: right;
  width:560px;
  }
h1{
  margin-top:0;
  }
h3{
  color: #009;
  border-left: 5px #009 solid;
  padding: 3px 0 3px 8px;
  }
/*right----------------------------------------*/
div#right{
  float:right;
  width:170px;
  }
/*div#right dl#sponsor dd a{
  width: 168px;
  height: 58px;
  display:block;
  border:1px #999 solid;
  position: relative;
  }
div#right dl#sponsor dd a:hover{
  background: #ccf;  
  }

div#right dl#sponsor dd a img{
  position: absolute;
  }
*/
/*footer----------------------------------------*/
div#footer{
  background:#006 ;
  text-align:center;
  padding: 5px;
  }
address{
  color: #fff;
  font-size: 80%;
  }