html, body {
	padding:0;
	margin:0;
	/* height:100%; */
	width:100%;
	font-family: Verdana;
	/* overflow:hidden; */
	position: relative;
}

.main_bg {
	background-image: url(/theme/images/bg.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.services_bg {
	background-image: url(/theme/images/bg2.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.clients_bg {
	background-image: url(/theme/images/bg3.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 110px;
	background-size: 100% 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.event_bg {
	background-image: url(/theme/images/bg4.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.history_bg {
	background-image: url(/theme/images/bg5.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.contacts_bg {
	background-image: url(/theme/images/bg7.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

#footer {
	position:absolute;
	display:none;
	right:20px;
	bottom:50px;
	font-size:11px;
	color:#666666;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top:0%;
	left:0%;
	background-image: url(/theme/images/overlay.png);
}

.menu_txt {
	color: #FFFFFF;
	font: normal 12px/28px Arial;
	font-weight: normal;
	text-align: left;
}

.menu_txt a, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_txt a:hover {
	color: #000000;
	text-decoration: none;
}

#center {
	position: relative;
	display: block;
	/* right:0; */
	/* bottom:150px; */
	width:70%;
	/* height: 100%; */
	margin: 0 0 0 auto;
	/* overflow-y:auto; */
	padding-top: 50px;
}

#center2 {
	position:absolute;
	display:none;
	right:0;
	bottom:150px;
	width:880px;
	max-height:72%;
	overflow-y:auto;
}

#month {
	position:absolute;
	display:none;
	right:0;
	bottom:135px;
	width:70%;
	height: 280px;
	overflow-y:visible;
}

.month_txt {
	color:#FFFFFF;
	font: normal 12px/20px Verdana;
	padding-left: 6px;
	padding-right: 6px;
	background-color:#4e4e4e;
}

.bord {
	border-color:#4e4e4e;
	border-style: solid;
	border-width: 1px;
}

#center_header {
	margin-top:10px;
	margin-bottom:10px;
	font-family: Verdana;
	color:#FFFFFF;
	font-size:18px;
}

.center_block {
	padding:20px;
	font-size:11px;
	text-align:justify;
	margin-right:40px;
	background-image: url(/theme/images/white60.png);
	background-color: rgba(255,255,255,0.4);
	font: normal 10pt/16pt Verdana;
	color:#333333;
}

.center_block_month {
	padding: 0px;
	font-size:11px;
	text-align:justify;
	margin-right:40px;
	font: normal 10pt/16pt Verdana;
	color:#333333;
}

#line-menu {
	position:absolute;
	right: -70%;
	bottom:80px;
	width:70%;
	height:30px;
	background-color:#CB0A0B;
	z-index: 1;
}

#line-menu2 {
	position:absolute;
	right: -880px;
	bottom:80px;
	width:880px;
	height:30px;
	background-color:#CB0A0B;
	z-index: 1;
}
#line-menu3 {
	position: absolute;
	right: -70%;
	bottom:80px;
	width:70%;
	height:30px;
	background-color:#CB0A0B;
	z-index: 1;
}

.dig {
	background-color:#4e4e4e;
	color: white;
	background-position: 0px 0px 0px 0px;
	font: bold 11px Arial;
}


ul#cssmenu {
        max-width: 790px;
        margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        height: 30px;
}

ul#cssmenu li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
}

ul#cssmenu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 160px;
        list-style: none;
        display: none;
        position: absolute;
        bottom: 30px;
        left: 0;
}

ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#cssmenu ul li {
        width: 150px;
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
        border: 0px;
        padding: 0 10px;
        float: none !important;
        float: left;
        display: block;
        color: #FFFFFF;
        font: normal 12px/28px Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        color:#000000;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        border-bottom:1px solid #999999;
        float: none;
       background-image: url(/theme/images/bkg70.png);
        color: #FFFFFF;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        background: #CB0A0B;
        color:#ffffff;
        border-bottom:1px solid #999999;
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
}


img.link:hover {

        zoom: 1;

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=70);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.7;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.7;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.7;
}

.txt {
	font-size: 9pt;
	line-height: 14pt;
	text-align: justify;
	color: #292929;
	font-weight: normal;
}

.txt2 {
	font: normal 10pt/16pt Verdana;
	color:#333333;
	font-weight: normal;
}

.txt3 {
	font: normal 10pt/16pt Verdana;
	color:#333333;
	font-weight: normal;
	padding: 3px;
	border-color:#333333;
	border-style: solid;
	border-width: 1px;
}

.txt4 {
	font: normal 10pt/16pt Verdana;
	color:#333333;
	font-weight: normal;
	border-color:#333333;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}

.txt4 a, .txt4 a:active, .txt4 a:visited {
	color: #333333;
	text-decoration: underline;
}

.txt4 a:hover {
	color: #000000;
	text-decoration: none;
}

input.input {
	border: 1px solid #000000;
	height: 20px;
	width: 150px;
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
	padding-left: 3px;
	background: #f4f4f4;
}

input.input2 {
	border: 1px solid #000000;
	width: 450px;
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
	padding-left: 3px;
	background: #f4f4f4;
}

textarea.input {
	border: 1px solid #000000;
	height: 150px;
	width: 450px;
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
	padding-left: 3px;
	background: #f4f4f4;
}

input.submit {
	width: 100px;
	border: 3px double #000000;
	height: 28px;
	background: #f4f4f4;
	color: #333333;
	font: bold 11px Verdana;
	cursor: hand;
}

.popup_win {
	background: #f4f4f4;
	margin-bottom: 2px;
	width: 800px;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.w_close {
	text-align: right;
	font: bold 8pt Verdana;
	margin-top: 10px;
	margin-right: 20px;
}

.w_close a, .w_close a:active, .w_close a:visited {
	color: #333333;
	text-decoration: none;
}

.w_close a:hover {
	color: #000000;
	text-decoration: underline;
}

.month_name {
	font-family: Verdana;
	color:#FFFFFF;
	font-size:18px;
}

.month_block {
	width: 800px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-image:url(/theme/images/white60.png);
	font: normal 10pt/16pt Verdana;
	color:#333333;
}

.stat, .stat * td {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	text-indent: 0px;
}
table p {
	font-size:13px;
}

