/* CSS Document */
/*
 * Template colours
 * Reflex Blue:#003399
 * Orange 021:#D87900
*/
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #000000;
    background: #222626;
    background-position: top;
}

h1 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #ee8021;
}
h2 {
    font-size: 13px;
    color: #054590;
    color: #003399;
    padding: 0px;
    margin-bottom: 4px;    
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img.left {
    float: left;
    width: auto;
}
img.right {
	float:right;
	width:auto;
}
a {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

p {
    text-align: justify;
    width: auto;
    display: block;
    margin-top: 5px;
}

em {
    font-weight: bold;
}
/* IE6 PNG Fix */
img, div { 
	behavior: url(css/iepngfix.htc);
}

#rightCol p {
    line-height: 19px;
    margin-top: 0px;
    padding-right: 15px;
}

#rightCol p.fixed {
    width: 335px;
}

.clear {
	clear:both;
}
.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

div.tagline {
    text-align: left;
    margin-left: 110px;
    margin-top: 20px;
    font-weight: bold;
}

div.tagline span.header {
    color: #ee8021;
    font-size: 18px;
}

div.tagline span.sub {
    color: #395FAC;
    font-size: 16px;
}

.clearBoth {
    margin: 0px;
    padding: 0px;
    clear: both ;
}

p.jsDisabled {
    margin: 2px;
    padding: 0px;
    text-align: center;
}

ul {
    margin-bottom: 3px;
    list-style: url(../images/bullet.png);
}

form ul, #left_menu {
    list-style-image: none;
}

#container {
    position: relative;
    overflow: hidden;
    width: 1050px;
    min-height: 800px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    border: solid 1px black;
    background-color: white;
}

#footercontainer{
    position: relative;
    overflow: hidden;
    text-align: right;
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 15px;
}

#languages {
    padding: 0px;
    text-align: right;
    clear: both;
    margin-right: 16px;
}

#language_selector {
    /*background-color: #818D8C;*/    
    background: url(../images/menu/section_selector_countries.gif) no-repeat;
    /*top repeat-x*/ 
    color: black;
    width: 135px;
    /*border: 1px solid black;*/
    margin: 0px;
    padding: 3px;
    border: 0px;
    height: 23px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

/* CONTENT AREA */
#stage {
    clear: both;
    margin-top: 10px;
    margin-bottom: 3px;
    position: relative;   
}

#header {
	/*border-bottom: 1px solid #AEACAD;*/
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    
}

#header #logo {
    padding-top: 5px;
}

#header img {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
}

#header #banner {
    width: 570px;
    height: 95px;
    float: right;    
    text-align: right;
}

#header #banner ul {
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 10px;
}

#header #banner li {
    position: relative;
    list-style: none;
    height: 18px;
    width: 135px;
    text-align: center;
    background: url(../images/menu/section_selector_countries.gif) top no-repeat;    
    padding: 2px;
    padding-bottom: 3px;    
    margin: 0px 15px 5px 0px;    
}

#header #banner li a {
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    height: 23px;
}

#stage h1 {
    margin: 0px;
    padding: 0px;
    color: #f19f26;
    color: #EE8021;
    color: #D87900;
}

#stage #leftCol {
    clear: both;
    background-color: transparent;
    position: relative;
    float: left;
    width: 230px;
    height: auto;
    background-color: white;
    text-align: left;
    padding: 5px;
    padding-right: 0px;
    padding-top: 15px;
    margin-right: 10px;
    overflow: hidden;
    z-index: 1;
}

#stage #leftCol div.navBoxout {
    clear: left;
    margin: 0 auto;
    margin-bottom: 10px;
    color: white;
    background-position: top;
}

#stage #leftCol div.navBoxout a {
    text-decoration: none;
}

#stage #leftCol div.navBoxout div.title {
    background: url(../images/menu/child_menu_title_bg.png);
    font-size: 10px;
    padding: 5px;
}

#stage #leftCol div.navBoxout div.title h1 {
    font-size: 14px;
    color: #f0801c;
    elevation: above;
    padding: 5px;
}

