@import url("/js/fancybox/fancybox.css");
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6{ 	font-size:100%; }
q:before,q:after{ content:''; }
a:active, a:focus {  outline: none; }

/* END RESET */

.bevel { width: 100%; height: 2px; }

#google-callme {
	float: left;
	margin: -5px 10px 0 0;
}
.cell_max { overflow: hidden; }
.addthis_button { float: right; margin: 0 0 10px 20px; }
.bullets {
	list-style: square outside;
	padding-left: 15px;
}
ul.pdf_links { list-style: none; padding-left: 0; }
ul.pdf_links li {
	background: url(/images/icon_pdf.gif) no-repeat 0px 3px;
	padding: 1px 0 1px 22px;
}
.small_10 { font-size: 10px; line-height: 16px; }
.small_11 { font-size: 11px; line-height: 16px; }
.black { color: #333; }
dl dd { padding-left: 20px; margin-bottom: 5px; }
dl dt { font-weight: bold; }

h5.toggler {
	background: #c8c8c8 url(/images/icon-toggle-h5.png) no-repeat right 4px;
	cursor: pointer;
}
h5.toggler_active {
	background-position: right -60px;
}
.sidebar-nav li a.subnav_toggler, .sidebar-nav li a.subnav_toggler:hover {
	background: transparent url(/images/icons/sidebar-toggle.png) no-repeat right 4px;
	cursor: pointer;
}
.sidebar-nav li a.subnav_toggler_active, .sidebar-nav li a.subnav_toggler_active:hover {
	background-position: right -41px;
}

/* LEFT NAV */
.sidebar-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	margin: 0 0 20px 0;
}
.sidebar-nav li { border-top: 1px solid #ccc; }
.sidebar-nav li:first-child { border-top: none; }
.sidebar-nav li a {
	display: block;
	background: none;
	text-decoration: none;
	padding: 4px 0;
	margin: 0;
	width: 100%;
	font-weight: normal;
	text-indent: 8px;
}
.sidebar-nav li a:hover { color: #20557a; font-weight: normal; text-decoration: none; background: #ddd;	}
.sidebar-nav li a.active {
	text-decoration: none;
	background: #ddd;	
	font-weight: bold;
	color: #9d211b;
}
/* SUBNAV WITH TIERS */
#sidebar-nav-tiers li { border: none; }
#sidebar-nav-tiers li li { border-top: 1px solid #ccc; }
#sidebar-nav-tiers li a { font-size: 13px; font-weight: bold; color: #9d211b; text-indent: 0; padding-left: 8px; width: 192px; }
#sidebar-nav-tiers li a:hover { color: #9d211b; }
#sidebar-nav-tiers li li a {
	display: block;
	background: none;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	margin: 0;
	font-weight: normal;
	text-indent: 0;
	color: #20557a;
	font-size: 12px;
}
#sidebar-nav-tiers li li a:hover { color: #20557a; font-weight: normal; text-decoration: none; background: #ddd;	}
#sidebar-nav-tiers li li a.active {
	text-decoration: none;
	background: #ddd;	
	font-weight: bold;
	color: #9d211b;
}



/* TYPOGRAPHY */
.text-med { font-size: 14px; }
h1, h2, h3, h4, h5 { text-align: left; }

/* COLUMNS */	
.cols{} /* main column container class */
.col{ float:left; display:inline; width:48%;margin-left:4%; /* 2 equal width columns layout - default */ }	
.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
.col-third1 { width: 39%; }
.col-third2 { width: 57%; }
.cols .cols .col { width: 45%; margin-left: 10%; }
.col-main {
	width: 675px;
}
.col-sidebar { width: 200px; }
 	

/* COMMON */	
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.text-right { text-align: right; }
.text-left { text-align: left; }
.clear{clear:both;}
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.hidden, .print{display:none;}
img.left { margin: 0 15px 5px 0; }
img.right { margin: 0 0 5px 15px; }

#headerSocials { position: absolute; top: 18px; right: 5px; }
#headerSocials img { margin: 0 0 0 -2px; }
body#home #headerSocials { display: none; }


