#mainnav{height:80px;
	
	
}  /* x */
#mainnav ul {
	padding-top:32px; padding-bottom:32px; /* x */
	min-height: 16px;  /* x */
	padding-left:32px;
	margin-top:0;
	margin-bottom:0;
	list-style-type:none;}
.subMenu {
	
	z-index: 1000;
	width: 100%;
	float:none;
	/*-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;*/
	
}
/* use this for fixed styles definition*/
#mainnav.subMenu.smint.fxd{

/*	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;*/
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,1);
		width: 100%;
	/*max-width: 1600px;
	min-width: 900px;
		margin: 0 auto;*/
		
		margin-top:0px !important;

}
#mainnav.subMenu.smint.fxd .level_1{
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 16px;

}
#mainnav.subMenu.smint.fxd .level_1 > .first{
		padding-left:16px !important;
}
/* end of use fixed styles */


/* SECTIONS */
	/*.sTop {
		min-height: 145px;
	height: 181px;
	}*/
	#logo{
		min-height: 150px;
	height: 150px;  /* x */
	display:block;
	}
	#logo >a{
	display:inline-block;
	text-align:center;
	min-height: 150px;  /* x */
	height: 150px;  /* x */
	width:100%;
	}
	#logo img{
	display:inline-block;
	text-align:center;
	width:auto;
		height:100px;
	padding:35px 0 15px 0;  /* x */
	
	}
	

