@charset "utf-8";
/* CSS Document */



/* ++++++++++++++++++++++++ reset elements so they appear identical in all browsers ++++++++++++++++++++++++++++++++++++++++++ */
html, body{
	background: #001B27;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul{
	list-style: none;
}

a, a img{
	color: black;
	text-decoration: none;
	border: none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ END Reset +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#underlay {
	position: absolute;
	left: 1;
	top: 0;
	width: 978px;
	height: 286px;
	z-index: 20;
	padding: 0;
	margin: 0 auto;			
}

#underlay-content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 978px;
	height: 286px;
	z-index: 40;
	padding: 0;
	margin: 0 auto;
}

#sub-menu a{
	color: #666666;
	font-weight:400;
}

#menu a{
	color: #FFFFFF;
	font-weight:400;
}

#sub-menu a:hover {
	color:#FFFFFF;
}

.clearfix{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
}


#main{
	background: url(../images/main-bg.png) repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#content{
	margin: 0 auto;
	width: 978px;
	padding: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++ CONTENT 2 ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.accessory-img{
	float: left;
	margin: 0 10px 0 0;
}

#content2{
	margin: 0;
	padding: 0;
	width: 978px;
	background: #FFFFFF;
	color: #000000;
	background-image:url(../images/content2Back.jpg);
	background-repeat:repeat-y;
}

div#content2 div#information p{
	padding: 0 10px 20px 0px;
	margin: 0;
	line-height:18px;
}

div#content2 p{
	padding: 10px 10px 20px 10px;
	margin: 0;
}

#content2 h1{
	margin: 0 0 20px 10px;
}

#content2 h1{
	color: #00aeef;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
}

#content2 h1 img{
	float: left;
	margin: 7px 10px 0 0px;
}

#content2 h3{
	padding: 10px 0 3px 0;
	color: #00ADEE;
	font-size: 100%;
}


#tag{
	border-top: #076b92 1px solid;
	padding: 10px 0 0 20px; 
	margin: 0; 
	width: 958px; 
	height: 170px;
} 

#tag h1{
	font-size: 27px;
	font-weight: normal;
	font-family: Agency FB, Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0;
	padding: 30px 0 0 0;
}

#sub-menu{
	float: left;
/*	background: #01000b url(../images/menu-bottom.jpg) bottom no-repeat; */
/*	list-style-image: url(images/sub-menu-list-item.png); */
	list-style-type: none;
	width: 225px;
	padding: 10px 0 10px 0;
	color: #666666;
	margin: 0 0 20px 0;
	font-size: 12px;
}


#sub-menu li{
/*	background: black url(../images/sub-menu-list-item-blk.gif) left no-repeat; */
	padding: 5px 0 5px 25px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	color:#666666;
	margin-top:5px;
}

#sub-menu li:hover{
	background: #00adee;
}



.disclaimer{
	font-size: 10px;
	margin: 0 0 0 10px;
}

.column{
	float: left;
	width: 31%;
	margin: 0 5px;
}

#information .column{
	float: left;
	width: 205px;
	margin: 0 5px;	
}

.column2{
	float: left;
	width: 46%;
	margin: 0 25px 0 0;
}

* html .column2{
	float: left;
	width: 46%;
	margin: 0 17px 0 0;
}


#content2 p a{
	font-weight: bold;
	color: black;
}

#content2 p a img{
	float: left;
	margin: 2px 5px 0 0;
}

.column1 a:hover, .column2 a:hover, .column3 a:hover, #content2 p a:hover{
	text-decoration: underline;
}

.spec-bar{
	background: #00adee;
	padding: 5px;
	margin: 0 0 20px 0;
}

.spec-bar a{
	font-weight: bold;
	float: right;
	background: url(../images/sub-menu-list-item.png) left no-repeat;
	padding: 0 0 0 30px;
}

#information{
	width: 658px; 
	padding: 10px;
	float: right;
	margin-right:30px;
}

#information h1, #information h3{
	margin: 0 0 5px 0px;
}

