body {
    background: url("../img/bg.png") repeat scroll 0 0 #232833;
    height: 100%;
    margin: auto 0;
    padding: 0;
	
	color: #404040;
    font: 14px/1.4 Arial,sans-serif;
}

.logo {
    background: url("../img/mini_1kbgu.jpg") no-repeat scroll center 24px #1c2029; 
    float: left; 
    font-size: 12px; 
    font-weight: bold; 
    height: 155px; 
    line-height: 23px; 
    margin: 0 -200px 0 0; 
    padding: 187px 15px 0; 
    position: relative; 
    text-align: center; 
    text-transform: uppercase; 
    width: 170px; 
}

.logo a {
    color: #fff;
    display: inline-block;
    left: 0;
    margin: 0 0 20px;
    padding: 187px 15px 45px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 2;
}

.logo span {
    bottom: 35px;
    color: #a4a6a9;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.wrap {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto -120px;
    max-width: 1000px;
    min-height: 100%;
    padding: 0;
    position: relative;
    width: 1000px;
}

.wrap-content {
    min-height: 100%;
    padding: 0 0 120px;
    position: relative;
    z-index: 10;
}

.nav {
    float: left;
    margin: 0 2px 0 0;
    position: relative;
    z-index: 100;
}

.aside_left {
    background: none repeat scroll 0 0 #1c2029;
    float: left;
    margin: 327px -200px 0 0;
    position: relative;
    width: 200px;
}

.menu-left {
    background: none repeat scroll 0 0 #2f3950;
    border-top: 3px solid #ff4847;
    overflow: hidden;
    padding: 25px 15px 18px 22px;
	border-bottom: 3px solid #2f3950;
	
}

.menu-left li {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.menu-left li a {
    color: #fff;
    display: inline-block;
    line-height: 13px;
    text-decoration: none;
}

.header-bottom {
    background: none repeat scroll 0 0 #292f3c;
    font-size: 13px;
    height: 35px;
}

.nav > li > a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.nav > li {
    border-top: 3px solid transparent;
    display: block;
    float: left;
    height: 32px;
    line-height: 30px;
    margin: 0 8px 0 0;
    padding: 0 15px;
    transition: color 0s ease 0s, background 0.1s ease 0s;
}

.nav > li:hover{
	background: none repeat scroll 0 0 #4b6093;
	border-color: #ff4847; 
}

.header a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    color: #415b97;
    text-decoration: underline;
    transition: color 0s ease 0s, background 0.1s ease 0s;
}

.menu-left li a:hover{
	color: #ff4847;
}

h1 {
    color: #364464;
    font-size: 24px;
    margin: 0 0 1em;
}

.header {
    background: none repeat scroll 0 0 #1c2029;
    height: 105px;
    margin: 0 0 0 200px;
    position: relative;
}

.header-top {
    background: none repeat scroll 0 0 #1c2029;
    font-size: 13px;
    height: 50px;
    padding: 20px 0 0;
}

.search {
    display: inline-block;
    margin: 0 23px 0 0;
}

.search a {
    background: url("../img/sprite.png") no-repeat scroll -199px -1px transparent;
    display: inline-block;
    height: 17px;
    text-decoration: none;
    text-indent: -9999px;
    width: 17px;
}

.header-bottom {
    background: none repeat scroll 0 0 #292f3c;
    font-size: 13px;
    height: 35px;
}

.section_main {
    background: none repeat scroll 0 0 #fff;
    border-left: 200px solid #1c2029;
    box-sizing: border-box;
    float: left;
    margin: 0 0 -120px;
    width: 100%;
    color: #1c2029; 
}

.wrap .msu-content {
    line-height: 23px;
    padding: 30px 45px 120px 62px;
}

ul.breadcrumbs {
    background: none repeat scroll 0 0 #ede8df;
    display: block;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 12px 0 12px 60px;
}

ul.breadcrumbs li:first-child:before {
    content: "";
    margin: 0;
}

ul.breadcrumbs li {
    color: #1c2029;
    float: left;
    font-size: 10px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.breadcrumbs li:before {
    background: none repeat scroll 0 0 transparent;
    color: #1c2029;
    content: "/";
    display: inline-block;
    font-weight: bold;
    height: auto;
    margin: 0 4px;
    position: static;
    width: auto;
}

ul.breadcrumbs li a {
    color: #1c2029;
    text-decoration: none;
}

ul.breadcrumbs li a:hover {
    color: #1c2029;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.msu-content table, .table {
    border-bottom: 2px solid #d3b98a;
    border-top: 2px solid #d3b98a;
    font-size: 12px;
    margin: 0 0 35px;
    padding: 0;
}

.msu-content table, .table {
    font-size: 12px;
}


.msu-content tr td {
    padding: 13px 14px;
}

.table tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f4f1ec;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
}

.footer {
    background-color: #2f3950;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    min-height: 80px;
    padding: 30px 0 10px 30px;
    position: relative;
    width: 1170px;
    width: 1000px;
    z-index: 11;
}

.structure ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}




input#author, input#email, textarea#message {
    border: 1px solid #cbcbcb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
    padding: 3px 5px;
    text-align: left;    
}

input#author:focus, input#email:focus, textarea#message:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
    /* Задержка перед началом */
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    -moz-animaition-delay: 3s; 
    /* Продолжительность анимации */
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}
.big_green_btn {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(center top , #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
.big_green_btn:hover {
    background-color: #51a351;
    color: #fff;
    background-image: -moz-linear-gradient(center top , #72b359, #51A351);
	
}
.big_green_btn:active{
    background-color: #51a351;
    color: #fff;
    background-image: -moz-linear-gradient(center top , #82a359, #51A351); 
}