﻿@charset "utf-8";

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 995px;
	font-family: 'Arimo', 'Open Sans';
    color:#666666;
	font-size: 13px;
	line-height: 1.7em;
	min-width:1175px;
    background: #fefefe url(/images/bg_main.jpg) 0 0 repeat-x;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-size-adjust: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
nobr, .nobr { white-space:nowrap; }

/* TEXT */
h1 {color: #000000; font-size: 22px; font-weight: normal; text-transform: uppercase; margin: 0 0 20px 0; font-family: 'Roboto', sans-serif; }
h1.noMarg {margin: 0;}

h2 {color: #333333; font-size: 17px; font-weight: normal; margin: 0 0 15px 0;font-family: 'Roboto', sans-serif;}
h3 {color: #1270c9; font-size: 14px; text-transform: uppercase; margin: 0 0 15px 0;font-family: 'Roboto', sans-serif;}


h4 {color: #000; font-size: 17px; text-transform: uppercase; margin: 10px 0 5px 0; padding: 0; font-weight: normal; font-family: 'Roboto', sans-serif; font:18px/1.1em 'DIN Next W01 Regular', sans-serif /*font override*/;} 
.rhColumn h4 { margin: 10px 0 15px 0;}
p.intro {font-weight: bold; margin: 0 0 5px 0; }
p {margin: 0 0 25px 0;}
p.mid {margin: 0 0 8px 0;}
p.noMarg {margin: 0;}

ul.classic {list-style: none; float: left; margin: 0; padding: 0; }
ul.classic li {float:left; margin: 0 0 8px 0; font-weight: bold; background: url(http://cdn.quantum.com/images/dot.png) no-repeat 0 7px; padding: 0 0 0 10px;font-weight: normal; line-height: 1.3em; clear: left;} 

a, a:link, a:active, a:visited {color: #00b6f1; text-decoration: none;}
a:hover {color: #00b6f1; text-decoration: underline;}

#contentWrapper {
	min-width: 1175px;
}

.down-arrow {
	height: 28px;
	width: 54px;
	background: url(/cybersecurity/images/down-arrow.png) center top no-repeat;
	-webkit-border-radius: 0 0 28px 28px;
	-moz-border-radius: 0 0 28px 28px;
	border-radius: 0 0 28px 28px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -28px;
	display: block;
	text-indent: -100%;
	zoom: 1;
	behavior: url(/PIE.htc);
}
.down-arrow.top {
	bottom:auto;
	top: 0;
}

.triangle-down-arrow {
	border: solid transparent;
	/* border-top-color: dictate color inline */
	border-width: 34px;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: 0;
}

.triangle-down-arrow.white {
	border-top-color: #fff;
}

.btn {
	display: inline-block;
	zoom: 1;
	padding: 0.618em 1em;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
	line-height: 1.382;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	border: none;
}

.btn-primary {
	background: #0f73c3;
	color: #fff!important;
	background: -moz-linear-gradient(top, #149aff 0%, #0f73c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#149aff), color-stop(100%,#0f73c3));
	background: -webkit-linear-gradient(top, #149aff 0%,#0f73c3 100%);
	background: -o-linear-gradient(top, #149aff 0%,#0f73c3 100%);
	background: -ms-linear-gradient(top, #149aff 0%,#0f73c3 100%);
	background: linear-gradient(to bottom, #149aff 0%,#0f73c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149aff', endColorstr='#0f73c3',GradientType=0 );
	text-shadow: 0 -1px 1px #0f73c3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff!important;
	background: #149aff;
	background: -moz-linear-gradient(top,  #0f73c3 0%, #149aff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f73c3), color-stop(100%,#149aff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f73c3 0%,#149aff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f73c3 0%,#149aff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f73c3 0%,#149aff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f73c3 0%,#149aff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f73c3', endColorstr='#149aff',GradientType=0 ); /* IE6-9 */
	text-shadow:0 1px 1px #0f73c3;
}
.btn-primary:active,
.btn-primary.active {
  	background-image: none;
}

/* HEADER */
#hdrWrapper {
	min-width: 1175px;
	width: 100%;
	background: #fff url(http://cdn.quantum.com/newindex/images/hdr_bk.png) 0 bottom repeat-x;
}

#header {
	position:relative;
	width: 61%;
	height: 95px;
	width: 1175px;
	margin: 0 auto;
	border-top:0 none !important;
	background-image:none !important;
	z-index: 99;
}
div#globalMenu {
	position:absolute;
	top: 7px;
	right:75px;
	z-index: 5000;
}

	div#globalMenu a,
	div#globalMenu input {
		float:left;
	}
	
	div#globalMenu a.link {
		text-transform:uppercase;
		margin-right: 26px;
		padding-top: 1px;
		font-family: Roboto;
		color:#78797b;
		font-weight: 500;
		font-size:9px;
	}
	
		div#globalMenu a.link:hover {
			color: #00b6f1;
		}
	
	div#globalMenu div#LanguageSelect {
		display: none;
		position: absolute;
		z-index: 5000;
		top:20px;
		right: 213px;
		padding: 15px 0 0 0;
		width: 304px;
		background: url(http://cdn.quantum.com/images/common/languageselect_bkgrd_top.png) 0 0 no-repeat;
	}
	
		div#globalMenu div#LanguageSelect .wrapper {
			float: left;
			padding: 15px 23px 15px 18px;
			width: 263px;
			background: url(http://cdn.quantum.com/images/common/languageselect_bkgrd_bottom.png) 0 bottom no-repeat;
		}
	
		div#globalMenu div#LanguageSelect .closeLink {
			float: right;

			margin: -1px 0 0 0;
		}
	
		div#globalMenu div#LanguageSelect h4 {
			float: left;
			width: 230px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 14px;
			line-height: 15px;
			color:#0f73c3;
			padding: 0;
			margin: 0 0 16px 0;
		}

			div#globalMenu div#LanguageSelect fieldset {
				float: left;
				width: 100%;
				padding: 13px 0;
				border-top: 1px dotted #666;
			}
			
				div#globalMenu div#LanguageSelect ul {
					float: left;
					margin: 0;
					padding: 0;					
				}

					div#globalMenu div#LanguageSelect ul li {
						float: left;
						width: 115px;
						padding: 8px 0;
						margin: 0;
						list-style: none;
						line-height: 12px;
					}
			
						div#globalMenu div#LanguageSelect input {
							float: left;
							border: none;
							padding: 0;
							margin: 0 8px 0 0;
							width: auto;
							outline: none;
							background-color: transparent;
							background-image: none;
						}
			
						div#globalMenu div#LanguageSelect label {
							float: left;
							font-size: 12px;
							color: #555;
							line-height: 16px;
						}
						
							div#globalMenu div#LanguageSelect label:hover {
								color: #047ffe;
								cursor: pointer;
							}
	
	div#globalMenu input {
		color:#333333;
	}
	#searchBox {
		border:solid 1px #b2b2b2;
		background-color: #f6f6f6;
		font-size: 11px;
		line-height: 23px;
		padding-left:5px;
		width:168px;
		margin-top: -2px;
		margin-left: 10px;
		height: 23px;
	}
	div#globalMenu input::-webkit-input-placeholder {
		font-size: 10px;
		color: #bbb;
		font-style: italic;
	}
	div#globalMenu input:-moz-placeholder {
		font-size: 10px;
		color: #bbb;
		font-style: italic;
	}
	div#globalMenu input::-moz-placeholder {
		font-size: 10px;
		color: #bbb;
		font-style: italic;
	}
	div#globalMenu input:-ms-input-placeholder {
		font-size: 10px;
		color: #bbb;
		font-style: italic;
	}

	/* SEARCH LINK */
	a.searchLink {
		display:block;
		text-indent:-2000px;
		overflow:hidden;
	}
	a.searchLink {
		height:27px;
		width:27px;
		background-image:url(http://cdn.quantum.com/newindex/images/search_btn.png);
		background-repeat:no-repeat;
		margin: -2px 0 0 1px;
	}
#logo {
	position:absolute;
	left:87px;
	top:15px;
	background-image:url(http://cdn.quantum.com/newindex/images/quantum_logo.png);
	background-repeat:no-repeat;
	height:24px;
	width:162px;
	display:block;
}

/* MAIN NAV MENU */
ul#topMenuJs {bottom:0;position:absolute;right:50%;margin:0 -284px 0 0;padding:0; font-family: Roboto; font-weight: 500;}
ul#topMenuJs li.qnav0{background-image: url(http://cdn.quantum.com/images/nav_tab_bk.png);background-position:0 0;background-repeat:repeat-x;cursor:pointer;float:left;height:40px;list-style:none outside none;position:relative;margin:0;padding:1px;line-height:22px}
ul#topMenuJs li.qnav0 a.qnav1{color:#666;float:left;font-size:13px;margin-left:10px;margin-right:25px;margin-top: 8px;padding-right:10px;text-decoration:none;text-transform:uppercase;}
ul#topMenuJs li.qnav0 div.qnav2{display:block;background-repeat:no-repeat;height:20px;width:20px;overflow:hidden;position:absolute;right:12px;top: 11px;}
ul#topMenuJs li.qnav0.hover{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-position:0 -42px!important;border-bottom:1px solid #CCC;border-image:none;border-left:1px solid #CCC;border-right:1px solid #FFF!important;border-top:1px solid #d9d9d9;padding:0!important;}
ul#topMenuJs li.qnav0.hover a.qnav1 div.qnav2{background-position:0 5px;}
ul#topMenuJs li.qnav0.hover div.qsubnav{display:none;position:absolute;left:-410px;top:42px;}
ul#topMenuJs li.qnav0.hover #submenu_products{left:-188px;}
ul#topMenuJs li.qnav0.hover #submenu_solutions{left:-301px;}
ul#topMenuJs li.qnav0.hover #submenu_service{left:-417px;}
ul#topMenuJs li.qnav0.hover #submenu_partners{left:-521px;}
ul#topMenuJs li.qnav0.hover #submenu_aboutus{left:-634px;}
ul#topMenuJs li.qnav0 div.qnav2 .cufon,
ul#topMenuJs li.qnav0 div.qsubnav {
    display:none;
    z-index: 20;
}

