body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {

    font: 12px Arial, Helvetica, sans-serif;

}

.clear-fix {
	
	clear: both;
	
}

.sky {
	
	color: #087ac0;
	
}

a {
	
	color: #087ac0;
	
	text-decoration: none;
	
}



/*#### CONTAINER ###########################################################################################################*/

div#container {

	position: relative;
	
	width: 1000px;
	
	margin: auto;

}


/*#### HEADER ##############################################################################################################*/

div#header {

	position: relative;
	
	background: url(../images/header-bg.png) no-repeat;
	
	height: 90px;
	
}

div#header p {
	
	position: absolute;
	
	top: 12px;
	
	left: 54px;
	
	width: 184px;
	
	height: 70px;
	
}

div#header p a {

	display: block;
	
	background: url(../images/logo.png) no-repeat;
	
	width: 184px;
	
	height: 70px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}


/*#### NAVIGATION ##########################################################################################################*/

div#header .navigation {

	position: absolute;
	
	top: 59px;
	
	right: 0;
	
	background: #A3C254 url(../images/navigation-bg.png) no-repeat;
	
   /*	width: 510px;*/
	
	height: 25px;
	
}

div#header .navigation ul {
	
	float: right;
	
	height: 25px;
	
	list-style: none;
	
}

div#header .navigation li {
	
	display: block;
	
	float: left;
	
	background: url(../images/nav-line.gif) left center no-repeat;
	
	height: 25px;
	
}

div#header .navigation .first {
	
	background: none;
	
}

div#header .navigation a {
	
	padding: 0 31px 0 30px;
	
	font-weight: bold;
	
	color: #fff;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	line-height: 25px;



/*color:#FFFFFF;
font-size:10px;
font-weight:bold;
line-height:25px;
padding:0 10px;
text-decoration:none;
text-transform:uppercase; */
	
}

div#header .navigation a:hover,
div#header .navigation .active a {
	
	color: #78b25c;
	
}

div#header .navigation .last a {
	
	padding: 0 17px 0 30px;
	
}



/*#### BANNER #############################################################################################################*/

div.banner {
	
	position: relative;
	
	height: 239px;
	
	font-size: 11px;
	
	font-weight: bold;
	
	overflow: hidden;

}

div.banner .slogan {
	
	display: none;
	
}

div.banner img {
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
}

div.banner ul {
	
	position: relative;
	
	float: left;
	
	margin: 0 0 0 54px;
	
	list-style: none;
	
	z-index: 9;
	
}

div.banner li {
	
	display: block;
	
	background: url(../images/banner-dotted.gif) left bottom repeat-x;
	
	margin: 8px 0 0 0;
	
	padding: 0 10px 8px 10px;
	
}

div.banner .last {
	
	background: none;
	
}

div.banner a {
	
	color: #fff;
	
	/*text-transform: uppercase;*/
	
	text-decoration: none;
	
}


/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;
	
	background: url(../images/content-bg.png) repeat-x;
	
	height: 1%;

	color: #808080;
	
}



.homebox {
	
	height: 223px;
	
	padding: 7px 0 0 27px;
	
	list-style: none;
	
}

.homebox li {
	
	display: block;
	
	float: left;
	
	background: url(../images/homebox-bg.png) no-repeat;
	
	width: 190px;
	
	height: 213px;
	
	font-size: 11px;
	
	color: #808080;
	
}

.homebox .content {
	
	height: 143px;
	
	margin: 0 3px 0 0;
	
	padding: 23px 0 0 20px;
	
}

.homebox .navigation .content {
	
	background: url(../images/homebox-navigation.png) right bottom no-repeat;

}

.homebox .personalgps .content {
	
	background: url(../images/homebox-personalgps.png) right bottom no-repeat;
	
	height: 140px;
	
	margin: 0 5px 0 0;

}

.homebox .animalgps .content {
	
	background: url(../images/homebox-animalgps.png) right bottom no-repeat;

	height: 140px;
	
	margin: 0 5px 0 0;

}

.homebox .medicalgps .content {
	
	background: url(../images/homebox-medicalgps.png) right bottom no-repeat;

	height: 140px;
	
	margin: 0 5px 0 0;

}

