body
{	position: relative;
	border: 0px solid red;
	min-width: 1000px;
	min-height: 850px;
    font-family: Tahoma;
    font-size:12px;


}
* html body
{
    width:1020px;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, fieldset,
input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
div#header
{    border:0px solid blue;
    height:150px;
    background: url('/images/headerbg.jpg') 613px ;
    min-width:100%;
}
div#header_side_bar
{
    border:0px solid black;
    height:150px;
    background: url('/images/header_side_bar_bg.jpg') ;
    float: right;
    width:310px;
}
* html div#header_side_bar
{
  clear:left;
}
div.header_side_bar_item
{   float:left;
   height:26px;
   background: #606E78;
   margin-left:0;
   padding: 3px 10px;
   position:relative;
}
* html div.header_side_bar_item
{
   height:28px;
   padding-top: 5px;
}


/* HEADER Bounds   */
.header_left
{	float:left;
	width: 10px;	border:0px solid black;
}
.header_sep
{	float:left;
	width: 19px;
	height:32px;
	border:0px solid black;
    background: url('/images/header_sep.jpg') ;
}
.header_sep_last
{
	float:left;
	width: 4px;
	height:32px;
	border:0px solid black;
    background: url('/images/header_sep_last.jpg') ;
}

/*-----------------*/
div#header_contacts
{
	clear:left;
	padding-left:60px;
	padding-top:7px;
    font-family: Tahoma;
    color:#ffe;
    font-size:17px;

    letter-spacing: 0px;
}


ul#main_list
{
    border: 0px solid blue;
    height:33px;
    background: url(/images/main_list_bg.jpg);
    padding-left:270px;
    position:relative;
    z-index:5;
}
* html ul#main_list
{
    width: expression( document.all.header.offsetWidth ) ;
}
li.main_list_item
{

    border:0px solid blue;
    background: #0077bb;
    float:left;
    list-style:none;
    position:relative;
    height:33px;
    padding:0px 0px 0px 0px;
}
* html li.main_list_item
{
	height:33px;
	padding-top:0px;
	background: #0077bb url(/images/main_list_bottom.jpg) no-repeat bottom left;
}
.main_list_item:hover
{
/*    background: #dd0066;*/
}
.main_list_separator
{
    float:left;
    list-style:none;
    position:relative;
    height:33px;
    width:22px;
    background:url(/images/main_list_sep.jpg);
}
* html .main_list_separator
{
}
div#banner
{   margin-left: auto;   margin-right: auto;
   border-top: 1px solid #999999;
   border-left: 1px solid #999999;
   position:relative;
   width:180px;
   padding: 9px 8px 12px 1px ;
   background: #ffffff;
}
* html div#banner
{   padding: 8px 14px 11px 10px ;
}
.pngfix {
    behavior: url("iepngfix.htc");
}
* html div#ie_fix
{
   width:696px;
   float:left;
   border:0px solid black;
}

