/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	06/10/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background-color:#CCE6FF;
  text-align:center;
}

html {
     overflow: -moz-scrollbars-vertical;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 296px;
	height: 148px;
	background: transparent url("../images/interface/logo.jpg") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

p, h3, h4, h5 {
	border:0;
	margin:0;
	padding-top:1em;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.5em;
	color:#0080FF;
	font-family: Arial, Helvetica, sans-serif;
	
}

#sidebar h2{
	color:#FFF;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#5DC1C1;
	font-weight:normal;
	font-size:1.2em;
}

h4 {
	color:#666;
	font-weight:bold;
	font-size:1.1em;
}
h5 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.1em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

blockquote {
	padding:12px 20px 14px 100px;
	margin:0;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-bottom:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	background:#D1F6F6 url(../images/interface/blockquote_bg.gif) top left no-repeat;
}

blockquote p {
	padding-top:0;
}

a img {
	border-style:0;
	border:0;
}

/* FORM */

form, #thanks {
	
	padding:20px;
	padding-top:10px;
	background-color:#D1F6F6;
	float:right;
	background-image:url(../images/interface/form_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#thanks {
	width:458px;
	height:334px;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #3ED9D9;
	width:300px;
	padding:3px;
	background:url(../images/interface/bg_input.gif) top left no-repeat;
	color:#666;
}

label {
	width:150px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #DB6EFF;
	color:#000;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#3ED9D9;
	border:1px solid #ECFBFB;
	border-bottom:1px solid #2EA3A3;
	border-right:1px solid #2EA3A3;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#C6E9E9;
	border:1px solid #B2D1D1;
	border-bottom:1px solid #F1F9F9;
	border-right:1px solid #F1F9F9;
	color:#666;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #3ED9D9;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#59A2C9 url(../images/interface/table_heading.gif) bottom left no-repeat;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable td {
	background-color:#AADCF7;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #59A2C9;
	border-right:1px solid #59A2C9;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

/*NAVIGATION*/

#header #nav {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1.3em;
	padding-right:1px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:1;
}

#header li {
	float: left;
	background: transparent url("../images/interface/header_tab.gif") 100% -400px no-repeat;
	padding: 0 6px 0 0;
	margin: 0;
	display:inline;
}
#header ul a {
	float: left;
	display: block;
	padding: 4px 3px 0px 9px;
	background: transparent url("../images/interface/header_tab.gif") 0% -400px no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	height:20px;
}

* html #header li ul li a {padding-top: 5px; height:19px;}

#header ul li:hover a { background-position: 0% 0px; color:#FFF;}
#header ul li:hover { background-position: 100% 0px; }
#header ul #current a, #navigation ul #current a:hover { background-position: 0% -200px; color:#0080FF;}
#header ul #current, #navigation ul #current li:hover { background-position: 100% -200px; padding: 0 6px 0 0;}

#header li ul { /* second-level lists */
	position: absolute;
	background-color:#3998F6;
	width: 9em;
	top:24px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:100;
	clear:both;
}

#header li ul li a, #header li ul li {
	background-image:none;
	float:none;
}

#header li ul li a {
	font-weight:normal;
	color:#FFF !important;
	font-size:0.9em;
	border-bottom:1px solid #6BB2F8;
}

#header li ul li a:hover {
	background-color:#6BB2F8;
}

#header li ul li {padding:0;}

#header li:hover ul, #header li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IDs */
	
#wrapper {
	width:778px;
	margin:0 auto;
	text-align:left;
	border:1px solid #0080FF;
	border-top:0;
	background-color:#FFF;
	position:relative;
}

#header {
	position: relative;
	height:148px;
	background-color:#3998F6;
}

#masthead {
	position: absolute;
	top: 0;
	right: 0;
	width: 482px;
	height: 124px;
	background:url("../images/interface/header.jpg") no-repeat;
}

#bodywrapper {
	background-color:#FFF;
	height:1%;
	width:780px;
	float:left;
	voice-family: "\"}\""; voice-family:inherit;
	width:778px;
}

#product #bodywrapper {
	background:url(../images/interface/sidebar_bottom.gif) bottom left no-repeat;
}

#domestic #bodywrapper {
	background:url(../images/interface/sidebar_bottom_dom.gif) bottom left no-repeat;
}

#sidebar, #mBody {
	height:1%;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
}

#sidebar {
	float:left;
	width:370px;
	padding:20px;
	background:url(../images/interface/sidebar_top.gif) top no-repeat;
	color:#FFF;
	voice-family: "\"}\""; voice-family:inherit;
	width:350px;	
}

#sidebar a {
	color:#FFF;
}

#mBody {
	padding:20px;
}

#product #mBody, #domestic #mBody {
	float:right;
	width:370px;
	padding:20px;
	padding-left:0;
	voice-family: "\"}\""; voice-family:inherit;
	width:350px;
}