#stage #leftCol div.navBoxout div.content {
    width: 95%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 5px;
    background-color: white;
    border: 1px solid #405180;
    font-size: 12px;
}

#stage #leftCol div.navBoxout div.content p {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 45%;
    padding-top: 5px;
    text-align: justify;
}

#stage #leftCol div.navBoxout div.content p.wide {
    width: 65%;
}

#stage #leftCol div.navBoxout div.content img {
    float: left;
    margin-right: 10px;
}

#stage #leftCol div.navBoxout div.footer {
    width: auto;
    font-size: 10px;
    padding: 5px;
    margin-top: auto;
}

#stage #rightCol {
    position: relative;
    height: auto;
    display: block;
    text-align: left;
    padding: 1px 0px 3px 0px;  
    margin: 0 auto;
}

#home #rightCol {
    width: 1050px !important;
    /*padding: 15px 8px 25px 8px;*/
}

#stage #rightCol.half {
    float: left;
    width: 700px !important;
    padding-left: 22px;
    padding-top: 13px;
}

#rightCol img.padded {
    margin-top: 12px;
}

#stage #rightCol object {
    z-index: -1;
}

* html #stage #rightCol {
    height: 510px;
}

#rightSide {
    float: right;
    width: 550px;
    margin-bottom: 10px;
}

#stage div.boxout {
    width: auto;
    height: auto;
    position: relative;
    border-color: #304797;
    overflow: hidden;
    border: 1px solid #838383;
    padding-bottom: 5px;
    margin: 0px 10px 40px 10px;
}

#stage div.boxout p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

#stage div.boxout ul {
    padding-left: 20px;
}

#stage div.boxout ul li {
    margin-bottom: 5px;
}

#stage div.boxout.left {
    position: relative;
    float: left;
    margin-right: 25px;
}

#stage div.boxout.right {
    position: relative;
    float: right;
    margin-left: 25px;
}

#stage div.boxout.noborder {
    background-color: white;
}

#stage div.boxout h1 {
    font-size: 14px;
    color: white;
    text-align: center;
    background: #677472;
}

#stage div.boxout p {
    padding-left: 5px;
}

#stage div.boxout img {
    text-align: left;
}

#aircon_boxout {
    float: left;
    overflow: visible;
    width: 250px;
    margin: 0px;
    height: 780px;
    margin-right: 20px;
    margin-top: -15px;
    padding: 0px;
}

#aircon_boxout img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
}

#aircon_boxout #clean {
    margin-bottom: 40px;
}

#aircon_boxout #clean img {
    margin-bottom: 15px;
    margin-top: 0px;
}

#motorsport_boxout {
    float: left;
    overflow: visible;
    width: 250px;
    margin: 0px;
    margin-right: 25px;
    padding: 0px;
}

#motorsport_boxout img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.shaded {
    float: left;
    background: #EAECE9;
    width: 68%;
}

div.shaded ul {
    padding-top: 10px;
}

blockquote {
    color: #395FAC;
    font-weight: bold;
    font-size: 14px;
    margin-left: 25px;
}

#miniCart {
    width: 100%;
}

#cart {
    width: 100%;
    border: 1px solid;
}

#cart table {
    border: 0px;
}

#cart select {
    margin: 0px;
    padding: 0px;
}

.section_banner {
    position: relative;
    background: #3E3E3E;
    display: block;
    overflow: visible;
    width: 100%;
    margin: 0px 0px 10px 0px;
    height: 295px;
    border-top: 1px solid #AEACAD;
}

.section_banner div.right {
    float: right;
    margin: 0px;
    margin-right: -22px;
}

.section_banner div.right {
    float: right;
    margin: 0px;
    margin-right: -22px;
}

