html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: inceyazi, Helvetica, Verdana;
	font-size: 19px;
	line-height: 28px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #000000;
	text-decoration: none;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header
{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	background: #F0F0F0; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #F0F0F0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F0F0F0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#F0F0F0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F0F0F0',GradientType=0 ); /* IE6-9 */




	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 65px;
	padding: 13 37px;
	margin: 0;
	margin-bottom:0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.30);
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url('menu4.png');
	z-index:999999999;

	display: block;
	width: 42px;
	height: 50px;
	position: absolute;
	top: 10;
	left: 10px;

}
.content
{
	padding: 60px 0px 0px 0px;
}
