@charset "UTF-8";
/* CSS Document */
/* RESET EVERYTHING - DO NOT EDIT */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#a3bdbe url(images/bg-site.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-y:scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	border:1px solid #4D4F53;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STRUCTURE */


#aida {
	position:absolute;
	z-index:100;
	top:650px;
	right:40px;
	width:300px;
	height:56px;
	display:block;
}
#container {
	position:relative;
	width:1100px;
	height:auto;
	margin:70px auto;
	z-index: 100;
}
#content-background {
	position:absolute;
	width:1100px;
	height:816px;
	top:-20px;
	left:-50%;
	background:#fff;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
	margin-left:550px;
}
#content {
	width:1060px;
	height:773px;
	position:relative;
	margin:14px auto 0 auto;
	overflow:hidden;
	z-index: 100;
}
#slider {
height:155px;
width:580px;
position:relative;
float:left;
}
#blurb {
	height:155px;
	width:100%;
	background:url(images/bg-blurb.jpg) no-repeat top center;
	position:relative;
	float:left;
	z-index:190;
}
#blurb-text {
	color:#fff;
	font-size:17px;
	width:553px;
	position:relative;
	float:left;
	margin:60px 0 0 24px;
	line-height:20px;
}
h1 {
	text-indent:-9999px;
	height:0;
}
#footer {
	margin:44px 0;
	height:45px;
	width:1100px;
	position:relative;
	float:left;
}
#navigation {
	width:650px;
	float:left;
	position:relative;
	height:26px;
	z-index:100;
}
#navigation-area {
	width:100%;
	height:34px;
	position:relative;
	float:left;
	margin-left:0px;
	z-index:200;
}
/* MENUS */

/* LEVEL 1 FORMATTING */

ul#navigation {
	margin:0px 32px 0 0;
	font-size:12px;
	height:34px;
	margin-left:-6px;
}
ul#navigation li {
	padding: 0px;
	margin: 0;
	display: block;
	float: left;
	height:34px;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	z-index:200;
}
ul#navigation li a {
	border: 0;
	display: block;
	height:34px;
	text-decoration:none;
	color:#3C3D3F;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	width:130px;
	padding-top:4px;
}
ul#navigation li p {
	text-align:center;
	padding-top:7px;
	margin-left:-3px;
}
ul#navigation li a:hover {
	border: 0;
	display: block;
	height:34px;
	color:#fff;
}	
ul#navigation li a.home {
	background-position:0 0;	
	background:url(images/menu-system.png) no-repeat top left;
	z-index:1;
	margin-left:-6px;
}
ul#navigation li a.home:hover, ul#navigation li a.home.current {
	background-position: -130px 0;	
}	
ul#navigation li a.system {
	background-position:0 0;	
	background:url(images/menu-projects.png) no-repeat top left;
	z-index:1;
	margin-left:-20px;
}
ul#navigation li a.system:hover, ul#navigation li a.system.current {
	background-position: -130px 0;	
}
ul#navigation li a.projects {
	background-position:0 0;		
	background:url(images/menu-projects.png) no-repeat top left;
	z-index:3;
	margin-left:-20px;
}
ul#navigation li a.projects:hover, ul#navigation li a.projects.current {
	background-position: -130px 0;	
}
ul#navigation li a.contact {
	background-position:0 0;	
	background:url(images/menu-projects.png) no-repeat top left;
	z-index:5;
	margin-left:-17px;
}
ul#navigation li a.contact:hover, ul#navigation li a.contact.current {
	background-position: -130px 0;	
}
		
