/**********************************************
 NVIS, Inc. (nvisinc.com) Master Style Sheet
 Created by ZURB, Feb. 2007
 *********************************************/


* { margin: 0; padding: 0;}
 
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans_serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 1.1em;
  color: #7e878c;
  background: url(../images/head_bg.gif) repeat-x 0 0;
	text-align: center;
}

a, a:visited {
  text-decoration: none;
  color: #5a9cd4 !important;
  outline: 0;
}

a:hover, a:active {
  text-decoration: underline;
  color: #5a9cd4;
}

a img {
  border: none;
  border-style: none;
}

p {
  font-size: 12px;
  padding: 12px 0;
  padding-top: 4px;
}

h3 {
  font-size: 18px;
}


/***********************************************
	PAGE LAYOUT
***********************************************/

div#head {
  height: 64px;
  width: 691px;
  margin: 0 auto;
  position: relative;
}

div#prewrap {
  height: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/int_bg_blue.gif) repeat-x 0 0;
  border-top: 1px solid #bababa;
}

div#wrapper {
  width: 100%;
  background: url(../images/bg_gradient.gif) repeat-x 0 0;
  border-top: 1px solid #bababa;
	min-height: 446px;
}

div.content {
  width: 691px;
  margin: 0 auto;
  padding: 0;
	text-align: left;
}

div#contentbox {
	width: 691px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/int_page_bg.gif) repeat-y 0 0;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

div#top {
 	margin: 15px auto 0 auto;
	padding: 0;
	height: 7px;	
	/*background: url(../images/int_page_top_long.gif) no-repeat 0 0;*/
	overflow: hidden;
	width: 690px;
	background-color: #8b8575;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
}

div#contentbox div#bottom {
  margin: 0;
  padding: 0;
  height: 149px;
  width: 100%;
  background: url(../images/int_page_bottom.gif) no-repeat 0 0;
}

div#contentbox div.content {
	background-image: none;
	padding-top: 28px;
}

div#contentbox div.full_page {
  width: 691px;
  padding: 28px 16px 0 16px;
}
html>body div#contentbox div.full_page {
	width: 659px;
}

div.col_left,
div.body_right {
  margin: 0;
  padding: 0;
  float: left;
}

div.col_left {
  width: 239px;
}

div.body_right {
  width: 412px;
  padding-left: 20px
}

div#footer {
  clear: both;
  width: 100%;
  text-align: center;
}

/***********************************************
	HEADER/LOGO
***********************************************/

div#head h1.logo {
  display: block;
  width: 181px;
  height: 65px;
  background: url(../images/head_logo.gif) no-repeat 0 0;
  text-indent: -9009px;
  position: absolute;
  top: 11px;
  left: 0;
}
img.certified {
	padding-bottom: 20px;
}

/***********************************************
	PRIMARY NAVIGATION
***********************************************/

div#head ul#nav {
  list-style-type: none;
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}

div#head ul#nav li {
  display: block;
  float: left;
  padding: 0 4px
}

div#head ul#nav li a {
  display: block;
  font-size: 0;
  padding: 14px 8px 0 8px;
  width: auto;
  height: 20px;
}

div#head ul#nav li.home a {
  width: 32px;
}

div#head ul#nav li.about a,
div#head ul#nav li.products a {
  width: 50px;
}

div#head ul#nav li.contact a {
  width: 59px;
}

div#head ul#nav li.support a {
  width: 44px;
}

div#head ul#nav li.technology a {
  width: 64px;
}

div#head ul#nav li a:hover,
div#head ul#nav li a.active:hover {
  border-top: 4px solid #5a9cd4;
  padding-top: 10px;
}

div#head ul#nav li a.active {
  border-top: 4px solid #cfcfc4;
  padding-top: 10px;
}

/***********************************************
	SECONDARY NAVIGATION
***********************************************/

div#subnav {
	height: 331px;
  width: 180px;
  background: url(../images/int_hmd_sil.gif) no-repeat 1px 0;
  padding: 18px 0 0 32px;
  margin-top: 16px;
}