/* SUBMENUS */
.submenu {
    float:left;
    width:937px;
    padding: 21px 0 0 0;
    background:url("http://cdn.quantum.com/images/common/submenu_top.png") left top no-repeat; 	
}
	.submenu .wrapper {
		position: relative;
		float: left;
		width: 100%;
		padding: 0 0 15px 0;
		background:url("http://cdn.quantum.com/images/common/submenu_bottom.png") left bottom no-repeat;
	}	
		.submenu .leftColumn {
			float: left;
			width: 185px;
			padding: 0 13px;
		}	
		.submenu .centerColumn {
			float: left;
			width: 466px;
			padding: 0 20px;
			margin: 0 0 0 1px;
		}
			.submenu .column {
				float: left;
				width: 193px;
				margin: 0 20px;
			}
		.submenu .rightColumn {
			float: left;
			width: 190px;
			padding: 0 13px 25px 13px;
			margin: -11px 0 0 0;
		}
			.submenu .rightColumn .box {
				float: left;
				width: 180px;
				padding: 10px 4px;
				border-bottom: 2px dotted #a2a2a2;
			}
		.submenu .closeLink {
			position: absolute;
			bottom:12px;
			right:16px;
			margin: 0;
		}

/* 	Smaller submenu basic layout styles */
#partnersSubmenu.submenu,
#aboutusSubmenu.submenu {
    width:720px;
    background:url("http://cdn.quantum.com/images/common/submenu_top2.png") left top no-repeat; 	
	margin-left:217px;
}

	#partnersSubmenu.submenu .wrapper,
	#aboutusSubmenu.submenu .wrapper {
		background:url("http://cdn.quantum.com/images/common/submenu_bottom2.png") left bottom no-repeat;
	}
			
