body {
  margin: 15px 0 2em 0;
  padding: 0;
  min-width: 780px;
  background: #CFCFE5 url(background.gif) repeat-x;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table {
 clear: none;
}

h1.welcome {
  text-align: center;
}

#external {
  column-count: 2;
  -moz-column-count: 2;
}

#external a {
  margin: 1em;
  display: block;
  text-decoration: none;
  font-size: 1.4em;
}

#navigate {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 128px;
  width: 80%;
  background: #9ac4c9 url(header.gif) no-repeat left top;
  cursor: pointer;
}

#navigate h2 {
  display: none;
  text-align: right;
  position: absolute;
  right: 12%;
  top: 30px;
  padding: 0;
  margin: 0;
  color: #000;
  cursor: pointer;
}

#navigate h2 a {
  text-decoration: none;
  color: #000;	
}

#navigate form {
  position: absolute;
  right: 12%;
  top: 70px;
  padding: 0;
  margin: 0;
}

#navigate form input {
  font-size: 9px;
}

#navigate ul {
  position: relative;
  height: 28px;
  top: 100px;
  left: 10%;
  width: 600px;
  padding:0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  background: transparent url(navtabs.gif) no-repeat 0 0;
}

#navigate li {
  display: inline;
}

#navigate li a {
  position: absolute;
  top: 0;
  width: 100px;
  text-indent: -100em;
  padding: 28px 0 0 0;
  overflow: hidden;
  height: 0px !important;
  background: transparent url(navtabs.gif) no-repeat;
}

#contactbanner {
  position: absolute;
  background: url(contact.gif) no-repeat;
  width: 180px;
  height: 40px;
  top: 75px;
  right: 10%;
}

body li#t1 a:hover { background-position: 0 -56px; }
body li#t2 a:hover { background-position: -100px -56px; }
body li#t3 a:hover { background-position: -200px -56px; }
body li#t4 a:hover { background-position: -300px -56px; }

body li#t1 a {  background-position: 0 0;  left: 0; }
body li#t2 a { background-position: -100px 0;  left: 100px; }
body li#t3 a { background-position: -200px 0;  left: 200px; }
body li#t4 a { background-position: -300px 0;  left: 300px; }

body#tab1 li#t1 a {  background-position: 0 -28px; }
body#tab2 li#t2 a {  background-position: -100px -28px; }
body#tab3 li#t3 a {  background-position: -200px -28px; }
body#tab4 li#t4 a {  background-position: -300px -28px; }

#wrapper {
  width: 80%;
  margin: 0 auto 30px auto;
  background-color: #fff;
  color: #333;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  line-height: 120%;
}

.sidebar {
  display: block;
}

.sidebar * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #CFCFE5;
}

.sidebar1 {
  border-right: 1px solid #eaeaf3;
  padding-right: 1px;
  margin-right: 3px;
  border-left: 1px solid #eaeaf3;
  padding-left: 1px;
  margin-left: 3px;
  background: #dbdbeb;
}

.sidebar2 {
  border-right: 1px solid #fafafc;
  border-left: 1px solid #fafafc;
  padding: 0px 1px;
  background: #d8d8e9;
  margin: 0px 1px;
}

.sidebar3 {
  border-right: 1px solid #d8d8e9;
  border-left: 1px solid #d8d8e9;
  margin: 0px 1px;
}

.sidebar4 {
  border-right: 1px solid #eaeaf3;
  border-left: 1px solid #eaeaf3;
}

.sidebar5 {
  border-right: 1px solid #dbdbeb;
  border-left: 1px solid #dbdbeb;
}

#sidebarwrapper {
  float: left;
  padding: 0 10px;
  width: 180px;
  margin: 0.5em 0pt 0.5em 0;
  font-size: 0.8em;
}

#sidebarcontent {
  padding: 0 5px;
  margin: 0;
  background-color: #CFCFE5;
}

#sidebarcontent ul {
  padding-left: 1em;
  margin: 0 0 0.25em 0;
  list-style-type: none;
}

#sidebarcontent ul a {
  text-decoration: none;
  color: #456;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
}

#sidebarcontent h3 {
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
}

#sidebarcontent h3 a {
  text-decoration: none;
  color: #456;
}

#sidebarcontent h3:first-child a {
  color: #2222FF;
}

#sidebarcontent legend {
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
  font-size: 1.17em;
  font-weight: bold;
}

#sidebarcontent legend a {
  text-decoration: none;
  color: #456;
}

#sidebarcontent form {
  padding: 0 5px;
  margin: 0;
}

#sidebarcontent form input {
  font-size: 9px;
  margin-bottom: 5px;
}

#sidebarcontent form input.submit {
  float: right;
}

#contentwrapper {
  margin-left: 200px;
  padding: 1px;
}

#contentwrapper p {
  text-align: justify;
}

#contentwrapper h3 {
  text-align: center;
}

#content {
  margin: 0;
  border-left: 1px dotted gray;
  padding: 0 20px 0 10px;
}

#content li {
  margin: 0 20px 0 20px;
}

#footer {
  clear: both;
  text-align: right;
}

#footer a img {
  border: none;
}

#content img {
	margin: 10px;
  padding: 10px;
}

