@font-face {
  font-family: 'helveticaLight';
  src: url('font/HelveNeuLTLigExt.eot'); /* IE9 Compat Modes */
  src: url('font/HelveNeuLTLigExt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/HelveNeuLTLigExt.woff') format('woff'), /* Modern Browsers */
       url('font/HelveNeuLTLigExt.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/HelveNeuLTLigExt.svg#83308de0ca4237e6cd44fbae61d13495') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}



body{
	margin: 0;
	padding: 0;
	font-family: 'helveticaLight';
	font-size: 18px;
	color: #364046;
	letter-spacing:1px;
	line-height:26px
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
.head{
	width: 100%;
	background:url(head.jpg) repeat-x;
	height: 273px;
	
}
.smallwrap{
	width: 400px;
	margin: 0 auto;
}
.smallwrap2{
	width: 400px;
	margin: 0 auto;
}
.smallwrap img.logo{
	margin-left: 33%;
	padding-top: 76px;
}

.text{
	margin-top: 37px;
}

.left, .right{
	float: left;
	
}
.right{
	margin-top: 58px;
	width: 250px;
}
.left{
	text-align:right;
	font-weight:bold;
	width: 150px;
}
hr{
	width: 400px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 65px;
	margin-bottom: 15px;
}
.padd{
	margin-top: 30px!important;
}
a{
	color: #364046;
	text-decoration:none;
}

@media only screen and (max-width: 767px) {
	.head{
		width: 400px!important;
		
	}
	
}