/* 	Submenu basic content styles */
	.submenu h1 {
		margin: 8px 0;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}
	.submenu h2 {
		margin: 8px 0;
		font-size: 11px;
		line-height: 13px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.submenu p { 
		font-size: 11px;
		line-height: 14px;
		margin: 8px 0;		
	}
		.submenu .leftColumn img {
			margin: 10px 0;
			border-right: 1px solid #6d6d6d;
			border-bottom: 1px solid #6d6d6d;
		}
	.submenu .arrowLinkGrey,
	.submenu .arrowLinkBlue,
	.submenu .arrowLinkBlue2,
	.submenu .arrowLinkOrange,
	.submenu .arrowLinkGreen {
		float: right;
		width: auto;
		text-align: right;
		margin: 5px 0 3px 0;
		padding: 0 28px 0 0;
	}
	.submenu ul {
		float: left;
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0;
		list-style: none;
	}
		.submenu ul li {
			float: left;
			width: 100%;
			margin: 2px 0;
			padding: 0;
			line-height: 14px;
			list-style: none;
		}
			.submenu ul li a {
				display: block;
 				padding: 2px 4px 2px 0; 
				line-height: 14px;
			}
			.submenu ul ul {
				width: 80%;
				padding: 0 0 12px 25px;
				margin: 0;
			}
			
/* 	Submenu custom colors per area */
	#solutionsSubmenu h2,
	#solutionsSubmenu a:hover { 
		color: #41a2ef;
	}
	#productsSubmenu h2,
	#productsSubmenu a:hover { 
		color: #006ad6;
	}
	#supportSubmenu h2,
	#supportSubmenu a:hover { 
		color: #689434;
	}
	#partnersSubmenu h2,
	#partnersSubmenu a:hover { 
		color: #e07f16;
	}
	#aboutusSubmenu h2,
	#aboutusSubmenu a:hover { 
		color: #0069D5;
	}

