/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

table.full-height {
  height:100%;
  width:100%;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*
-------------------
MAIN ELEMENTS
-------------------
*/
body, html{
	background-color:#FFF;
	color:#000;
	font: 12px/1.5 Helvetica, Arial, Sans-Serif;
	text-align: center;
	min-width:984px;
	position:relative;
}

a{
	color:#000;
	text-decoration:none;
}



/*
-------------------
NAVIGATION ELEMENTS
-------------------
*/

#global_nav{
	position:relative;
	top:122px;
	left:0;
	height:33px;
	width:100%;
	min-width:984px;
	font-size:1.1em;
	background:transparent url(images/nav_bg.gif) top right repeat-x;
	z-index:1000;
}

#global_nav ul{
	width:900px;
	margin:0 auto;
}

#global_nav	li{
	float: left;
	display: block;
	text-align:center;
}

#global_nav	li a{
	color: #FFFFFF;
	display: block;
	width: 150px;
	height:33px;
}

li a#nav-company,
li a#nav-products,
li a#nav-clients,
li a#nav-partners,
li a#nav-store,
li a#nav-contact
{
	text-indent:-5000px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
}

li a#nav-company{
	background-image:url(images/nav_company.gif);
}

li a#nav-products{
	background-image:url(images/nav_products.gif);
}

li a#nav-clients{
	background-image:url(images/nav_clients.gif);
}

li a#nav-partners{
	background-image:url(images/nav_partners.gif);
}
li a#nav-store{
	background-image:url(images/nav_store.gif);
}
li a#nav-contact{
	background-image:url(images/nav_contact.gif);
}

#global_nav	li a:hover{
	color:#0d6726;
}

#global_nav li ul {
	visibility:hidden;
	position:absolute;
	margin-top:-4px;
	width:150px;
	font-size:10px;
}

#global_nav li:hover ul, #global_nav li.over ul {
	visibility:visible;
	background:#8bb986;
	padding-bottom:10px;
}

#global_nav li:hover ul li, #global_nav li.over ul li{
	float:none;
	font-weight:normal;
	text-align:center;
}

#global_nav li:hover ul li a, #global_nav li.over ul li a{
	display:block;
	width:140px;
	height:auto;
	padding-top:8px;
	padding-left:10px;
}

/*
-------------------
CONTENT ELEMENTS
-------------------
*/
#masthead{
	position:relative;
	margin:0 auto;
	width:auto;
	height:157px;
	margin-top:-35px;
}

h1{
	position:absolute;
	top:17px;
	left:40px;
	height:78px;
	width:283px;
	background: transparent url(images/logo.gif) top left no-repeat;
}

h1 a{
	display:block;
	height:78px;
	width:283px;
}

h1 span{
	display:none;
}

h2{
	position:absolute;
	top:19px;
	left:320px;
	height:76px;
	width:475px;
	background:transparent url(images/tag_line.gif) top left no-repeat;	
}

h2 span{
	display:none;
}

#client_login{
	position:absolute;
	top:45px;
	right:40px;
	text-indent:-5000px;
	display:block;
	height:20px;
	width:127px;
	background:transparent url(images/client_login.gif) top left no-repeat;
}

#client_login:hover{
	background:transparent url(images/client_login_over.gif) top left no-repeat;
}



#demo_login{
	position:absolute;
	top:70px;
	right:40px;
	text-indent:-5000px;
	display:block;
	height:19px;
	width:127px;
	background:transparent url(images/demo_login.gif) top left no-repeat;
}

#demo_login:hover{
	background:transparent url(images/demo_login_over.gif) top left no-repeat;
}
#contentwrap {width:100%;position:relative;}
#content{
	position:relative;	
	width:auto;
	min-width:924px;
	margin:0 20px;
	margin-top:20px;
	text-align:center;
	border:1px solid #E5E6E6;
	height:auto;
	overflow:hidden;
	background:url("images/content_bg.gif") repeat-x 0 219px;
}
#content2{
	position:relative;	
	width:auto;
	min-width:924px;
	margin:0 20px;
	margin-top:20px;
	text-align:center;
	border:1px solid #E5E6E6;
	height:auto;
	overflow:hidden;
}
#content3{
	position:relative;	
	width:auto;
	min-width:924px;
	margin:0 20px;
	margin-top:20px;
	text-align:center;
	border:1px solid #E5E6E6;
	height:auto;
	overflow:hidden;
}
#content4{
	position:relative;	
	width:auto;
	min-width:924px;
	margin:0;
	margin-top:0px;
	text-align:center;
	height:auto;
	overflow:hidden;
}

