@charset "utf-8";
/* CSS Document */

strong
{
  font-weight: normal;
}

body {
	margin:0;
	padding:0;
	background-color:#D6D9DE;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

#container {
	width:930px;   /* 950 - 10 -10 */
  	padding: 10px 10px 50px;
	margin:0 auto;
  	min-height: 440px;
  	background-color:white;
  	zmargin-top:1px;
}

p, li, lo {
	text-align:left;
	font-size:12px;
	line-height:14px;
}

hr{
  clear:both;
  border:0;
  height:0px;
  margin:0px;
  padding:0px;
  background-color:white;
  border:#ffffff 0 solid;
}

h1 {
  background-image: url(/site/geotac.co.za/images/h1_bg.gif);
  background-repeat: repeat-x;
  font-size:22px;
  line-height:39px;
  height:39px;
  text-indent:10px;
  text-align:left;
  margin:0 0 0 0;
  color: #2A3340;
}

h1 img {
	float:left;
	padding:13px 0 0 10px;
}

h2, h3 {
	font-size:15px;
	padding:10px 0 0 10px;
	text-align:left;
	margin:0 0 10px 0;
	color: #000000;
	text-transform: uppercase;
}

h3
{
  font-size:11px;
}

label {
	font-size:13px;
	line-height:30px;
}


/*h3 {
	font-size:15px;
	color:#1c4c84;
}*/

h4 {
	font-size:12px;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#6b707f;
}

/* Header */

#header_strip {
	background-image: url(/site/geotac.co.za/images/header_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:80px;
}

#header {
	width:950px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#logo {
	float:left;
}

#login_bar {
	background-image: url(/site/geotac.co.za/images/login_bar.gif);
	background-repeat: no-repeat;
	float:right;
	width:429px;
	height:34px;
}



.logged_in_name {
	color:#FFFFFF;
}

#logout_button {
	float:right;
	margin:3px 9px 0 0;
}

/* Navigation */

#nav_strip {
	background-image: url(/site/geotac.co.za/images/nav_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:37px;
}

#nav {
	width:960px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.clickable {
	padding:12px 10px 9px 10px;
	margin:0 5px 0 5px;
	color:#FFFFFF;
	float:left;
	text-decoration:none;
}

.clickable:hover {
	color:#000000;
	background-color:#fff200;
}

.clicked {
	padding:12px 10px 9px 10px;
	margin:0 5px 0 5px;
	color:#fff200;
	float:left;
	background-color:#000000;
}

/* Drop down boxes */

.info {
	float:right;
	width:37px;
	height:29px;
	padding:7px 0 0 0;
}

/* Map */

#map {
	margin:20px 0 0 0;
	background-image: url(/site/geotac.co.za/images/map.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:473px;
}

/* Popout box */

/*.pop-out_header {
	margin:0;
}

.rounded_corner {
	background-image: url(/site/geotac.co.za/images/pop-out_rounded_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:35px;
	height:40px;
	float:left;
	padding:5px 0 0 0;
	margin:0;
}

.pop-out_heading {
	background-image: url(/site/geotac.co.za/images/pop-out_header_bg.gif);
	background-repeat: repeat-x;
	height:31px;
	float:left;
	padding:14px 0 0 14px;
}

.find {
	width:190px;
}

.find_body {
	height:175px;
	width:225px;
	margin:0;
}

.pop-out_body {
	background-color:#595d69;
	margin:0;
	padding:0 0 0 14px;
}


.pop-out_footer_bar {
	background-image: url(/site/geotac.co.za/images/pop-out_footer_bg.gif);
	background-repeat: repeat-x;
	height:54px;
	float:left;
	padding:6px 0 0 14px;
}

.pop-out_footer_rounded {
	background-image: url(/site/geotac.co.za/images/pop-out_footer_rounded.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:35px;
	height:54px;
	float:left;
	padding:5px 0 0 0;
	margin:0;
}

.search_button {
	margin:0 0 0 50px;
}

.find_field {
	width:200px;
}
*/

/*Assign Box*/

#assign_box {
	height:60px;
	background-color:#f4f4f4;
	padding:17px 0 0 17px;
}

#assign_box img{
	margin:0 0 0 20px;
}


.label_dark {
	color:#1c486a;
}

.vehicle_field {
	width:383px;
}