/* SECOND LEVEL FORMATTTING */
#navigation li ul {	
	display: block;
	visibility: hidden;
	position: absolute;
	height:34px;	
	margin:-4px 0 0 0;
	width:630px;
	background:url(images/bg-submenu.png) no-repeat top left;
	left:-117px;	
	z-index:200; !important
}
#navigation li:hover ul#system, ul#navigation li a.current ul#system {
	visibility: visible;
	z-index: 100;
}
ul#navigation ul#system li {
	margin-top:10px;
	display: block;
	float: left;
	margin-right:2px;
	margin-left:3px;
	font:Arial, Helvetica, sans-serif;
	position:relative;
	border-right:1px solid #fff;
	padding-right:3px;
	padding-left:15px;
	height:16px;
	font-size:16px;
	width:80px;
}
ul#navigation ul#system li.last {border-right:0;}
ul#navigation ul#system li.first {margin-left:119px;}
ul#system.showit {display:block;visibility:visible;}
ul#system li a {text-decoration:none;margin-top:-5px;}
ul#system li a:hover, ul#system li a.subcurrent {color:#000;}
#mbar {
	width:100%;
	height:23px;
	position:relative;
	float:left;
}
#ibar {
	width:100%;
	height:100px;
	float:left;
	position:relative;
}
#cbar {
	width:100%;
	height:580px;
	position:relative;
	float:left;
	overflow:auto;
	overflow-x:hidden;
	background:#fff;
	z-index:100;
}
/*#clicker {
	width:78px;
	height:40px;
	position:relative;
	z-index:100;
	background:url(images/ibar-distributors-none.png) no-repeat top left;
}
#clicker.dist {
	top:-63px;
	left:225px;
}
#clicker.proj {
	top:-63px;
	left:200px;
}
#clicker:hover {
	background:url(images/ibar-distributors-rollover.png) no-repeat top left;
}*/
#cbar.contact, #cbar.accessories {
	background:#fff;
}
#cbar.accessories {
	height:477px;
	overflow:auto;
}
#cbar.overview {
	background:#fff;
	height:798px;
	width:100%;
	background:url(images/house-all.jpg) no-repeat top left;
	overflow:visible;
}
.contact-block {
	width:100%;
	height:324px;
	float:left;
	position:relative;
	margin-top:35px;
}
.contact-block.contact {
	width:270px;
	border-right:1px solid #85C446;
	margin-top:35px;
}
.contact-block.gui {
	width:398px;
}
.contact-block.display {
	margin-top:15px;
}
.contact-block-inner.display.rollover {
	background:url(images/cbar-display.jpg) no-repeat top left;
	height:354px;
	margin:0 0 0 30px;
	padding:0;
	width:auto;
}
/*.contact-block-accessory-img.display.rollover:hover {
	background:url(images/cbar-display-rollover.jpg) no-repeat top left;
}*/
.contact-block-inner {
	width:225px;
	border-bottom:1px solid #85C446;
	padding-bottom:11px;
	font-size:14px;
}
.contact-block-inner.display {
	border-bottom:none;
	width:320px;
	color:#4D4F53;
}
.contact-block-inner.form {
	width:470px;
	margin-left:24px;
	border-bottom:none;
	padding-bottom:16px;
	background:none;
}
.contact-block-inner.last {
	border:none;
}
#back {
	width:200px;
	float:left;
	position:relative;
	margin:100px 0 0 40px;
	font-size:16px;
	color:#85C446;
}
#back a.gui:link {
	color:#85C446;
	text-decoration:underline;
}
#back a.gui:visited, #back a.gui:active {
	text-decoration:underline;
	color:#85C446;
}
#back a.gui:hover {
	color:#85C446;
	text-decoration:underline;
}
h2 {
	font-size:17px;
	font-weight:normal;
	color:#85C446;
	margin-bottom:8px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#35373A;
	line-height:17px;
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #676c61;
	margin-right:30px;
}
.contact-block-inner a {
	text-decoration:none;
	color:#4D4F53;
	font-weight:bold;
}
.contact-block-inner a:hover {
	text-decoration:underline;
}
p {
	line-height:13px;
	color:#fff;
}
ul navigation p {
	line-height:13px;
	color:#4D4F53;
}
#cbar p {
	color:#35373A;
}
p.btm {margin-bottom:22px;}
.contact-row {
	height:24px;
	width:335px;
	padding-bottom:8px;
	position:relative;
	float:left;
	margin-left:0px;
}
.contact-row-short {
	width:254px;
	float:left;
	position:relative;
}
.contact-check {
	height:20px;
	width:505px;
	padding-bottom:9px;
	position:relative;
	float:left;
}
.contact-column {
	width:220px;
	float:left;
	position:relative;
}
.contact-column.right {
	margin-left:3px;
	width:440px;
}
#contact-areas-box {
	width:100%;
	height:100%;
	margin:10px 20px 0 46px;
	padding-bottom:5px;
}
.typ {
	width:95px;
	float:left;
	position:relative;
	height:30px;
	line-height:10px;
}
.accessory-text .typ p {
	margin:6px -5px 0 0;
}
.inp {
	width:155px;
	float:left;
	height:30px;
	position:relative;
}
.inp.name, .inp.country {width:100px;}
.inp.country {margin-top:8px;}
input[type="text"]{	width:410px;height:21px;margin-top:3px;}
input#country, input#zipcode {width:137px;float:left;}
input#first-name {width:137px;float:left;}
input#last-name {width:156px;float:left;}
input[type="checkbox"] {
	width:17px;
	text-align:left;
	float:left;}
