
body {
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: 'lucida grande', Arial;
	font-size: 12px;
	color: #fff;
	text-align:center;
}

a { color: red; }

img { border:0; }

ul {list-style-type:none;}

ul.salesul {
	list-style-position:inside;
	list-style-type:circle;
}

h2 {
	font-size: 22px;
	font-weight: 900;
	margin-top: 40px;
}

h3 { 
	font-size: 18px; 
	margin-top: 0;
}

.clear {
	clear: both;	
}

/* TABLE ------------------------------------------------------------------------ */

.table {
	background-color: #000;
	float:left;
	width:100%;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.table p {
	margin: 6px auto;
}

.table .left {
	width: 60%;
	float: left;
	display: inline;
}

.table .right {
	width: 25%;
	float: right;
	display: inline;
}

.hidden {
	display: none;
}

/* HEADER ------------------------------------------------------------------------ */

.header {
	width: 981px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}

.header img {
	float: left;
	display: inline;
}

.header ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

.header ul li {
	float: right;
	display: inline;
	margin-left: 20px;
}

.header ul li a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	font-family: 'trebuchet ms';
	text-decoration: none;
	padding: 14px 10px;
	float: left;
}

.header ul li a:hover, .header ul li a.active {
	background-image: url('images/hover.gif');
	border-bottom: 1px solid #532121;
	margin-bottom: -1px;
}

/* CONTENT ------------------------------------------------------------------------ */

