﻿#header
{
    height: 83px;
    min-width: 1070px;
    position: relative;
}

/*For IE*/
* html #header
{
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1071?'1070px':'100%');  
}

#headerlogo
{
    padding: 12px 0px 0px 17px;
    background-color: Transparent;
    float: left;
    text-align: center;
}

#headerright
{
    height:83px;
    margin-left:257px;
}

#header_
{
    padding-top:7px;
}

.header_tel
{
    float:left;
    padding:3px 0px 0px 37px;
    height:29px;
    font-family:Tahoma;
    /*font-size:1.37em;*/
    font-size:17px;
    font-weight:bold;
    color:#132f69;
    background: transparent url(images/tel.gif) no-repeat left top;
    width:177px;
}

.header_icq
{
    height:29px;
    padding:3px 0px 0px 6px;
    background: transparent url(images/icq.gif) no-repeat left top;    
    float:left;
    width:177px;
}

.header_icq a
{
    font-family:Tahoma;
    font-size:17px;
    font-weight:bold;
    color:#132f69;   
    text-decoration: none;
}

.header_icq a:hover
{
    text-decoration: underline;
}

.icq_image
{
    width:27px;
    float:left;
    padding:3px 3px 0px 0px;
    /*padding:0px !important;
    margin:-1px 0px 0px 0px;*/
}