input#submitBtn {
	float:left;
	margin-left:100px;
	font-size:14px;
}
select {
	width:130px;
}
.contact-row-keep {
	width:490px;
	float:left;
	position:relative;
	margin-left:0px;
	height:auto;
	border:1px solid pink;
}
#other_query {
	margin:-25px 0 15px 100px;
	float:left;
	width:410px;
	max-width:410px;}
.cbox {
	width:23px;
	float:left;
	position:relative;
	margin-top:1px;
}
.cboxtext {
	width:435px;
	float:left;
	position:relative;
}
.accessory-text .cboxtext p {margin:0;}
.cboxtext.other {
	width:165px;
	float:left;
	position:relative;
	margin-top:3px;
}
.pusher {
	float:left;
	width:326px;
	height:7px;
}
.clear {
	clear:both;
}
#interface {
	float:left;
	width:500px;
	height:380px;
	position:relative;
	margin:-2px 0 0 18px;
	background:url(images/gui-state-1.jpg) no-repeat top left;
}
#gui-container {
	width:480px;
	float:left;
	position:relative;
	margin-left:30px;
}
.gui-box {
	width:480px;
	height: 300px;
	float:left;
	position:relative;
	margin-top:44px;
}
.gui-holder {
	width:228px;
	height:180px;
	float:left;
	position:relative;
	z-index:10;
}
#state-1.gui-holder {
	background:url(images/gui-state-1-sm.jpg) no-repeat top left;
}
.gui-holder#state-2 {
	background:url(images/gui-state-2-sm.jpg) no-repeat top left;
}
.gui-holder#state-3 {
	background:url(images/gui-state-3-sm.jpg) no-repeat top left;
}
.gui-holder#state-4 {
	background:url(images/gui-state-4-sm.jpg) no-repeat top left;
}
#state-1.gui-holder:hover {
	background:url(images/gui-state-1-hov.jpg) no-repeat top left;
}
#state-2.gui-holder:hover {
	background:url(images/gui-state-2-hov.jpg) no-repeat top left;
}
#state-3.gui-holder:hover {
	background:url(images/gui-state-3-hov.jpg) no-repeat top left;
}
#state-4.gui-holder:hover{
	background:url(images/gui-state-4-hov.jpg) no-repeat top left;
}
.bubble {display:none;}
#donotdisplay {width:0px; height:0px;display:none;}
#displaybox.house-item {
	position:absolute;
	width:54px;
	height:69px;
	left:639px;
	top:330px;
	z-index:57;
}
#displaybox.house-item:hover {
}
#bub-displaybox {
	background:url(images/house-display-bubble.png) no-repeat top left;
	position:absolute;
	width:478px;
	height:378px;
	left:347px;
	top:398px;
	overflow:hidden;
	z-index:40;
}
#modem.house-item {
	position:absolute;
	width:89px;
	height:69px;
	left:944px;
	top:294px;
	z-index:59;	
}
#modem.house-item:hover {
}
#bub-modem {
	background:url(images/house-modem-bubble.png) no-repeat top left;
	position:absolute;
	width:1060px;
	height:570px;
	z-index:58;
}
#pmd.house-item {
	position:absolute;
	width:42px;
	height:86px;
	left:371px;
	top:509px;
	z-index:59;	
}
#pmd.house-item:hover {
}
#bub-pmd {
	background:url(images/house-pmd-bubble.png) no-repeat top left;
	position:absolute;
	width:741px;
	height:465px;
	top:196px;
	left:70px;
	z-index:58;
}



