#header
{
	width: 1200px;
  min-width: 640px;
	height: 120px;
	margin: 0;
	padding: 0;
	border:0;
  position: relative;
  float:none;
  background: #1c252a; /* Old browsers */
background: -moz-linear-gradient(top, #1c252a 0%, #32424f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1c252a 0%,#32424f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1c252a 0%,#32424f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c252a', endColorstr='#32424f',GradientType=0 ); /* IE6-9 */
	z-index: 3000;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}

.mainlogo
{
	position: relative;
	margin-left: 50px;
	margin-top: 25px;
	float: left;
	overflow: hidden;
	display: block;
	width: 314px;
	height: 70px;
	background: url(../res/logomain.png)  center  no-repeat ;
}
.header_cont_wrapper
{
  position: relative;
  float: right;
  color: #fff;
  margin-top: 25px;
  margin-right: 50px;
  text-align: right;
}
.header_cont_bigrow
{
  font-size: 29px;
  position: relative;
  float: none;
}
.header_cont_smrow1
{
  font-size: 14px;
  position: relative;
  float: none;
  margin-bottom: 10px;
}
.header_cont_smrow2
{
  font-size: 14px;
  position: relative;
  float: none;
}
