/**{
	margin: 0px;
	padding: 0px;
}*/
body
{
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: #666;
}
h2 {
	color: #666;
}
h3 {
	color: #666;
}
h4 {
	color: #666;
}
h5 {
	color: #666;
}
h6 {
	color: #666;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #CCC;
	text-decoration: underline;
	
}
.osnova {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 930px;
	
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 40px;
	

}
.grad {
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 40px;
	border: solid 0px #09F;
	border-radius: 300px 600px 0px 400px;
	/*box-shadow: 0px 0px 10px #000;*/
	background: -moz-linear-gradient(#999, #990); /* FF 3.6+ */
	background: -webkit-linear-gradient(#999, #990); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#999, #990);/* Opera 11.10 */
	
	
}
#page-background
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#logo_image
{
	background-image: url(images/logo_bg.png);
	height: 1450px;
	width: 1450px;
	
}

#image1
{
	height: 99px;
	width: 687px;
	position: relative;
	margin-left: 150px;
	  
}
#no1
{
	padding-top: 35px;
	font-size: 28px;
	padding-left: 0px;
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
		
}
#image2
{
	height: 80px;
	width: 876px;
    position: relative;
	z-index: 70;
}
#no2 
{
	padding-top: 30px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.8mm;
	padding-right: 120px;
	color: #333;	
}
#no2 a:hover
{
	color: #CCC;
	text-decoration: none;
}
.colortext {
	color: #FFF;
	font-size: 24px;
}

#image3
{
	width: 530px;
	border: solid 0px #09F;
	border-radius: 70px;
	/*box-shadow: 0 0 10px #333;*/
	margin-top: 80px;
	background-color: #FFF;
	opacity: 0.87;
	background: -moz-linear-gradient(#F0F0F0, white); /* FF 3.6+ */
	background: -webkit-linear-gradient(#F0F0F0, white); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#F0F0F0, white);/* Opera 11.10 */
	float: left;
	margin-right: 40px;	 
	
}
#no3
{
	padding-top: 40px;
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 100px;
}
#image4
{
	background-image: url('images/image4.png');
	height: 850px;
	width: 340px;
    float: left;
	position: relative;
	
	
}
#no4
{
	font-size: 14px;
	
	text-align: left;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
#image5
{
	height: 90px;
	width: 602px;
	position: relative;
	z-index: 70;
}
#no5
{
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	letter-spacing: 0.0mm;
	text-align: left;
	padding-top: 0px;
	padding-left: 70px;
	padding-right: 50px;
}
#div1{
	float: right;
    padding-top: 19px;
}
#font1 {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.6mm;
	padding-left: 23px;
}
#fixed {
	position: fixed;
	margin-left: 100px;
	margin-top: 100px;
}
.BTN {
	display:inline-block;
	width:67px;
	height:67px;
	background-image: url(images/facebook/facebook.png);
	float: left;
}
.BTN:hover {
	background-image: url(images/facebook/facebook1.png);
}

#copyrait {
	font-size: 8px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1mm;
	word-spacing: 0.1mm;
	text-align: right;
	
	padding-top: 70px;
	width: 600px;
	clear: left;
	position: relative;	
}
/*------------menu------------*/
.ok {
	width: 100%;
	position: fixed;
	top: 50%;
	bottom: 50%;
	/*opacity: 0.6;*/
	margin-top: -200px;
	z-index: 50;
}
ul {margin: 0px;
	padding: 0px;}
.nav {
	float: right;
}
.nav li{
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	background-color:#666 ;
	color: #FFF;
	overflow: hidden;
}
.nav a{
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	font-size: 16px;
	height: 60px;
	width: 200px;
	text-decoration: none;	
}
.con {
	padding-top: 40px;	
}
.con:hover{
	background:#390;
	padding-right: 5px;
}
.nav1 {
	float: right;
	 clear: right;
}
.nav1 li{
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	background-color:#993333 ;
	color: #FFF;
	overflow: hidden;
}
.nav1 a{
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	font-size: 16px;
	height: 60px;
	width: 180px;
	text-decoration: none;	
}
.con1 {
	padding-top: 35px;
}
.con1:hover{
	background:#09C;
	padding-right: 5px;
}
.nav2 {
	float: right;
	 clear: right;
}
.nav2 li{
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	background-color: #ef7901;
	color: #FFF;
	overflow: hidden;
}
.nav2 a{
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	font-size: 16px;
	height: 55px;
	width: 160px;
	text-decoration: none;	
}
.con2 {
	padding-top: 35px;
}
.con2:hover{
	background:#CCC;
	padding-right: 5px;
}
.nav3 {
	float: right;
	 clear: right;
}
.nav3 li{
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	background-color:#936 ;
	color: #FFF;
	overflow: hidden;
}
.nav3 a{
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	font-size: 16px;
	height: 55px;
	width: 140px;
	text-decoration: none;	
}
.con3 {
	padding-top: 30px;
}
.con3:hover{
	background:#F00;
	padding-right: 5px;
}
.nav4{
	float: right;
	 clear: right;
}
.nav4 li{
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	background-color:#660 ;
	color: #FFF;
	overflow: hidden;
}
.nav4 a{
	height: 50px;
	width: 120px;
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	font-size: 16px;
	text-decoration: none;
}
.con4 {
	padding-top: 30px;
}
.con4:hover{
	background:#000;
	padding-right: 5px;
}
