html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #FF5E99; } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


 /* Primary Styles
    Author: 
 */

.logo {
	margin:30px;
}

/* begin stupid nav menu */

#headerNav {
margin-top:80px;
}

#headerNav a{
float:left;
}

#nav a {
font-size:11.3px;
list-style:none;
text-decoration:none;
font-family:Arial;
color:#666666;
margin-right:3px;
}

ul#nav li{
display:inline;
float:left;
}

#nav a:hover {
color:orange;
} 

/*stupid rollover menu normal BG*/
#homeDot{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navgrey_01.jpg");
	display:block;
	height:25px;
	width:86px;
}
#homeDot:hover{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navorange_01.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:86px;
}
#homeDot span{
	display:none;
}

#dealerDot{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navgrey_02.jpg");
	background-repeat:no-repeat;
	height:25px;
	width:90px;
	display:block;
}
#dealerDot:hover{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navorange_02.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:90px;
}
#dealerDot span{
	display:none;
}	

#aboutDot{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navgrey_03.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:99px;
}
#aboutDot:hover{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navorange_03.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:99px;
}
#aboutDot span{
	display:none;
}

#contactDot{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navgrey_04.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:98px;
}
#contactDot:hover{
	background-image:url("https://brighteye.s3.amazonaws.com/images/navorange_04.jpg");
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:98px;
}
#contactDot span{
	display:none;
}
/*end stupid nav menu*/
#footerMenu{
	margin-top: 60px;
	margin-bottom:20px;
}

#footerMenu a{
	color:gray;
	font-family:Arial;
	text-decoration:none;
	margin-right:90px;
	font-size:12px;
	}
	
#copyright{
	float:right;
}

#copyright p{
	color:lightGrey;
	font-family:Arial;
	font-size:8px;
	}
#textBlock{
	padding-top:20px;
}

h3{
	font-family: Arial;
	color: orange;
	font-size: 14px;

}

p{
	font-family:arial;
	line-height:20px;
	font-size:14px;
	margin:10px;
}

#brandContainer {
	
}
.b1 {
	right: 140px;
}
.b2 {
	right: 60px;
}
.brandIMG {
	margin-top:20px;
	margin-bottom:20px;
	position:relative;

}
.brandIMG{width: 100%!important;max-width: 460px;}

.round {
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.gradient {
	background: rgb(219,220,221); /* Old browsers */
	background: -moz-linear-gradient(135deg, rgba(219,220,221,1) 0%, rgba(247,247,247,1) 47%, rgba(219,220,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(219,220,221,1)), color-stop(47%,rgba(247,247,247,1)), color-stop(100%,rgba(219,220,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, rgba(219,220,221,1) 0%,rgba(247,247,247,1) 47%,rgba(219,220,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(135deg, rgba(219,220,221,1) 0%,rgba(247,247,247,1) 47%,rgba(219,220,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(135deg, rgba(219,220,221,1) 0%,rgba(247,247,247,1) 47%,rgba(219,220,221,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(219,220,221,1) 0%,rgba(247,247,247,1) 47%,rgba(219,220,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdcdd', endColorstr='#dbdcdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.spacer {
	height:1px;
}
.mt60 {
	margin-top:60px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.absolute {
	position:absolute;
}
.corner {
	position:relative;
	/*bottom:140px;*/
}
.tleft{top: 0;}
.shadow {
	-moz-box-shadow:2px 2px 10px #ACACAC;
	-webkit-box-shadow:2px 2px 10px #ACACAC;
	box-shadow:0 0 10px #ACACAC;
	border: 1px solid #ACACAC;
}
.shadow:hover {
	-moz-box-shadow:2px 2px 10px #FFA500;
	-webkit-box-shadow:2px 2px 10px #FFA500;
	box-shadow:0 0 10px #FFA500;
	border:1px solid #FFA500;
}

.tcenter{text-align: center;}
.mb-30{margin-bottom: 30px;}
.mt-30{margin-top: 30px;}
.parentcompmt:hover {
    filter: brightness(1.1);
}
.space{padding-top: 20px;}

.logo-dec a {
	display: inline-block;
	background: #4ebda7;
	padding: 5px 25px 0;
	border-radius: 5px 5px 5px 0;
	position: relative;
	margin-bottom: 10px;
  }
  
  .logo-dec a:before {
	content: "";
	background: #4ebda7;
	width: calc(100% - 18px);
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -7px;
	border-radius: 0 0 10px 5px;
  }
  
  .logo-dec img {
	width: 100%;
	max-width: 88px;
	min-height: 25px;
	height: auto;
	position: relative;
	top: 3px;
	filter: brightness(0) invert(1);
  }
  
  .logo-dec img[alt="NerveSpa"] {
	transform: scale(1.2);
  }
  
  .logo-dec img[alt="iTENS Logo"] {
	transform: scale(0.9);
  }
  
  ul.footer_links_list {
	  list-style: none;
	  display: flex;
	  margin: 0;
  }
  
  .footer_links_list li {
	  margin-right: 5px;
  }

/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}

