/* CSS Document */
.butbg1{
 margin: 0;
 padding: 0;
 height: 35px;
 width: 100%;
 background: url(../images/but_back_ground.jpg) repeat-x;
 float: left;
 }
.butbg2{
 position: absolute;
 left: 50%;
 margin-left: 308px;
 padding: 0;
 height: 35px;
 background: url(../images/back-butoon.jpg) no-repeat right top;
 width: 194px;
 float: right;
 }
.butbg1 ul {
 margin: 0;
 padding: 0;
 list-style: none;
 height: 35px; 
 }
.butbg1 li {
 display: block;
 margin: 0;
 padding: 0;
 height: 35px;
 background: url(../images/button_big.jpg) no-repeat left top;
 float: left;
 color: #FFFFFF;
}
.butbg1 a{
 display: block;
 margin: 0;
 padding: 10px 18px 0px 18px ;
 height: 25px;
 float: left;
 background: url(../images/button_smal.jpg) no-repeat right top;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
 }
.butbg1 a:hover{
 text-decoration: underline;
 color: #FFFFFF;
 }

/* ................Hader leyar start....................*/
.hader_left{
 margin: 0;
 padding: 0;
 height: 100%;
 width: 721px;
 float: left;
 }
.hder_left1_1{
 margin: 0;
 padding: 0;
 height: 229px;
 width: 100%;
 }
.hder_left1_2{
 margin: 0;
 padding: 0;
 height: 10px;
 width: 100%;
 background-color: #ffe7cc;
 }
.hdr1_1{
 margin: 0;
 padding: 0;
 background: url(../images/header_1.jpg) no-repeat;
 height: 100%;
 width: 202px;
 float: left;
 }  
.hdr1_2{
 margin: 0;
 padding: 0;
 background: url(../images/header_2.jpg) no-repeat;
 height: 100%;
 width: 199px;
 float: left;
 }
 .hdr1_3{
 margin: 0;
 padding: 0;
 background: url(../images/header_3.jpg) no-repeat;
 height: 100%;
 width: 320px;
 float: left;
 }
 .hdr1_flash{
 position: absolute;
 left: 50%;
 margin-left: 210px;
 padding: 0;
 height: 100%;
 width: 286px;
 float: left; 
 } 
.hdr1_flash_top{
 margin: 0;
 padding: 0;
 height: 22px;
 width: 100%;
 background: url(../images/hader_flash_top.jpg) no-repeat;
 }
.hdr1_flash_midl{
 margin: 0;
 padding: 0;
 height: 201px;
 width: 100%;
 }
.hdr1_flash_midl_lft{
 margin: 0;
 padding: 0;
 height: 205px;
 width: 12px;
 background: url(../images/hader_flash_mid_lft.jpg) repeat-y;
 float: left;
 }
.hdr1_flash_midl_mid{
 margin: 0;
 padding: 0;
 height: 205px;
 width: 261px;
 float: left;
 }
.hdr1_flash_midl_rit{
 margin: 0;
 padding: 0;
 height: 205px;
 width: 13px;
 background: url(../images/hader_flash_mid_rit.jpg) repeat-y;
 float: left;
 }

.hdr1_flash_bottm{
 margin: 0;
 padding: 0;
 height: 43px;
 width: 100%;
 background: url(../images/hader_flash_bottom.jpg) no-repeat;
 }
#hovrrrr{
 text-decoration: none;
 color: #993300;
 }
/*Image Hover Start...............................................*/
 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fbc88d;
padding: 3px;
left: -1000px;
border: double 3px gray;
visibility: hidden;
color: black;
text-decoration: none;
margin-top: -200px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

