/*Основная*/
body{
	background-color: #CCC;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-attachment: fixed;
	background-image: url(img/pattern.png);
	background-repeat: repeat;	/*background-attachment: fixed;
	background-image: url(img/pattern.png);
	background-repeat: repeat;*/
	
}
a:link {
	color: #105289;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #105289;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #368ad2;
}

.copirait {
	font-size: 9px;
	color: #666;
}
/*index*/
#e {
	font-size: 40px;
	width: 820px;
	text-align: right;
	padding-top: 20px;
}
#c {
	width: 530px;
	letter-spacing: 1mm;
	text-align: left;
}
#a {
	font-size: 90px;
}
.bg {
	background: -moz-linear-gradient(#000, #CCC); /* FF 3.6+ */
	background: -webkit-linear-gradient(#000, #CCC); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#000, #CCC);/* Opera 11.10 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#CCCCCC')"; /* IE8+ */
	opacity: 0.85;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993333;
	border-bottom-color: #993333;
	font-size: 12px;
	color: #999;
	height: 492px;
	/*background-color: #ECF1F3;
	background-image: url(img/pattern.png);
	background-repeat: repeat;*/
}
/*content*/
#cp {
	font-size: 90px;
	text-align: left;
	color: #993333;
	padding-top: 16px;
		
    padding-left: 30px;
}
.menu {
	text-align: left;
	font-size: 40px;
	padding-left:270px;
    padding-top: 30px;
}
.div {
	width: 270px;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 2px;
}
.bg_cont {background: -moz-linear-gradient(#000, #CCC); /* FF 3.6+ */
	background: -webkit-linear-gradient(#000, #CCC); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#000, #CCC);/* Opera 11.10 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#CCCCCC')"; /* IE8+ */
	opacity: 0.85;
	/*background:#ECF1F3;*/
	width: 492px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #993333;
	border-left-color: #993333;
	height: 100%;
}
.futer_logo {
	opacity: 0.75;
	background-color: #F90;
	position: absolute;
	height: 51px;
	width: 100%;
	bottom: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}