﻿html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:rgba(212,212,212,1.00);
    background-image: url(images/site/bg.jpg);  
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
    height: 100%;
	min-width: 1100;
	max-width: 1160;
	width: 95%;
	text-align:center;
    margin:0 auto;
    padding:0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -40px 0; /* отрицательный нижний отступ на высоту футера */
    padding: 0;
	background-color:rgba(59,59,59,0.80);
	min-width: 1100;
    width: auto !important;
    width: 90%;
    filter: alpha(Opacity=80);
}
.footer-push {
    height: 90px;
    margin: 0;
    padding: 0;
}

.footer {
    height: 40px;
    margin: 0;
    padding: 0;
	background-color:rgba(21,21,21,0.60);
}

.logo {background-image:url(images/site/logo2.jpg);
}

.menubg {background-image: url(images/site/menubg.jpg);
}


H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: calc(0.65em + 1.2vmin);
	text-align:center;
}	
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: calc(0.65em + 0.8vmin);
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: calc(0.65em + 1.07vmin);
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(0.65em + 1vmin);
}
.colorfooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#eeeeee;
}
.colorwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
}
.big{
      font-size: calc(0.65em + 1.9vmin);
   }
.bigcolor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: calc(0.75em + 1.7vmin);
	color:#d64c00; 
}
.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: calc(0.75em + 2.1vmin);
}

.usrDotted {
; Border-Color: #242c31;
; Border-Style: Dotted;
; Border-Width: 1px;
background-color:#7c99a1;

}

A:Link {
; Text-Decoration: None;
; Color: #4ad037;
}
A:Active {
; Text-Decoration: Underline;
; Color: #4ad037;
}

A:Hover {
; Text-Decoration: Underline;
; Color: #40a532;
}

A:Visited {
; Text-Decoration: None;
; Color: #40a532;
}

.menu a {
    color: #ffffff; /* Цвет ссылки */
	text-decoration:none;
	font-size: calc(0.75em + 2.1vmin);
	text-shadow: 1px 1px 0px #000000;
   }
.vk a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#59bb4c;
	text-shadow: 1px 1px 0px #000000;
}
.vk {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #59bb4c;
	text-shadow: 1px 1px 0px #000000;
}
.leftimg {
float:left; /* Выравнивание по левому краю */
margin: 7px 7px 0px 0px; /* Отступы вокруг картинки */
}
.rightimg {
float:right; /* Выравнивание по правому краю */
margin: 0px 0px 0px 7px; /* Отступы вокруг картинки */
}
.img2 {
	width:400px;
	height: 231px; /*РАЗМЕРЫ ВАШЕЙ КАРТИНКИ*/
	position: relative;
	border: 1px solid silver; /*При необходимости*/
	Font-Size: 22px;
	Color: #DC2124;
	text-decoration:none;
	text-shadow: 3px 0px 0px #000000;
}

.img2 p {
	width: 382px;
	position: absolute;
	right: 7px;
	bottom: 100px;
	height: 5px;
	
}