.section_banner div.text {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.home-text {
	float: right;
	height: 295px;
    background-color: #3E3E3E;
    padding-right: 10px;    
    width: 626px;
/*    	
    padding: 10px;
    padding-left: 40px;
*/    
}

.home-text p {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.section_banner div.text p {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.home-text p.home-sub {
    color: #A6B0AF;
    font-size: 25px;
    padding-top: 190px;
}

.section_banner div.text p.sub {
    color: #A6B0AF;
    font-size: 25px;
}

.section_banner div.text p.white {
    color: white;
}

.section_banner div.text p.sub.white {
    color: white;
}

.section_banner div.text p.header.green {
    color: #60ac25;
}

.section_banner div.text p.header {
    color: #DF7C29;
    font-size: 30px;   
}

.home-text p.home-header {
    color: #DF7C29;
    font-size: 30px;
    border-bottom: 1px solid white;
    width: 596px;
    margin-left: 30px;
}

.section_banner div.text p.black span {
    color: black;
}

.section_banner div.text hr {
    color: #AEB9B6;
    border: 0px;
    border-top: 1px solid;
    color: white;
    width: 550px;
    margin: 0px;
    padding: 0px;
    height: 1px;
}

.section_banner div.left {
    position: relative;
    overflow: visible;
    float: left;
}
#footer{
	position: relative;
left: 145px;
top: 10px;
float: left;
display: inline;
width: 586px;
text-align: left;
margin-left: 268px;
        
}

#footer p {
	font-size:12px;
    text-align: left;
	padding:2px;	
}
#footer a {
	color:white;
}

#footerVat{
	margin-left: 53px;
}

.addressList a {
    text-decoration: none;
}

.addressList img {
    border: 1px solid #CCCCCC;
}

.addressList.addressBlock {
    text-align: left;
    height: auto;
}

div.address p {
    margin: 5px 0px 5px 0px;
}

div.dataSheet {
    position: relative;
    clear: both;
    width: auto;
    margin: 10px 0px 10px 0px;
}
div.dataSheet.engine {
	padding-left:285px;
}
div.dataSheet img {
    float: left;
    width: auto;
    margin-right: 10px;
}

div.dataSheet p {
    float: left;
    width: 80%;
    text-align: left;
    line-height: 12px;
}

div.dataSheet a {
    text-decoration: none;
}

div.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

div.homeBoxout {
    position: relative;    
    /*margin: 0 auto;*/
    float: left;

    margin-left: 4px;
    margin-top: 3px;
/*    
    width: auto;
    margin: 0px 0px 5px 1px;
    _margin: 0px 0px 5px 1px;
*/    
}

#boxOutLast{
	margin-right: 0px;	
}

div.homeBoxout h1 {
    text-align: center;
    padding: 5px !important;
    background-color: #677472;
    font-size: 12px;
    font-weight: bold;
    color: white !important;
}

div.homeBoxout a {
    text-decoration: none;
    color: white !important;
}

#homeText {
    position: relative;
    left: 75px;
    top: 10px;
    font-size: 15px;
    float: left;
    display: inline;	
	width:586px;
    text-align: left;
    margin-left: 340px;
    /*border-left: 2px dotted #677472;*/
    /*padding-left: 3px;*/
}

table.events {
    font-weight: bold;
}

object.left {
    float: left;
    margin: -30px 25px 0px 0px;
}

object.right {
    float: right;
    margin: -30px 0px 0px 25px;
}
object.right_main {
    float: right;
    margin: -10px 0px 0px 25px;
    background-color: #FFFFFF;
}
div.contact {
    position: relative;
    padding: 5px;
    padding-left: 0px;
}

div.contact img {
    display: inline;
}

div.contact p {
    height: 20px;
    position: static;
    top: 50%;
    margin-top: -10px;
    margin-left: 4px;
    display: inline;
}

div.contact a {
    text-decoration: none;
}
div.video_caption {
	position:absolute;
	top:245px;
	left:422px;
	width:297px;
	padding-top:10px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;	
}
div.video_caption_main {
	position:absolute;
	top:240px;
	left:422px;
	width:290px;
	padding-top:10px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;	
}
div.video_caption_additive {
	position:absolute;
	top:250px;
	left:120px;
	width:150px;
	padding-top:10px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;	
}