.first-content {
	position:relative;
	float:left;
	width:52%;
	height:100%;
	min-height:625px;
	border-right:1px solid #E5E6E6;
	background:#fff;
	overflow:visible;
}
.second-content {
	position:relative;
	float:right;
	width:47.7%;
	height:200%;
}
.productdetails1-content {
	position:relative;
	float:left;
	width:65%;
	height:100%;
	border-right:1px solid #E5E6E6;
	background:#fff;
	overflow:visible;
}
.productdetails2-content {
	position:relative;
	float:right;
	clear:right;
	width:35%;
	height:100%;
}
.product-content {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	min-height:625px;
	background:#fff;
	overflow:visible;
}
.bios-content {
	position:relative;
	float:left;
	width:52%;
	height:100%;
	min-height:625px;
	border-right:1px solid #E5E6E6;
	background:#fff;
	overflow:visible;
}
#headlines{
	float:left;
	width:100%;
}

#headlines ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:19px;
	height:96px;
}

#headlines ul li{
	margin-left:20px;
	text-indent:-5000px;
	height:85px;
}

#headlines ul li#satellite{
	background:transparent url(images/fromdesktop_header.gif) top left no-repeat;
}

#headlines ul li#fleet{
	background:transparent url(images/fleet_management.gif) top left no-repeat;
}

#headlines ul li#gps{
	background:transparent url(images/gps_navigation.gif) top left no-repeat;
}
#headlines ul li#producttitle{
	background:transparent url(images/ourproducts_title.gif) top left no-repeat;
}

/*
-------------------
PRODUCTS TITLE
-------------------
*/

#headlines2{
	float:left;
	width:100%;
}

#headlines2 ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:44px;
	height:90px;
}

#headlines2 ul li{
	margin-left:20px;
	text-indent:-5000px;
	height:21px;
}

#headlines2 ul li#producttitle{
	background:transparent url(images/ourproducts_title.gif) top left no-repeat;
}

/*
-------------------
HEADLINES TITLE
-------------------
*/

#headlines3{
	float:left;
	width:329px;
}

#headlines3 ul{
	width:33%;
	border-bottom:1px solid #E5E6E6;
	margin-top:44px;
	height:90px;
}

#headlines3 ul li{
	margin-left:20px;
	text-indent:-5000px;
	height:21px;
}

#headlines3 ul li#producttitle{
	background:transparent url(images/ourproducts_title.gif) top left no-repeat;
}

/*
-------------------
BIOS TITLE
-------------------
*/

#headlines4{
	float:left;
	width:100%;
}

#headlines4 ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:44px;
	height:90px;
}

#headlines4 ul li{
	margin-left:20px;
	text-indent:-5000px;
	height:26px;
}

#headlines4 ul li#biostitle{
	background:transparent url(images/executive_bios_title.gif) top left no-repeat;
}
#headlines4 ul li#contactus{
	background:transparent url(images/contactus_title.gif) top left no-repeat;
}
#headlines4 ul li#storetitle{
	background:transparent url(images/store_title.gif) top left no-repeat;
}
#headlines4 ul li#companytitle{
	background:transparent url(images/company_title.gif) top left no-repeat;
}
#headlines4 ul li#servicepartner{
	background:transparent url(images/servicepartners_title.gif) top left no-repeat;
}

/*
-------------------
COMPANY TITLE
-------------------
*/

#headlines5{
	float:left;
	width:100%;
}

#headlines5 ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:44px;
	height:90px;
}

#headlines5 ul li{
	margin-left:20px;
	text-indent:-5000px;
	height:36px;
}

#headlines5 ul li#companytitle{
	background:transparent url(images/company_title.gif) top left no-repeat;
}

#headlines5 ul li#ourtechnology{
	background:transparent url(images/ourtechnology_title.gif) top left no-repeat;
}
#headlines5 ul li#resellers{
	background:transparent url(images/resellers_title.gif) top left no-repeat;
}
#headlines5 ul li#agent{
	background:transparent url(images/agent_title.gif) top left no-repeat;
}
#headlines5 ul li#dpaeris{
	background:transparent url(images/dp500_headers.gif) top left no-repeat;
}
#headlines5 ul li#dpiridium{
	background:transparent url(images/dp1500_headers.gif) top left no-repeat;
}
#headlines5 ul li#dpglobal{
	background:transparent url(images/dp1000_headers.gif) top left no-repeat;
}
#headlines5 ul li#futuretitle{
	background:transparent url(images/futureproducts_title.gif) top left no-repeat;
}
#headlines5 ul li#trackingtitle{
	background:transparent url(images/trackingsoftware_title.gif) top left no-repeat;
}
#headlines5 ul li#clientstitle{
	background:transparent url(images/clients_title.gif) top left no-repeat;
}