.content {
	background-image: url('images/bg.gif');
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

.content .centerer {
	width: 981px;
	margin: 0 auto;
	padding: 20px 0 30px;
	text-align: left;
}

.column-left {
	width: 610px;
	float: left;
	padding-right:15px;
}

.column-right {
	width: 332px;
	float: right;
}

.column-right  img { margin-top: 10px; }


/* FOOTER ------------------------------------------------------------------------ */

/*

.footer {
	width: 350px;
	height: 240;
	margin: 0 auto;
	text-align:center;
	padding-top: 10px;
}

.footer p {
	color: #333;
	font-size: 14px;
}

.footer img {
	display: inline;
	margin-bottom:20px;
}

.footer strong, .footer p a {
	color:#bbb;
} 

*/

/* IMAGE FRAMES ------------------------------------------------------------------------ */

.img-frame-large {
	width: 981px;
	height: 410px;
	position: relative;
	margin-bottom:10px;
}

.img-frame-large .frame, .img-frame-small .frame {
	background-image: url('images/frame_large.gif');
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 981px;
	height: 410px;
}

.img-frame-small .frame {
	background-image: url('images/frame_small.gif');
	width: 238px;
	height: 125px;
	text-align: center;
}

.img-frame-large .frame a, .img-frame-small .frame a { 
	text-decoration: none;
	float: left;
	
}

.img-frame-large .border, .img-frame-small .border {
	border: 1px solid #fff;
	filter:alpha(opacity=10);
	opacity:0.1;
	width: 975px;
	_width: 977px;
	height: 401px;
	_height: 403px;
	position: absolute;
	z-index:0;
	top: 0;
	left: 2px;
}

.img-frame-small .border {
	width: 232px;
	height: 116px;
	_width: 234px;
	_height: 118px;
}

.img-frame-large img, .img-frame-small img {
	margin-left:2px;
}

.img-frame-small {
	width: 238px;
	height: 125px;
	position: relative;
	float: left;
	margin-right: 9px;
	margin-bottom:6px;
	text-align:center;
}


/* TRIM ------------------------------------------------------------------------ */

.trim-item {
	margin-top: 50px;
	padding-top: 5px;
	background: transparent url('images/grey-box-bg-top.gif') no-repeat top left;
}

.trim-item-content {
	background: transparent url('images/grey-box-bg-middle.gif') repeat-y top left;
}

.trim-item-bottom {
	height:30px;
	background: transparent url('images/grey-box-bg-bottom.gif') no-repeat bottom left;
}

.trim-item .left-side h2 {
	margin-top:10px;
}

.trim-item  .left-side{
	width: 668px;
	float: left;
	padding-left:20px;
}

.trim-item  .right-side{
	width: 275px;
	float: left;
	text-align:center;
	padding-top: 40px;
}

.trim-item  .left-side dl dt {
	float:left;
	margin-right:15px;
	width:74px;
}

.trim-item  .left-side dl dd {
	margin-left:90px;
}

.trim-item dl, ul.salesul{
	background: transparent url('images/black-gloss-box-bg.gif') no-repeat top left;
	width:350px;
	height: 78px;
	font-size:11px;
	padding:15px;

}

.trim-item .left-side-left {
	/*float:left;*/
	_padding-top:15px;
}

.trim-item .left-side-right {
	width:640px;
}

.trim-item .left-side-right  ul { margin: 0; padding-left: 5px;}

.trim-item .trim-thumbs {margin-bottom: 10px; margin-top: 10px;}

.trim-item .trim-thumbs img{
	margin-right: 35px;
	border: 2px solid #141414;
}

.trim-divider {
	border-top:1px solid #777;
	padding-top:30px;
	margin-top:50px;
}

.trim-divider a {color: #fff; text-decoration: none; }

.overlay {
	background-image:url(/images/black_1.png);
	position: absolute;
	bottom:0;
	height: 40px;
	width:100%;
	text-align:center;
	overflow: hidden;
}

.overlay h2 {
	margin:7px 0 0 0;
	font-size:16px;
	font-weight: normal;
	text-shadow:1px 1px 3px #000;
}

.overlay h1 {
	text-shadow:1px 1px 3px #000;
	font-size: 28px;
}

.choose-brand {
	text-align:center;
	background-color: #000;
	border: 1px solid #444;
	margin: 20px 0;
}

/* RACING TEAM (GEAR)  ------------------------------------------------------------------------ */

.gear-set {
	padding: 10px 13px 10px;
}

.gear-set .left {
	font-family: 'lucida grande', arial;
	font-size: 14px;
	float: left;
	display: inline;
	padding: 0 8px;
	width: 600px;
}

.gear-set .left img {
	margin-bottom: 6px;
	float: left;
	display: inline;
}

.gear-set .left .small {
	float: right;
	display: inline;
	width: 96px;
}

.gear-set .left .small img {
	margin-bottom: 6px;
}

.gear-table {
	margin-top: 7px;
	width: 595px;
}

.gear-table td {padding-right:10px;}

.gear-set .right {
	font-family: Courier;
	font-size: 14px;
	color: #333;
	line-height:1.4;
	position: relative;
	float: right;
	display: inline;
	width: 318px;
	margin: 0 10px 0 0;
	padding-top:37px;
	background: transparent url('images/file-bg-top.gif') no-repeat top left;
}

.gear-set .right .nametag {
	position: absolute;
	right:20px;
	text-align:center;
	top:12px;
	width:136px;
	margin: 0;
}

.gear-set .right .pic {
	background: transparent url('images/file-picture-bg.gif') no-repeat top left;
	float: right;
	width: 134px;
	height: 103px;
	margin: 0;
	padding: 11px;
	display: inline;
}

.gear-set .right .spacer {
	margin-left: 20px;
	display: block;
}


.gear-set .right-container {
	padding: 10px;
	background: transparent url('images/file-bg-middle.gif') repeat-y top left;
}

.gear-set .right-bottom {
	height:6px;
	overflow: hidden;
	background: transparent url('images/file-bg-bottom.gif') no-repeat top left;
}




/* INTRESSEANMÄLAN  ------------------------------------------------------------------------ */

.holder .form-block {
	width: 350px;
	text-align: center;
	margin: 20px 0;
}

.holder .form-block p { margin-top: 0; }

.holder .form-block .form-holder {
	margin-top: 5px;
	width: 355px;
	text-align: right;
}

.holder .form-block .form-holder textarea, .holder .form-block .form-holder input { 
	margin-left:3px;
	width: 200px;
}

.holder .form-block .form-holder textarea { vertical-align: top; }




/* INTRESSEANMÄLAN  ------------------------------------------------------------------------ */

#media .movie-object, .movie-coming-soon-media {
	margin: 0pt 12px 10px 0pt;
	float: left;
	display: inline;
	width: 319px; 
	text-align: center;
} 

#media .movie-object-last, .movie-coming-soon-media-last {
	margin: 0pt 0pt 10px 0pt;
	float: right;
	display: inline;
	width: 319px; 
	text-align: center;
}

#media .movie-object div, #media .movie-object-last div {
	margin-top: 10px;
} 

