.layout {
    box-sizing: border-box;    
    height: 100%;
    width: 100%;
    margin: 0;
}
.column-menu { 
    box-sizing: border-box;
    background: url(background/menubar.png), darkslategray;    
    padding: 15px;
    width: 250px; 
    min-width: 250px;
    
    position:relative; 
    vertical-align: top;
    border: none;
}
.column-content { 
    box-sizing: border-box;
    background: url(background/divider.png) repeat-y left, 
                url(background/divider.png) repeat-y right, white;
    padding: 0 2.5em .9em 2.5em;
    min-width: 570px;
    border: none;
}
.one-column-content {
    text-align: center;
	alignment: center;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, rgba(225,229,206,1), rgba(225,229,206,1));
    padding: 0 1.5em .9em 1.5em;
    /*min-width: 570px;*/
    min-width: 320px;
    border: none;
}
.column-whitespace {
    box-sizing: border-box;
    background: url(background/hatching.png), white;
    width: 5%;
    border: none;
}
.mobile-menu { 
    display: none; 
    border: none;
}
.mobile-footer { 
    display: none; 
    border: none;
}

.menu-bottom {
	position:absolute;
	bottom:0;
    left: 0;
	height:140px;
	width:255px;    
    
    font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
    color: #e8e8e8;
    text-align: center;
}

.menu-rubbish {
	padding: 10px 0;
	margin: 10px 0;
    text-align: center;
}

/* ТЕКСТ */

.centered {
    text-align: center;
}

/* КНОПКИ МЕНЮ */

.menu-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #4c5a64;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4c5a64;
	box-shadow:inset 0px 1px 0px 0px #4c5a64;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #404f5a), color-stop(1, #2a353c));
	background:-moz-linear-gradient(top, #404f5a 5%, #2a353c 100%);
	background:-webkit-linear-gradient(top, #404f5a 5%, #2a353c 100%);
	background:-o-linear-gradient(top, #404f5a 5%, #2a353c 100%);
	background:-ms-linear-gradient(top, #404f5a 5%, #2a353c 100%);
	background:linear-gradient(to bottom, #404f5a 5%, #2a353c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404f5a', endColorstr='#2a353c',GradientType=0);
	background-color:#404f5a;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #273138;
	display:inline-block;
	cursor:pointer;
	color:#e8e8e8;

    font-family: OpenSansSemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
    padding: 6px 24px;
	text-decoration:none;
    text-shadow:0px 1px 0px #2a353c;
    
    width: 225px;
    margin-bottom: .5em;
}
.menu-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2a353c), color-stop(1, #404f5a));
	background:-moz-linear-gradient(top, #2a353c 5%, #404f5a 100%);
	background:-webkit-linear-gradient(top, #2a353c 5%, #404f5a 100%);
	background:-o-linear-gradient(top, #2a353c 5%, #404f5a 100%);
	background:-ms-linear-gradient(top, #2a353c 5%, #404f5a 100%);
	background:linear-gradient(to bottom, #2a353c 5%, #404f5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a353c', endColorstr='#404f5a',GradientType=0);
	background-color:#2a353c;
    
    color:#e8e8e8;
}
.menu-button:active {
	position:relative;
	top:1px;
}

.menu-button-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #24a1cb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #24a1cb;
	box-shadow:inset 0px 1px 0px 0px #24a1cb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #159bc8), color-stop(1, #0f7293));
	background:-moz-linear-gradient(top, #159bc8 5%, #0f7293 100%);
	background:-webkit-linear-gradient(top, #159bc8 5%, #0f7293 100%);
	background:-o-linear-gradient(top, #159bc8 5%, #0f7293 100%);
	background:-ms-linear-gradient(top, #159bc8 5%, #0f7293 100%);
	background:linear-gradient(to bottom, #159bc8 5%, #0f7293 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#159bc8', endColorstr='#0f7293',GradientType=0);
	background-color:#159bc8;
	border:1px solid #12617b;
}
.menu-button-blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f7293), color-stop(1, #159bc8));
	background:-moz-linear-gradient(top, #0f7293 5%, #159bc8 100%);
	background:-webkit-linear-gradient(top, #0f7293 5%, #159bc8 100%);
	background:-o-linear-gradient(top, #0f7293 5%, #159bc8 100%);
	background:-ms-linear-gradient(top, #0f7293 5%, #159bc8 100%);
	background:linear-gradient(to bottom, #0f7293 5%, #159bc8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f7293', endColorstr='#159bc8',GradientType=0);
	background-color:#0f7293;
}

.menu-button-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #4b9e18;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4b9e18;
	box-shadow:inset 0px 1px 0px 0px #4b9e18;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3f9709), color-stop(1, #2f7006));
	background:-moz-linear-gradient(top, #3f9709 5%, #2f7006 100%);
	background:-webkit-linear-gradient(top, #3f9709 5%, #2f7006 100%);
	background:-o-linear-gradient(top, #3f9709 5%, #2f7006 100%);
	background:-ms-linear-gradient(top, #3f9709 5%, #2f7006 100%);
	background:linear-gradient(to bottom, #3f9709 5%, #2f7006 100%);   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f9709', endColorstr='#2f7006',GradientType=0);
	background-color:#3f9709;
	border:1px solid #273138;
	text-shadow:0px 1px 0px #2a353c;
}
.menu-button-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2f7006), color-stop(1, #3f9709));
	background:-moz-linear-gradient(top, #2f7006 5%, #3f9709 100%);
	background:-webkit-linear-gradient(top, #2f7006 5%, #3f9709 100%);
	background:-o-linear-gradient(top, #2f7006 5%, #3f9709 100%);
	background:-ms-linear-gradient(top, #2f7006 5%, #3f9709 100%);
	background:linear-gradient(to bottom, #2f7006 5%, #3f9709 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f7006', endColorstr='#3f9709',GradientType=0);
	background-color:#2f7006;
}

/* ССЫЛКИ В МЕНЮ */

.menu-item-header {
    font-family: OpenSansSemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
    line-height: 1.3em;
	text-transform: uppercase;
	text-align: left;
    text-shadow: 0px 1px 0px #2a353c;
    width: 255px;
    margin: 0 -4em .2em -.5em;
    padding: .5em 1em;
	color:#919ba1;
	cursor: pointer;
}

.menu-item {
	display:inline-block;
	cursor:pointer;
	color:#e8e8e8;
    font-family: OpenSansSemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: .89em;
    line-height: 1.3em;
	text-decoration: none;
    text-shadow: 0px 1px 0px #2a353c;
    width: 255px;
    margin: 0 -4em 0 -1em;
    padding: .5em 1em;
    border-left: 5px solid;
    border-left-color: yellow;
}
.menu-item:hover {
    color: white;
    background-color: #5b6c78;
}


/* РАЗДЕЛИТЕЛИ */

.menu-divider {
    border: none;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #606569;
    margin: 0.5em -15px 0.9em -20px;
}

/* БЛОКИ */

.warning-frame {
    font-family: PTSans, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #fff9c4;
    color: #263238;
    border: 1px solid #fdd835;
    border-radius: 7px;
    padding: 1em;
/*    height: 5em;*/
    margin-bottom: 2em;
}
.warning-frame img {
    float: left;
    margin: 0 1em 0 0;
}

/**/






