/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
	overflow: hidden;
	
}

/* Basic Styles */

nav {
	height: 30px;
	width: 100%;
	position: relative;
	background: #43727E; /* Old browsers */
	background: -moz-linear-gradient(top,  #67A2B1 0%, #43727E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67A2B1), color-stop(100%,#43727E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67A2B1 0%,#43727E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#43727E',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 3px #555;
	-moz-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
}
nav ul {
	padding: 0;
	margin: 0;
	width: 1350px;
	height: 30px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	font-size: 9pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #67A2B1;
	color:#fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 1010px and lower*/
@media screen and (max-width: 1550px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 25%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}



/*Styles for screen 1010px and lower*/
@media screen and (max-width: 650px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 600px and lower*/
@media only screen and (max-width : 500px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
	display: block;
	background: #43727E; /* Old browsers */
	background: -moz-linear-gradient(top,  #67A2B1 0%, #43727E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67A2B1), color-stop(100%,#43727E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67A2B1 0%,#43727E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67A2B1 0%,#43727E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#43727E',GradientType=0 ); /* IE6-9 */
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/menu2/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 17px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 360px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

/* Стили для футера */
/*footer {
      background-color:#212121;
      bottom:0;
      box-shadow: 0 -1px 2px #111111;
      display:block;
      height:70px;
      left:0;
      position:fixed;
      width:100%;
      z-index:100;
  }

  footer a.stuts,a.stuts:visited{
      border:none;
      text-decoration:none;
      font-family:tahoma;
      color:#fcfcfc;
      font-size:14px;
      line-height:31px;
      position:absolute;
	  top:25px;
  }

  footer a.stuts:hover {
    color:#4280af;
  }

  footer .stuts span {
      font-size:22px;
      font-weight:bold;
      margin-left:5px;
 }*/
/*
     */
/*
*/