

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #0484CC;
}
.clear {
	clear: both;
}
.wrapsmint {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		/*min-width: 960px;*/
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	/*min-width: 960px;*/
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.innersmint {
	/*width: 960px;*/
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	padding:30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 0px!important; /* ALTEZZA DAL MARGINE SUPERIORE DEL MENU. E' ANCHE NEL JS SMINT */
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	/*min-width: 960px;*/
	background: #90cced; /* Old browsers */
	background: -moz-linear-gradient(left, #096fb7  0%, #096fb7  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#096fb7 ), color-stop(100%,#096fb7 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #096fb7  0%,#096fb7  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #096fb7  0%,#096fb7  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #096fb7  0%,#096fb7  100%); /* IE10+ */
	background: linear-gradient(to right, #096fb7  0%,#096fb7  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cced', endColorstr='#096fb7 ',GradientType=1 ); /* IE6-9 */

}

.subMenu .innersmint {
	padding:0;
	font-weight: 400;
}



.subNavBtn {
	display: block;
	height: 42px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 8px 1% 0 1%;
	text-align: center;
	color: #fff;
}

a:hover#sTop,a:hover#s1,a:hover#s2,a:hover#s3,a:hover#s4,a:hover#s5,a:hover#s6,a:hover#s7,a:hover#s8,a:hover#s9 {
color:#ffffff;
background: -moz-linear-gradient(top, rgba(0,152,238,0.69) 0%, rgba(0,152,238,0.68) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,152,238,0.69)), color-stop(1%,rgba(0,152,238,0.68)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,152,238,0.69) 0%,rgba(0,152,238,0.68) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,152,238,0.69) 0%,rgba(0,152,238,0.68) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,152,238,0.69) 0%,rgba(0,152,238,0.68) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,152,238,0.69) 0%,rgba(0,152,238,0.68) 1%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00098ee', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

background: #0484CC;
}

.end {
	margin: 0;
}


/* SECTIONS */
.s1 {
	min-height: 460px;
	padding-top: 40px;
	
}

.s2 {
	min-height: 500px;
}


.s3 {
	min-height: 500px;
}


.s4 {
	min-height: 500px;
}


.s5 {
	min-height: 500px;
}

.s6 {
	min-height: 500px;
}

.s7 {
	min-height: 500px;
}




