/* @group Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* @end */

/* @group Page */
body {
	text-align: center;
	background: #c9c9c9 url(images/logos/shading.png) repeat-x scroll 0 0;
	font-family: "Verdana", "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-size: 60%;
}

#wrapper {
	text-align: left;
	width: 935px;
	margin: 0 auto;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/

/* End hide from IE Mac */

hr {
	color: #ebebeb;
	background-color: #ebebeb;
/*	margin-top: 10px;
	margin-bottom: 10px;*/
	width: 80%;
	height: 1px;
	border: none;
}

p {
	color: #333;
	font-size: 1.2em;
	margin-top:	1em;
	margin-bottom: 1em;
	text-align: justify;
}

a {
	text-decoration: none;
	/*color: #0a84ff;*/
	color: #00457C; 
	font-weight: bold;
}

.blueText {
	/*color: #1688fa;*/
	color: #00457C;
	margin: 0 5px;
}

.lowerCase {
	text-transform: lowercase;
}

em {
	font-style: italic;
	font-weight: bold;
	color: #979797;
}

.everyTrailLink {
	cursor: pointer;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/* @end */

/* @group Rounded Corners */

.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  /*CCborderRadius: 10px;*/     
}

.roundedBox {
	border: 1px solid #dedede;
	background-color: white;
	padding: 0px 20px;
	margin: 5px 0;	
}

.roundedBox h1 {
	font-size: 2.0em;
	color: #333;
	margin: 10px 0px 12px 0px;
	text-transform: uppercase;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 5px;
}

#aboutTeamBox h1, .aboutAdvisorBox h1 {
	float: left;
	clear: left;
}

.roundedBox h2 {
	font-size: 1.6em;
	color: #727272;
	font-weight: bold;
	text-align: center;
	margin: 0px 20px 10px 20px;
}

.roundedBox h3 {
	font-size: 1.2em;
	color: #565656;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}

.roundedBox h4 {
	text-transform: uppercase;
	padding: 3px;
	color: #555;
	font-weight: bold;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.2em;
	width: 100px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

/*.roundedBox h4 {
	text-transform: uppercase;
	background-color: #cbcbcb;
	padding: 3px;
	color: white;
	font-weight: bold;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.2em;
	width: 100px;
	margin: 20px 0 10px 0;
}*/

/* @end */

/* @group Header */
#logo {
	background: url(images/logos/globalmotion_logo.png) no-repeat;
	width: 420px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
}

#header {
	padding-top: 10px;
	/*background-color: #e0e0e0;*/
	width: 935px;
	margin: 0 auto;
}

#headerBar {
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #dadada;*/
	height: 60px;
	margin-bottom: 10px;
	/*background-image: url(images/navbar/header_bg.png);*/
}

#navTop {
	float: right;
	margin-right: 37px;
	margin-top: 30px;
	font-size: 1.4em;
	color: #b9b9b9;
}

#navTop .sel {
	color: #434343;
	/*text-decoration: underline;*/
}

#navTop a, #novTopa:visited {
	color: #777;
}

#navTop a:hover {
	text-decoration: underline;
}

#nav {
	float: left;
	height: 44px;
	padding-bottom: 0px;
	color: #2d71ed;
}

#nav li {
	float: left;
	height: 36px;
	background-repeat: no-repeat;
}

/* @group Nav Buttons */

#navHome {
	background-image: url(images/navbar/home.png);
	width: 175px;
}

#navProducts {
	background-image: url(images/navbar/products.png);
	width: 176px;
}

#navCustomers {
	background-image: url(images/navbar/customers.png);
	width: 183px;
}

#navPartners {
	background-image: url(images/navbar/partners.png);
	width: 181px;
}

#navAbout {
	background-image: url(images/navbar/about.png);
	width: 185px;
}

/* @end */

/* @group Nav Buttons Sel */

#navHomeSel {
	background-image: url(images/navbar/homeSel.png);
	width: 175px;
}

#navProductsSel {
	background-image: url(images/navbar/productsSel.png);
	width: 176px;
}

#navCustomersSel {
	background-image: url(images/navbar/customersSel.png);
	width: 183px;
}

#navPartnersSel {
	background-image: url(images/navbar/partnersSel.png);
	width: 181px;
}

#navAboutSel {
	background-image: url(images/navbar/aboutSel.png);
	width: 185px;
}

/* @end */

/* @group Nav Buttons Hover */

#navHome:hover {
	cursor: pointer;
	background-image: url(images/navbar/homeSel.png);
	width: 175px;
}

