/* @override http://www.geomobileinnovations.com/styles/gmi_main.css */

/* @group Navigation */

#nav_bar ul li {
	text-indent: -9000px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	overflow: hidden;
	display: block;
	height: 33px;
}
#nav_bar a {
	display: block;
}
#home, #home a {left: 19px; top: 0px; width: 41px; height: 33px;}
#products, #products a {left: 74px; top: 0px; width: 159px; height: 33px;}
#training, #training a {left: 247px; top: 0px; width: 63px; height: 33px;}
#resources, #resources a {left: 324px; top: 0px; width: 76px; height: 33px;}
#about, #about a {left: 413px; top: 0px; width: 68px; height: 33px;}
#contact, #contact a {left: 495px; top: 0px; width: 82px; height: 33px;}

#home a:hover, #home .active {background: transparent url(../images/nav_bar.png) -19px -33px no-repeat;}
#products a:hover, #products .active {background: transparent url(../images/nav_bar.png) -74px -33px no-repeat;}
#training a:hover, #training .active {background: transparent url(../images/nav_bar.png) -247px -33px no-repeat;}
#resources a:hover, #resources .active {background: transparent url(../images/nav_bar.png) -324px -33px no-repeat;}
#about a:hover, #about .active {background: transparent url(../images/nav_bar.png) -413px -33px no-repeat;}
#contact a:hover, #contact .active {background: transparent url(../images/nav_bar.png) -495px -33px no-repeat;}

/* @end */

/********** Contact Form **********/

.zemContactForm br, #txpCommentInputForm br {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
ul.contact {
	width: 500px;
	margin: 10px 0px 0px 40px;
	padding: 10px;
}
ul.contact li {
	margin: 0px;
}

input.zemText, textarea.zemTextarea, input.comment_name_input, textarea.txpCommentInputMessage, input.comment_email_input, input.comment_web_input {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 0px 5px;
}
#sub_nav input.zemText {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px 3px;
	display: block;
	float: right;
}
input.zemText, input.comment_name_input {
	height: 1.66em; /* 12x1.66=20px */
}

.zemContactForm label, #txpCommentInputForm label {
	width: 70px;
}

ul.contact label {
	color: #333333;
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 2px 3px 0px 5px;
	text-align: right;
	width: 70px;
}

.zemContactForm input, #txpCommentInputForm input {
	width: 200px;
}

#sub_nav .zemContactForm input {
	width: 140px;
}

ul.contact input, ul.contact select, ul.contact textarea {
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	width: 200px;
}

form.zemContactForm li, form#txpCommentInputForm li {
	clear: both;
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px;
}

form.zemContactForm li.bottom, form#txpCommentInputForm li.bottom {
	border-bottom: 0px none;
}
ul.contact label.zemRequired {
	font-weight: bold;
}
input.zemSubmit {
	background-color: #f99f32;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	margin: 0pt;
	padding: 0px;
	width: 140px !important;
	cursor:pointer;
}

.newsletter-signup input.zemSubmit {
	background-color: #f99f32;
	border: 0px none;
	color: #ffffff;
	font-size: 12px;
	height: 28px !important;
	width: 114px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: -999em;
	float: right;
	background: url(/images/signup.png) no-repeat;
	cursor: pointer;
	display: block;
	clear: both;
	line-height: 0;
	clear: both;
}
* html .newsletter-signup input.zemSubmit {
	margin: -15px 0px 0px 0px;
}
ul.zemError {
	background-color: #f81526;
}
