#menu_wrap {
	margin-top: 10px;
	border-bottom: 2px #000 solid;
	border-top: 2px #000 solid;
}
#header {
	height:180px;
}
.scheme2.change_header #logo {
	float: left;
	width: 265px;
	margin: 15px 0px;
	padding: 0px;
	background-size: 100%;
	height: 75px;
	box-sizing: border-box;
	background-position: center center;
}
.scheme2.change_header #contact {
	width: 450px;
	margin-left: 30px;
	text-align: center;
	box-sizing: border-box;
}
#contact .phone i {
	float:none;
}
#contact {
	margin-top: 32px;
}
#contact div {
	height:auto;
}
#user_cart_wrap {
	background-position: right 23px;
	padding-top: 25px;
}
#catalog_menu {
	background-color: #f7f7f7;
}
#catalog_menu ul li a {
	color:#333;
}
#catalog_menu ul li a.selected, #catalog_menu ul li a:hover, #catalog_menu ul li a:focus, #catalog_menu ul li a:active {
	background-color: #51595C;
}
#cart_informer a.my_cart {
	color:#333;
}

#logo {
    background: url(../images/logo_ms.png) 0px 48px no-repeat;
    background-size: 100%;
}

body.front { /* for all page */
	min-width: 1000px;
	background: #fff url(../images/bg_ms.png) center top repeat-x;
}

body.inner { /* for all inner page exlude homepage */
	background: #fff url(../images/bg_ms.png) center top repeat-x; 
}

#catalog_menu {
    background-color: #fc883e;
}

#catalog_menu ul li a {
    color: #fff;
}

#catalog_menu ul li a.selected, #catalog_menu ul li a:hover, #catalog_menu ul li a:focus, #catalog_menu ul li a:active {
    background-color: #000000;
}

#menu_wrap {
    margin-top: 10px;
    border-bottom: 0px #000 solid;
    border-top: 0px #000 solid;
}

.button {

    background-color: #fc883e;
    border: 1px solid #fc883e;
}

#header {
    background-color: transparent;
}

.scheme2.change_header #logo {
    width: 220px;
    height: 100px;
	background-size: 100%;
}

#menu_wrap {
    background: #ffffff none left top repeat-x;
    height: 46px;
    border-bottom: 2px #000 solid;
}