@charset "UTF-8";
* {
    margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../PNGS/background2.jpg);
	background-position: center top;
	height: 100%;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 921px;
	min-height: 1200px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
}
#maincolumn {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#maincolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}
#maincolumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}
#maincolumn h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#maincolumn h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #993300;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
}
.headingback {
	color: #FFFFFF;
	height: 33px;
	display: block;
	background-image: url(../Assets/Comp/Images/heading2back.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
}
#maincolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}
#maincolumn p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: normal;
	line-height: 2em;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}
.padleft {
	padding-left: 30px;
}
#maincolumn ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 2em;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 50px;
	list-style-image: url(../PNGS/tick.png);
}
#location {
	background-image: url(../PNGS/loc-back.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 536px;
}
#location ul {
	display: inline;
}
#location ul li {
	display: inline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: italic;
}
#location ul li a {
	background-image: url(../PNGS/loc-sep.png);
	display: inline-block;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	line-height: 30px;
}
.flashlayer {
	z-index: -1;
}
#maincolumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #990000;
	font-style: italic;
}
#maincolumn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF0000;
	font-style: italic;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px;
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 729px;
	height: 100%;
} 
.twoColFixLtHdr #footer {
	height: 111px;
	clear: both;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 4em;
	padding-top: 0px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer a {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#righttorepair {
	text-align: center;
}
#righttorepair {
	padding-bottom: 5px;
}
.footer, .push {
	height: 0.1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerlaeft {
	height: 99px;
	width: 5px;
}
#headerright {
	height: 101px;
	width: 6px;
}
#headertop {
}
#headerbottom {
}
#headercentre {
	width: 910px;
	height: 90px;
}
#submenuleft {
}
#submenulefttop {
	background-image: url(../PNGS/navtop.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 191px;
	background-position: left top;
	height: 11px;
}
#submenuleftleft {
	background-image: url(../PNGS/navleft.png);
	height: 80px;
	width: 5px;
	background-position: left top;
}
#brakingnews {
	background-image: url(../Assets/Comp/Images/brakingnews.png);
	background-repeat: no-repeat;
}
#submenuleftcentre {
	background-image: url(../PNGS/navback.png);
	height: 80px;
	width: 191px;
	background-position: left top;
	background-repeat: repeat-y;
}
#submenuleftright {
	background-image: url(../PNGS/navright.png);
	height: 80px;
	width: 6px;
	background-position: left top;
	text-align: left;
}
#submenuleftbottom {
	background-image: url(../PNGS/navbot.png);
	height: 12px;
	width: 191px;
	background-position: left top;
}
#submenuleftcentre ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenuleftcentre ul li a {
	list-style-type: none;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}
#submenuleftcentre ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
	font-style: italic;
	background-image: url(../PNGS/over.png);
	background-repeat: repeat-y;
	background-position: left;
	line-height: 15px;
}
#rightcolumn {
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
}
#rightcolumn1 {
	text-align: center;
}
#navtop {
	background-image: url(../PNGS/navtop.png);
	height: 12px;
	width: 191px;
}
#navleft {
	background-image: url(../PNGS/navleft.png);
	width: 5px;
	background-repeat: repeat-y;
	background-color: #0033CC;
	height: 285px;
}
#navcentre {
	background-image: url(../PNGS/navback.png);
	background-repeat: repeat;
	width: 191px;
	height: 385px;
}
#navcentre ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #CCCCCC;
}
#navcentre ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../PNGS/comp_over.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
}
#navcentre ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#navright {
	background-image: url(../PNGS/navright.png);
	background-repeat: repeat-y;
	width: 6px;
	height: 285px;
	text-align: left;
}
#navbot {
	background-image: url(../PNGS/navbot.png);
	height: 12px;
	width: 191px;
}
.tablecentre {
	margin-right: auto;
	margin-left: auto;
}
#bottommenu {
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333333;
	background-image: none;
	padding-bottom: 25px;
}
#bottomtable {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#bottomtable a {
	font-size: 10px;
	line-height: 18px;
}
#bottomtable a:hover {
	font-size: 10px;
	line-height: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#cdworld {
	background-image: url(../PNGS/cdworld.png);
	height: 80px;
	background-position: center;
}
.bottommenured {
	color: #990000;
}
#bottomtable     ul  {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	list-style-type: none;
	color: #990000;
}
#bottomtable     li     a      {
	color: #990000;
	list-style-type: none;
}
#ewarehouse p:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}
#search {
	background-image: url(../PNGS/search.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	line-height: 2.4em;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 191px;
	background-repeat: no-repeat;
	height: 105px;
}
#searchbox {
	height: 80px;
	width: 191px;
	padding-top: 12px;
}
#ewarehouse {
	background-image: url(../Assets/Comp/Images/ewarehouse.png);
	height: 105px;
	width: 191px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#ewarehouse: hover {
	background-image: url(../Assets/Comp/Images/ewarehouse.png);
	height: 105px;
	width: 191px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
