/* Page */
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	border:0;
	outline:none;
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
/* Demo Page Styles */

.wrap {
	width: 960px;
	margin: 0 auto;
}
.demo-container {
	padding: 20px 0;
	width: 250px;
	float: left;
}
.demo-container.right {
	float: right;
}
.demo-container h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.clear {
	clear: both;
}
/* Vertical Mega Menu Styles */
.mega-menu {
	line-height: 18px;
	position: relative; /* Required */
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mega-menu li a {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #222;
	border-right: 1px solid #1B1B1B;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 40px;
}
.mega-menu li a:hover, .mega-menu li.mega-hover a {
	background: #4b4b4b;
	color: #fff;
	border-right: 1px solid #4b4b4b;
}
.mega-menu li a.dc-mega {
	position: relative;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 5px;
	width: 12px;
	height: 17px;
	background: url(images/arrow_right.png) no-repeat 0 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
	position: absolute; /* Required */
	background: #4B4B4B;
	padding: 10px 10px 0 10px;
	border: 1px solid #4b4b4b;
	border-left: none;
}
.mega-menu li .sub-container .sub {
}
.mega-menu li .sub .row {
	width: 100%;
	overflow: visible; /* Clear floats */
}
.mega-menu li .sub li {
	float: none;
	width: 300px;
	font-size: 1em;
	font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
	float: left; /* Required */
	margin: 0 5px 10px 5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #fff;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	background: #E88221;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #000;
	text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
	padding: 4px 5px 4px 20px;
	background: url(images/arrow_white.png) no-repeat 5px 8px;
	font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
	color: #a32403;
	background: #efefef url(images/arrow_on.png) no-repeat 5px 8px;
}
.mega-menu .sub ul li {
	padding-right: 4px;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
	padding: 10px;
}
.mega-menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	background: url(images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
	color: #a32403;
	background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}
#b1, #b2, #b3, #b4, #b5 {
	height: 35px !important;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	background-color: #333;
	-moz-box-shadow: 0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px 5px#000;
	box-shadow: 0 0 5px #000;
}
#b1 {
	padding-left: 65px;
	background-image: url(../images/conveyor-icon.png);
	background-position: 3px;
}
#b2 {
	padding-left: 65px;
	background-image: url(../images/dust-collection-icon.png);
	background-position: 3px;
}
#b3 {
	padding-left: 65px;
	background-image: url(../images/metal-detector-icon.png);
	background-position: 3px;
}
#b4 {
	padding-left: 65px;
	background-image: url(../images/packaging-icon.png);
	background-position: 3px;
}
#b5 {
	padding-left: 65px;
	background-image: url(../images/project-engineering-icon.png);
	background-position: 3px;
}
#mega-1 li ul li ul li {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	background: url(images/arrow_white.png) no-repeat 5px 8px;
	width: 280px;
}
