/*
--------------------------------
Layout
--------------------------------
*/

* {
	margin: 0;
	padding: 0px;
	}

body {
	font-family: "O Eurostile Oblique";
	font-size: 11px;
	color: #666666;
	line-height: 1.4em;
	background: #909398 url('../gps-tracker/images/gradbg.png') repeat-x top left;
	}
	
html,body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	}

#frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1450px;
	}
	
#splash-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 735px;
	background-color: #333333;
	}
	
#motorcycle-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1825px;
	background-color: #fff;
	}
	
#home-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1175px;
	}
	
#gps-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1250px;
	}
	
#uses-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1250px;
	}
	
#how-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1030px;
	}
	
#products-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1300px;
	}
	
#contact-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1350px;
	}
	
#sitemap-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 835px;
	}
	
#children-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1280px;
	}
	
#cars-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1180px;
	}
	
#dealers-frame {
	width:994px;
	margin:35px auto 0;
	padding:0 0 30px 0;
	text-align:left;
	background: #fff;
	position: relative;
	height: 1260px;
	}
	
#framebase {
	height: 35px;
	width: 994px;
	margin: 0 auto;
	}
#framebase p {
	width: 400px;
	text-align: center;
	color: #fff;
	margin: 15px auto;
	font-size: 1em;
	}
	
#contentheader {
	width: 994px;
	height: 389px;
	margin: 0 auto;
	position: relative;
	}
	
#contentcenter {
	width:562px;
	padding:0px;
	float:left;
	background:#fff;
	}
	#contentcenter p {
		text-align: justify;
		}

#contentright {
	width:325px;
	padding:0px;
	float:right;
	background:#fff;
	height: 575px;
	}
	
#contentleftcenter {
	width:649px;
	padding:0px;
	float:left;
	background:#fff;
	height: 575px;
	}
	#contentleftcenter p {
	text-align: justify;
	font-family: "Lucida Sans";
		}	

#contentleftcenterright {
	width:778px;
	padding:0px;
	float:left;
	background:#fff;
	}
	#contentleftcenterright p {
		text-align: justify;
		}	

#contentcenterright {
	width:765px;
	padding:0px;
	float:left;
	background:#fff;
	}
	#contentleftcenterright p {
		text-align: justify;
		}	

.infocolumn {
	width: 288px;
	float: left;
	margin-top: 263px;
	}
	.infocolumn p {
	text-align: justify;
		}
.infocolumnhome {
	width: 625px;
	float: left;
	margin-top: 0px;
	}
	.infocolumnhome p {
		margin: 5px 7px;
		text-align: justify;
		}
		
.specials {
	margin-top: 20px;
	}
	
.profilebox {
	border: 1px solid #ddd;
	height: 60px;
	overflow: hidden;
	padding-left: 5px;
	margin-bottom: 20px;
	}
		
.leftcolumn {
	width: 500px;
	float: left;
	}

.rightcolumn {
	width: 273px;
	margin-left: 15px;
	float: left;
	}
		
.testimonial {
	}
	.testimonial p {
		color: #929eb2;
		text-align: justify;
		margin-left: 20px;
		}
	#contentleft .testimonial p {
		margin: 10px;
		}
		
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	display: block;
	margin: 5px auto;
	}
	
.padding {
	margin: 15px;
	height: 780px;
	}
	
.nomargin {
	margin: 0;
	}

.bold {
	font-weight: bold;
	}

.clearall {
	clear: both;
	}
	
/*
--------------------------------
Text
--------------------------------
*/
	
	
h1 {
	font-size: 12px;
	font-weight: normal;
	}
h2 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0em;
	}
	h2.main {
	font-size: 12px;
	line-height: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
		}
	h2.grey {
		color: #8e9294;
		text-transform: capitalize;
		line-height: 0em;
		margin-top: 30px;
		}
		
h3 {
	font-size: 12px;
	margin-top: 0.8em;
	font-weight: 500;
	margin-bottom: 8px;
	}
	h3.lowercase {
		text-transform: capitalize;
		}

h4 {
	font-size: 1.3em;
	}
h1,h2,h3,h4,h5,h6 {
	color: #204875;
	font-family: "B Eurostile Bold";
	line-height: 2.2em;
	text-transform: uppercase;
	}

p {
	font-size: #333333;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	}
	p.small {
		font-size: .9em;
		}
	p.smaller {
		letter-spacing: -0.1px;
		}
	p.quote {
		color: #204875;
		}
	p.special {
		color: #a71930;
		}
	p.blue {
		color: #204875;
		}
	p.lightblue {
		color: #929eb2;
		}
	p.center {
		text-align: center;
		margin: 0 auto;
		
		}
#contentcenter p.bluecenter {
		color: #204875;
		text-align: center;
		margin: 5px auto 50px auto;
		padding: 0;
		line-height: 1em;
		}
#contentcenter p.bluecenter2 {
		color: #204875;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		line-height: 1em;
		}
#contentcenter p.lightbluecenter {
		color: #929eb2;
		text-align: center;
		margin: 0 auto 75px auto;
		padding: 0;
		line-height: 2em;
		}
