/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

/* Some stylesheet reset */
#left-menu-top > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	text-align: left;
}
/* The container */
#left-menu-top > ul {
	display: block;
	position: relative;
	width: 174px;
}
	/* The list elements which contain the links */
	#left-menu-top > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 174px;
	}
		/* General link styling */
		#left-menu-top > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			padding: 9px 10px;
			width: 154px;
			/* Typography */
			font-family:  Arial, sans-serif;
			color: #666666;
			font-size: 14px;
			text-decoration: none;
			/* Background & effects */
			background: url('https://files.dvigear.com/images/Site/btn-bg-whole.jpg') no-repeat;
/*			background: #b3c6d9;
			background: -webkit-linear-gradient(bottom, #b3c6d9, #dae5ef);
			background: -ms-linear-gradient(bottom, #b3c6d9, #dae5ef);
			background: -moz-linear-gradient(bottom, #b3c6d9, #dae5ef);
			background: -o-linear-gradient(bottom, #b3c6d9, #dae5ef);
			background: linear-gradient(bottom, #b3c6d9 0%,#dae5ef 100%); */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			border-radius: 4px;
		}
		/* The hover state of the menu/submenu links */
		#left-menu-top > ul li a:hover,
		#left-menu-top > ul > li:hover > a {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
			background: url('https://files.dvigear.com/images/Site/btn-bg-whole-hover.jpg') no-repeat;
/*			background: #4b6378;
			background: -webkit-linear-gradient(bottom, #4b6378, #8fa7bb);
			background: -ms-linear-gradient(bottom, #4b6378, #8fa7bb);
			background: -moz-linear-gradient(bottom, #4b6378, #8fa7bb);
			background: -o-linear-gradient(bottom, #4b6378, #8fa7bb);
			background: linear-gradient(bottom, #4b6378 0%,#8fa7bb 100%);*/
			border-color: transparent;
		}
		/* The arrow indicating a submenu */
		#left-menu-top > ul li.has-sub a {
			background: url('https://files.dvigear.com/images/Site/rt-arrow-btn-bg-whole.jpg') no-repeat;
		}
		/* Changing the color of the arrow on hover */
		#left-menu-top > ul li.has-sub:hover a {
			background: url('https://files.dvigear.com/images/Site/rt-arrow-btn-bg-whole-hover.jpg') no-repeat;
		}
		/* THE SUBMENUS */
		#left-menu-top > ul ul {
			position: absolute;
			left: 174px;
			top: -9999px;
			padding-left: 0px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .2s ease-in;
			-moz-transition: opacity .2s ease-in;
			-o-transition: opacity .2s ease-in;
			-ms-transition: opacity .2s ease-in;
			transition: opacity .2s ease-in;
		}
		#left-menu-top > ul ul li a {
			background: #344757 !important;
			/* Typography */
			color: #b3b3b3 !important;
			font-size: 14px;
			text-decoration: none;
			text-shadow: none;
		}
		#left-menu-top > ul ul li a:hover {
			background: #718faa !important;
			color: #fff !important;
			text-decoration: underline;
		}
		/* Showing the submenu when the user is hovering the parent link */
		#left-menu-top > ul li:hover > ul {
			top: 0px;
			opacity: 1;
		}

/**** Bottom Menu ****/
#left-menu-bottom {
	text-align: left;
	padding-bottom: 150px;
}
/* Some stylesheet reset */
#left-menu-bottom > ul {
	list-style: none;
	margin-top: 15px;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}
/* The container */
#left-menu-bottom > ul{
	display: block;
	position: relative;
	width: 174px;
}
	/* The list elements which contain the links */
	#left-menu-bottom > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 174px;
	}
		/* General link styling */
		#left-menu-bottom > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			padding: 9px 10px;
			width: 154px;
			/* Typography */
			font-family:  Arial, sans-serif;
			color: #666666;
			font-size: 14px;
			text-decoration: none;
			/* Background & effects */
			background: url('https://files.dvigear.com/images/Site/lower-btn-bg-whole.jpg');
			/* Border Radius */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		#left-menu-bottom > ul li a.left-menu-cart {
			background: url('https://files.dvigear.com/images/Site/cart-btn-bg-whole.jpg') no-repeat;
		}
		/* The hover state of the menu/submenu links */
		#left-menu-bottom > ul li a:hover {
			background: url('https://files.dvigear.com/images/Site/btn-bg-whole-hover.jpg') no-repeat;
			color: white;
		}
		#left-menu-bottom > ul li a.left-menu-cart:hover {
			background: url('https://files.dvigear.com/images/Site/cart-btn-bg-whole-hover.jpg') no-repeat;
			color: white;
		}