#dred.house-item {
	position:absolute;
	width:52px;
	height:33px;
	left:311px;
	top:259px;
	z-index:59;	
}
#dred.house-item:hover {
}
#bub-dred {
	background:url(images/house-dred-bubble.png) no-repeat top left;
	position:absolute;
	width:440px;
	height:497px;
	top:28px;
	left:7px;
	z-index:58;
}

#icsm.house-item {
	position:absolute;
	width:91px;
	height:47px;
	left:587px;
	top:117px;
	z-index:59;	
}
#icsm.house-item:hover {
}
#bub-icsm {
	background:url(images/house-icsm-bubble.png) no-repeat top left;
	position:absolute;
	width:673px;
	height:377px;
	top:38px;
	left:295px;
	z-index:58;
}
#pms.house-item {
	position:absolute;
	width:34px;
	height:47px;
	left:442px;
	top:272px;
	z-index:59;	
}
#pms.house-item:hover {
}
#bub-pms {
	background:url(images/house-pms-bubble.png) no-repeat top left;
	position:absolute;
	width:680px;
	height:414px;
	top:68px;
	left:282px;
	z-index:58;
}
.accessory {
	width:986px;
	margin:14px auto auto 23px;
	float:left;
	position:relative;
	border-bottom:1px solid #676c61;
}
.accessory-img {
	width:447px;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:18px;
}
.contactpage {text-align:left;margin-left:0;margin-top:15px;}
.contactpage p {font-size:14px;line-height:17px;color:#35373A;}
.accessory-img p {color:#35373A;}
.accessory-img h2 {
	font-size:19px;
	font-weight:normal;
	color:#75ba36;
	margin:23px 40px 20px 0px;
	line-height:22px;
}
.accessory-text {
	width:535px;
	margin-top:15px;
	float:left;
	position:relative;
	font-size:16px;
	color:#3e4043;
	margin-bottom:18px;
	border-left:1px solid #676c61;
}

.last {
	border-bottom:0;
}	
.txt-holder {position:relative;}
.txt-left {width:140px;float:left;position:relative;margin:7px 0 0 0;}
.txt-right {width:185px;float:left;position:relative;margin:7px 0 0 0;}
.accessory-text h2 {
	font-size:19px;
	font-weight:normal;
	color:#75ba36;
	margin:23px 40px 20px 50px;
	line-height:22px;
}
.accessory-text p {
	margin:13px 40px 20px 50px;
	line-height:18px;
	font-size:16px;
	color:#35373A;
}
.accessory-text p.bordered {
	border-top:1px solid #676c61;
	margin-top:35px;
	padding-top:35px;
}
.accessory-text p a:link {
	color:#75ba36;
	font-size:16px;
	text-decoration:underline;
}
.accessory-text p a:visited, .accessory-text p a:active, .accessory-text p a:hover {
	color:#75ba36;
	font-size:16px;
	text-decoration:underline;
}
.accessory-text p a.blacklink:link {
	color:#35373A;
}
.accessory-text p a.blacklink:visited, .accessory-text p a.blacklink:active {
	color:#35373A;
}
.accessory-text p a.blacklink:hover {
	color:#75ba36;
}
#pdf-dl {
	position:absolute;
	z-index:100;
	top:705px;
	left:23px;
}
#disclaimer {
	width:363px;
	float:left;
	font-size:11px;
	margin-left:26px;
	font-weight:bold;
}
.img-block {
	width:530px;
	height:368px;
	overflow:hidden;
	position:relative;
	float:left;
	z-index:10;
}
.img-block#over-1 {
background:url(images/g-overview-1.jpg) top left no-repeat;}
.ie8 .img-block {
overflow:visible;
width:529px;
}
.ie8 .img-block:focus {
border:none;
background: none;
}
.ie7 #blurb {margin-bottom:-20px;}
.ie7 ul#system  {
	background:url(images/bg-submenu.png) no-repeat top left;
}
.ie7 #ie7-fixer {
width:1060px;
height:775px;
position:absolute;
z-index: 200;
top:0;
left:0;
}
#img-center {
	width:507px;
	height:469px;
	overflow:hidden;
	background:url(images/g-overview-center.png) top center no-repeat;
	position:absolute;
	z-index:100;
	top:180px;
	left:275px;
}
.ie7 #img-center {
	width:507px;
	height:469px;
	overflow:hidden;
	background:url(images/g-overview-center.png) top center no-repeat;
	position:relative;
	z-index:100;
