span.letter1 {color: #e30029;}
span.letter2 {color: #4e4e5a;}
span.letter3 {color: #006c61;}
span.letter4 {color: #851485;}
span.letter5 {color: #8f0017;}

div.h1 h1 {margin: 0;}

body.color_red h1 span.standard {color: #972121;}
body.color_white h1 span.standard {color: #d7d9d8;}
body.color_blue h1 span.standard {color: #011d44;}
body.color_green h1 span.standard {color: #174d4d;}

body.color_metal_silver h1 span.metallic {color: #b2b7b0;}
body.color_metal_pannakota h1 span.metallic {color: #8f877c;}
body.color_metal_moon h1 span.metallic {color: #7e8188;}
body.color_metal_bamboo h1 span.metallic {color: #838755;}
body.color_metal_green h1 span.metallic {color: #2b452a;}
body.color_metal_blue h1 span.metallic {color: #0d335a;}
body.color_metal_red h1 span.metallic {color: #821b1c;}
body.color_metal_night h1 span.metallic {color: #15181f;}


div#colors {
	position: absolute;
	left: 50%;
	top: 11.8em;
}

div#shifter {
	position: absolute;
	left: -445px;
	top: 0;
	width: 935px;
}

div#car {
	position: absolute;
	left: 100px;
	top: 93px;
	width: 850px;
	height: 425px;
	background-image: url('/images/collor_cars/car-red.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
}

img#parrot {
	position: absolute;
	left: 342px;
	top: 61px;
	background-image: url('parrot.png');
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/1/design/colors/parrot.png', sizingMethod='crop');
	z-index: 2;
}

div.color_switch {
	position: absolute;
	z-index: 2;
}

div.color_switch.standard {
	left: 174px;
	top: 9px;
}

div.color_switch.metal {
	left: 501px;
	top: 9px;
}

div.color_switch div {
	position: absolute;
	visibility: hidden;
}

div.color_switch div.enabled {
	cursor: pointer;
	cursor: hand;
	visibility: visible;
}

div.color_switch div.active {
	cursor: auto;
}


div#color_red {
	left: 0px;
	top: 0px;
}

div#color_white {
	left: 60px;
	top: 0px;
}

div#color_blue {
	left: 120px;
	top: 0px;
}

div#color_green {
	left: 180px;
	top: 0;
}


div#color_metal_silver {
	left: 0px;
	top: 0px;
}

div#color_metal_pannakota {
	left: 60px;
	top: 0px;
}

div#color_metal_moon {
	left: 120px;
	top: 0px;
}

div#color_metal_bamboo {
	left: 180px;
	top: 0px;
}

div#color_metal_green {
	left: 240px;
	top: 0px;
}

div#color_metal_blue {
	left: 300px;
	top: 0;
}

div#color_metal_red {
	left: 360px;
	top: 0px;
}

div#color_metal_night {
	left: 420px;
	top: 0px;
}


div.color_switch div div {
	position: absolute;
	cursor: auto;
	visibility: hidden;
}

div.color_switch div.active div {
	visibility: visible;
}

div.color_switch div.hover div {
	visibility: visible;
	color: #89807e;
}


div#color_red div {
	left: 0px;
	top: 70px;
}

div#color_white div {
	left: 0px;
	top: 100px;
}

div#color_blue div {
	left: 0px;
	top: 70px;
}

div#color_green div {
	left: 0px;
	top: 100px;
}


div#color_metal_silver div {
	left: 0px;
	top: 70px;
}

div#color_metal_pannakota div {
	left: 0px;
	top: 100px;
}

div#color_metal_moon div {
	left: 0px;
	top: 70px;
}

div#color_metal_bamboo div {
	left: 0px;
	top: 100px;
}

div#color_metal_green div {
	left: 0px;
	top: 70px;
}

div#color_metal_blue div {
	left: 0px;
	top: 100px;
}

div#color_metal_red div {
	left: 0px;
	top: 70px;
}

div#color_metal_night div {
	left: 0px;
	top: 100px;
}


div.extra_column {z-index: 2;}
div#content_inner {min-height: 615px; //height: 615px;}
div#footer {position: relative; z-index: 2;}