#ewarehouse: active {
	background-image: url(../Assets/Comp/Images/ewarehouse.png);
	height: 105px;
	width: 191px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#newsletter {
	height: 105px;
	width: 191px;
	background-image: url(../Assets/Comp/Images/aftermarketupdate.png);
}
#newsletter:hover {
	height: 105px;
	width: 191px;
	background-image: url(../Assets/Comp/Images/aftermarketover.png);
}
#newsletter:active {
	height: 105px;
	width: 191px;
	background-image: url(../Assets/Comp/Images/aftermarketdown.png);
}
#righttop {
	width: 191px;
	background-image: url(../PNGS/rightmenutop.png);
	background-repeat: no-repeat;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#rightcentre {
	background-image: url(../PNGS/rightmenucentre.png);
	width: 191px;
	background-repeat: repeat-y;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightbottom {
	background-image: url(../PNGS/rightmenubottom.png);
	height: 17px;
	width: 191px;
}
#icontop {
	text-decoration: none;
}
#icons {
}
#reginfo {
	background-image: url(../PNGS/footercomp.png);
	background-position: top;
	height: 46px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	line-height: 38px;
}
#reginfo a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}
#maincolumn a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#usefullinks {
}
.usefullinks {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
#usefullinks img {
	padding-top: 6px;
	padding-right: 10px;
}
.thumbnail {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	text-align: center;
	display: block;
}
.clearboth {
	clear: both;
}
#apec {
	background-image: url(../Assets/Comp/Images/Logotops/apec.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bga {
	background-image: url(../Assets/Comp/Images/Logotops/bga.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#dayco {
	background-image: url(../Assets/Comp/Images/Logotops/dayco.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#cofle {
	background-image: url(../Assets/Comp/Images/Logotops/cofle.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#catalogues {
}
#catalogues table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#catalogues td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ntk {
	background-image: url(../Assets/Comp/Images/Logotops/ntk.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#news {
	background-image: url(../Assets/Comp/Images/newsback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../PNGS/comp/date.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#mts {
	background-image: url(../Assets/Comp/Images/Logotops/mts.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bmcats {
	background-image: url(../Assets/Comp/Images/Logotops/bmcats.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#blueprint {
	background-image: url(../Assets/Comp/Images/Logotops/BLUEPRINT.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#champion {
	background-image: url(../Assets/Comp/Images/Logotops/champion.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#coflecables {
	background-image: url(../Assets/Comp/Images/Logotops/cofle2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#denso {
	background-image: url(../Assets/Comp/Images/Logotops/denso.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#elta {
	background-image: url(../Assets/Comp/Images/Logotops/elta.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#aboutus {
	background-image: url(../Assets/Comp/Images/Logotops/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mmm {
	background-image: url(../Assets/Comp/Images/Logotops/mmm.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#monroe {
	background-image: url(../Assets/Comp/Images/Logotops/monroe.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bosch {
	background-image: url(../Assets/Comp/Images/Logotops/bosch.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#gabriel {
	background-image: url(../Assets/Comp/Images/Logotops/gabriel.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#jepsons {
	background-image: url(../Assets/Comp/Images/Logotops/jepsons.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#fram {
	background-image: url(../Assets/Comp/Images/Logotops/fram.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#intermotor {
	background-image: url(../Assets/Comp/Images/Logotops/intermotor.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#dolz {
	background-image: url(../Assets/Comp/Images/Logotops/dolz.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#kilen {
	background-image: url(../Assets/Comp/Images/Logotops/kilen.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#klarius {
	background-image: url(../Assets/Comp/Images/Logotops/klarius.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#hra {
	background-image: url(../Assets/Comp/Images/Logotops/hra.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#shaftec {
	background-image: url(../Assets/Comp/Images/Logotops/shaftec.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#ngk {
	background-image: url(../Assets/Comp/Images/Logotops/ngk.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#corteco {
	background-image: url(../Assets/Comp/Images/Logotops/CORTECO.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#fag {
	background-image: url(../Assets/Comp/Images/Logotops/fag.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#ina {
	background-image: url(../Assets/Comp/Images/Logotops/ina.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#luk {
	background-image: url(../Assets/Comp/Images/Logotops/luk.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#lemark {
	background-image: url(../Assets/Comp/Images/Logotops/lemark.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#remy {
	background-image: url(../Assets/Comp/Images/Logotops/remy.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#openinghours {
	background-image: url(../Assets/Comp/Images/xmas-opening.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#autoview {
	background-image: url(../Assets/Comp/Images/Logotops/autoview.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#hoverbox {
}
#hoverbox2 {
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 4px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
.rssheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	width: 100%;
	line-height: 2em;
}
.rssbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2em;
	color: #333333;
}
#hoverbox3 {
}
#hoverbox4 {
}
#sidebar1  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftpanels {
}
#leftpanels  a img {
	background-image: url(../Assets/Comp/Images/panelsprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftpanels a img:hover {
	background-image: url(../Assets/Comp/Images/panelsprite.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftpanels a img:active {
	background-image: url(../Assets/Comp/Images/panelsprite.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#warehouseback {
	background-image: url(../Assets/Comp/Images/ewarehouse.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