/* MAIN MENU */
.solutionsPlusButton, .productsPlusButton, .partnersPlusButton, .supportPlusButton, .aboutusPlusButton { background-image: url(http://cdn.quantum.com/images/nav_arrow.png); background-position:0 5px;}
#solutionsSubmenu h2, #solutionsSubmenu a:hover, #solutionsSubmenu a.navFeaturedItem span {color: #00b6f1;}
#productsSubmenu h2, #productsSubmenu a:hover, #productsSubmenu a.navFeaturedItem span { color: #0f73c3;}
#partnersSubmenu h2, #partnersSubmenu a:hover, #partnersSubmenu a.navFeaturedItem span { color: #e07f16;}
#aboutusSubmenu h2, #aboutusSubmenu a:hover, #aboutusSubmenu a.navFeaturedItem span { color: #0f73c3;}
#supportSubmenu h2, #supportSubmenu a:hover, #supportSubmenu a.navFeaturedItem span {color: #689434;}
#partnersSubmenu.submenu,#aboutusSubmenu.submenu{background:#f1f1f1 url(http://cdn.quantum.com/img/homev2/navv2-bg.gif) left top repeat-x;margin-left:0;width:940px;}
.submenu{background:#f1f1f1 url(http://cdn.quantum.com/img/homev2/navv2-bg.gif) left top repeat-x;width:940px;border-right:2px solid #999;border-left:1px solid #c9c9c9;padding:20px 0 0;margin-top:-1px;position:absolute;z-index:999;}
.submenu p{margin:8px 0 6px;}
.submenu h2{text-transform:uppercase; font-weight:700; margin:8px 0;}
.submenu .wrapper{background-image:none!important;float:left;position:relative;width:100%;padding:0;}
div.floatingMenu{left:20px; width:931px;}

.clr{overflow:hidden; height:1px; font-size:1px; clear:both;}
.navcolumns{ margin-bottom:17px; min-height:278px}
.navcolumns.num4{ background:transparent url(http://cdn.quantum.com/img/homev2/div4.gif) left top repeat-y; }
.navcolumns.num4a{ background:transparent url(http://cdn.quantum.com/img/homev2/div4-02.gif) left top repeat-y; }
.navcolumns.num3{ background:transparent url(http://cdn.quantum.com/img/homev2/div3.gif) left top repeat-y; }
.navcolumns.num1{ background:transparent url(http://cdn.quantum.com/img/homev2/div1.gif) left top repeat-y; }
.navcolumns.num1a{ background:transparent url(http://cdn.quantum.com/img/homev2/div1.gif) left top repeat-y; min-height:216px; margin-bottom:14px;}
.navcolumns h2{ font-size:14px; color:#0f73c3; font-weight:bold; margin: 8px 0 4px 0; line-height:110%;}
.navcolumns a{display:block; color:#666 !important; font-size:14px; line-height:16px; margin-top:9px;font-weight: normal;}
.navcolumns a:hover{color:#0f73c3 !important; text-decoration:none}
.navcolumns a:hover span{color:#333;}
.navcolumns p{ display:block; margin:0 0 22px 0;}
.navcolumns p.last{ margin:0 0 2px 0;}
.column41,.column42,.column43,.column44{float:left; width:212px; padding:6px 0 0 20px; margin:0 4px 0 0;}
.column44{ width:212px; margin:0px; background-image:none;}
.column31,.column32,.column33{float:left; width:288px; padding:6px 0 0 20px; margin:0 4px 0 0;}
.column33{ width:280px; margin:0px; background-image:none;}
.navrow{ border-top:1px solid #d0d0d0; border-bottom:2px solid #999; background-color:#dedede; clear:both; padding:12px 0 0 32px; height:149px;}

a.navFeaturedItem{ display:block; width:435px; height:136px; float:left;}
a.navFeaturedItem img{ float:left; margin:11px 14px 10px 0; }
a.navFeaturedItem h2{ font-size:14px; color:#0f73c3; line-height:110%;}
a.navFeaturedItem p{ font-size:12px; color:#333; line-height:130%; float:left; margin-top:0px; width:300px;}
a.navFeaturedItem span{ font-size:12px; color:#0f73c3;}
a.navFeaturedItem:hover span{ text-decoration:underline;}
a.navFeaturedItem:hover p{ color:#000;}

a.navFeaturedItem.num3{ width:293px; }
a.navFeaturedItem.num3 p{ width:160px;}
a.navFeaturedItem.num2a{ width:649px; margin-left:-7px;}
a.navFeaturedItem.num2a p{ width:430px;}
a.navFeaturedItem.num2b{ width:250px; } 
a.navFeaturedItem.num2b img{ float:left; margin:11px 0px 0px 0; }

.navAward{ margin:0px 0 19px 20px; clear:both;}
.navAward a{ margin:0 8px 0 0; border:0 none; display:inline;}

li.NavBorderOn { padding:0px !important; border:1px solid #CCC; border-right:1px solid #FFF !important;background-position:0 -42px !important;}
li.NavBorderOn div.qnav2{ top:12px !important; right:9px !important;}

/* breadcrumbs */
#breadcrumbs {width: 1015px; color: #666666; margin: 20px auto 0 auto; font-size: 10px; text-transform: uppercase; }
#breadcrumbs a { color: #a8b0aa; text-transform: uppercase; text-decoration: none; }
#breadcrumbs a:hover {text-decoration: underline; }
.breadcrumbCategory > div { display: inline; }

/* forms */
.mv-invalid {
	border: 1px solid #FF7E00 !important;
}

/* FOOTER */
#QdcFooterExtraBorder {
	background: #44b4e3;
	height: 15px;
}
#QDCfooterWrapper {
	background: #0f73c3; /* Old browsers */
	background: -moz-linear-gradient(left,  #0f73c3 0%, #00b6f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f73c3), color-stop(100%,#00b6f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* IE10+ */
	background: linear-gradient(to right,  #0f73c3 0%,#00b6f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f73c3', endColorstr='#00b6f1',GradientType=1 ); /* IE6-9 */
	width: 100%;
	padding: 40px 0;
	border-top: 2px solid #FFFFFF;
}
#QDCsocialMedia {
	width: 985px;
	margin: 20px auto 40px;	
	overflow: hidden;
}
	#QDCsocialMedia h1 {color:#fff;font-family: 'Roboto', sans-serif;font-weight: 300;font-size: 21px;margin-bottom: 10px;}
	#QDCsocialMedia .stayconnected {float:left;}
	#QDCsocialMedia .findus {float:right;}
	
	#QDCsocialMedia .stayconnected ul {
		height: 79px; 
	}
	
	#QDCsocialMedia .stayconnected ul li {
		list-style: none;
		display: block;
		float: left; 
		text-align: left; 
		width:190px; 
		vertical-align: middle;
	}
	
	#QDCsocialMedia .stayconnected li a { 
		display: block;
		padding-left: 88px;
		font-size: 12px;
		line-height: 17px;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		background-position: 0 0;
		background-repeat: no-repeat;
		height: 67px;
		vertical-align: middle;
		padding-top: 12px;
	}
		#QDCsocialMedia .stayconnected li a:hover { background-position:0 -86px; }
	
	#QDCsocialMedia .stayconnected .snForum { background-image:url(http://cdn.quantum.com/newindex/images/snForum.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .snForum {
			background-image: url(http://cdn.quantum.com/newindex/images/snForum_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	#QDCsocialMedia .stayconnected .forumV { background-image:url(http://cdn.quantum.com/newindex/images/forumV.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .forumV {
			background-image: url(http://cdn.quantum.com/newindex/images/forumV_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	#QDCsocialMedia .stayconnected .QUblog { background-image:url(http://cdn.quantum.com/newindex/images/QUblog.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .QUblog {
			background-image: url(http://cdn.quantum.com/newindex/images/QUblog_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	
	#QDCsocialMedia .findus ul {height:40px; overflow:hidden; margin-top:30px;}
	#QDCsocialMedia .findus li {float: left; margin-left:15px;}
	#QDCsocialMedia .findus li:first-child {margin-left:0;}
	#QDCsocialMedia .findus li a {
		display: block;
		height: 40px;
		width: 40px;
		text-indent: -999px;
		overflow: hidden;
		background-image: url(http://cdn.quantum.com/newindex/images/socialMedia_icons.png);
		background-repeat: no-repeat;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .findus li a {
			background-image: url(http://cdn.quantum.com/newindex/images/socialMedia_icons_hd.png);
			-moz-background-size: 315px 85px;
			-ie-background-size: 315px 85px;
			-o-background-size: 315px 85px;
			-webkit-background-size: 315px 85px;
			background-size: 315px 85px;
		}
	}
	
	#QDCsocialMedia .findus .youtube {background-position:0 0;}
	#QDCsocialMedia .findus .linkedin {background-position:-55px 0;}
	#QDCsocialMedia .findus .twitter {background-position:-110px 0;}
	#QDCsocialMedia .findus .facebook {background-position:-165px 0;}
	#QDCsocialMedia .findus .slideshare {background-position:-220px 0;}
	#QDCsocialMedia .findus .flickr {background-position:-275px 0;}
	
	#QDCsocialMedia .findus a:hover.youtube {background-position:0 -46px;}
	#QDCsocialMedia .findus a:hover.linkedin {background-position:-55px -46px;}
	#QDCsocialMedia .findus a:hover.twitter {background-position:-110px -46px;}
	#QDCsocialMedia .findus a:hover.facebook {background-position:-165px -46px;}
	#QDCsocialMedia .findus a:hover.slideshare {background-position:-220px -46px;}
	#QDCsocialMedia .findus a:hover.flickr {background-position:-275px -46px;}
	
#QDCfooter {
	width: 985px;
	margin: 0 auto;
	color: #fff;
	border-top: 2px solid #76c8ed;
	padding-top: 13px;
	background: url(http://cdn.quantum.com/newindex/images/qtm_tagline.png) right 15px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	#QDCfooter {
		background-image: url(http://cdn.quantum.com/newindex/images/qtm_tagline_hd.png);
		-moz-background-size: 96px 12px;
		-ie-background-size: 96px 12px;
		-o-background-size: 96px 12px;
		-webkit-background-size: 96px 12px;
		background-size: 96px 12px;
	}
}

	#QDCfooter .links {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
		#QDCfooter .links li {width:190px; float:left; margin-right:15px;}
		#QDCfooter .links h4, #QDCfooter .links a {font-size:12px; line-height:20px; color:#fff;}
		#QDCfooter .links h4 {font-weight:700; text-transform:uppercase; margin:0; color:#77c3ea;}
		#QDCfooter .links a {text-decoration:none; display:block; float:left; clear:left;}
		#QDCfooter .links a:hover {text-decoration:underline;}
	
	#QDCfooter .copyright {
		height: 32px;
		font-size: 11px;
		line-height: 32px;
	}

.floatingPlayButton {
    background: url(http://cdn.quantum.com/newindex/images/video_playBtn_off.png) 0 0 no-repeat;
    height:187px;
    width:187px;
    display: block;
    text-indent: -999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
    .floatingPlayButton:hover {
        background: url(http://cdn.quantum.com/newindex/images/video_playBtn_on.png) 0 0 no-repeat;
    }

/* generalTable */
.generalTable{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#666;line-height:14px;border-bottom:1px solid #ccc;}
.generalTable th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#eee;padding:5px;color:#333;font-weight:700;}
.generalTable td{border-bottom:1px solid #fff;background-color:#f7f7f7;padding:5px;}
.generalTable td.check{font-family:Arial Unicode MS, Lucida Sans Unicode, Lucida Grande;}
.generalTable td.green{color:#3C0;font-weight:700;}
.generalTable td.red{color:red;}
.generalTable td.orange{color:#F90;font-weight:700;}


/* QTM_NEW_HDR.CSS OVERRIDES */

li.NavBorderOn {
	border-top: none;
	border-bottom: none;
	border-right-color: #222!important;
	border-left: none;
}

#hdrWrapper {
	background-color: #262626;
	background-image: url(https://www.quantum.com/nav/images/nav2014_bk.gif);
	border-bottom: 1px solid rgb(0,182,241);
	border-bottom: 1px solid rgba(0,182,241,0.5);
}

div#header {
	width: 1020px;
	height: 108px;
	margin: 0 auto;
	z-index: 999;
}

a#logo {
	background-image: url(https://www.quantum.com/nav/images/quantum-logo-white.png);
	left: 0;
	top: 21px;
	width: 154px;
}

#searchBox, div#globalMenu #Text1 {
	-moz-transition: background-color 0.2s ease;
	-ie-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border-radius: 2px;
	zoom: 1;
	behavior: url(/PIE.htc);
	border: none;
	position: absolute;
	margin: 0;
	top: 66px;
	height: 26px;
	line-height: 26px;
	background-color: #444;
	color: #ccc;
	font-family: Arimo, sans-serif;
	width: 158px;
	right: 0;
	padding-right: 27px;
	padding-left: 5px;
	font-size: 12px;
}

#searchBox:hover, #searchBox:focus, div#globalMenu #Text1:hover, div#globalMenu #Text1:focus {
	background-color: #fff;
	color: #444;
}

div#globalMenu {
	right: 0;
}

div#globalMenu input {
	color: #ccc;
}

div#globalMenu input::-webkit-input-placeholder {
		font-size: 12px;
		color: #999;
		font-style: normal;
	}
	div#globalMenu input:-moz-placeholder {
		font-size: 12px;
		color: #999;
		font-style: normal;
	}
	div#globalMenu input::-moz-placeholder {
		font-size: 12px;
		color: ##999;
		font-style: normal;
	}
	div#globalMenu input:-ms-input-placeholder {
		font-size: 12px;
		color: ##999;
		font-style: normal;
	}

div#globalMenu a {
	float: none;
}

div#globalMenu a.link {
	color: #bbb;
	text-transform: none;
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 7px;
	border-left: 1px solid #747474;
	margin: 0 0 0 4px;
	display: inline-block;
	line-height: 1.5;
	-moz-transition: all 0.2s ease;
	-ie-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div#globalMenu a:first-child.link {
	border-left: none;
}

div#globalMenu a:hover.link {
	text-decoration: none;
}

div#globalMenu a.link.tophdr-chat {
	color: #00b6f1;
	padding-left: 0;
}

div#globalMenu a:hover.link.tophdr-chat {
	color: #fff;
}

div#globalMenu a.tophdr-chat .chat-icon {
	display: inline-block;
	width: 21px;
	height: 18px;
	background: #00b6f1 url(https://www.quantum.com/nav/images/chat-icon-inv.png) no-repeat;
	margin: -2px 5px 0 0;
	vertical-align: bottom;
	-moz-transition: background-color 0.2s ease;
	-ie-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

div#globalMenu a:hover.tophdr-chat .chat-icon {
	background-color: #fff;
}

div#globalMenu a.tophdr-chat .fa-lg {
	width: 1.1em;
	/*-moz-transition: color 0.2s ease;
	-ie-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;*/
}

/*div#globalMenu a[href="http://blog.quantum.com"]:before {
	content: 'Quantum ';
}*/

div#globalMenu div#LanguageSelect {
	right: -20px;
}

div#globalMenu div#LanguageSelect h4 {
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size: 15px;
	text-transform: none;
}

div#globalMenu div#LanguageSelect fieldset {
	border-top: 1px solid #ccc;
}

div#globalMenu div#LanguageSelect ul li:hover {
	color: #0f73c3;
}

a.searchLink {
	background: url(https://www.quantum.com/nav/images/mag-glass.png) left center no-repeat;
	position: absolute;
	right: 0;
	top: 66px;
	margin: 0;
}

a.closeLink {
	background: #0f73c3 url(https://www.quantum.com/nav/images/close-icon.png) center no-repeat;
	height: 25px;
	width: 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	zoom: 1;
	behavior: url(/PIE.htc);
	-moz-transition: background-color 0.2s ease;
	-ie-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	position: relative;
}

a:hover.closeLink {
	background-color: #00b6f1;
}

div#globalMenu div#LanguageSelect .closeLink {
	margin: -4px -2px 0 0;
	text-indent: -100%;
	overflow: hidden;
}



/* QTM_NEW_HDR.CSS OVERRIDES - HD SCREENS */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

	a#logo {
		background-image: url(https://www.quantum.com/nav/images/quantum-logo-white_hd.png);
		-moz-background-size: 154px 24px;
		-ie-background-size: 154px 24px;
		-o-background-size: 154px 24px;
		-webkit-background-size: 154px 24px;
		background-size: 154px 24px;
	}

	a.searchLink {
		background-image: url(https://www.quantum.com/nav/images/mag-glass_hd.png);
		-moz-background-size: 18px 17px;
		-ie-background-size: 18px 17px;
		-o-background-size: 18px 17px;
		-webkit-background-size: 18px 17px;
		background-size: 18px 17px;
	}

	div#globalMenu a.tophdr-chat .chat-icon {
		background-image: url(https://www.quantum.com/nav/images/chat-icon-inv_hd.png);
		-moz-background-size: 21px 18px;
		-ie-background-size: 21px 18px;;
		-o-background-size: 21px 18px;
		-webkit-background-size: 21px 18px;
		background-size: 21px 18px;
	}

}


/* CUSTOM_NAVV3.CSS OVERRIDES */

ul#topMenuJs {
	right: auto;
	left: 0;
	margin: 0;
	font-family: 'Arimo', sans-serif;
	background-color: #000;
}

ul#topMenuJs li.qnav0 div.qsubnav {
	cursor: default;
}

ul#topMenuJs li.qnav0 {
	background-image: none;
	border-right: 1px solid #222;
	padding: 0;
	position: static;
	height: 41px;
}

ul#topMenuJs.newMenu li#nav_partners.qnav0 {
	position: relative;
}

ul#topMenuJs li.qnav0.hover {
	border-left: none;
	border-right-color: #222!important;
	background-color: #f0f0f0;
	border-bottom: none;
	border-top: none;
	margin-bottom: -1px;
}

ul#topMenuJs li#nav_partners.qnav0.hover, ul#topMenuJs li#nav_customers.qnav0.hover {
	border-bottom: 1px solid #ccc;
}

ul#topMenuJs li#nav_products.qnav0.hover, ul#topMenuJs li#nav_solutions.qnav0.hover, ul#topMenuJs li#nav_support.qnav0.hover, ul#topMenuJs li#nav_aboutus.qnav0.hover, ul#topMenuJs li#nav_partners.qnav0.hover {
	border-bottom: 1px solid transparent;
	*border-bottom: 1px solid #f0f0f0;
}

ul#topMenuJs li.qnav0:first-child {
	border-left: 1px solid #222;
}

ul#topMenuJs li.qnav0 a.qnav1 {
	color: #ddd;
	text-transform: none;
	font-family: 'DIN Next W01 Medium', sans-serif;
	margin: 0;
	/*padding: 6px 23px;*/
	padding: 6px 15px;
	border-top: 6px solid #000;
	line-height: 21px;
}