zselect {
	width:200px;

}

/* Tables */

table {
	width:100%;
	font-size:10px;
	line-height:14px;
  border:none;

}

th {
	color:#2a3340;
	font-weight: bold;
	ztext-transform: uppercase;
	font-size:14px;
	height:33px;
  line-height:33px;
	text-align:left;
	padding:0px 4px;
  background-image: url(/site/geotac.co.za/images/table_head_bg.gif);
}
td{
 padding:4px 4px;
}

/*
.table_head {

	background-repeat: repeat-x;
	margin:0;
}
*/
td{
  border-top:1px solid #fff;

}

tr{
}
tr.even {
	background-color:#e6eaed;
}

tr.odd {
	background-color:#d4d7d8;
}

tr.tderror {
  background-color:red;
}



.tac {
	background-image: url(/site/geotac.co.za/images/tac.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.tac_number {
	text-align:center;
}

.blue {
	color:#314b75;
}

.moving {
	color:#2f8a15;
	text-transform: uppercase;
	font-weight:bold;
}

.stopped {
	color:#ff0000;
	text-transform: uppercase;
	font-weight:bold;
}

/* Footer */

#footer_strip {
	width:100%;
	height:312px;
}

#footer_lines {
	width:100%;
	height:38px;
	background-image: url(/site/geotac.co.za/images/footer_lines.gif);
	background-repeat: repeat-x;
}

#footer_lines_light {
	width:950px;
	height:38px;
	background-image: url(/site/geotac.co.za/images/footer_lines_light.gif);
	background-repeat: repeat-x;
	margin:0 auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#footer_gradient {
	width:100%;
	height:246px;
	background-image: url(/site/geotac.co.za/images/footer_strip_bg.gif);
	background-repeat: repeat-x;
}

#footer {
	width:950px;
	height:246px;
	margin:0 auto;
	background-image: url(/site/geotac.co.za/images/footer_bg_light.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#footer_shadow {
	width:100%;
	height:28px;
	background-image: url(/site/geotac.co.za/images/footer_shadow.gif);
	background-repeat: repeat-x;
}

#footer_col {
	float:left;
	width:295px;
	padding:0 0 0 21px;
}

#footer_headings {
	color:#6c7878;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}

#footer_divider {
	background-image: url(/site/geotac.co.za/images/footer_divider.gif);
	background-repeat: repeat-x;
	height:2px;
	width:270px;
	margin:12px 0;
}

#footer_links{
	font-size:10px;
	color:#6c7878;
	line-height:13px;
}

#footer_links a{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#footer_links a:hover{
	text-decoration:underline;
}


/* Home */

#home_banner {
	width:930px;
	height:256px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.what_how {
	width:125px;
	background-color:#132945;
	height:158px;
	float:left;
	background-image: url(/site/geotac.co.za/images/what_how_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:88px 0 0 15px;
	text-align:left;
}
.news_banner {
  background-image: url(/site/geotac.co.za/images/news_banner.jpg);
  background-repeat: no-repeat;
  height:166px;
}
.what_how a{
	font-size:16px;
	color:#579ec7;
	line-height:30px;
	text-decoration:none
}

#banner_img {
	width:750px;
	height:246px;
	float:left;
}

.what_how_divider {
	width:100px;
	height:1px;
	background-color:#579ec7;
}

/* Open Site Headings*/

.heading_open_site {
	width:700px;
	height:39px;
	margin:0 0 0 0;
}

.h2_bar {
	width:690px;
	height:25px;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	background-image: url(/site/geotac.co.za/images/f.gif);
	background-repeat: repeat-x;
}

.h2_bar h2{
	margin:0 0 0 0;
	padding:2px 0 0 0;
}

.f {

	font-size:15px;
	text-align:left;
	margin:0 0 10px 0;
	color: #000000;
	text-transform: uppercase;

}


/* Product Columns */

.product_cols {
	width:350px;
	float:left;
	font-size:11px;
	line-height:13px;
}

.prod_light {
	background-color:#e4e5e6;
	padding:50px 50px 22px 90px;
	width:210px;
}

.prod_dark {
	background-color:#d3d9de;
	padding:50px 50px 22px 90px;
	width:210px;
}

