@font-face{ font-family: Roboto; src: url('fonts/Roboto.eot');}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Roboto.woff') format('woff'), url("fonts/Roboto.ttf") format("truetype");
}

body { 
	background:#FFF; 
	font-family: Tahoma, sans-serif;
	font-size:14px; 
	line-height:20px;
	color:#303030;
}
html, body { height:100%;padding:0;}

a {color:#ff7f00;outline:none;}
a:hover{text-decoration:none;}

header{
	z-index:1;
	position:relative;
}

.wrapper{
	margin:0 auto;
	width:1000px;
	position:relative;
}

#logo{
	background:url(../img/logo.jpg) 0 0 no-repeat;
	margin:60px 20px 30px 20px;
	width:510px;
	height:100px;
	float:left;
}

#slogan{
	font-size:34px;
	color:#a5a5a5;
	line-height:34px;
	text-align:right;
	font-family: Roboto, Sans-Serif;
	margin:60px 20px 30px 20px;
	float:right;
	width:410px;
}

#phone{
	color:#FFF;
	display:inline-block;
	margin-right:20px;
}
#zakaz:hover{border-bottom:none;}
#zakaz{
	text-decoration:none;
	border-bottom:1px dashed #ff7f00;
}


/*-----------------------MENU-------------------------*/

nav{
	background:#303030;
	height:30px;
	position:fixed;
	width:100%;
	z-index:1000000;
	opacity:0.95;
}

nav div{
	text-align:right;
	margin:0 auto;
	width:980px;
	height:30px;
	position:relative;
	padding-right:20px;
	line-height:28px;
}

nav .menu{
	float:left;
}
.menu li{
	display:inline-block;
}
.menu li a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	padding:10px 20px 10px 20px;
}
.menu li a:hover{
	background:#FFF;
	color:#404040;
}
.menu .active a:hover{color:#404040;}
.menu .active a{background:#FFF;color:#404040;cursor:default;}

/*======================MENU_END======================*/

article{padding:0 20px 20px 20px;}

article p{	margin-bottom:18px;}

article h1{
	font-family: Roboto, Tahoma, sans-serif;
	font-size:32px;
	font-weight:normal;
	color:#008ec5;
	margin:30px 0 20px 0;
}

article h2{
	font-size:20px;
	font-weight:normal;
	margin:50px 0 30px 0;
	color:#008ec5;
	text-align:center;
	border-top:1px solid #DDD;
	position:relative;
}
article h2 span{
	padding:0 20px;
	background:#FFF;
	position:relative;
	top:-12px;
	text-transform:uppercase;
}

article h3{
	font-size:26px;
	font-weight:normal;
	margin:30px 0 18px 0;
	color:#303030;
	font-family: Roboto, Tahoma, sans-serif;
	line-height:26px;
}

article ul{
	margin-bottom:18px;
}

article .p_r{
	float:right;
	margin:0 0 10px 10px;
}

article .p_l{
	float:left;
	margin:0 10px 10px 0;
}

article .p_c{
	margin:10px auto;
	display:block;
}

article ul li{margin:5px;}

article .block{
	margin:20px auto;
	width:600px;
	background:#f6f6f6;
	padding:20px 20px 2px 20px;
}

article .list{
	
}

article .list li{
	width:200px;
	display:block;
	float:left;
	margin:0 40px 0 0;
	height:280px;
}

article .list li span{
	color:#FFF;
	font-size:16px;
	text-align:center;
	width:40px;
	height:32px;
	padding-top:8px;
	background:url('../img/icon.jpg') 0 0 no-repeat;
	margin:10px auto;
	display:block;
    line-height:24px;
}

article .list li div{
	font-size:16px;
	margin-bottom:15px;
	line-height:16px;
}
article .list li p{
	font-size:12px;
	color:#a5a5a5;
	line-height:18px;
}

article .last{margin-right:0;}

footer{
	height:50px;
	color:#a5a5a5;
	font-size:12px;
	line-height:16px;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #e9e9e9;
}

#copy, #create{
	width:240px;
	float:left;
	text-align:right;
}

#copy {text-align:left;margin:0;}
#create a{text-decoration:none;color:#a5a5a5;}
#create a:hover{text-decoration:underline;}

#validator{
	width:480px;
	float:left;
	text-align:left;
	margin-left:0px;
}