ul#topMenuJs li.qnav0.NavBorderOn a.qnav1 {
	border-top-color: #0f73c3;
}

ul#topMenuJs.newMenu li.qnav0 a.qnav1 {
	/*font-size: 15px;*/
	font-size: 14px;
}

ul#topMenuJs li.qnav0 a.qnav1[style] {
	padding-right: 25px!important;
}

ul#topMenuJs li.qnav0.hover a.qnav1 {
	color: #333;
	border-top: 6px solid #0f73c3;
}

ul#topMenuJs li.qnav0 div.qnav2 {
	display: none;
}

ul#topMenuJs li.qnav0.hover div.qsubnav, ul#topMenuJs li.qnav0.hover #submenu_products, ul#topMenuJs li.qnav0.hover #submenu_solutions, ul#topMenuJs li.qnav0.hover #submenu_service, ul#topMenuJs li.qnav0.hover #submenu_partners, ul#topMenuJs li.qnav0.hover #submenu_aboutus {
	left: 0;
}

.navcolumns a {
	color: #333!important;
}

#supportSubmenu p a:hover {
	color: #689434!important;
}

#solutionsSubmenu p a:hover {
	color: #00b6f1!important;
}

.navcolumns h2, a.navFeaturedItem h2 {
	font-weight: normal;
	/*font-family: 'DIN Next W01 Bold', sans-serif;*/
	font-family: 'DIN Next W01 Medium', sans-serif;
}