.track {
	background-image: url(/site/geotac.co.za/images/track_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.alert {
	background-image: url(/site/geotac.co.za/images/alert_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.fuel {
	background-image: url(/site/geotac.co.za/images/fuel_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.report {
	background-image: url(/site/geotac.co.za/images/report_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.find {
	background-image: url(/site/geotac.co.za/images/find_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.telematics {
	background-image: url(/site/geotac.co.za/images/telematics_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.more{
	text-align:right;
}

.more a{
	font-weight:bold;
	color:#3a7394;
	text-decoration:none;
}

.more a:hover{
	text-decoration:underline;
}

/* Three Col*/

#col_left {
	width:700px;
	float:left;
	padding:0;
}

#col_right {
	width:216px;
	float:right;
	/*margin:10px 0 0 10px;*/
}

#col_right img, #col_right #news_feed
{
  margin: 5px 0px 0px;
}


#join_now {
	margin:0 0 5px 0;
}

#news_feed_head {
	background-image: url(/site/geotac.co.za/images/news_feed_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#e4e5e6;
	width:216px;
	height:57px;
}

#news_feed_body {
	background-color:#e4e5e6;
	width:212px;
	padding:0 0 10px 0;
	margin:0 0 0 2px;
}

.feed {
	padding:15px 15px 0 15px;
	font-size:10px;
}

.feed_divider {
	background-image: url(/site/geotac.co.za/images/news_feed_divider.gif);
	background-repeat: repeat-x;
	width:190px;
	height:3px;
	margin:10px 0 10px 0;
}

.bold {
	font-weight:bold;
}

.three_col_container {
	width:700px;
}

.three_cols {
	float:left;
	background-color:#ffffff;
	border-left:#e4e5e6 10px solid;
	border-bottom:#e4e5e6 10px solid;
	font-size:11px;
	line-height:15px;
	padding:0 0 20px 0;
	zheight:270px;
	min-height:350px;
}

.three_col_content {
	margin:15px 15px 0 15px;
	line-height:16px;
	font-size:12px;
}

.three_col_img{
	margin:10px 0 0 0;
}

.three_cols_head {
	background-image: url(/site/geotac.co.za/images/h1_bg.gif);
	background-repeat: repeat-x;
	height:39px;
}

.three_cols_head h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:12px 0 0 5px;
}

.testimonials {
	width:158px;
}

.tired {
	width:244px;
}

.recent_clients {
	width:258px;
	border-right:#e4e5e6 10px solid;
}

.blue_text {
	color:#3a7394;
	font-weight:bold;
	font-size:10px;
}

/* Banners */

#small_banner {
	width:930px;
	height:176px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.log_banner {
  background-image:url(/site/geotac.co.za/images/log_banner.jpg);
  background-repeat:no-repeat;
  height:166px;
}
.own_banner {
  background-image:url(/site/geotac.co.za/images/log_banner.jpg);
  background-repeat:no-repeat;
  height:166px;
}

.know_banner {
  background-image:url(/site/geotac.co.za/images/know_banner.jpg);
  background-repeat:no-repeat;
  height:166px;
}

.track_banner {
  background-image:url(/site/geotac.co.za/images/track_banner.jpg);
  background-repeat:no-repeat;
  height:166px;
}

.products_banner {
	background-image: url(/site/geotac.co.za/images/products_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.tracking_banner {
	background-image: url(/site/geotac.co.za/images/tracking_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.be-in-the-know-banner {
	background-image: url(/site/geotac.co.za/images/be-in-the-know-banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.log_banner {
	background-image: url(/site/geotac.co.za/images/log_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.reports_banner {
	background-image: url(/site/geotac.co.za/images/reports_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.find_banner {
	background-image: url(/site/geotac.co.za/images/find_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.telematics_banner {
	background-image: url(/site/geotac.co.za/images/telematics_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.customers_banner {
	background-image: url(/site/geotac.co.za/images/customers_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.installation_banner {
	background-image: url(/site/geotac.co.za/images/installation_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.faq_banner {
	background-image: url(/site/geotac.co.za/images/faq_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

.pricing_banner {
	background-image: url(/site/geotac.co.za/images/pricing_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

#product_content {
	background-color:#e4e5e6;
	margin:20px 0 0 0;
	padding:10px 0 0 19px;
}

#banner_nav {
	font-size:12px;
	font-weight:bold;
	color:#5885a8;
  zcolor:white;
	padding:140px 0 0 20px;
}

#banner_nav a{
	zcolor:#5885a8;
  color:#FFF200;
	text-decoration:none;
}

#banner_nav a:hover{
	text-decoration:underline;
}

/* Product Pages */

.prod_content {
	background-color:#e4e5e6;
	font-size:12px;
	padding:0 0 10px 0;
	width:700px;
}

.prod_content p{
	margin:12px 0 20px 23px;
	padding:0;
	line-height:14px;

}

.prod_head {
	font-size:15px;
	color:#1c4c84;
	padding:20px 0 0 133px;
	width:500px;
}

.attribute_icon {
	width:91px;
	float:left;
	padding:0 0 0 0;
}

.def_bar {
	height:93px;
}

.def {
  background-color:#EAEBEB;
  border-color:#E4E5E6 #E4E5E6 #E4E5E6 -moz-use-text-color;
  border-style:solid solid solid none;
  border-width:2px 2px 2px medium;
  color:#0088CC;
  float:left;
  font-size:13px;
  height:30px;
  margin:24px 0 0;
  padding:12px 0 0 5px;
  width:560px;
}

.def h4 {
	padding-left:24px;
}

.def ul{
	font-size:12px;
	line-height:12px;
	text-align:left;
	padding-top:0;
	margin-top:0;
	text-indent:0;
	list-style-position: outside;
	list-style-type: disc;
}





.empty_prod {
	width:110px;
	float:left;

}

.prod_features {
	float:left;
	width:580px;
}

.benefits {
	margin:0 0 0 23px;
	background-color:#c9cfd4;
	padding:10px;
}

.benefits_list {
	margin:0 0 0 23px;
	padding:0 0 10px 30px;
	background-color:#c9cfd4;
	text-indent:0;
}

.caps {
	text-transform: uppercase;
}

/* Telematics */

.intro {
	width:480px;
	line-height:12x;
}

/* Customers */

.box {
	background-color:#e4e5e6;
	padding:5px 0 5px 10px;
	width:690px;
	margin:0 0 20px 0;
}

.box p{
	margin:20px 0 20px 0;
}

.client_logo {
	width:157px;
	margin:0 8px 20px 0;
	float:left;
	border:#d6d9de solid 1px;
}

.logo_no_margin {
	margin:0;
	zborder:#d6d9de solid 1px;
}

/* Contact */

.contact_banner {
	background-image: url(/site/geotac.co.za/images/contact_banner.jpg);
	background-repeat: no-repeat;
	height:166px;
}

/*.contact_box {
	float:left;
	width:305px;
	background-color:#ffffff;
	margin:0 10px 0 0;
	padding:10px 0 20px 20px;
}

.contact_box input{
	width:280px;
}

.contact_box textarea{
	width:280px;
	height:165px;
}

.contact_box_left {
	margin:0;
}
*/



/* Forms */

.form_container {
	width:910px;
	background-color:#FFFFFF;
	margin:0 0 8px 10px;
	padding:0 0 20px 0;
}

.form_small_container {
	width:650px;
	margin:0 0 8px 18px;
	padding:10px 0 0 0;
}

.box_wide_gray {
	background-color:#e4e5e6;
	padding:0 0 2px 0;
	width:930px;
	margin:0 0 20px 0;
}


.form_section_head {
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
	padding:12px 0 18px 24px;
}

.general_form label {
	padding:0 0 0 10px;
	color:#656363;
}

.general_form_small label {
	padding:0 0 0 0;
	color:#656363;
}

.general_form input {
	width:480px;
	height:21px;
	margin:0 0 10px 0;
}

.general_form_small input {
	width:380px;
	height:21px;
	margin:0 0 10px 0;
}


.form_labels {
	width:200px;
	float:left;

}

.form_inputs {
	width:500px;
	float:left;
}

.form_small_inputs {
	width:400px;
	float:left;
}

.form_small_button {
	width:254px;
	float:right;
	margin:10px 350px 0 0;
}

.submit_small_button {
	width:122px;
	float:right;
	margin:0 0 0 10px;
}
.cancel_small_button {
	width:122px;
	float:right;
}

.submit_button {
	width:122px;
	float:right;
	margin:0 0 0 10px;
}
.cancel_button {
	width:122px;
	float:right;
}

/*.form_container img {
	margin:0 0 20px 548px;
	padding:0;
}
*/

form {
padding:0;
margin:0;
}

/*.form_info {
	float:left;
	background-image: url(/site/geotac.co.za/images/info_button_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:17px;
	height:16px;
	margin:5px 0 0 0;
}
*/

.form_small_info {
	float:left;
	background-image: url(/site/geotac.co.za/images/info_button_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:17px;
	height:16px;
	margin:5px 0 0 17px;
}

.successfull {

	background-color:#aedd8d;
	margin:16px 0 16px 10px;
	padding:0;
	border:#5ea52d solid 2px;
	text-align:center;
	padding:10px 0 10px 236px;
	height:25px;
}

.success-text {
	float:left;
	padding-left:10px;

}

.success-icon {
	float:left;
	width:30px;
}

.failed {
	width:906px;
	background-color:#f3d1d1;
	margin:16px 0 16px 10px;
	padding:0;
	border:#ff5a5a solid 2px;
	text-align:left;
	padding:10px 0 0 0;
}


.failed-text {
	float:left;
	width:268px;
	padding:0 20px 0 20px;
	line-height:12px;
}


.failed li {
	padding:0 0 0 0;
	margin:0 0 0 -32px;
	font-size:13px;
	line-height:18px;
	list-style-position: inside;
}

.error-outline {
	border-color: #ff5a5a;
}

/* Distributors */

.distributors {
	font-size:13px;
	width:700px;
	background-color:#ffffff;
	zpadding:10px 0 0 0;
	border:#e4e5e6 solid 10px;
	zmargin:0 0 10px 0;
}

.distributors td {
	padding:6px 0 6px 10px;
	border-bottom:#e4e5e6 2px solid;
	border-right:#e4e5e6 2px solid;
}

.row_light {
	background-color:#e4e5e6;
}

.row_dark {
	background-color:#d3d9de;
}

.marginR-none  {
	margin-right:0;
	width:226px;
}

.distributors img{
	margin:0 6px 0 0;
}

/* FAQ */

.faq-links a{
	font-size:13px;
	list-style-image: url(/site/geotac.co.za/images/bullet.jpg);
	line-height:25px;
	color:#2b597d;
	text-decoration:underline;
}

.FAQ-answer {
	background-image: url(/site/geotac.co.za/images/A-icon.gif);
	background-repeat: no-repeat;

	padding:0 20px 0 35px;
	margin:0;
}

.faq {
	padding:0 20px 0 35px;
	line-height:16px;
}

.faq img {
	margin-top:0;
}

.to-top {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding:0 35px 0 0;
	color:#2b597d;
}

.to-top a{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 0;
	color:#2b597d;
}

.faq-icon {
	background-image: url(/site/geotac.co.za/images/Q-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:40px;
	margin:0 0 0 8px;
}
u
.faq-h1 {
	padding-left:30px;
}

/* Installation */

.province {
	margin:10px 0 0 140px;
}

/* Pricing */

.price-col {
	float:left;
	width:160px;
	padding:5px 0 5px 10px;
	border-left:#FFFFFF solid 5px;
	border-bottom:#FFFFFF solid 5px;
	font-size:13px;
}

.col-white {
	background-color:#FFFFFF;
	float:left;
	text-transform: uppercase;
	width:160px;
	padding:5px 0 5px 10px;
	border-left:#FFFFFF solid 5px;
	border-bottom:#FFFFFF solid 5px;
}

.price-head {
	float:left;
	text-transform: uppercase;
	width:160px;
	padding:5px 0 5px 10px;
	border-left:#FFFFFF solid 5px;
	border-bottom:#FFFFFF solid 5px;
	background-color:#e9eaeb;
}

.features {
	padding-top:176px;
	font-size:14px;
}

.col-white img {
	padding:0 0 0 4px;
}

/* Features Table */

.features-container {
	width:705px;

}

.features-table {
	border:none;
	border:0;
}

.col_lightest {
	background-color:#e9eaeb;
}

.col_light {
	background-color:#e4e5e6;
}

.col_dark {
	background-color:#d3d9de;
}

.tb_feat_col {
	width:165px;
	padding:5px 0 5px 10px;
	font-size:13px;
}

.features-head {
	text-transform: uppercase;
	padding:5px 0 5px 10px;
	font-size:14px;
	background-color:#e4e5e6;
}

/* new box */

.white_box {
	width:670px;
	background-color:#ffffff;
	padding:10px 0 0 10px;
	border:#e4e5e6 solid 10px;
	margin:0 0 10px 0;
}

.box_wide {
	width:900px;
}

.heading_wide {
	width:930px;
}

.main {
	border-top:none;
}

.white_box p{
	width:640px;
	margin:0 0 10px 10px;
	line-height:16px;
}

.box_wide p {
	width:700px;
}

/* DIY */

.DIY {
	background-image: url(/site/geotac.co.za/images/DIY-icon.jpg);
	background-repeat: no-repeat;
	height:70px;
}

.DIY p{
	padding:8px 20px 0 95px;
	margin:0;
	width:560px;
}

.table-divider {
border-bottom-color: #ff0000;
border-bottom-width: 5px;
}

/* News */

.news-date {
	font-size:14px;
	color:#656363;
}

.news-text {
	float:left;
}

.news-text p{
	width:460px;
	margin:0 0 0 20px;
}

.news-img {
	float:left;
	width:180px;
	height:180px;
	margin:0 0 0 0;
	background-color:#91949c;
	text-align:center;
	border:#CCCCCC 1px solid;
}

.back-news {
	float:right;
	font-size:12px;
	padding:2px 0 0 8px;
	margin:0 25px 10px 0;
}

.back-news a{
	color:#0088CC;
  font-weight: bold;
}

.back-news-icon{
	float:right;
	margin:0 0 10px 0;
}

/* NEW Forms*/

.gen_form {
	padding:20px;
}

.gray{
	color:#656363;
	zmargin:0;
}

.gen_form_label {
	width:200px;
	float:left;
	color:#656363;
	float:left;
}

.gen_form input {
	width:480px;
	height:21px;
	margin:0 0 10px 0;
	border:1px solid #6F6C6C;
	float:left;
}

.gen_form select {
	width:480px;
	height:21px;
	margin:0 0 10px 0;
	border:1px solid #6F6C6C;
	float:left;
}

.gen_form textarea {
	width:480px;
	height:150px;
	margin:0 0 10px 0;
	border:1px solid #6F6C6C;
	float:left;
}

.gen_form_button {
	width:683px;
	float:left;
	margin:10px 0 0 0;
}

.gen_form_button img {
	float:right;
	margin:10px 0 0 10px;
}

.form_divider {
	width:930px;
	height:5px;
	background-color:#e4e5e6;
	margin:0;
	padding:0;
}

.box_wide p {
	margin:0 0 0 10px;
}

.gray_box {
	background-color:#e4e5e6;
	padding:0 0 2px 0;
	width:930px;
	margin:0;
}

.section {
	border-top:none;
	margin:0;
}

.section h2{
	padding:20px 0 0 20px;
}

.form_info {
	margin:5px 0 15px 25px;
}

.red_field input {
	border:1px solid #ff5a5a;
}

.checkbox input{
	width:20px;
}

/* Prod Table on Homepage NEW */

.prod_box {
	width:327px;
	float:left;
	padding:0 0 15px 0;
	zborder-bottom:#e4e5e6 solid 1px;
	zborder-right:#e4e5e6 solid 1px;
}

.prod_icon {
	width:70px;
	float:left;
}

.prod_bar {
	width:210px;
	float:left;
	margin:7px 0 0 0;
}

.prod_summary {
	font-size:11px;
	line-height:15px;
	width:210px;
	padding:10px 0 10px 10px;
  height: 65px;
}

.prod_more {
	font-size:11px;
	color:#0088cc;
	font-weight:bold;
	float:right;
	padding:0 0 0 0;
}

.vert_div {
	background-color:#e4e5e6;
	width:1px;
	float:left;
	margin:0 15px 0 0;
	height:143px
}

.hor_div {
	background-color:#e4e5e6;
	width:670px;
	float:left;
	margin:0 0 0 0;
	height:1px;
}

.prod_bottom_row {
	padding:15px 0 15px 0;
}

.side_banners {
	margin:0 0 10px 0;
}

.dotted_line {
	background-image: url(/site/geotac.co.za/images/dotted_line.gif);
	background-repeat: repeat-x;
	height:31px;
	background-position: center;
}

.testimonials_seperator {
	margin:15px 0 15px 0;
}

.box_seperator {
	margin:15px 0 0 15px;
}

/* Attributes */

.verb {
	font-style: italic;
	font-weight:normal;
}

.attribute_table {
	width:640px;
	border:#3c679f solid 1px;
	margin:20px 0 35px 15px;
}


.attribute_table
{
  font-size:12px;
}

.challenge_head {
  background-color:#132945;
  color:#0088CC;
  float:left;
  height:38px;
  padding:20px 0 0 18px;
  text-transform:uppercase;
  width:84px;

}


.challenge {
	width:505px;
	height:38px;
	float:left;
	color:#404040;
	margin:20px 0 0 18px;
}

.solution {
	color:#ffffff;
}

.navy {
	background-image: url(/site/geotac.co.za/images/dotted_line_navy.gif);
}

.no-margin{
	padding:0;
	margin:0;
	height:1px
}

.short {
	width:102px;
}

.long {
	width:536px;
}

.attribute_body {
	font-size:13px;
	line-height:18px;
	margin:0 15px 15px 15px;
}

.attribute_features {
	list-style-image: url(/site/geotac.co.za/images/tick-bullet.gif);
	list-style-position: outside;
}

.benefits_list li {
	text-indent: 20px;
	margin:20px;
}


.double {
  color:#404040;
  float:left;
  height:38px;
  margin:12px 0 8px 18px;
  width:505px;
}

.attributes_footer {
  background-color:#EAEBEB;
  border:2px solid #E4E5E6;
  color:#0088CC;
  float:left;
  font-size:13px;
  margin:15px 0 20px 15px;
  padding:15px;
  width:610px;
}

.attribute_features li
{
  font-size:12px;
  line-height:22px;
  text-indent:20px;
}


.def-double {
  height:39px;
  padding:3px 0 0 5px;
}



.tabs-container
{
  margin:0;
  padding:10px 0 0;
  width:910px;

}

.tabs_box {
background-color:#FFFFFF;
border:5px solid #E4E5E6;
margin:0 0 1px;
padding:10px 0 10px 10px;
width:910px;

}


.tab {
  border-color:#D3D3D3 #D3D3D3 -moz-use-text-color;
  border-style:solid solid none;
  border-width:1px 1px medium;
  float:right;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  margin:0 8px 0 0;
  padding:6px;
  cursor: pointer;
}


.tab-clickable
{
  background-image:url(/site/geotac.co.za/images/tab_bg.gif);
  background-repeat:repeat-x;
  color:#757575;
}

.tab-selected
{
  background-image:url(/site/geotac.co.za/images/tab-selected_bg.gif);
  background-repeat:repeat-x;
  color:#3D3D3D;
}


.show_all {
  float:left;
  height:26px;
  width:122px;
}

#divDistance .text {
  border:1px solid #6F6C6C;
  float:right;
  height:21px;
  margin:8px 15px 0 0;
  width:350px;
}

#divAssignDriver .text {
  border:1px solid #6F6C6C;
  float: left;
  height:21px;
  margin:8px 15px 0 0;
  width:200px;
}
#divAssignDriver #user_device_device_id
{

  width:320px;
}




#divDistance #cal_road {
  width:200px;
}
#divDistance #cal_suburb {
  width:150px;
}
#divDistance #cal_town {
  width:170px;
}

#divDistance .label
{
  color:#656363;
  float:right;
  margin:3px 30px 0 0;
  min-width:15px;
}

#divAssignDriver .label
{
  color:#656363;
  margin:3px 15px;
  min-width:15px;
}



.pull_map_down {
  background-image:url(/site/geotac.co.za/images/pull_map_bg.gif);
  background-repeat:repeat-x;
  border:1px solid #DBDB91;
  height:16px;
  margin:0;
  padding:3px 0 0 385px;
}

.pull_map {
  float:left;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  text-transform:uppercase;
  width:200px;
}

.pull_map_arrow {
  float:left;
  padding:1px 10px 0 0;
}


.news_read_more {
  color:#0088CC;
  font-size:12px;
  float: right;
  margin:10px 20px 10px;
}


.news-text p {
  margin:0 0 0 20px;
  width:450px;
}

.show_all
{
  float:left;
  height:26px;
  width:122px;
}


.clear_all
{
  padding: 0;
  margin: 0;
  height: 0;
}