#navProducts:hover {
	cursor: pointer;
	background-image: url(images/navbar/productsSel.png);
	width: 176px;
}

#navCustomers:hover {
	cursor: pointer;
	background-image: url(images/navbar/customersSel.png);
	width: 183px;
}

#navPartners:hover {
	cursor: pointer;
	background-image: url(images/navbar/partnersSel.png);
	width: 181px;
}

#navAbout:hover {
	cursor: pointer;
	background-image: url(images/navbar/aboutSel.png);
	width: 185px;
}

/* @end */      

/* @end */

/* @group Content - Home */
#content {

}

#headerBox {
	float: left;
	width: 860px;
}

#headerBox p {
	font-size: 1.3em;
}

#consumerBox {
	width: 404px;
	float: left;
	margin-right: 5px;
}

#consumerBox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#enterpriseBox {
	width: 404px;
	float: left;
	margin-left: 5px;
}

#enterpriseBox h4 {
	padding: 3px 5px 0 5px;
	margin: 0;
	margin-top: 20px;
	font-size: 1.6em;
	width: 320px;
}

#enterpriseBox p {
	height: 80px;
}

#enterpriseBox img {
	float: left;
	margin: 10px 10px 0 0;
}

/* @end */

/* @group Content - About */

#aboutNavBox {
	width: 12em;
	float: left;
	margin-right: 5px;
}

.navLink {
	font-size: 1.8em;
	/*color: #989898;*/
	color: #4e4e4e;
	margin: 10px 0px 12px 0px;
	text-transform: capitalize;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 5px;
}

.navLink a {
	color: #4e4e4e;
	font-weight: normal;
	cursor: pointer;
}

.navLink a:hover {
	color: #6598cb;
}

.selected a {
	color: #6598cb;
}

/* @group Team/Advisors */

#aboutTeamBox, #aboutAdvisorBox {
	width: 700px;
	float: left;
	margin-left: 5px;
}

#aboutAdvisorBox {
	/*display: none;*/
}

#aboutTeamBox img, #aboutAdvisorBox img {
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#aboutTeamBox h2, #aboutAdvisorBox h2 {
	color: #444;
	float: left;
	width: 530px;
	text-align: left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	margin: 0px 20px 3px 10px;
}

#aboutTeamBox h3, #aboutAdvisorBox h3 {
	width: 530px;
	text-transform: none;
	font-style: italic;
	float: left;
	margin: 0px 20px 0px 10px;
}

#aboutTeamBox p, #aboutAdvisorBox p {
	margin: 5px 10px 0px 10px;
	float: left;
	width: 530px;
	color: #424242;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

#aboutTeamBox h5, #aboutAdvisorBox h5 {
	/*width: 530px;*/
	text-transform: none;
	font-style: italic;
	float: left;
	margin: 0px 20px 0px 10px;
}

#engSection {
	clear: left;
}

.largeTeamBox {
	float: left;
	width: 700px;
	margin-bottom: 15px;
	/*height: 150px;*/
}

.smallTeamBox {
	float: left;
	/*clear: left;*/
	width: 170px;
	height: 165px;
}

.smallTeamBox img {
	margin-bottom: 4px !important;
}

.smallTeamBox h5 em {
	color: #333;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
}

/* @end */

/* @group Press */

#pressBox {
	/*display: none;*/
	float: left;
	width: 700px;
	font-family: Helvetica,Arial,Verdana,sans-serif;	
}

.newsArticle {
	float: left;
	width: 700px;
	margin-bottom: 5px;
}

#pressBox h2 {
	font-size: 1.2em;	
	text-align: left;
	color: #6598cb;
	float: left;
	margin: 0;
}

#pressBox .imageContainer {
	width: 200px;
	height: 100px;
	float: left;
	clear: left;
	margin-right: 20px;
}

.newsArticle p {
	margin: 0;
	width: 480px;
	float: left;
}

/* @end */

/* @group Contact Us */

#contactBox {
	/*display: none;*/
	float: left;
	width: 700px;
	padding-bottom: 10px;
}

#contactBox h2 {
	text-align: left;
	margin: 20px 0 0 0;
	font-size: 1.4em;
	color: #323232;	
}

#contactBox p {	
	margin-top: 5px;
	color: #323232;
}

/* @end */

/* @end */

/* @group Content - Products */

#everytrailBox {
	padding: 20px 20px 5px 20px;
	float: left;
	width: 555px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

#logoPlaceholder {
	float: left;
	height: 90px;
	margin-right: 20px;
}

.csePlaceholder {
	float: left;
	margin: 0 48px;
	height: 90px;
}