/* START GLOBAL NAV */
#global-nav { width: 377px; height: 36px; background:url(http://enableit.cachefly.net/images/bg-global-nav.png) no-repeat; position: absolute; top: -25px; right: 0px; }
#global-nav ul { margin: 5px 0 0 12px; }
#global-nav li { display: block; float: left; margin: 0 8px; }
#global-nav li a { color: #9d211b; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: bold; }
#global-nav li a:hover { color: #333; }
#global-cart, #global-contact { line-height: 24px; height: 24px;  }
#global-cart a, #global-contact a { padding-left: 32px; display: block; height: 24px; }
#global-cart a { background: url(http://enableit.cachefly.net/images/icon-cart-new.png) no-repeat 0px 0px; }
#global-contact a { background: url(http://enableit.cachefly.net/images/icon-contact-new.png) no-repeat 0px 0px; }
/* END GLOBAL NAV */

#home-text {
	padding:10px 5px;
}
DIV#ringcentral {
	background-color:#CCC;
	display:none;
	width:400px;
	height:400px;
	position:absolute;
	left:30px;
	top:30px;
	padding:28px 14px 14px;
	z-index:1000;
}
P#closeRC {
	cursor:pointer;
	width:5em;
	margin:0 0 4px;
	position:absolute;
	right:10px;
	top:10px;
}
DIV#ringcentral DIV {
	background-color:#FFF;
	margin:0 auto;
	width:400px;
	height:390px;
	position:relative;
}
/*
IFRAME {
	width:400px;
	height:390px;
}
*/
.clearfix {
	clear:both;
}
#gallery {
	width:500px;
	height:224px;
	overflow:hidden;
	position:relative;
	border:none;
	float:right;
	margin:0 0 10px 20px;
}
#galleryleft {
	width:374px;
	height:138px;
	overflow:hidden;
	position:relative;
	border:none;
	float:left;
	margin:0 20px 0 0;
}
#gallery IMG {
	position:absolute;
	left:0;
	top:0;
}
FORM#sitesearch {
	float:right;
	margin:5px 10px 0 0;
	display:block;
	text-align:right;
	width:210px;
}
FORM#sitesearch input {
	vertical-align:middle;
}
FORM#sitesearch #searchbox {
	font-size:11px;
	padding:3px 5px;
	margin-right:5px;
	width:160px;
	border:1px solid #ccc;
	background:white;
}
#header {
	height:60px;
	position:relative;
}
#header #logo {
	width:453px;
	height:44px;
	text-indent:-9999px;
	background:url(http://enableit.cachefly.net/images/logo-ee.png) no-repeat;
	margin:0 0 0 8px;
	display:block;
}
#header h1 { margin: 0; }

#header #global_navbar {
	position:absolute;
	top:10px;
	right:10px;
}
#header #global_navbar form {
	display:inline;
	margin-right:25px;
}
a.arrow_link {
	background:url(http://enableit.cachefly.net/images/red-arrow.png) no-repeat right 3px;
	padding-right:15px;
}
ul.arrow_list li {
	background:url(http://enableit.cachefly.net/images/red-arrow.png) no-repeat 0 5px;
	padding-left:15px;
}
ul.arrow_list ul { margin: 0; }

.tab_content ul { margin: 0; }
.tab_content ul li {
	background:url(http://enableit.cachefly.net/images/red-arrow.png) no-repeat 0 5px;
	padding-left:15px;	
}

ul.bullet_list li {
	background:url(http://enableit.cachefly.net/images/red-bullet.png) no-repeat 0 5px;
	padding-left:15px;
	margin:10px;
}
body {
	margin:0;
	padding:0;
	background:white;
}
body, td, th {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
}
.panelLeft {
	width:445px;
	float:left;
	padding:0;
}
.panelRight {
	width:445px;
	float:right;
	padding:0;
}
.clearBoth {
	clear:both;
}
p, ul, dl, ol {
	margin:0 0 20px;
}
a {
	color:#20557a;
	text-decoration:none;
}
a:hover {
	color:#9d211b;
	text-decoration:underline;
}
a img {
	border:none;
}
form {
	padding:0;
	margin:0;
}
form td {
	padding:4px 0;
	text-align:left;
}
#wrapper {
	width:954px;
	margin:25px auto 0;
	position:relative;
	text-align:left;
}
#myslidemenu {
	height:33px;
	background:url(http://enableit.cachefly.net/images/bg-newsbar.jpg) no-repeat;
	padding-top:1px;
}
#main_banner {
	position:relative;
	height:430px;
}
#main_banner img {
	position:absolute;
	top:0;
	left:0;
}
#main_banner, #content {
	margin:8px 0 6px;
}
#news_bar {
	background:url(http://enableit.cachefly.net/images/bg-newsbar.jpg) no-repeat;
	height:34px;
	position:relative;
	padding-left:10px;
	z-index:0;
	width: 942px;
}
#news_bar span {
	color:#9d211b;
	font-weight:bold;
	line-height:34px;
}