#contentcenter .rightcolumn p.center {
		text-align: center;
		}
		
.hide {
	visibility: hidden;
	}
	
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {	color: #204875; }
a:active {	color: #204875; }




/*
--------------------------------
Images
--------------------------------
*/

.boxadimage img {
	height: 450px;
	}
	
.boxadimage img.resources {
	height: 100px;
	}
	
.portrait {
	width: 90px;
	height: 72px;
	border: 2px solid #919296;
	}
	
.links {
	margin: 5px auto;
	display: block;
	}
.links2 {
	margin: 15px auto;
	display: block;
	}
	
.featureimage {
	margin-top: 9px;
	}
	
.portfolios {
	margin: 10px auto 0 auto;
	display: block;
	}
	
a img {
	border: none;
	}

/*
--------------------------------
Lists
--------------------------------
*/

ol li {
	margin-left: 16px;
	line-height: 1.5em;
	margin: .8em 0 .8em 16px;
	}

ul {
	list-style-type: disc;
	}
ul li {
	line-height: 2em;
	}
	ul.p li {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-top: 0em;
		margin-bottom: .5em;
		margin-left: 12px;
		}

ul#nav {
	height: 25px;
	width: 994px;
	list-style-type: none;
	background: #000 url('../gps-tracker/images/navbg.png') repeat-x;
	position: absolute;
	top: 377px;
	left: 0px;
	background-image: url(Images/navbg.png);
	}

ul#nav li {
	float: left;
	padding: 0px;
	}

ul#nav li a {
	text-decoration: none;
	display: block;
	height: 25px;
	width: 124px;
	margin: 0;
	text-align: center;
	color: #fff;
	}
ul#nav li a i {
	text-transform: uppercase;
	font-style: normal;
	line-height: 2.2em;
	}
ul#nav li a i:hover,ul#nav li.active a {
	color: #000000;
	font-weight: 700;
	}
#nav li.sfhover a {
	color: #000;
	font-weight: 700;
	}
	
ul#subnav {
	background: #8f9395;
	}

ul#subnav li {
	color: #fff;
	margin-left: 45px;
	border-top: 1px solid #bbb;
	width: 90px;
	}
ul#subnav li a {
	width: 90px;
	display: block;
	}
ul#subnav li a i {
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	}

ul#subnav li:hover,
ul#subnav li:hover a i,
ul#subnav li:hover a,
ul#subnav li.active,
ul#subnav li.active a i {
	color: #000;
	text-decoration: none;
	}
	
ul.nobullet li {
	list-style-type: none;
	line-height: 1.5em;
	}

.specials ul li {
	margin-left: 14px;
	}
.specials ul li .left {
	}
.specials ul li .right {
	}

/*
--------------------------------
Tables
--------------------------------
*/

table,table tr,table tr td {
	border-collapse: collapse;
	padding: 10px;
	}

table {
	margin: 0 auto;
	width: 649px;
	}
	
table.full {
	width: 994px;
	}
	
table#portfoliosamples {
	margin-top: 20px;
	}
	
td {
	vertical-align: top;
	}
	td.contentleft,
	td.contentright {
		width: 185px;
		padding: 15px;
		border: 0px solid;
		vertical-align: top;
		text-align: center;
		}
		td.contentleft h4,
		td.contentright h4,
		td.contentleft p,
		td.contentright p {
			text-align: center;
			font-size: 1em;
			color: #8e9294;
		}
		td.contentleft p,
		td.contentright p {
		display: inline;
		}
	td.leftcolumn, td.rightcolumn {
		width: 273px;
		}
/*
col.leftcolumn, col.rightcolumn {
	width: 273px;
	}
col.contentleft,col.contentright {
	width: 185px;
	}
*/
table.hack,
table.hack tr,
table.hack tr td {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	border-collapse: collapse;
	margin-top: 5px;
	vertical-align: top;
	}
table.hack {
	}
table.hack td.firstcol {
	width: 100px;
	}
table.hack td.secondcol {
	width: 65px;
	}
table.hack td.thirdcol {
	width: 70px;
	}
table.hack td.fourthcol {
	width: 100px;
	}
table.hack td.fifthcol {
	width: 212px;
	text-align: right;
	}


/*
--------------------------------
Forms
--------------------------------
*/

form.abssearch {
	position: absolute;
	width: 200px;
	top: 410px;
	right: 1px;
	}
form.abssearch input {
	margin-bottom: 3px;
	}

form.search {
	margin-bottom: 30px;
	margin-top: 15px;
	}
form.search input {
	margin-bottom: 3px;
	}
form.smallsearch {
	margin-bottom: 0px;
	}
fieldset {
	border: none;	
	}
	
hr.thin {
	border: none;
	border-top: 1px solid #dedede;
	}	
hr.thick {
	border: none;
	border-top: 2px solid #dedede;
	margin: 5px 0;
	}
	
.contact_form {
	font-family: "Lucida Grande";
	font-size: 12px;
	color: #000000;
	background-color: #ffccoo;
}
