﻿html{
	border:0px;
}

body{
	border:0px;
	margin:0px;
	padding:0px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
 left: 50%;
 margin-left:-48px;
 position: absolute;
 top: 50%;
 margin-top:-48px;
}

#nav_main{
	width:100%;
	height:50px;
	z-index:10;
	position:fixed;
	background:rgba(16, 22, 54, 0.2);
}

#nav{
	width:100%;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}

#nav p{
	margin-left:20px;
	font-size:18pt;
	line-height:50px;
	margin-top:-2px;
	color:white;
}

#nav ul{
	width:350px;
	height:50px;
	float:right;
	display:block;	
	margin-top:-57px;
}

#nav ul li{
	width:70px;
	float:left;
	list-style:none;
}

#nav ul li a{
	text-decoration:none;
	color:white;
}

#nav ul li a:hover{
	text-decoration:none;
	color:#f0912c;
}

#nav ul li a:active{
	color:#f0912c;
}


#mainsite{
	
}

#head{
	overflow:hidden;
	background-color:aqua;
	width:300px;
	height:400px;
}

#header img{
	border:0px;
}

#service{
	width:1280px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:bisque;
}

#works{
	height:1000px;
	width:auto;
	background-color:blue;
}

#team{
	width:1280px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-color:brown;
}

#contact{
	height:300px;
	width:auto;
	background-color:#FF3300;
}