@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);

/*	MASTER
---------------------------*/

html, body {
	height: 100%;
	color:#fff;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -40px; 
}
.page-wrap:after {
	content: "";
	display: block;
}


html {
	background-color:#000;
}

strong {
	font-weight: bold;
}

.bg_site {
	background-image:url(/template/client/design/bgi/1.jpg);
	background-position:center center;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	width:100%;
	height:100%;
	position:fixed;
}

.f_OS {
	font-family: 'Open Sans';
	font-weight:400;
	letter-spacing: 0.1px;
	color:#fff;
}

a {
	color:#00AEF2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	text-indent:1.5em;
	position:relative;
	padding:7px 0px !important;
}

.F_OS {
	font-family: 'Open Sans';
	font-weight:400;
	letter-spacing: 0.1px;
	color:#fff;
}


/* HEADER
---------------------------*/
.header {
	position:relative;
	width:980px;
	height:120px;
	margin:0 auto;
}

.logo {
	margin-top:10px;
	float:left;
}

.contact_area {
	float:right;
	margin-top:15px;
	background-image:url(/template/client/design/phone.png);
	background-repeat:no-repeat;
	background-position:center right;
	width:185px;
}

.c_phone {
	font-family:Arial;
	letter-spacing: -1px;
	font-size:14pt;
	margin-left:-11px;
	font-family: 'Open Sans';
}

.c_contact {
	font-weight:800;
	margin-top:4px;
	font-size:14pt;
	margin-left:20px;
	font-family: 'Open Sans';
}



/*	CONTENT
---------------------------*/
#main {
	width:980px;
	margin:0 auto;
	position:relative;
	padding-bottom:100px;
}


.content {
	width:980px;
	margin:0 auto;
	margin-top:30px;
}

.content-image {
	display: inline-block;
	padding: 3px;
}

/*	MAIN CONTENT
---------------------------*/

.main_menu {
	height:45px;
}

.m_m_l, .m_m_r {
	background-repeat:no-repeat;
	height:45px;
	position:relative;
	display:block;
	color:#FFF;
	font-size:22pt;
	font-weight:800;
	padding-top:4px;
}

.m_m_l {
	background-image:url(/template/client/design/arrow_left.png);
	padding-left:50px;
	float:left;
	background-position:top left;
}

.m_m_l:hover {
	background-image:url(/template/client/design/a_left_2.png);
	color:#00AEF2;
	text-decoration:none;
}

.m_m_r {
	background-image:url(/template/client/design/arrow_right.png);
	padding-right:50px;
	float:right;
	background-position:top right;
}

.m_m_r:hover {
	background-image:url(/template/client/design/a_right_2.png);
	color:#00AEF2;
	text-decoration:none;
}

.m_content_a {
	width:980px;
	vertical-align:top;
}

.m_content_a li {
	padding-left: 15px;
	list-style: square inside;
}

.m_content_a h1 {
	font-size: 20pt;
	padding: 5px;
}

.m_content_l, .m_content_r {
	width:440px;
	position:relative;
	margin-top:20px;
	background-image:url(/template/client/design/bgi/cont_bgi.png);
	padding:10px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.m_content_l {
	margin-left:25px;
}

.m_content_r {
	margin-right:25px;
}

.m_content_l img, .m_content_r img {
	max-width:380px;
}

.m_content_c {
	width:940px;
	position:relative;
	margin-top:20px;
	background-image:url(/template/client/design/bgi/cont_bgi.png);
	padding:10px;
	display:inline-block;
	vertical-align:top;
	margin:10px 0 10px;
	font-family: arial;
	font-size: 12pt;
	line-height: 125%;
}

.leftimg {
    float:left;
    margin: 0px 15px 7px 7px;
}
.rightimg  {
    float: right;
    margin: 0px 7px 7px 15px;
}

/*-------PAGE MENU--------*/
.menublock {
	color: white;
	width: 90%;
	margin:auto;
	padding: 0 0 5px;
	text-align: center;
}
.menuitem {
	position:relative;
	width: 24%;
	display:inline-block;
	text-align: center;
	font-size: 13pt;
	font-family: arial;
}

/*.menuitem a {
	text-decoration: none;
	color: white;
}

.menuitem a:hover {
	text-decoration: none;
	color: #00AEF2;
}*/

/*----END OF PAGE MENU----*/
   
/*	FOOTER
---------------------------*/
.site-footer, .page-wrap:after {
	height: 40px;
}
.site-footer {
	z-index:10;
	position: relative;
	width:980px;
	height:40px;
	margin-left: 50%;
	left:-490px;
	font-size:10pt;
}

#bg_footer {
	position: relative;
	top: -40px;
	height: 40px;
	clear:both;
	background-color:#000;
	z-index:1;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	width:100%;
}
.f_createby, .f_copyright {
	margin-top:15px;
	display:inline-block;
}

.f_createby {
	margin-left:600px;
}