#newsBarIcons { float: right; margin: 1px 3px 0 0; }
#newsBarIcons img { margin-left: -2px; }
/** #newsBarIcons img:hover { padding: 4px; width: 24px; height: 24px; } **/
#quicklinks {
	position:absolute;
	top:0;
	right:0;
	height:34px;
	width:163px;
	clear:left;
	z-index:0;
}
ul.link_list {
	margin:0 0 0 10px;
}
#content {
	overflow:auto;
}
#home #content {
	padding:0;
}
#home #content li {
	padding-bottom:3px;
}
.cell_small {
	width:206px;
	background:url(http://enableit.cachefly.net/images/cell-small-top2.png) no-repeat top;
	float:left;
}
.cell_large {
	width:523px;
	background:url(http://enableit.cachefly.net/images/cell-large-bottom.png) no-repeat bottom;
	float:left;
	margin:0 9px;
	overflow:auto;
	position:relative;
}
.cell_small div, .cell_large div {
	padding:10px 15px;
}
.cell_large a, .cell_max a, .cell_small a {
	font-weight:bold;
}
.cell_max {
	margin:0;
	position:relative;
	padding:19px 25px 10px;
	background:url(http://enableit.cachefly.net/images/cell-max-bottom.png) bottom;
}
#cell_max_top {
	position:absolute;
	top:0;
	left:3px;
}
#footer {
	margin:10px auto;
	width:930px;
	color:#006e6f;
	font-size: 11px;
}
H1 {
	color:#364e84;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	letter-spacing: -1px;
	line-height: 24px;
}
H1 span.h1-sub {
	font-size: 18px;
	font-weight: normal;
	color: #9d211b;
	display: block;
	padding-top: 9px;
	letter-spacing: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
}
H2 {
	color:#9d211b;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
H3 {
	color:#347;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
H4 {
	display:block;
	text-align:right;
	color:#347;
	font-size:11px;
	margin-bottom:10px;
}
H5 {
	color:#9d211b;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#c8c8c8;
	padding:3px 5px;
}
H6 {
	display:block;
	text-align:center;
	color:#9d211b;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#c8c8c8;
	padding:3px 5px;
}
.FormField {
	padding:2px;
	color:#333;
	background:#fff;
	border:1px solid #666;
	width:85%;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.FormSelect {
	padding:1px;
	color:#333;
	background:#fff;
	border:1px solid #666;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:85%;
}
.FormTextField {
	padding:1px;
	color:#333;
	background:#fff;
	border:1px solid #666;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:95%;
}
.FormButton {
	color:#fff;
	font-weight:bold;
	border:2px solid #87a9dc;
	background:#25569f;
	padding:3px 5px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer {
	width:100%;
	font-size:12px;
	text-align:left;
	margin:15px 0;
}
#navcontainer ul {
	margin:0 28px;
	padding:0;
	list-style-type:none;
}
#navcontainer li a {
	display:block;
	background:none;
	text-decoration:none;
	color:#00406e;
	padding:8px 0;
	margin:0;
	border-bottom:1px solid #95a5b5;
	width:100%;
}
#navcontainer li a:hover {
	text-decoration:none;
	color:#3074bb;
}
#newsContainer {
	position:relative;
	float:left;
}
#newsNav {
	position: absolute;
	top: 13px;
	left: 125px;
	line-height: 1px;
}
#newsNav a#leftArrow, #newsNav a#rightArrow {
	cursor:pointer;
	padding:3px;
	margin-right: 4px;
}
#newsItems {
	position: absolute;
	top: 8px;
	left: 175px;
	width: 600px;
	margin: 0;
}
#newsItems li { position: absolute; }
#newsMask {
	position:relative;
	display:block;
	overflow:hidden;
	cursor:pointer;
	width:600px;
	height:30px;
	float:left;
}
#newsMask ul li {
	position:absolute;
	visibility:hidden;
	width:600px;
}
#bottomSliderMask {
	padding:0;
	margin:0;
	position:relative;
	display:block;
	width:600px;
	height:280px;
	overflow:hidden;
}
#bottomSliderMask div {
	padding:15px;
	margin:0;
	visibility:hidden;
	position:absolute;
	top:0;
}
#leftArrowBottom {
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
}
#rightArrowBottom {
	position:absolute;
	top:10px;
	right:14px;
	cursor:pointer;
}
#promos {
	height:155px;
}
#promos img {
	float:left;
	border:none;
	margin:0 17px 0 0;
}
#promos img.last {
	margin:0;
}
#newslets {
	padding:7px 0 0 1px;
}
#newslets img {
	float:left;
	border:none;
	margin:0 17px 0 0;
}
#newslets img.last {
	margin:0 0 0 1px;
}
#newslets2 {
	padding:7px 0 0 1px;
}
#newslets2 img {
	float:left;
	border:none;
	margin:0 11px 0 0;
}
#newslets2 img.last {
	margin:0 0 0 1px;
}

