body{
	overflow-x: hidden;
}

#Main{
	padding-top: 0;
	top: 0;
}

#leader-form table td{
	padding: 0;
}


/* SLIDE */
.flexslider{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	background: none !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border: 0 solid !important;
}


/* FOOTER */
#Bottom_sitemap{
border-top: 1px solid rgb(202, 202, 202);
padding-top: 20px;
background: url('/media/fire.png') no-repeat bottom left;
height: 171px;
}


#Space{
clear:both;
padding-top:100px;
}



/* PRODUCTS */
.nav-menu li ul li{
width: 140% !important;
}

.nav-menu li ul li a{
width: 100% !important;
}

#Sub_right_menu	li a{
border-bottom: 1px dotted #DBDBDB;
}

#Sub_right_menu ul{
margin-top: 12px;
margin-bottom: 12px;
}


.nav-menu li ul{
display: none !important;
}

/* MOBILE */
@media screen and (max-width: 1007px){
#Bottom_sitemap{
height: auto !important;
background: white !important;
}

#Space{
padding-top: 220px !important;
}
}