margin-top:-174px;
}
#img-top {
	width:376px;
	height:101px;
	overflow:hidden;
	background:url(images/g-overview-top.png) top center no-repeat;
	position:absolute;
	z-index:60;
	margin:75px 0 0 340px;
}
.ie7 #img-top {
	width:376px;
	height:101px;
	overflow:hidden;
	background:url(images/g-overview-top.png) top center no-repeat;
	z-index:100;
position:relative;
margin:73px auto 0 auto;

}
#img-top-inner-text {
width:230px;
float:left;
margin:8px 0 0 8px;
}
#img-top-inner-img {
width:110px;
float:right;
margin:13px 13px 0 0;
}
#img-top-inner-text p a:link, #img-top-inner-text p a:visited, #img-top-inner-text p a:active, #img-top-inner-text p a:hover, #img-left-top-text p a:link, #img-left-top-text p a:visited, #img-left-top-text p a:active, #img-left-top-text p a:hover, #img-right-top-text p a:link, #img-right-top-text p a:visited, #img-right-top-text p a:active, #img-right-top-text p a:hover, #img-right-bottom-text p a:hover, #img-right-bottom-text p a:link, #img-right-bottom-text p a:visited, #img-right-bottom-text p a:active, #img-right-bottom-text p a:hover,#img-left-bottom-text p a:hover, #img-left-bottom-text p a:link, #img-left-bottom-text p a:visited, #img-left-bottom-text p a:active, #img-left-bottom-text p a:hover {
color:#4D4F53;
font-size:11px;
text-decoration:none;
}
a:link .pseudo-h3, a:visited .pseudo-h3, a:active .pseudo-h3, a:hover .pseudo-h3 {
color:#75BA36;
text-decoration:none;
font-weight:bold;
}
.req {
	color:#85C446;
	font-size:13px}
#instructions {
	width:500px;
	position:absolute;
	top:3px;right:-65px;
}
#instructions p {
	font-size:16px;color:#35373A;
}
p.mail {
	margin-top:17px; 
	font-size:11px;}
#blurb-link {
	width:266px;
	height:100px;
	position:absolute;
	z-index:110;
	right:0;
	margin:31px 17px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#img-left-top-holder {
position:absolute;
top:13px;
left:13px;
width:228px;
}
#img-left-top-text {
width:100%;
text-align: left;
float:left;
}
#img-left-top-img {
clear:both;
padding-top:13px;
}
#img-left-bottom-holder {
position:absolute;
bottom:13px;
left:13px;
width:228px;
}
#img-left-bottom-text {
width:100%;
text-align: left;
float:left;
padding-top:13px;
}
#img-left-bottom-img {
clear:both;
}
#img-right-top-holder {
position:absolute;
top:13px;
right:13px;
width:228px;
}
#img-right-top-text {
width:100%;
text-align: right;
float:right;
}
#img-right-top-img {
clear:both;
padding-top:13px;
}
#img-right-bottom-holder {
position:absolute;
bottom:13px;
right:13px;
width:228px;
}
#img-right-bottom-text {
width:100%;
text-align: right;
float:right;
padding-top:13px;
}
#img-right-bottom-img {
clear:both;
}
img.align-right {float:right; margin:0;}
#center-center {
position:relative;
width:178px;
margin:90px auto;
}#content-bg {
	width: 1100px;
	height: 816px;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	background-color: rgba(255,255,255,0.45);
	padding-top: 14px;
}
