@import url("/css/menu_header.css?v=20160222f2") all;


/*-----main header and footer menu----*/

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body, a, ul, li, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

body {
    background: #FFF;
    color: #343434;
    font: normal 12px/130% Arial, Helvetica, sans-serif;
}

img {
    display: block;
    border: none;
}

#layout_tools img, #top_features img{
    display: inline-block;
}

.float-l {
    float: left;
}

.float-r {

    float: right;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.page {
    width: 810px;
    margin: 0 auto;
}

#header {
    position: relative;
}

.header {
    border-bottom: 19px solid #c33;
}

#header h1 {
    float: left;
    padding-left: 1px;
    /*margin: 0;*/
}

#menu {
    clear: both;
    font: normal 12px/130% Arial, Helvetica, sans-serif;
    padding: 0;
    background: #C33;
    text-align: center;
    white-space: nowrap;
}

#menu li {
    color: #FFF;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
    background: url("/images/menu_brd.gif") 0 50% no-repeat;
    padding: 0 0.9%;
}

#menu li:first-child {
    background:none;
}

#menu a:hover {
    text-decoration:underline;
}

#menu a.active,
#menu a.select {
    color:#FF0;
}

#menu a.active:hover,
#menu a.select:hover {
    text-decoration:none;
}

#footer {
    position: relative;
    clear: both;
    padding: 0 0 12px;
    border-top: solid 1px #adadad;
    /*background: url("/images/smk_logo_x1.png") 97% 70% no-repeat;*/
    text-align: center;
    font-size: 11px;
}

.linkToMainePage{
    background: url("/images/smk_logo_x1.png") 97% 70% no-repeat;
    width: 117px;
    height: 32px;
}

#footer p {
    padding: 0 0 6px 0;
}

#footer a {
    font-size: 12px;
}

.menu a {
    font-size: 11px!important;
    color: inherit;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 0 auto;
    width: 70%;
    position: relative;
}

.copyright a {
    color: #344CCE;
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi){
    .linkToMainePage{
        background-image: url("/images/smk_logo_x2.png");
        background-size: 117px 32px;
    }
}