﻿#header
{
    display: inline-block;
    width:100%; 
    background-color:#89401e;   
    height:120px; 
}

#header .header_wrapper
{
    display: inline-block;
    width:1100px;    
}

#header .header_wrapper .Logo
{
    float: left;
    margin-left:30px;
    margin-top:20px;
}

#header .header_wrapper .right_area
{
    float: right;
    margin-right:10px;
    margin-top:10px;
}

#header .header_wrapper .right_area .phone
{
    display: inline-block;
    float: right;
    font-size: 17px;
	font-family: 'breeserif', Tahoma, Arial;
	color: #fff;
    letter-spacing:0px;
    margin-top:10px;
}

#menu
{
    display: inline-block;
    width:100%; 
    background-color:#0089e1;   
    height:55px;         
}

#menu .menu_wrapper
{
    display: inline-block;
    width:980px;  
    padding: 0px;  
}

#menu .menu_wrapper .main_menu_wrapper
{
    width:100%;
    text-align: justify;  
    position: relative;
    padding: 0px;
    margin-bottom:0px;
    margin-top:6px;
}

#menu .menu_wrapper .main_menu_wrapper .main_menu
{      
    display: inline-block;
    padding: 0px;
    margin-bottom:0px;
}

/***even out menu - Justify***/

#menu .inner_menu
{
    width:980px;
    margin: 0 auto; 
    text-align:center;
    margin-top:18px;
}
#menu .inner_menu .justify_menu_wrapper
{
    width:100%;
    text-align: justify;  
}

#menu .inner_menu .justify_menu_wrapper .justify_menu
{      
    width:125px;
    display: inline-block;
    text-align:center;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/***even out sub menu - Justify***/

#menu .inner_menu2
{
    width:980px;
    margin: 0 auto; 
    text-align:center;
    margin-top:5px;
}
#menu .inner_menu2 .justify_menu_wrapper2
{
    width:100%;
    text-align: justify;  
}

#menu .inner_menu2 .justify_menu_wrapper2 .justify_menu2
{      
    width:125px;
    display: inline-block;
    text-align:center;
}

#menu .inner_menu2 .justify_menu_wrapper2 .justify_menu2 .menu_logo
{      
    margin-top:5px;
}

/***even out sub menu - Justify***/

#menu3
{
    display: inline-block;
    width:100%; 
    background-color:#fff;   
    height:55px;         
}

#menu3 .inner_menu3
{
    width:980px;
    margin: 0 auto; 
    text-align:center;
    margin-top:5px;
}
#menu3 .inner_menu3 .justify_menu_wrapper3
{
    width:100%;
    text-align: justify;  
}

#menu3 .inner_menu3 .justify_menu_wrapper3 .justify_menu3
{      
    width:125px;
    display: inline-block;
    text-align:center;
}

#menu3 .inner_menu3 .justify_menu_wrapper3 .justify_menu3 .menu_logo
{      
    margin-top:5px;
}

/***even out launch course - Justify***/

#menu4
{
    display: inline-block;
    width:100%; 
    background-color:#fff;   
    height:35px;         
}

#menu4 .inner_menu4
{
    width:980px;
    margin: 0 auto; 
    text-align:center;
    margin-top:5px;
}

#menu4 .inner_menu4 .justify_menu_left
{      
    width:80%;
    text-align:left;
    float:left;
}

#menu4 .inner_menu4 .justify_menu_right
{      
    width:20%;
    text-align:right;
    float:right;
}