@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);

html { overflow-x: hidden; }

#toppart a, #toppart a:visited, #toppart a:active {
	text-decoration: none;
	color: #FFF;
   } 
#toppart a:hover { 
    text-decoration: none;
    color: #FF0;
}
#toppart
{
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #f1582c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS Document */


body {
	margin: 0;
padding:0;
font-family: 'Roboto', sans-serif;
}
#main {
	margin: 0 auto;
	width: 990px;
}
#header {
	margin: 0 auto;
	width: 990px;
	height: 50px;
}
#footer {
	margin: 0 auto;
	width: 990px;
	background-color:#03F;
	height: 50px;
}
.block {
	width:250px;
	margin-left:60px;
	float: left;
	text-align: center;
	height: 310px;
	border: thin solid #999;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.block:hover {
	border: thin solid #F00;
	background-color: #FFCECE;
}
.cta-button{
	width:100%;
	text-align:center;
	color:#fff;
	opacity:.8;
	display:inline-block;
	padding:.5em .8em;
	font-size:1rem;
	font-weight:normal;
	text-transform:none;
	border:0;
	cursor:pointer;
	margin:0;
	line-height:1.5em;
	margin-bottom:.1rem;
	text-decoration: none;
	}
.button {
	width:210px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	padding:20px;
	color:#ffffff;
	border:7px solid #f15a29;
	background-color:#f15a29;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.button:hover {
	color: #000;
	background-color: #FF0;
}
.boxcolor {
	width:100%; 
	padding-top:50px;
	padding-bottom:50px;
}
.box990 {
width:990px;
margin:0 auto; 
margin-top:50px;
margin-bottom:50px;
}