/* footer styles */
#mss-footer-new {
	background: url('https://files.dvigear.com/images/Site/horizontal-divider.jpg') no-repeat center top;
	padding-top: 45px;
	color: #ababab;
	padding-bottom: 30px;
}
#mss-footer-new .left-aligned {
	text-align: left;
	float: left;
}
#mss-footer-new .right-aligned {
	text-align: right;
	float: right;
}
#mss-footer-new ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mss-footer-new ul li {
	display: inline;
}
#mss-footer-new ul li.adding-padding {
	padding-right: 55px;
}
#mss-footer-new ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #ababab;
}
#mss-footer-new ul li a:hover {
	text-decoration: underline;
	color: #1465a1 !important;
}
.less-opacity {
	color: #999999 !important;
}
/* header menu */
@charset 'UTF-8';
#header-menu ul,
#header-menu li,
#header-menu span,
#header-menu a {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}
#header-menu {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	width: auto;
}
#header-menu:after,
#header-menu ul:after {
	content: '';
	display: block;
	clear: both;
}
#header-menu ul li > a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(192,192,192,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(192,192,192,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(192,192,192,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(192,192,192,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(192,192,192,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(192,192,192,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-8 */
	display: inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 48px;
	text-decoration: none;
	color: #363636;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-right: solid 1px #b0b0b0;
	border-left: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
	border-top: solid 1px #fff;
}
#header-menu ul {
  list-style: none;
}
#header-menu > ul {
  float: left;
}
#header-menu > ul > li {
  float: left;
}
#header-menu > ul > li:hover > a {
	color: white;
	background: rgb(142,166,186); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYTZiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjYyNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(142,166,186,1) 0%, rgba(75,98,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,166,186,1)), color-stop(100%,rgba(75,98,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea6ba', endColorstr='#4b6277',GradientType=0 ); /* IE6-8 */
}
#header-menu .has-sub {
	z-index: 1;
}
#header-menu .has-sub:hover > ul {
	display: block;
}
#header-menu .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
#header-menu .has-sub ul li > a {
	background: #606f7f;
	padding: 10px 5px;
	font-size: 14px;
	width: 300px;
	background: rgb(142,166,186); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYTZiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjYyNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(142,166,186,1) 0%, rgba(75,98,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,166,186,1)), color-stop(100%,rgba(75,98,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,166,186,1) 0%,rgba(75,98,119,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea6ba', endColorstr='#4b6277',GradientType=0 ); /* IE6-8 */
	color: #bfbfbf;
}
#header-menu .has-sub ul li:hover > a {
	background: rgb(169,188,205); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5YmNjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzdjOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(169,188,205,1) 0%, rgba(99,124,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,188,205,1)), color-stop(100%,rgba(99,124,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,188,205,1) 0%,rgba(99,124,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,188,205,1) 0%,rgba(99,124,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,188,205,1) 0%,rgba(99,124,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,188,205,1) 0%,rgba(99,124,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9bccd', endColorstr='#637c92',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
}
#header-menu .has-sub .sec-links {
	background: #4d657a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 10px 15px;
	height: 100%;
}
#header-menu .has-sub ul li:hover .sec-links {
	background: #adc0d0;
	color: #2e3133;
}
#header-menu .has-sub ul li:hover .sec-links a {
	color: #2e3133;
}
#header-menu .has-sub .sec-links:hover {
	background: #adc0d0;
}
#header-menu .has-sub .sec-links > a {
	color: #bfbfbf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 7px;
}
#header-menu .has-sub .sec-links > a:before {
	content: '\2022';
}
#header-menu .has-sub .sec-links > a.left-float {
	float: left;
}
#header-menu .has-sub .sec-links > a.right-float {
	float: right;
}
#header-menu .has-sub .sec-links > a:hover {
	color: #fff !important;
	text-decoration: underline;
	background: #2b3a47;
}
