body {
  background: #F9E4C6;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.hdr {background:URL('images/line01.jpg') repeat-x; height:283px;}
.menu {background:#FF9146;}
.item_menu {color:#000000; text-decoration:none; font-weight:bold;}
.item_menu_cur {color:#ffffff; text-decoration:none; font-weight:bold;}
.line {background:URL('images/img02.jpg') repeat-y; width:260px; height:100%;}
.contacts {font-size:11px; padding-left:70px;}


h1,h2 {font-size:14px; color:#DC271E; font-weight:bold;}
h3 {font-size:14px; color:#000000; font-weight:bold;}
P  {
  font-size:12px;
  /*text-align:justify;*/
  color:#000000;
}
UL, OL {font-size:12px; text-align:justify; color:#000000;}
hr {border: 0; color: #FF9146; background-color: #FF9146; height: 1px;}



.tab {border:#FF9146 solid 1px; border-collapse:collapse;}
.cn {text-align:center;}

a.item_menu:hover {color:#ffffff;}

a {color:#000000;}
a:hover {text-decoration:none;}

.banner {
position:absolute;
left: 0; top: 0;
z-index:1;
}
.link {
position:absolute;
left: 0; top: 0;
z-index:2;
width: 200; height: 122;
}
.container {
position: relative;
width: 200; height: 122;
}

.menu_panel {
  width: 600px;
}



.tb_btn_text {
  text-align: center;  
  /*font-size: 12px;*/
  margin-left: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  position: relative;
  width: 450;
  height: 16;
  /*background-color: #FF9146;*/
}

.tb_in_text {
  text-align: center;  
  font-size: 12px;
  margin-left: 150px;
  width: 400;
}
.active {
  background-position: right 0px;
}
/*#########################################*/

a.button {
    background: transparent url('../images/button-orange-a-1.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: center;
    font: bold 13px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 5px; 
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button-orange-span-1.gif') no-repeat;
    display: block;
    line-height: 14px;
   /* text-align: center;*/
    padding: 2px 5px 5px 5px;
}
a.button:active {
    background-position: bottom right;
    color: #444;
    outline: none; 
}
 
a.button:active span {
    background-position: bottom left;
    padding: 2px 0px 4px 2px;
}