#supportSubmenu a:hover.navFeaturedItem h2, #aboutUsSubmenu a:hover.navFeaturedItem h2, #partnersSubmenu a:hover.navFeaturedItem h2 {
	text-decoration: none;
}

.submenu, #partnersSubmenu.submenu, #aboutusSubmenu.submenu {
	background: #f0f0f0;
	margin-left: 1px;
	border: none!important;
	-moz-box-shadow: 1px 3px 3px #666;
	-webkit-box-shadow: 1px 3px 3px #666;
	box-shadow: 1px 3px 3px #666;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=155, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=155, Color='#666666');
	zoom: 1;*/
	margin-top: 0;
}

#partnersSubmenu.submenu {
	margin-left: 0;
}

.navrow {
	border-bottom: none;
}


/* NEW MENU CSS */

.submenu.darkhdr {
	padding-top: 25px;
	width: 890px;
}

#partnersSubmenu.submenu.darkhdr {
	width: 295px;
}

.darkhdr .navcolumns {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	-pie-background: linear-gradient(#f0f0f0 0%, #ffffff 100%); /* IE6-9 */
	zoom: 1;
	behavior: url(PIE.htc);
	min-height: 0;
	position: relative;
}

#productsSubmenu.darkhdr .navcolumns {
	padding-bottom: 0;
}