/* LIGHTBOX */
#lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#lightbox img {
	width:auto;
	height:auto;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}
#imageContainer {
	padding:10px;
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLink, #nextLink {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA);
	display:block;
}
#prevLink {
	left:-29px;
	position:absolute;
	top:140px;
}
#nextLink {
	left:438px;
	position:absolute;
	top:50px;
}
#prevLink:hover, #prevLink:visited:hover {
	background:url(/include/lb/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background:url(/include/lb/images/nextlabel.gif) right 35% no-repeat;
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}
#imageData {
	padding:0 10px;
	color:#666;
}
#imageData #imageDetails {
	width:70%;
	float:left;
	text-align:left;
}
#imageData #caption {
	font-weight:bold;
}
#imageData #numberDisplay {
	display:block;
	clear:left;
	padding-bottom:1.0em;
}
#imageData #bottomNavClose {
	width:150px;
	float:right;
	padding-bottom:.7em;
	outline:none;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
}
/* END LIGHTBOX */


/* MAIN NAV */
.mainNav {
	width:100%;
	font:bold small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index:999;
}
.mainNav ul {
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
	z-index:999;
}
.mainNav ul li {
	position:relative;
	display:inline;
	float:left;
	width:auto;
	z-index:999;
}
.mainNav ul li a {
	display:block;
	height:30px;
	line-height:30px;
	padding:0 25px;
	border-right:1px solid #d9d9d9;
	color:#006e6f;
	text-decoration:none;
	z-index:999;
}
* html .mainNav ul li a {
	display:inline-block;
	z-index:999;
}
.mainNav ul li a:hover {
	background:#cacaca;
	color:#006e6f;
	z-index:999;
}
.mainNav ul li ul {
	position:absolute;
	left:-5px;
	display:block;
	width:210px;
	background:#FFF;
	opacity:.95;
	border:1px solid #CCC;
	overflow:hidden;
	visibility:hidden;
	top:30px;
	z-index:999;
}
.mainNav ul li ul li {
	display:list-item;
	float:none;
	z-index:999;
}
.mainNav ul li ul li ul {
	z-index:999;
	top:0;
}
.mainNav ul li ul li a {
	font:normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width:210px;
	padding:4px 10px;
	margin:0;
	border-top-width:0;
	height:auto;
	border-bottom:1px solid gray;
	z-index:999;
}
.mainNavz ul li ul li a:hover {
	background:#eff9ff;
	color:black;
}
.subnav {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #CCC;
	border-top:none;
	display:block;
	opacity:.95;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:-1px;
	visibility:hidden;
	padding:10px 15px 0;
	width:130px;
}
.subnav {
	line-height:20px;
}
#quicklinks .subnav li {
	border-top:1px solid #eee;
	padding:3px 0;
	line-height:16px;
}
#quicklinks .subnav li:first-child {
	border:none;
}
.mainNav li {
	border:none;
}
.parent:hover UL.subnav
		{
			display: block;
			visibility: visible;
		}


.product-link-box { background: #c8c8c8; border: 1px solid #b1b1b1; padding-left: 10px; text-align: center; height: 75px; line-height: 75px; margin-bottom: 10px; font-size: 15px; font-weight: bold; cursor: pointer; -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  border-radius: 8px; /* CSS3 */
 }
.product-link-box:hover a { color:#9d211b;
	text-decoration:underline;  }
.product-link-box a {  }