#commercial #mBody {
	padding:0;
}

#commercial #mBody div img {display:block;}

#domestic #sidebar {
	width:108px;
	padding-top:10px;
}

#domestic #sidebar ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	padding-left:15px;;
}

#domestic #sidebar ul li {
	padding-left:15px;
	background:url(../images/interface/bullet_dom.gif) no-repeat 0 0.5em;
	margin-left:-15px;
	margin-top:10px;
}

#domestic #mBody {
	width:592px;
}

#domestic #sidebar {
	background:url(../images/interface/sidebar_top_dom.gif) top no-repeat;
}

#datasheet {
	display:block;
	width:105px;
	height:0px;
	padding-top:24px;
	overflow:hidden;
	background-image:url(../images/buttons/datasheet.gif);
	position:absolute;
	top:110px;
	left:169px;
}

#systemsdiagram {
	display:block;
	width:105px;
	height:0px;
	padding-top:24px;
	overflow:hidden;
	background-image:url(../images/buttons/systems-diagram.gif);
	position:absolute;
	top:80px;
	left:169px;
}

#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.5em;
	margin-left:-15px;
}

#mBody ul ul {margin-top:0;}
#mBody ul ul ul {margin-top:0;}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#5DC1C1;
	text-decoration:none;
	font-weight:bold;
}

#mBody a:hover {
	text-decoration:underline;
}

#flashmap {
	width:778px;
	height:310px;
	z-index:0;
}

/*FOOTER*/

#footer {
	padding:5px 20px 0px 20px;
	background:#76C5F9 url(../images/interface/tile_navigation.gif) repeat-x;
	color:#879383;
	height:25px;
	width:780px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	height:20px;
	width:738px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	/*color:#158888;*/
	text-decoration:underline;
}

#backtotop {
	float:right;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	
}

#footer img {
	border:0;
	border-style:none;
	vertical-align:middle;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#copyright {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#A1A1A1;
	height:1%;
}

#copyright a {
	color:#A1A1A1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#flash {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	padding-top:1em;
}

/* FAQS */

.question, .questionon {
	text-align:left;
	padding:2px 8px;
	margin-bottom:0px;
	margin-top:12px;
	display:block;
	text-decoration:none !important;
	border:1px solid #3ED9D9;
	color:#FFF !important;
	font-weight:normal !important;
	padding-right:100px;
	background:#0382FF url(../images/interface/click-to-open.gif) top right no-repeat;
}

.question:hover, .questionon {
	/*background:#3ED9D9;
	color:#666 !important;*/
	font-weight:bold !important;
}

.questionon {
	background-position: right -100px;
}

.answer {
	padding:15px;
	padding-top:0;
	color:#0073F4;
	background:#D1E5E5 url(../images/interface/faq_answer_btm.gif) bottom no-repeat;
}

.answer a {
	color:#0073F4 !important;
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;	
}

/* HOMEPAGES */

#introduction {
	width:420px;
	height:148px;
	float:left;
	text-align:center
}

#introduction p, #applications p{
	padding-left:20px;
	padding-right:20px;
}

#introduction strong {
	color:#0073F4;
	font-size:1.2em;
}

#introduction p {
	padding-top:1.5em;
}

#features ul {
	padding-top:1em;
}

#applications {
	width:148px;
	height:296px;
	float:left;
}

#applications h2 {
	padding-left:20px;
	padding-right:20px;
	padding-top:1em;
}

#features {
	width:272px;
	height:296px;
	float:left;
}

#features li {
	margin-top:1em;
}

#image-1, #image-2 {
	width:148px;
	height:148px;
	float:left;
}

#image-3, #image-4 {
	width:148px;
	height:296px;
	float:left;
}

/* DOMESTIC HOME */

#house, #usahouse {
	width:590px;
	height:329px;
	z-index:0;
}

#house ul, #usahouse ul {
	margin:0;
	padding:0;
	list-style:none;
}

#house a, #usahouse a {
	position:absolute;
	width:100px;
	height:20px;
	border:2px solid #BD3F40;
	color:#BD3F40;
	padding-top:80px;
	text-align:center;
	font-size:0.9em;
}

#usahouse a {width:120px; padding-top:70px}

#house a:hover, #usahouse a:hover {
	border:2px solid #004A88;
	color:#004A88;
	text-decoration:none;
}

#house .station1 a {top:173px; left:166px;}
#house .station2 a {top:173px; left:648px;}
#house .extender a {top:400px; left:166px;}
#house .server a {top:400px; left:399px;}
#house .source a {top:400px; left:648px;}

#usahouse .station1 a {top:183px; left:166px;}
#usahouse .station2 a {top:183px; left:628px;}
#usahouse .extender a {top:400px; left:166px;}
#usahouse .server a {top:400px; left:388px;}
#usahouse .source a {top:400px; left:628px;}