/*
-------------------
PRODUCTS DETAILS TITLE
-------------------
*/

#productdetailsgrid{
	float:left;
	border-right:1px solid #E5E6E6;
	width:100%;
	height:100%;
}
#productdetailsgrid td {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E6E6;
}

/*
-------------------
PRODUCTS GRID
-------------------
*/
#productwrap{
	width:100%;
	height:100%;
}
#productgrid1{
	float:left;
	border-right:1px solid #E5E6E6;
	width:100%;
	height:100%;
}
#productgrid1 td {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E6E6;
}
#productgrid3{
	float:left;
	width:33%;
	height:100%;
}

.producttext {
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
}
.producttext a {
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	color: #005a82;
	font-weight: bold;
}


#headlines6{
	float:left;
	width:100%;
}

#headlines6 ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:10px;
	height:50px;
}

#headlines6 ul li{
	height:38px;
}

#headlines6 ul li#aeris{
	text-indent:-5000px;
	margin-left:26px;
	background:transparent url(images/dp500_aeris.gif) top center no-repeat;
}
#headlines6 ul li#globalstar{
	text-indent:-5000px;
	margin-left:26px;
	background:transparent url(images/dp1000_globalstar.gif) top center no-repeat;
}
#headlines6 ul li#iridium{
	text-indent:-5000px;
	margin-left:26px;
	background:transparent url(images/dp1500_iridium.gif) top center no-repeat;
}
#headlines6 ul li#details{
	margin-left:26px;
	padding-top:15px;
}
#headlines6 ul li#details a{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	color: #005a82;
	font-weight: bold;
	text-decoration: none;
}

#headlines7{
	float:left;
	width:100%;
}

#headlines7 ul{
	width:100%;
	border-bottom:1px solid #E5E6E6;
	margin-top:10px;
}

#headlines7 ul li{
	height:50px;
}

#headlines7 ul li#opening{
	margin-left:26px;
	margin-right:26px;
	padding-bottom:20px;
}




#headlines h3{
	text-indent:-5000px;
	background:transparent url(images/headline.gif) top left no-repeat;
	height:29px;
	margin-top:25px;
	margin-left:20px;
}

#headlines h4{
	text-indent:-5000px;
	background:transparent url(images/sub_headline.gif) top left no-repeat;
	height:17px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:19px;
}

#flashcontent{
	width:auto;
	height:200px;	
	padding:10px;
	font-size:0;
	z-index:1;
}

#maincontent{
	clear:both;
	float:left;
	width:100%;
	text-align:left;
}

#maincontent p{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	margin-bottom:16px;
	padding:25px 7px 8px 20px;
}

#maincontent a{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	color: #005a82;
	text-decoration: none;
}

#maincontent a:hover{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	color: #005a82;
	text-decoration: underline;
}

.bodyheaders{
	font:14px/1.5 Helvetica, Arial, Sans-Serif;
	font-weight:bold;
}
.bodypricing{
	font:14px/1.5 Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	color: #005a82;
}
.bodypricing a{
	font:14px/1.5 Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	color: #005a82;
}
.bluheaders{
	font:18px/1.5 Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	color: #005a82;
}
.formheaders{
	font:14px/1.5 Helvetica, Arial, Sans-Serif;
	font-weight:normal;
}

/*
-------------------
BIOS
-------------------
*/

#bio{width:100%;padding:7px;}

#bio img{
	float:left;
	margin-top:25px;
	margin-left:10px;
}

#bio #bio_details{
	float:left;
	width:90%;
	padding:0 18px;
}

#bio h4{
	text-indent:-5000px;
	background:transparent url(images/jointhedualpoint.gif) top left no-repeat;
	height:23px;
	width:252px;
	margin-top:30px;
	margin-bottom:10px;
}

#bio p{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	text-align:left;
}

#bio a.learn_more{
	display:block;
	height:10px;
	text-indent:-5000px;
	margin-top:15px;
	background:transparent url(images/learn_more.gif) top left no-repeat;
	margin-bottom:20px;
}