div#subnav ul {
  list-style: none;
  margin: 0;
  /*padding: 0;*/
}

div#subnav ul li,
div#subnav ul li a,
div#subnav ul li a:visited {
  font-size: 13px;
  color: #5a564a;
  font-weight: bold;
  letter-spacing: -1px;
  /*padding: 0 0 10px 0;*/
}


div#subnav ul li ul {
  list-style: none;
  padding: 6px 0 15px 6px;
}

div#subnav ul li ul li {
  background: url(../images/int_bullet.gif) no-repeat 0 8px;
  padding: 2px 0 2px 14px;
  letter-spacing: 0;
}

div#subnav ul li ul li,
div#subnav ul li ul li a,
div#subnav ul li ul li a:visited {
  font-size: 12px;
  font-weight: normal;
  color: #9d9e98;
  text-decoration: none;
  letter-spacing: 0;
}

div#subnav ul li ul li a:hover,
div#subnav ul li ul li a:active {
  text-decoration: underline;
  color: #9d9e98;
}

div#subnav h3 {
  color: #5a9cd4;
  font-size: 1.2em;
  padding-bottom: 5px;
  background: url(../images/int_hr_short.gif) repeat-x bottom left;
  margin-bottom: 18px;
}

/***********************************************
	GENERAL FONT CLASSES
***********************************************/

span.dateline {
  display: block;
  margin: 0 0 4px 0;
  font-size: 0.7em;
  padding: 0;
  font-weight: normal;
  color: #7b7c7b;
}

h2.img_rep span {
  display: none;
}

/***********************************************
	SITE MAP
***********************************************/

h2#site_map_head {
  width: 149px;
  height: 36px;
  background: url(../images/site_map_head.gif) no-repeat 0 0;
}


div#site_map ul {
  font-size: 20px;
  list-style-type: square;
  line-height: 26px;
  padding-left: 2em;
}

div#site_map ul ul {
  margin: 8px 0;
  font-size: 13px;
  font-weight: normal;
  list-style-type: disc;
  line-height: 16px;
  padding-left: 2em;
}

div#site_map ul ul ul {
  list-style-type: circle;
  font-size: 11px;
  line-height: 12px;
  padding-left: 3em;
}
  

/***********************************************
	FOOTER
***********************************************/
  
div#footer {
  padding-top: 45px;
  padding-bottom: 25px;
  font-size: 0.8em;
  line-height: 1.6em;
}

div#footer.index {
  padding-top: 50px;
}

div#footer a,
div#footer a:visited {
  color: #7e878c;
  text-decoration: underline;
}

div#footer a:hover,
div#footer a:active {
  text-decoration: none;
  color: #7e878c;
}

/***********************************************
	REPAIR CLASSES
***********************************************/

.clearing {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}

/**********************************************
	FEEDBACK CLASSES
***********************************************/

table.feedback td {
	padding-bottom: 5px;
}

table.feedback th {
	padding-bottom: 10px;
}

p.feedbackDate {
	float: right;
}
em.error {
	color: red;
}
p.survey input {
	margin-top: 6px;
	font-size: 1.2em;
}

/*=====Table=====*/
th {
  color: #5a9cd4;
	text-align: left;
}

/*====Table Stuff*/
tr.category {
	background-color: #7e878c;
	color: white;
}
tr.category td {
	padding: 3px;
	margin-top: 20px;
}
/*=========Style Classes========*/

.seethrough {
	width: 100%
}
html>body .seethrough {
	width: 80%;
	border: 2px solid rgba(20, 20, 20, 0.3);
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
	-moz-border-radius:10px;
} 
ul.seethrough a{
	display: block;
	padding: 3px;
}

ul.seethrough a:hover {
	-moz-border-radius: 4px;
	text-decoration: none;
	background-color: #D2D2D2;
	/*background: rgba(200,200,200,.8);*/
}

.shadow {
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
.rounded {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}

.topRounded {
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
}