.submenu.darkhdr .column {
	width: 270px;
	padding: 0 0 99999px 25px;
	margin: 0 0 -99999px 0;
	*padding-bottom: 0;
	*margin-bottom: 0;
	float: left;
}

	.darkhdr .column:first-child {
		border-right: 1px solid #fff;
		box-shadow: 1px 0 0 0 #e0e0e0;
		margin-right: 1px;
	}

	.darkhdr .column.middle {
		background-color: #f0f0f0;
		*background-color: transparent;
		border-right: 1px solid #e0e0e0;
		box-shadow: 1px 0 0 0 #fff;
		margin-right: 1px;
	}

	#productsSubmenu.darkhdr .column {
		width: 324px;
	}

	#productsSubmenu.darkhdr .column.middle {
		width: 162px;
	}

.submenu.darkhdr h2 {
	color: #262626!important;
	/*font-size: 20px;*/
	font-size: 16px;
	line-height: 26px;
}

.submenu h2.hdr_arrow, #productsSubmenu.submenu h2.hdr_arrow {
	position: relative;
	border-bottom: 5px solid #b1b1b1;
	margin: 0 25px 25px 0;
}

.submenu p + h2.hdr_arrow {
	margin-top: 15px;
	clear: left;
}

.submenu h2.hdr_arrow:after {
	top: 100%;
	left: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(177, 177, 177, 0);
	border-top-color: #b1b1b1;
	border-width: 11px;
}