#content a img {
  border: 0;
}

#content img.right {
  float: right;
}

#content img.left {
  float: left;
}

#content table.welcome {
  margin: 0 auto;
}

#content table.welcome td.slogan {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 110%;
    width: 18em;
}

.slogancorner {
  display:block;
}
.slogancorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#003667;
}
.slogancorner1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91a8bd;
  border-right:1px solid #91a8bd;
  background:#3f688d;
}
.slogancorner2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5eaef;
  border-right:1px solid #e5eaef;
  background:#305c83;
}
.slogancorner3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #305c83;
  border-right:1px solid #305c83;
}
.slogancorner4 {
  border-left:1px solid #91a8bd;
  border-right:1px solid #91a8bd;
}
.slogancorner5 {
  border-left:1px solid #3f688d;
  border-right:1px solid #3f688d;
}
.slogancornerfg {
  background: #003667;
  padding: 0.2em;
  color: white;
  text-align: center;
}

#content table.launch {
    margin: 0 auto;
}

#content table.launch td {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#content table.launch img {
  margin: 0 auto;
  border: none;
}

#content img.centre {
  display: block;
  margin: 0 auto;
  border: none;
}

#gallery {
  width: 90%;
  position: relative;
  padding: 10px 15px;
}

#gallery img {
  border: 1px solid #888;
  padding: 6px;
  background:#CFCFE5;
  margin: 4px 4px 2px 4px;
}

#map1 {
  width: 95%;
  height: 360px;
}

#map2 {
  width: 95%;
  height: 360px;
}

#content img.caravanfigure {
    float: right;
    margin: 2em 2em 2em 4em;
}

h2.prodname {
    clear: right;
}

#contactform label {
	float: left;
	width: 10em;
        margin-right: 1em;
}

#contactform input.button {
	float: right;
	margin-right: 6em;
	margin-bottom: 2em;
}

#catmenutop {
	padding-top: 120px;
	visibility: hidden;
}

#catmenubottom {
	padding-bottom: 120px;
	visibility: hidden;
}

div.catmenuwrapper {
	text-align: center;
	height: 50px;
	position: relative;
}

div.catmenu {
	height: 50px;
	position: absolute;
}

div.catmenu a {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: absolute;
	display: block;
}

#catmenutop a {
	bottom: 0;
}

#catmenubottom a {
	top: 0;
}

div.catmenu img {
	width: 100%;
	border: none;
}

#catmenutop img {
	margin: 0 auto 3px auto;
	padding: 0;
}

#catmenubottom img {
	margin: 3px auto 0 auto;
	padding: 0;
}

div.catmenu span {
	display: none;
}

span.navonly {
  visibility: hidden;
}

#supplierlogos {
  position: relative;
  width: 180px;
  height: 1380px;
  margin: 50px 0 20px 0;
  padding:0;
  background: white url(supplierlogo.png) no-repeat;
}

#supplierlogos a {
  position: absolute;
  text-decoration: none;
  border: none;
  width: 180px;
  height: 40px;
  top: 0;
  left: 0;
}

a#supplier_blaupunkt {  }
a#supplier_alpine { top: 40px; }
a#supplier_pioneer { top: 80px; }
a#supplier_panasonic { top: 120px; }
a#supplier_sony { top: 160px; height: 45px; }
a#supplier_clarion { top: 205px; }
a#supplier_kenwood { top: 245px; }
a#supplier_jvc { top: 285px; }
a#supplier_autowatch { top: 325px; width: 100px; height: 70px; }
a#supplier_mtx {  top: 325px; left: 100px; width: 80px; height: 70px; }
a#supplier_cobra { top: 395px; width: 90px; height: 65px; }
a#supplier_snooper { top: 395px; width: 90px; left: 90px; height: 65px; }
a#supplier_parrot { top: 460px; height: 65px; }
a#supplier_defa { top: 525px; height: 45px; }
a#supplier_tracker { top: 570px; height: 50px; }
a#supplier_celsus { top: 620px; height: 50px; }
a#supplier_nokia { top: 670px; }
a#supplier_spal { top: 710px; }
a#supplier_pogo { top: 750px; }
a#supplier_navman { top: 790px; }
a#supplier_garmin { top: 830px; }
a#supplier_trackstar { top: 870px; }
a#supplier_autoleads { top: 910px; }
a#supplier_samsung { top: 950px; }
a#supplier_tomtom { top: 990px; }
a#supplier_norbain { top: 1030px; }
a#supplier_videcon { top: 1070px; height: 45px; }
a#supplier_fuzion { top: 1115px; }
a#supplier_johnson { top: 1155px; height: 105px; width: 90px; }
a#supplier_vista { top: 1155px; height: 105px; width: 90px; left: 90px; }
a#supplier_jl { top: 1260px; height: 80px; width: 90px; }
a#supplier_pg { top: 1260px; height: 80px; width: 90px; left: 90px; }
a#supplier_phoenixgold { top: 1340px; }

table.intouch i {
  position: absolute;
}

table.intouch b {
  position: absolute;
}

span.ivalue {
  margin-left: 3em;
}

span.value {
  margin-left: 5.5em;
}

#contentwrapper p.attribution {
  text-align: right;
}