#bio a.learn_more:hover{
	text-decoration:none;
	background:transparent url(images/learn_more_over.gif) top left no-repeat;
}


/*
-------------------
PRODUCT 1
-------------------
*/

#product{width:100%;padding:7px;display:none;}

#product img{
	float:left;
	margin-top:25px;
	margin-left:10px;
}

#product #product_details{
	float:left;
	width:61%;
	padding:0 18px;
}

#product h3{
	text-indent:-5000px;
	background:transparent url(images/featured_product.gif) top left no-repeat;
	height:9px;
	margin-top:25px;
}

#product h4{
	text-indent:-5000px;
	background:transparent url(images/dp500_title.gif) top left no-repeat;
	height:44px;
	width:293px;
	margin-top:6px;
	margin-bottom:10px;
}

#product p{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	text-align:left;
}

#product a.learn_more{
	display:block;
	height:10px;
	text-indent:-5000px;
	margin-top:15px;
	background:transparent url(images/learn_more.gif) top left no-repeat;
	margin-bottom:20px;
}

#product a.learn_more:hover{
	text-decoration:none;
	background:transparent url(images/learn_more_over.gif) top left no-repeat;
}

/*
-------------------
PRODUCT 2
-------------------
*/

#product2{width:100%;padding:7px;display:none;}

#product2 img{
	float:left;
	margin-top:25px;
	margin-left:10px;
}

#product2 #product_details{
	float:left;
	width:61%;
	padding:0 18px;
}

#product2 h3{
	text-indent:-5000px;
	background:transparent url(images/featured_product.gif) top left no-repeat;
	height:9px;
	margin-top:25px;
}

#product2 h4{
	text-indent:-5000px;
	background:transparent url(images/dp1000_title.gif) top left no-repeat;
	height:44px;
	width:295px;
	margin-top:6px;
	margin-bottom:10px;
}

#product2 p{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	text-align:left;
}

#product2 a.learn_more{
	display:block;
	height:10px;
	text-indent:-5000px;
	margin-top:15px;
	background:transparent url(images/learn_more.gif) top left no-repeat;
	margin-bottom:20px;
}

#product2 a.learn_more:hover{
	text-decoration:none;
	background:transparent url(images/learn_more_over.gif) top left no-repeat;
}

/*
-------------------
PRODUCT 3
-------------------
*/

#product3{width:100%;padding:7px;display:none;}

#product3 img{
	float:left;
	margin-top:25px;
	margin-left:0px;
}

#product3 #product_details{
	float:left;
	width:61%;
	padding:0 18px;
}

#product3 h3{
	text-indent:-5000px;
	background:transparent url(images/featured_product.gif) top left no-repeat;
	height:9px;
	margin-top:25px;
}

#product3 h4{
	text-indent:-5000px;
	background:transparent url(images/dp1500_title.gif) top left no-repeat;
	height:44px;
	width:300px;
	margin-top:6px;
	margin-bottom:10px;
}

#product3 p{
	font:12px/1.5 Helvetica, Arial, Sans-Serif;
	text-align:left;
}

#product3 a.learn_more{
	display:block;
	height:10px;
	text-indent:-5000px;
	margin-top:15px;
	background:transparent url(images/learn_more.gif) top left no-repeat;
	margin-bottom:20px;
}

#product3 a.learn_more:hover{
	text-decoration:none;
	background:transparent url(images/learn_more_over.gif) top left no-repeat;
}


/*
-------------------
FOOTER ELEMENTS
-------------------
*/

#footer{
	clear:both;
	position:relative;
	margin-top:20px;
	left:0;
	width:100%;
	min-width:984px;
	background:transparent url(images/footer_bg.gif) top right repeat-x;
	height:23px;
	color:#FFF;
	font:9px/1.5 Helvetica, Arial, Sans-Serif;
	text-align:center;
}

#footer ul{
	width:750px;
	margin:0 auto;
	height:21px;
	padding-top:4px;
}

#footer ul li{
	display: inline;
	text-align:center;
	height:20px;
	width:auto;
}

#footer ul li a{
	border-right: 1px solid #FFF;
	padding-right:4px;
	padding-left:2px;
}

#footer ul li.last a{
	border-right:0;
}


#footer a{
	color:#FFF;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

.field_error{
font-size:inherit;
color:#FF0000;
}
.fields{
background-color:#FFFFFF !important;
}