﻿body {padding:0; margin:0; }

.bg-top {
    background: #1c498d;
    height: 3px;
}

.bg-head {
    padding: 10px 0 0 0;
    background-color: #2d3b3c;
}

.logo { float:left; width:200px;}

.right-link {float:left; text-align:center; width:650px;}

.right-link a {color:#000; text-decoration:none; margin-left:20px;}

.right-link a:hover {text-decoration:underline;}

.center { width:1050px; margin: 0 auto;}

.clear {clear:both;}

.bg-menu {
    background: #1c498d;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #1c498d;
    font-family: Arial;
    font-size: 12px;
}

    .menu ul li {
        display: block;
        position: relative;
        float: left;
        background: #1c498d;
    }

.menu li ul { display: none; }

.menu ul li a { display: block; padding: 10px; text-decoration: none; white-space: nowrap; color: #fff; margin-right:30px; }

.menu ul li a:hover { color: #FFF; background: #eb2226; }

.menu ul:before, .menu ul:after { content: " "; display: table; }

.menu ul:after { clear: both; }

.bg-footer {
    background: #1c498d;
    color: #fff;
    padding: 10px 0;
}

.cop { float:left;}

.web { float:right}

.web a { text-decoration:none; color:#fff}

.web a:hover { text-decoration:underline;}