@charset "utf-8";
/* CSS Document */
a {
	color: #EC6600F;
	border:none;
}
a:link {
	color: #EC6600F;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #EC6600;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
a:hover {
	color: #E84F00;
	text-decoration: none;
}
a:active {
	color: #EC6600F;
	font-weight: normal;
	
}




img a{
	border:none;
}
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(fon2.jpg) no-repeat scroll center top;
	background-color:#e4e4e4;
	height:100%;
    font-family: "Myriad Pro";
	font-size: 14px;
	color: #6c7985;
	

}
.shapka{
 width:1260px;
 height:160px;
 clear:both;
}

.gray{
	background-color: #E6E9EB;

}
.buybox{
	border: 2px solid #84C3D7;
	border-radius: 14px;
	
}
.main{
	clear: both;
	background-color: #FFFFFF;
	min-width: 1100px;
	max-width: 1100px;
	min-height: 800px;
	position: relative;
	top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: 0 3px 3px 2px #828282;
	-webkit-box-shadow: 0 3px 3px 2px #828282;
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #6c7985;
	text-align: left;
}
.menu {
	min-width: 1150px;
	width: 1150px;
	border: 1px solid #9B9B9B;
	height: 60px;
	
	text-align:center;
	
	background:url(fonknopki.jpg);
}
.button {
	background: url(fonknopki.jpg);
	width: 140px;
	height: 60px;
	text-decoration: none;
	
	display: inline-block;

}
.button:hover{
	background:none;
	background-color:#FF6700;
	text-decoration: none;

}
.button-text{
	vertical-align:central;
	 position:relative;
	  top:19px;
	   cursor:pointer;
	   font-family:"Myriad Pro";
	   font-size:18px;
	   color:#6c7985;
	   text-decoration: none;	
}


.button:hover > .button-text{color:#FFFFFF;
transition:all 0.2s ease-in-out;}

.button-block {
	background: url(fonknopki.jpg);
	width: 140px;
	height: 60px;
	float: left;
	display: inline-block;

}
.footer {
	position:relative;
	display:block;
	height:70px;
	background-color:#8595a2;
	top:45px;
	color:#323232;
	padding:10px 10px 10px 10px;
}
.footer a{
	color:#FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
