@charset "utf-8";
/* CSS Document */
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
   
} 
 
#header{
 position:relative; 
 height:370px; 
 width:100%;
}
#baner{
position:absolute;
top:0px;
left:252px;
width:746px;
height:125px;
}
#menu_box{
position:absolute;
top:128px;
left:0px;
width:252px;
height:218px;
}
#panorama{
position:absolute;
top:128px;
left:252px;
width:746px;
height:218px;
}
#language_switch{
position:absolute;
top:68px;
left:865px;
width:125px;
height:45px;
} 
#breadcrumb{
position:absolute;
top:325px;
left:252px;
height:50px;
visibility:hidden;
} 
#search{
position:absolute;
top:68px;
left:685px;
width:177px;
height:44px;
} 
#left_side_bar_header_bg{
position:absolute;
top:68px;
left:0px;
width:200px;
height:45px;
} 
 
#leftcol{
 width:250px; 
 float:left; 
 position:relative;
  }
 
#twocols{
 width:750px; 
 float:right;
  }
 
#rightcol{
 width:300px; 
 float:right; 
 }
 
#maincol{
 float: left; 
 display:inline;
 width:750px;
 }
 
#footer{
 height:70px; 
 clear:both;
 margin-top:20px;
 } 
#footer_bg{
background-image:url(/theme/main/images/footer_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;

}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

