html
{
  background: #ddd;
}

body
{
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  color: #666;
  font-family: verdana;
  font-size: 9pt;
  position: relative;
}

img { border: 0; }
form { margin: 0; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

#home1
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1000px;
  height: 96px;
}

#home2
{
  position: absolute;
  display: block;
  top: 96px;
  left: 0;
  width: 480px;
  height: 37px;
}

#banner1
{
  float: left;
  background: url(../images/banner_tleft.jpg);
  height: 133px;
  width: 480px;
}

#banner2
{
  float: left;
  background: url(../images/banner_tright.jpg);
  height: 133px;
  width: 520px;
}

#banner2 div
{
  margin: 106px 0 0 2px;
  text-align: center;
  font-size: 10pt;
}

#banner2 a
{
  color: #8a838f;
  text-decoration: none;
}

#banner2 a:hover
{
  color: #000;
  text-decoration: underline;
}

#banner3
{
  float: left;
  background: #8a838f;
  height: 166px;
  width: 480px;
}

#banner3 a
{
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
}

#banner3 a:hover
{
  font-weight: bold; 
  background: url(../images/banner_menu_markers.jpg) no-repeat;
}

#banner3 li
{
  height: 14px;
  line-height: 13px;
  letter-spacing: 1px;
  list-style-type: none;	
}

.hidden
{
	display: none !important;
}

.focus
{
	display: block !important;
}

#menu1
{
  float: left;
  width: 220px;
  padding: 0 0 0 0;
  margin: 12px 20px 0 30px;
  border-right: 1px solid #fff;
}

#menu2
{
  float: left;
  width: 170px;
  padding: 0 0 0 10px;
  margin: 12px 0 0 0;
}


#banner4
{
  float: left;
  background: url(../images/banner_flash.jpg);
  height: 166px;
  width: 520px;
}

#banner5
{
  float: left;
  background: #f3f2f4 url(../images/banner_search.jpg) no-repeat;
  height: 26px;
  width: 350px;
  padding: 4px 0 0 130px;
}

#banner5 span
{
  height: 30px;
  margin: 5px;
  vertical-align: middle;
}

#banner6
{
  float: left;
  background: #D0CFD1;
  height: 30px;
  width: 520px;
}

#banner6 div
{
  float: right;
  line-height: 30px;
  margin: 0 15px;
  color: #f57208;
  font-weight: bold;
}

#banner6 a
{
  display: block;
  float: right;
  margin-top: 3px;
}

#content
{
  float: left;
  width: 1000px;
  background: #fff;
  overflow: hidden;
}

#bgfooter
{
  float: left;
  background: #fff;
  padding: 20px 20px 0 20px;
}

#footer
{
  float: left;
  padding: 20px 0;
  width: 960px;
  background: #fff;
  border-top: 1px dashed #666;
}

#footer address
{
  float: left;
  width: 590px;
  padding: 0 5px;
}

#footer span
{
  position: relative;
  top: -5px;
}

#footer div
{
  float: left;
  width: 350px;
  text-align: right;
}

#footer a
{
  color: #666;
  text-decoration: none;
}


#footer a:hover
{
  text-decoration: underline;
}