p.first{
	color: #707070;
	font-weight: bold;
	line-height:18px;
}

.list-of-benefits {
	list-style-type:disc;
	margin-left:14px;
}

.list-of-benefits li {
	margin:10px 0;
}

.secondaryList {
	margin-left:20px;
}

.accessoriesList {
	list-style-type:none;
	margin:0 0 10px 5px;
	padding:0;
	width:650px;
}

.accessoriesListHeaders {
	color: #00aeef;
}

.accessoriesListContents {
	border-top:1px solid #999999;
	padding-top:10px;
}

.accessoriesListContents p{
	width:500px; 
	float:right;
}

.specs {
	font-weight:bold;
	color:#666666;
	float:right;
	font-size: 13px;
}

.specsSpace {
	margin-bottom:115px;
	border-top:1px solid #999999;
}

.newsUL {
	margin-bottom:35px;
}

.newsLI {
	margin-top:10px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header{
	width: 978px;
	margin: 0 0 10px 0;
	padding: 0;
	height: 125px;
}

#header img{
	float: left;
}

#logo{
	margin: 10px 0 0 5px;
}

#ContactUs{
	margin-top: 80px;
	margin-left: 250px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* END header */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#flash{
	height: 286px;
	width: 978px;
	/*border-bottom: 1px solid #284d60;*/
	padding: 0;
	margin: 0 0 0 1px;
	position: relative;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* menu system */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu{
	float: left;
	height: 28px;
	display:inline;
	overflow:hidden;
}	

#menu .item{
	float: left;
	background: url(../images/menu-bg.png) top left repeat-x;
	list-style-type: none; 
	border-right: 1px solid #0c0c11;
	border-left: 2px solid #2f2f2f;
	height: 19px;	
	padding: 5px;
}

#menu li:hover{
	background: url(../images/menu-bg-mo.png) top left repeat-x;
	border-left: 2px solid #3f708b;
	border-right: 1px solid #3f708b;
}

#menu li ul li{
	width: 200px;
	background: #3f708b url(../images/sub-menu-bg.png) bottom left repeat-x;
	padding: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	visibility:hidden;
	display:none;
}

#menu li ul li p{
	margin: 0;
	padding: 0;
}

#menu li ul li:hover{
	background: #3f708b url(../images/sub-menu-bg.png) bottom left repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* END menu system */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#buttons{
	float: left;
	margin: 10px 0 0 100px;
}

* html #buttons{
	margin: 10px 0 0 50px;	
}

#buttons div{
	margin: 30px 0 0 0;
}

#pos{
	float: left; 
	margin: 0 0 0 150px;
}

#request{
	float: right;
	margin: 20px 60px 0 30px;
	width: 205px;
}

#info{
	width: 978px;
	margin-top: 10px;
}

#text{
	float: left;
	width: 570px;
	padding: 15px 5px 20px 30px;
	margin: 0;
	font-size: 13px;
}

div#side-bar{
	float: left;
	width: 250px;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 10px;
}

div#side-bar p{
	margin: 0px 0px 20px 0px;
	padding: 0px;	
}

div.side-bar h3{
	margin: 0px;
	padding: 0px;	
}

div#contactLeft {
	float:left;
	width:489px;
	margin:5px 0;
	border-right:1px solid #666666;
}

div#contactRight {
	float:right;
	width:488px;
	margin:5px 0;
}


.inp_h{
	margin: 0 0 10px 0;
}

form#form {
	width:300px;
	color:#666666;
	margin-left:60px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++ Footer ++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer{
	height: 15px;
	padding: 5px;
	margin: 0;
	width: 968px;
	background: #676767;
	color: white;
	font-size: 10px;
}

#footer p, #footer a{
	margin: 0;
	padding: 0;
}

#footer a:hover{
	color: white;
}

#left{
	float: left;
}

#right{
	float: right;
}

#bottom{
	width: 1016px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
}

#bottom img{
	width: 1016px;
	height: 65px;
}
