/* 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;
}

#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: 980px;
    min-height: 800px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    border: solid 1px black;
    background-color: white;
}

#languages {
    padding: 0px;
    text-align: right;
    clear: both;
    margin-right: 15px;
}

#language_selector {
    background-color: #818D8C;
    color: white;
    width: 134px;
    border: 1px solid black;
    margin: 0px;
    padding: 1px;
}

/* CONTENT AREA */
#stage {
    clear: both;
    margin-top: 10px;
    margin-bottom: 3px;
}

#header {
    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;
    background: url(../images/blue_orange_banner_strong.png) repeat-y;
    text-align: right;
}

#header #banner ul {
    margin: 0px;
    padding: 0px;
    background: #D87900;
    float: right;
    margin-top: 10px;
}

#header #banner li {
    position: relative;
    list-style: none;
    width: 130px;
    text-align: center;
    background: url(../images/menu/section_menu_bg.png) top repeat-x;
    padding: 2px;
    margin: 0px 15px 5px 0px;
}

#header #banner li a {
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
}

#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: 100%;
    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;
    width: 96%;
    height: auto;
    display: block;
    text-align: left;
    padding: 15px 8px 25px 25px;
}

#home #rightCol {
    width: 98%;
    padding: 15px 8px 25px 8px;
}

#stage #rightCol.half {
    float: left;
    width: 700px;
    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 {
    border: 0px;
    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: 60%;
}

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;
    padding-right: 25px;
    height: 295px;
}

.section_banner div.right {
    float: right;
    margin: 0px;
    margin-right: -22px;
}

.section_banner div.text {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.section_banner div.text p {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.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;
}

.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 p {
	font-size:12px;
    text-align: center;
	padding:2px;
	margin:0px;
}
#footer a {
	color:white;
}

.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;
    width: auto;
    margin: 5px 22px 5px 21px;
    _margin: 5px 20px 5px 20px;
}

div.homeBoxout h1 {
    text-align: center;
    padding: 5px !important;
    background-color: #677472;
    font-size: 14px;
    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:770px;
    text-align: justify;
}

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;
}
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:280px;
	left:375px;
	width:350px;
	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;	
}