.productPlaceholder {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

#everytrailBox p {
	float: left;
	width: 270px;
	margin: 30px 10px 20px 10px;
	font-size: 1.3em;
	/*text-align: left;*/
	/*color: #6D6D6D;*/
}

#everytrailBox em {
	color: #333;
	font-style: normal;
}

#everytrailBox ul {
	float: left;
	margin: 0px 10px 0 20px;
	font-size: 1.3em;
	width: 270px;
	color: #505050;
	list-style-type: disc;
}

#everytrailBox ul li {
	margin-bottom: 5px;
}

#joinButton {
	width: 300px;
	height: 30px;
	background: url(images/product/join.png) no-repeat center;
	cursor: pointer;
}

#everytrailBox #joinButton {
	margin-top: 15px;
	float: left;
}

#consumerBox #joinButton {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 410px;
}

#advertiseBox {
	position: relative;
	float: left;
	width: 255px;
	margin-left: 10px;
	height: 167px;
}

#advertiseBox h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 18px;
	left: 11.7em;
	font-size: 1.2em;
	color: #aaa;
}

#advertiseBox p {
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

#featureBox {
	float: left;
	width: 862px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	padding-bottom: 10px;
}

.featureSection {
	font-size: 1.2em;
	width: 245px;
	float: left;
	padding: 0 20px;
	border-right: solid 1px #bbb;
	height: 290px;
	margin: 10px 0;
}

.featureSection.short {
	height: 100px !important;
}

.featureSection h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2px;
}

.featureSection ul {
	color: #676767;
}

/* @group Twitter */

#twitterBox {
	position: relative;
	float: left;
	width: 255px;
	margin-left: 10px;
	height: 250px;
	overflow-y: scroll;
}

#twitterBox h1 {
	margin-bottom: 2px;
}

#twitterBox h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 18px;
	left: 14em;
	font-size: 1.2em;
	color: #aaa;
}

#twitterBox h3 {
	text-align: center;
	text-transform: none;
	color: #888;
	font-size: 1.1em;
	margin-top: 0;
}

#twitterFeed .tFeedItem {
	/*height: 50px;*/
	margin-bottom: 2px;
	width: 205px;
	float: left;
	min-height: 30px;
}

#twitterFeed img {
	float: left;
	margin-right: 7px;
	max-width: 25px;
}

#twitterFeed a {
	float: left;
	margin-right: 5px;
}

#twitterFeed p {
	margin-top: 0;
	font-size: 1em;
}

#tmp {
	display: none;
}

/* @end */

/* @end */

/* @group Content - Customers */

#customersBox {
	float: left;
	width: 860px;
	padding: 10px 20px;
}

blockquote {
	font-size: 2.4em;
	text-align: center;
	display: block;
	font-style: italic;
	color: #5c5c5c;
}

blockquote:before { content: "\201C"; }
blockquote:after  { content: "\201D"; }

cite {
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	font-style: italic;
}

.companyBox {
	float: left;
	width: 252px;
	height: 350px;
	position: relative;
}

.middle {
	margin-left: 10px;
	margin-right: 10px;
}

.imagePlaceholder img {
	width: 200px;
	margin: 0px 0;
	margin: auto auto;
	display: block;
}

.imagePlaceholder #toyota {
	margin: 0px auto;
}

.imagePlaceholder #globalstar {
	margin: 30px auto;
}

.imagePlaceholder #bfgoodrich {
	margin: 50px auto;
}

.companyBox a {
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

/* @end */

/* @group Content - Partners */

#partnersBox {
	float: left;
	width: 860px;
}

.imagePlaceholder .googleearth {
	margin: 10px auto;
}

.imagePlaceholder #pluck {
	margin: 52px auto;
}



.imagePlaceholder #googleearth {
	margin: 10px auto;
}

/* @end */

/* @group Footer */
#footer {
	font-size: 1.1em;
	margin-top: 10px;         
	color: #333;
	height: 20px;
}

#footer_left {
	float: left;
}

#footer_right {
	color: #999;
	float: right;
	margin-right: 38px;
}

#footer_right a {
	color: #555;
}

/* @end */

#pressRelease p {
	line-height:14px;
}

#footer-destinations {
	color: #5b5c5d;
	font-size: 11px;
	font-weight: normal;
	line-height:150%;
}

#footer-destinations a {
	color: #00457C;
	font-size: 11px;
	font-weight: normal;
}

#footer-destinations h2 {
	font-size: 16px;
	color: #323232;
	font-weight: normal;
	padding-bottom: 6px;
}