.submenu ul.prod_dd_links {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.submenu ul.prod_dd_links li {
	width: 135px;
	height: 140px;
	margin: 0 25px 25px 0;
	overflow: hidden;
	border: 1px solid #fff;
	background-color: #f2f2f2;
	float: left;
}

.submenu ul.prod_dd_links li.full-width {
	width: 297px;
}

.navcolumns ul.prod_dd_links a {
	font-size: 13px;
	line-height: 1.23;
}

.submenu .navcolumns ul.prod_dd_links li a {
	display: block;
	width: 125px;
	height: 40px;
	padding: 100px 5px 0;
	color: #333;
	background-position: center top;
	background-repeat: no-repeat;
	-moz-transition: background-color 0.2s ease;
	-ie-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-align: center;
	margin: 0;
}

	.submenu ul.prod_dd_links li a.stornext-family { background-image: url(https://www.quantum.com/nav/images/stornext-icon.png); line-height: 24px; }	
	.submenu ul.prod_dd_links li a.sndc { background-image: url(https://www.quantum.com/nav/images/sndc-icon.png); }
	.submenu ul.prod_dd_links li a.lattus { background-image: url(https://www.quantum.com/nav/images/lattus-icon.png); }
	.submenu ul.prod_dd_links li a.scalar { background-image: url(https://www.quantum.com/nav/images/scalar-icon.png); }
	.submenu ul.prod_dd_links li a.archive { background-image: url(https://www.quantum.com/nav/images/archivestorage-icon.png); }
	.submenu ul.prod_dd_links li a.dxi { background-image: url(https://www.quantum.com/nav/images/dxi-icon.png); }
	.submenu ul.prod_dd_links li a.q-cloud { background-image: url(https://www.quantum.com/nav/images/q-cloud-icon.png); }
	.submenu ul.prod_dd_links li a.vmpro { background-image: url(https://www.quantum.com/nav/images/vmpro-icon.png); }
	.submenu ul.prod_dd_links li a.drives-media { background-image: url(https://www.quantum.com/nav/images/drives-media-icon.png); }

.submenu ul.prod_dd_links li.full-width a {
	width: 287px;
}

.submenu ul.prod_dd_links li a:hover {
	color: #0f73c3;
	background-color: #f6f7f9;
}

.darkhdr .navcolumns p {
	margin: 0 0 0 -8px;
	overflow: hidden;
	width: 278px;
}

.darkhdr .navcolumns p a {
	display: inline-block;
	margin: 0 25px 10px 0;
	padding: 5px 8px;
	float: left;
	clear: left;
	-moz-transition: all 0.2s ease;
	-ie-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	*width: 238px;
}


.darkhdr .navcolumns p a:hover, #supportSubmenu.darkhdr p a:hover, #solutionsSubmenu.darkhdr p a:hover {
	background-color: #0f73c3;
	color: #fff!important;
}

.navcolumns p a .fa {
	color: #333;
	-moz-transition: color 0.2s ease;
	-ie-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
 
.navcolumns p a:hover .fa {
	color: #fff;
}

#solutionsSubmenu.darkhdr .navrow {
	width: 100%;
	background-color: #262626;
	padding: 0 0 20px;
	display: block;
	height: auto;
}

.submenu .navrow h2.hdr_arrow {
	background-color: #b1b1b1;
	border-left: 25px solid #b1b1b1;
	border-top: 10px solid #b1b1b1;
	margin-right: 0;
	font-family: 'DIN Next W01 Bold', sans-serif;
}

/*.submenu .navrow h2.hdr_arrow:after {
	left: 37px;
}*/

.navrow .industry-links {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
}

.navrow .industry-links a {
	display: block;
	float: left;
	width: 110px;
	margin: 0 5px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	-moz-transition: all 0.2s ease;
	-ie-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
}

	.navrow .industry-links a.one-line {
		line-height: 36px;
	}

	.navrow .industry-links a:hover {
		color: #00b6f1;
		text-decoration: none;
	}

	.navrow .industry-links a .ind-icon {
		width: 60px;
		height: 55px;
		overflow: hidden;
		border: 1px solid #727272;
		background: url(https://www.quantum.com/nav/images/industry-icon-bk-off.png) left top repeat-x;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		zoom: 1;
		position: relative;
		behavior: url(/PIE.htc);
		margin: 0 auto 10px;
		-moz-transition: border-color 0.2s ease;
		-ie-transition: border-color 0.2s ease;
		-o-transition: border-color 0.2s ease;
		-webkit-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
	}

	.navrow .industry-links a:hover .ind-icon {
		border-color: #00b6f1;
	}

	.navrow .industry-links a img {
		-moz-transition: opacity 0.2s ease;
		-ie-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
		opacity: 0.75;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		zoom: 1;
		position: relative;
		behavior: url(/PIE.htc);
	}

	.navrow .industry-links a:hover img {
		background: url(https://www.quantum.com/nav/images/industry-icon-bk-on.png) left top repeat-x;
		opacity: 1;
	}

a.submit-ticket {
	color: #fff;
	-moz-transition: background-color 0.2s ease;
	-ie-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: #0f73c3 url(https://www.quantum.com/nav/images/ticket-arrow.png) 90% center no-repeat;
	display: block;
	padding: 20px 70px 20px 25px;
	width: 199px;
	margin: 0;
	position: absolute;
	left: 1px;
	bottom: 1px;
	font-size: 16px;
	line-height: 19px;
}

#supportSubmenu a:hover.submit-ticket {
	background-color: #00b6f1;
	color: #fff;
	text-decoration: none;
}

a.submit-ticket strong {
	display: block;
	margin-bottom: 5px;
}

/* PRODUCT MENU UPDATE - JAN 2015 */

#productsSubmenu2.submenu ul.prod_dd_links li {
	width: 111px;
	height: 119px;
	margin: 0px 21px 21px 0;
}

#productsSubmenu2.submenu ul.prod_dd_links li.full-width {
	width: 244px;
}

#productsSubmenu2.submenu .navcolumns ul.prod_dd_links li a {
	display: block;
	width: 101px;
	height: 38px;
	padding: 80px 5px 0;
	background-position: center -3px;
}

	#productsSubmenu2.submenu ul.prod_dd_links li a.stornext-family { background-image: url(https://www.quantum.com/nav/images/stornext-icon-sm.png); line-height: 24px; }	
	#productsSubmenu2.submenu ul.prod_dd_links li a.sndc { background-image: url(https://www.quantum.com/nav/images/stornext-pro-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.lattus { background-image: url(https://www.quantum.com/nav/images/lattus-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.scalar { background-image: url(https://www.quantum.com/nav/images/scalar-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.archive { background-image: url(https://www.quantum.com/nav/images/archivestorage-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.dxi { background-image: url(https://www.quantum.com/nav/images/dxi-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.q-cloud { background-image: url(https://www.quantum.com/nav/images/q-cloud-protect-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.vmpro { background-image: url(https://www.quantum.com/nav/images/vmpro-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.drives-media { background-image: url(https://www.quantum.com/nav/images/drives-media-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.lattus-archive { background-image: url(https://www.quantum.com/nav/images/lattus-archive-icon-sm.png); }
	#productsSubmenu2.submenu ul.prod_dd_links li a.q-cloud-archive { background-image: url(https://www.quantum.com/nav/images/q-cloud-archive-icon-sm.png); }

#productsSubmenu2.submenu ul.prod_dd_links li.full-width a {
	width: 234px;
}

#productsSubmenu2.darkhdr .navcolumns {
	padding-bottom: 4px;
}

.darkhdr .column.middle {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#d8d8d8 100%); /* W3C */
	-pie-background: linear-gradient(#f0f0f0 0%, #d8d8d8 100%); /* IE6-9 */
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* STICKY HEADER - MASTER TMPL V3 */
ul#topMenuJs{transition:left .2s ease}
.is-sticky #hdrWrapper{position:fixed;_position:absolute;top:0;left:0;z-index:100;_top:expression(eval(document.body.scrollTop));margin:0;padding:0}
.is-sticky #globalMenu a.link{display:none}
.is-sticky #Text1,.is-sticky a.searchLink,.is-sticky #searchBox,.is-sticky a.intl-link{top:0!important}
.is-sticky #header{height:41px}
.is-sticky a#logo{background:#222 url(https://www.quantum.com/images/quantum-icon.png) center center no-repeat;width:49px;height:41px; top:0px;}
.is-sticky ul#topMenuJs{left:49px}


/* SHARED-V2.CSS OVERRIDE */

.connectDrawer {
	top: 140px!important;
}

a#getFeedback{color:#FFF; text-decoration:none;}
a#getFeedback:hover{text-decoration:underline;}

/* IE FIX */

@media \0screen\,screen\9 {
	.darkhdr .column:first-child {
		border-right: 1px solid #e0e0e0;
	}

	.submenu, #partnersSubmenu.submenu, #aboutusSubmenu.submenu {
		border-bottom: 2px solid #ccc!important;
		border-right: 2px solid #ccc!important;
	}
}

div[id^="WVRANDOMID"] /* specific for proactive pop out chat invite window */
{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius:5px;
    background-color:#4e5356;
    background-color:rgba(78, 83, 86, 0.8);
}