* {
  margin: 0px;
  padding: 0px;
}

a {
    color: #e10000;
}

div.main {
 width:960px;
  margin: 10px 10px 10px 20px;
}

.supheader {
  height: 66px;
  width: 100%;
  clear: both;
}

  .company {
    height: 66px;
    width: 266px;
    text-align: left;
    float: left;
  }

   .company h1 {
      margin-bottom: 5px;
      margin-top: 5px;
      color: #000000;
    }
  .banner {   float: left;
   text-align: center;
   width: 580px;
  }

  .lang {
    height: 66px;
    width: 100px;
    float: right;
    text-align: right;
  }

	.lang  table
	{
		width:80px;
	}

		.lang  table td
		{
			text-align:center;
		}

			.lang  table td a
			{
				font-family:tahoma;
				text-decoration:none;
				color:#000;
				font-size:10pt;
			}

.header {
  height: 96px;
  width: 100%;
  background:url("/images/bg-header.jpg") repeat-x;
}

  .logo {
    height: 96px;
    width: 190px;
    text-align: left;
    float: left;
  }

  .menubar {
    height: 96px;
    float: left;
    text-align: left;
  }

   .menu {
	  width:760px;
      list-style: none;
      margin-top: 39px;
      height: 50px;
      }

      .menu li {
        float: left;
		height: 50px;
        margin-right: 0px;
        margin-left: 5px;
		padding-left: 5px;
		background:url("/images/selector.jpg") no-repeat;
      }

	  .menu li.first
	  {
		background:none;
	  }

	  .menu li a {
        line-height: 50px;
        color: #ffffff;
		text-decoration:none;
		font-family:Tahoma;
		font-size:7pt;
		font-weight:bold;
      }

	  .menu li a:hover{
		color:#f0efef;
	  }

.subheader {
  clear: both;
}

.clr {
  clear: both;
}

.content {
	 background:url("/images/content.jpg") repeat-y;
	 clear: both;
	}

  .left {
    float: left;
    width: 266px;
    padding: 5px 0px;
	background:url("/images/left.jpg") no-repeat;
  }
	.subleft {
	float: left;
	background:url("/images/subleft.jpg") repeat-y;
	margin:0px;
	}
    .left p {
       margin: 10px 25px 5px 25px;
     }

	 .left img {
       margin: 10px 0px 5px 60px;
     }

	 .left h1{
		 margin: 10px 0px 0px 25px;
	 }

	 .left a {
       color: #e10000;
     }

     .left p.href {
       text-align: right;
     }

  .center {
	width:100%;
	height:100%;
	margin:0px;
	float:right;
    background:url("/images/center.jpg") no-repeat;
	float:right;
  }

	.subcenter {
	width:690px;
    background:url("/images/subcenter.jpg") repeat-y;
	float:left;
	padding-bottom:40px;
  }


    .center p {
      margin-bottom: 15px;
	  margin-right: 30px;
	  margin-left:15px;
      text-align: justify;
    }

	.center h1
	{
		 margin-left:15px;
		 margin-top:10px;
		 margin-right: 20px;
	}

    .center p.leftm {
      padding-left: 25px;
    }

.footer {
  height: 70px;
  clear: both;
  background:url("/images/footer.jpg") repeat-x;
  text-align:center;
}
   .footer_menu {
	  width:760px;
      list-style: none;
      margin: 0 auto;
      margin-top: 39px;
      height: 50px;
      }

      .footer_menu li {
        float: left;
		height: 50px;
        margin-right: 0px;
        margin-left: 5px;
		padding-left: 5px;
      }

	  .footer_menu li.first
	  {
		background:none;
	  }

	  .footer_menu li a {
        line-height: 50px;
        color: #ffffff;
		text-decoration:none;
		font-family:Tahoma;
		font-size:7pt;
		font-weight:bold;
      }

	  .footer_menu li a:hover{
		color:#f0efef;
	  }


h1 {
  font-family: arial;
  margin-bottom: 20px;
  color: #e10000;
  font-size: 16pt;
  font-weight: bold;
}

p {
  font-family: arial;
  font-size: 10pt;
}

img {
	vertical-align:bottom ;
	border:0px;
	}

.pagination {
    margin: 20px 0;
    text-align: right;
    clear: both;
    font: bold 11px Verdana;
}

.pagination a, .pagination a:visited {
    padding: 1px 5px;
    padding-bottom: 2px;
    border: 1px solid #9aafe5;
    text-decoration: none !important;
    color: #2e6ab1;
    background-color: #F0F0F0;
}

.pagination a:hover, .pagination a:active {
    border-color: #2b66a5;
    color: #000;
    background-color: #FFFF80;
}
