@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: normal;
}
h1 {
	font-size: 24px;
	color: #3f3e40;
	margin: 0 0 15px 0;
}
h1.AIM {
	float: left;
}
h2 {
	font-size: 18px;
	margin: 20px 0 0 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin: 20px 0 8px;
	color: #3f3e40;
	font-weight: normal;
}
h3.trl {
	font-style: italic;
	border-bottom: 3px solid #c5cdd5;
	font-size: 20px;
	width: 315px;
}
h4 {
	font-size: 14px;
	margin: 20px 0 8px;
}
a {
	color:#72a6b4;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	outline: none;
}
p{
	line-height: 22px;
	text-align: justify;
	margin: 10px 0 0 0;
}
sup{
	font-size: 6px;
}
img {
	border:0;
}
#mainContainer {
	width: 100%;
}
#mainHolder {
	margin: 0px auto;
	width: 1105px;
}
#header {
	/*height: 126px;*/
	height:126px;
	/*background: url(../images/header_bkg.png) repeat-x;*/
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	/*margin-bottom: 2px;*/
}
#headerHolder {
	height: 62px;
	margin-top: 20px;
	width: 1105px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	height: 62px;
	width: 125px;
}
#topNav {
	float: right;
	width: 165px;
	margin-top: 65px;
}
#topNav a {
	background: url(../images/arrow.png) no-repeat;
	padding-left: 21px;
	margin-right:15px;
}
#topNav a:hover{
	text-decoration: underline;
}
#leftNav {
	width: 218px;
	float: left;
	margin-top:128px;
}
#contentHolder {
	float: right;
	width: 886px;
}
.panel_margin{
	margin-left: 30px;
}
.content_left{
	width: 389px;
	float: left;
}
.content_right{
	width: 447px;
	float: left;
}
.content_right_slim{
	width: 301px;
	float: left;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.also a:hover{
	text-decoration:underline;
}
.img_left{
	float: left;
}
.pad_right{
	margin-right: 20px;
}
.img_right{
	float: right;
}
.pad_left{
	margin-left: 20px;
}
.led_light{
	margin-left: -35px;
	z-index: 0;
}
.green_btn{
	margin-top: 80px;
	float: right;
	margin-right: 5px;
}
.clear {
	clear: both;
	height: 1px;
	background: transparent;
	width: 100%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.em{
	font-style: italic;
}
.squ {
	position: absolute;
	bottom: 10px;
	text-indent: 10px;
	right: 0;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
}
div.AIMLED {
	padding-top: 109px;
	z-index: 1;
	position: relative;
}


/* MENU */

.menu {
	padding: 0;
	width: 217px;
	font-family: "Gill Sans";
}
.submenuheader {
}
.selected, a.selected{
	background: #e8ebef !important;
	color:#000 !important;
}
.menu a.menuitem {
	color: #557ea5;
	background: #f3f5f7;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 15px;
}
.menu a.menuitem:hover, .menu .menuitem:active {
	color: #000;
	background: #f2f2f2;
}
.menu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu a.menuitem:hover {
}
.menu div.submenu { /*DIV that contains each sub menu*/
	
}
.menu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu div.submenu ul li {
}
.menu div.submenu ul li a {
	display: block;
	font-size:11px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
	padding: 5px 0; /* DEV STAGE */
	padding-left: 20px;
}
.menu div.submenu ul li a:hover {
	background: #f2f2f2;
}

/* END MENU */

#slider {
  /*width: 620px;*/
  margin: 0 auto;
  position: relative;
  /*background: url(../images/shadow.png) repeat-x top;*/
}

.scroll {
  /*height: 535px; OLD HEIGHT*/
  height: 970px;
  /*overflow: visible !important;/* DEV STAGE */
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
  /*padding: 20px;*/
  height: 970px;
  /*width: 578px;  change to 560px if not using JS to remove rh.scroll */
  width: 886px;
  padding-top: 20px;
}

a.external:hover{text-decoration:underline;}

#footerHolder {
	background: #35485b;
	min-height: 100px;
}

#TheRightLight h1 {
	float: left;
}

#TheRightLight h2 {
	font-style: italic;
	color: #666666;
	margin: 0;
}

#TheRightLight .green_btn {
	margin: 0 !important;
}

#TheRightLight .squ {
	position: static;
	margin-bottom: 28px;
	font-style: italic;
}

.features {
	background: #e8e3d9;
	display: block;
}

html>body .features {
	min-height: 400px;
	height: auto;
	width: auto;
	min-width: 856px;
}

.features li {
	float: left;
	list-style-type: none;
	width: 22%;
	text-align: center;
	font-size: 12px;
	margin: 10px;
}

.features li.first {
	margin-left: 10px;
}

.features li.last {
	margin-right: -10px;
}

.features h3 {
	font-size: 13px;
	margin: 5px 0;
}

.features p {
	line-height: 14px !important;
}

.features li img {
	height: 150px;
	border: 1px solid #a7a9ac;
}
.features table td {
	background: #fff;
	border: 1px solid #000;
}
tr.nofill td {
	background: none !important;
	border: none !important;
}
#TechSpecs h2 {
	margin: 0 0 10px 0;
}

#TechSpecs h3 {
	background: #35485b;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	vertical-align: middle;
}

#TechSpecs table td {
	border-top: 1px solid #000;
	font-size: 12px;
}

#TechSpecs table td.bold {
	font-weight: bold;
	border-right: 1px solid #000;
	width: 52%;
}

#TechSpecs table td.last {
	border-bottom: 1px solid #000;
}

#TechSpecs div.sidebar {
	width: 183px;
	margin-left: 20px;
	margin-bottom: -120px;
	float: right;
}
.row img {
	border: 1px solid #A7A9AC;
}
img.noborder {
	border: none;
}
small, small p {
	padding: 5px 0;
	display: block;
	line-height: 12px;
}
small p {
	line-height: 12px;
}
.center {
	text-align: center;
}
#OrderInfo .models {
}
#OrderInfo .models h4 {
	background: #808f9e;	
}
#OrderInfo .models ul li {
	padding-left: 10px;
	display: block;
}
.gray {
	background: #cbd2da;
}
.models li span {
	width: 100px;
	float: left;
	display: block;
}
.fs {
	width: 159px;
}
sub {
	line-height:0px;
}