.homebox .motorvehiclegps .content {
	
	background: url(../images/homebox-motorvehiclegps.png) right bottom no-repeat;

	height: 140px;
	
}

.homebox h1 a {
	
	display: block;
	
	padding: 0 0 12px 0;
	
	font-size: 13px;
	
	color: #087ac0;

	text-transform: uppercase;
	
	text-decoration: none;
	
}

.homebox .viewmore {
	
	display: block;
	
	background: url(../images/button-viewmore.png) no-repeat;
	
	width: 71px;
	
	height: 15px;
	
	margin: 3px 0 0 0;
	
	font-size: 9px;
	
	font-weight: bold;
	
	color: #fff;
	
	text-align: center;
	
	text-decoration: none;
	
	text-transform: capitalize;
	
}



.maincontent {
	
	position: relative;
	
	float: left;
	
	width: 625px;
	
	margin: 0 0 20px 37px;
	
	padding: 30px 0 0 10px;
	
}

.maincontent h1 {
	
	background: url(../images/h1-bg.png) no-repeat;
	
	width: 625px;
	
	height: 25px;
	
	margin: 0 0 20px -10px;
	
	padding: 0 0 0 10px;
	
	font-size: 15px;
	
	color: #087ac0;
	
	text-transform: uppercase;
	
	line-height: 25px;
	
}

.maincontent p {
	
	margin: 0 0 15px 0;
	
}

.maincontent ul {
	
	margin: 0 0 15px 0;
	
	list-style: none;
	
}

.maincontent li {
	
	background: url(../images/arrow.gif) left 6px no-repeat;
	
	height: 1%;
	
	padding: 0 0 0 10px;
	
}





.sidebar {
	
	position: relative;
	
	float: right;
	
	width: 260px;
	
	margin: 0 12px 0 0;
	
	padding: 5px 0 0 0;
	
}

.sidebar .content {
	
	background: url(../images/sidebarbox-bg-bottom.png) left bottom no-repeat;
	
	padding: 30px;
	
}

.sidebar .title {

	background: url(../images/sidebarbox-bg-top.png) no-repeat;
	
	padding: 27px 0 0 30px;

	font-size: 15px;
	
	font-weight: bold;
	
	color: #087ac0;
	
	text-transform: uppercase;
	
	line-height: 25px;

}

.sidebar .content p {
	
	margin: 0 0 15px 0;
	
}

.sidebar .content a {
	
	font-weight: bold;
	
}

.flash_content_accesories{
float:left;
height:210px;
margin-left:30px;
width:470px;
}

.box_content_accesories{
background:transparent url(../images/accesories_layout.png) no-repeat scroll left top;
float:left;
height:202px;
margin-top:5px;
width:461px;
position: relative;
}

.description{
float:left;
margin-left:25px;
margin-top:25px;
width:400px;
}

.description.first{

}

.description.last{
margin-top:30px;
}

.description a{
background:transparent url(../images/arrow.png) no-repeat scroll right 5px;
color:#25992F;
font-family:arial;
font-size:19px;
font-weight:bold;
text-decoration: none;
padding-right:20px;
}

.description p{

}

.images_accesories{
position:absolute;
right:30px;
top:50px;
}

#flash_home{
margin-left:5px;
}




/*#### FOOTER ##############################################################################################################*/

div#footer {

	position: relative;
	
	background: url(../images/footer-bg.gif) repeat-x;
	
	height: 70px;
	
	color: #999;
	
	text-align: center;
	
}

div#footer .content {
	
	width: 1000px;
	
	margin: auto;
	
}

div#footer a {
	
	color: #999;
	
	text-decoration: none;
	
}

div#footer .navigation {
	
	background: url(../images/dotted.gif) left bottom repeat-x;
	
	margin: 0 0 10px 0;
	
	padding: 15px 0 5px 0;
	
	font-weight: bold;
	
	text-transform: uppercase;
	
}

div#footer .navigation span {
	
	background: url(../images/footnav-line.gif) left center no-repeat;
	
}

div#footer .navigation .first {
	
	background: none;
	
}

div#footer .navigation a {
	
	padding: 0 15px;
	
}

div#footer .navigation a:hover,
div#footer .navigation .active a {
	
	color: #087ac0;
	
}

div#footer .copyright {
	
	font-size: 10px;
	
}


