﻿/* --- header --- */

.header 
{
    height:156px;
    width:940px;
    margin-left:auto;
    margin-right:auto;
    overflow:visible;
}

.header_left 
{
    float:left;
}

.header_middle 
{
    width:795px;
    height:156px;
    float:left;
}

.header_middle_top 
{
    width:795px;
}

.header_middle_middle 
{
    width:795px;
}

.header_middle_bottom 
{
    width:795px;
}

.header_right 
{
    width:19px;
    height:156px;
    float:left;
}

.logo 
{
    height:156px;
    float:left;
}

.belle_text 
{
    float:left;
}

.belle_text img
{
    border:0;
    width:273px;
    height:81px;
}

.tireman_home img, .tireman img
{
    width:105px;
    height:156px;
    border:0;
    position:relative;
    z-index:50;
} 

.tireman img
{
    background-image:url(../images/bkgd_top.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
}



.search_container 
{
    background-image:url(../images/searchBkgd.jpg);
    background-repeat:no-repeat;
    background-position:top;
    width:245px;
    height:35px;
    float:right;
}

.search_container input 
{
    margin-top:5px;
    color:#666;
    float:left;
}

.search_container input:first-child {
	margin-left:25px;
	width:150px;
}

a.login 
{
    background-image:url(../images/myBelle_up.jpg);
    width:137px;
    height:30px;
    float:left;
    margin-left:20px;
    margin-right:30px;
}

a.login:hover 
{
    background-image:url(../images/myBelle_over.jpg);
}