html { -webkit-text-size-adjust:auto; overflow-y:scroll; }
html, body { height:100%; }
body { background:#fff; font:100% HelveticaNeue, Helvetica, sans-serif; min-height:100%; outline:0; }
header h1, header nav {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    width: 100%;
    position : relative;
    margin:0;
    height: auto;
	text-align: center;
}
header nav li{
	margin: 4px 20px 4px 0;
}
#mainWrapper {
    border-left: none;
    margin-left: 0;
    padding: 3%;
    width: 94%;
}

#main #jsSliderContener, #main #slideContener, #main #flashContener {
	width: 96%;
}
#main #flashContener embed{
	width:100% !important;
	height:auto !important;
}
#main #slideContener img{
	max-width: 96%;
}
