﻿#header
{
    padding:3px 3px 0px 3px;
    height: 130px;
    min-width: 1070px;
    position: relative;
}

/*For IE*/
* html #header
{
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1071?'1070px':'100%');  
}

#headerlogo
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
}

#headerright
{
    height:125px;
    margin-left:261px;
}

.headerborder
{
    font-size: 0;
    width:100%;
    height:7px;
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(images/header-bottom.gif);
    background-position:0 0;
    background-repeat:repeat-x;
}

#headermenu
{
    height:29px;
    padding-bottom:3px;
    position:relative;
}

#headermenuleft, #headermenuright
{
    position:absolute;
    top:0px;    
    background-repeat: no-repeat;
    width:2px;
    height:29px;
}

#headermenuleft
{
    left:0px;
    background-image: url(images/menu_left.gif);
}

#headermenuright
{
    right:0px;
    background-image: url(images/menu_right.gif);
}

#headermenumiddle
{
    height:24px;
    padding-top:5px;
    background-color:#80B332;
}

.headermenulink
{
    font-family: Arial;
    font-size: 10pt;
}

.headermenulink a
{
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 15px;
    /*padding-right: 7px;*/
}

.headermenulink a:hover
{
    text-decoration: underline;
    color: white;
    /*background: transparent url(images/Headermenuglif.gif) no-repeat scroll left center;*/
    padding-left: 15px;
}

#header_
{
    position:relative;
    margin-right:603px;
}

#header_left, #header_right
{
    position:absolute;
    top:0px;    
    background-repeat: no-repeat;
    width:3px;
    height:91px;    
}

#header_left
{
    left:0px;
    background-image: url(images/m_left.gif);    
}

#header_right
{
    right:0px;
    background-image: url(images/m_right.gif);        
}

#header_middle
{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:1.22em;
    /*font-size:2.0em;*/
    font-weight:bold;
    height:79px;
    background-image: url(images/m_slice.gif);
    background-repeat: repeat-x;
    padding:6px;
}

#header_middle div
{
    padding:3px 0px 0px 30px;
    height:25px;
}

#header_middle a
{
    text-decoration: none;
    color: #000000;
}

#header_middle a:hover
{
    text-decoration: underline;
}

.header_tel
{
    background: transparent url(images/tel.gif) no-repeat left top;
}

.header_ship
{
    background: transparent url(images/shipp.gif) no-repeat left top;    
}

.header_icq
{
    padding-left:3px !important;
    background: transparent url(images/icq.gif) no-repeat left top;    
}

.icq_image
{
    width:27px;
    float:left;
    padding:0px !important;
    margin:-1px 0px 0px 0px;
}
