<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.wsmenu-list &gt; li &gt; a {
	font-size:18px;
}

.main_content {
	background-color: #351305;
	background: url(../../Images/outer_top_bg.jpg) no-repeat center top;
	width:100%;
	background-size:100%;
}

.main_body {
	background: url(../../images/content_bg.jpg) repeat-y center top;
	background-size:100%;
	padding-top:20px;
}

.steer {
    height: 150px;
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 10;
}

.mobile_logo {
	max-width:250px;
	padding:2px;
}

.logo {
	max-width:250px;
	padding:5px;
}

.smllogo {
    padding: 0px 0px;
    margin: 0;
    float: left;
}

.smllogo a {
    display: block;
    float: left;
}

.smllogo a img {
    width: 250px;
    padding:3px;
}

.header_wrap {
	background:#cab999;
}

.menu_phone {
	float: right;
	font-size:1.7em;
	color:#000;
	padding-top:14px;
}

.menu_wrapper {
	background-color: #9c6c43;
    background-image: -moz-linear-gradient(top, #9c6c43, #4b301d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c6c43), to(#4b301d));
    background-image: -webkit-linear-gradient(top, #9c6c43, #4b301d);
    background-image: -o-linear-gradient(top, #9c6c43, #4b301d);
    background-image: linear-gradient(to bottom, #9c6c43, #4b301d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c6c43',endColorstr='#4b301d',GradientType=0);
}

.brownarea {
	background: url(../../images/brown_area_bg.jpg) no-repeat right top;height: 235px;padding: 15px 22px 0 25px;background-size:100%;color:#ecd191;
}

.footer {
    height: 150px;
    /* padding-top:20px; */
    padding-bottom:20px;
    color:#4b301d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#351305;
}

.footer_inner {
	font-size:15px;
	background: url(../../images/con_bottom_bg.png) no-repeat left top;
	height: 146px;
	background-size:100%;
}

@media (max-width: 780px){
	.smallogo {
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding-top: 9px;
	    position: fixed;
	    z-index: 1;
	    width: 100%;
	    height: 52px;
		background-color: #9c6c43;
	    background-image: -moz-linear-gradient(top, #9c6c43, #4b301d);
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c6c43), to(#4b301d));
	    background-image: -webkit-linear-gradient(top, #9c6c43, #4b301d);
	    background-image: -o-linear-gradient(top, #9c6c43, #4b301d);
	    background-image: linear-gradient(to bottom, #9c6c43, #4b301d);
	    background-repeat: repeat-x;
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c6c43',endColorstr='#4b301d',GradientType=0);
	    box-shadow: 0 1px 4px rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	}
	
.main_body {
	padding-top:60px;
}

.footer_inner {
	background:none;
}

.footer_info {
	background:#fff;
}

}</pre></body></html>