/* @revision      $Id: main.css 51 2011-04-25 06:20:54Z Aleksey $ */
@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
}
html {
/*	height: 100%;*/
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(../images/fon.png) no-repeat right top;
}
.hidden {
	display:none !important;
}
/*DIV {
	display: inline-block;
}*/
img,a img {
	border: none;
}
a, a:visited, a:active {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}
.lang a {
	display: inline-block;
}
.lang .active {
	font-weight: bold;
	background: rgb(83, 83, 83);
	color: white;
	display: inline-block;
	padding: 3px 5px;
	margin-top: -8px;
	clear: both;
}
.content .menu a:hover {
	color: red;
}
a:hover {
} /* mouse over link */
h1,h2,h3,h4,h5,h6 {
	color: black;
    padding: 0;
    margin: 0;	
    font-weight: normal;
}

h1 {
	text-transform: uppercase;
	font-variant: normal;
	font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
	text-transform: uppercase;
	font-size: 14px;
}
h4 {
    font-size: 12px;
}
.mine {
	width: 1000px;
	display: block;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 160px;
}
/*.header .link {
	width: 650px;
	margin-top: 105px;
	float: left;
}*/
.header .link {
	width: 600px;
	float: left;
	margin-top: 50px;
}
.header .link ul {
	display: inline-block;
}
.header .link ul li {
	float: left;
	font-size: 12px;
	list-style: none;
}
.header .lang {
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-top: 52px;
	float: right;
}
.header .lang ul {
	display: inline-block;
}
.header .lang ul li {
	font-size: 12px;
	list-style: none;
	display: inline;
}
.header .logotype {
	display: inline;
	margin: 30px 0 0 0px;
	float: left;
}
.content_mine {
	width: 1000px;
	height: 450px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;

}
.content_mine #content-holder{

}
.content_mine .content {
	display: inline-block;
	background: url(../images/fon-text.png);;
	font-size: 0.9em;
	position: absolute;
	z-index: 0;
	margin-left: 700px;
	width: 300px;
	height: 450px;
	overflow: auto;
}
.content .menu {
	height: 400px;
	width: 100%;
	position: absolute;
	z-index: 9;
	font-size: 12px;
	}
.content .menu a {
	margin: 10px 5px;
	display: inline-block;
	font-weight: bold;
	width: 300px;
}
.content .text {
	width: 380px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 10px 15px 10px;
	color: black;
}
.content .text a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none;
}
.jspContainer {
	/*border: 1px solid #333;
	padding-left: 15px;
	text-align: left;*/
}
.jspContainer strong,b {
	font-size: 18px;
}
.jspContainer a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}
.jspContainer a:hover {
	text-decoration: none;

}
.content .text p {
	text-align: center;
}
.slider {
	width: 1000px;
	height: 450px;
	position: absolute;
	z-index: -1;
} 
.footer {
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}
.footer .link {
	width: 680px;
	margin-top: 10px;
	display: inline-block;
	text-align: left;
	float: left;
}
.footer .copyright {
	width: 320px;
	float: left;
}
.footer .link ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer .link ul li {
	float: left;
	margin-right: 20px;
	list-style: none;
}
.footer .copyright ul li {
	float: right;
	margin-right: 10px;
	list-style: none;
	
}

#contenu {	
	margin:0 auto;
	padding: 0 10px;
}
.contact {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: black;
	width: 370px;
	margin-left: 28px;
	padding-top: 20px;
}
.contact img {
	
	padding-bottom: 10px;
	
}
.caption {
	position: fixed;
	margin-left: 790px;
	margin-top: 350px;
	width: 200px;
	background:  rgb(201, 181, 157);
	padding: 5px;
}
.caption a {
}

.mine_start {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #333;
	margin: 0 auto;
	background: url('../../images/fon-start-body.jpg') no-repeat center bottom;
}
.banner {
	width: 559px;
	height: 84px;
	border: 1px solid #333;
	margin-top: 20px;
	background: url('/assets/site/images/banner.jpg') no-repeat center bottom;
	margin-left: 45px;
	display: none;
}