/*

This is the CSS that controls the layout of the entire site.

Elements are Grouped as follows:
COMMON
CONTENT > COLUMNNAV, COLUMNSIZE, ELEMENTS, TABDATA, SELECTOR
FOOTER
GLOBAL
HEADER > QMS
HOME > HOMEPANE, HOMESPLASH
LHNAV
NAVIGATION > NAVBUTTONARROW, TAB

Elements ID's are shown first, then the subset classes are shown after.
Subset classes inherit the Parent ID name. So for example, a class called Dropdown has the following classes: dropdown_cell, dropdown_logo etc.

Z-index layering notes
300: header
400: Logo
500: Widepic top + bottom
600: Left Hand Nav
700: Footerstrip (900 above Flash 060808-JP)
800: Dropdown
*/

/* __________________________________________________ */

/* Global elements */

a, a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #187aa5;
	font-weight: normal;
	text-decoration: none;
}

body {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: url(/images/bmwuk/css/bkg_content.gif) repeat-x;
}
@media screen{
	body > div#footerstrip { position: fixed; }
}
h1 {
	font-size: 18px;
	color: #000000;
}

input {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #666666;
}

option {
	font-size: 10px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

select {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #666666;
}

table {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #666666;
}

textarea {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #666666;
}

/* End of Global elements */

/* __________________________________________________ */

/* Common elements */
@media screen{

	#container {
	
	}
}
@media print{

	#container {
		width:100%;
	}
}



#floatleft {
	float: left;
}

#floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.link {
	color: #187aa5;
}

.textbold {
	font-weight: bold;
}

.textheading {
	font-size: 22px;
	font-weight: bold;
}

.textheading2 {
	font-size: 16px;
	font-weight: bold;
}

.textheading3 {
	font-size: 14px;
	font-weight: bold;
}

.space {
	clear: all;
	height: 10px;
	overflow: hidden;
}
@media screen{
	#space2 {
		clear: all;
		float: left;
		height: 170px;
	}
}
@media print{
	#space2 {
		clear: all;
		float: left;
		height: 105px;
	}
}

#space3 {
	clear: all;
	float: left;
	height: 122px;
}

/* End of Common elements */




/* Common FORM elements */

.form_common_text_field, 
.form_common_dropdown_field {
	width: 200px;
}

/* End of Common FORM elements */





/* Content elements */

#content {
	background: #ffffff;
	width: 780px;
	position: absolute;
	top: 105px;
	left: 221px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
	padding: 0px 1px 35px 1px;
	background: #FFFFFF url('/images/bmwuk/mid/content_bg_full.gif') bottom left no-repeat;
}

#content2 {
	width: 777px;
	position: absolute;
	top: 105px;
	left: 221px;
	padding-bottom: 5px;
	padding-bottom: 30px; /* for bottom nav */
	border-left-width: 1px;
	border-left-style: solid;
	border-spacing: 1px;
	border-color: #cccccc;
}

#contentcore {
	width: 100%;
	line-height: 150%;
}

#contenthead {
	position: absolute;
	top: 70px;
	left: 236px;
	/* z-index: 600; */
}

#columnnav1 {
	width: 140px;
	height: 200px;
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 15px;
	background: url(/images/bmwuk/css/columnnav_back.gif) repeat-x;
	float: left;
}

.columnnav1_indent {
	padding-left: 6px;
}

.columnnav1_link {
	text-indent: -9px;
	color: #187aa5;
}

#columnnav2 {
	width: 140px;
	height: 200px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 15px;
	float: left;
}

#columnsize1 {
	width: 368px;
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

#columnsize2 {
	width: 183px;
	padding-top: 12px;
	float: left;
}

#columnsize4 {
	width: 500px;
	padding-top: 12px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#columnsize5 {
	width: 747px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
}

#columnsize6 {
	width: 220px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
}

#columnsize7 {
	width: 512px;
	float: left;
	padding-top: 12px;
}

#columnsize8 {
	width: 550px;
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

#columnsizex {
	float: left;
}

#elements {
	background: #f3f3f3;
	width: 100%;
	float: left;
	margin-bottom: 6px;
}

#elements img {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	float: left;
}

#qmscolumn {
	width: 83px;
	float: left;
	margin-right: 10px;
}

.qmscolumn_cell {	
	width: 63px;
	margin-bottom: 15px;
	position: relative;
	left: 9px;	
}

#qmsinfobox {
	background-image: url(/images/bmwuk/css/qmsinfobox.gif);
	width: 175px;
	height: 175px;
	visibility: hidden;
	position: absolute;
	top: 155px;
	left: 200px;
}

#qmsinfoboxcell {
	width: 158px;
	height: 175px;
	position: relative;
	top: 8px;
	left: 8px;
}

#tabdata {
	margin-left: 2px;
}
	
#tabdata table {
	width: 100% !important;
	border-collapse: separate;  
	border-spacing: 1px 1px;
	padding: 0px;
}
	
#tabdata th {
	height: 18px;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#tabdata td {
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#tabdata2 table {
	_width: 100%;
	*width: 100%;
	border-collapse: separate;  
	border-spacing: 1px 1px;
	padding: 0px
}

#tabdata2 th {
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-weight: normal;
}

#tabdata2 td {
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#tabdata3 table {
	border-collapse: collapse;
	/*border-spacing: 0px 0px;*/
	/*position:relative;
	left:-2px;*/
	/*padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	width: 100%;*/
}

#tabdata3 th {
	height: 18px;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	
}

#tabdata3 td {
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;

}

.tabdata_altrow {
	background: #f3f3f3;
}

/* End of Content elements */

/* __________________________________________________ */

/* Home elements */

#home {
	float: left;
}

#homepane {
	position: absolute;
	top: 294px;
	left: 0px;
	width: 985px;
}

.homepane_border {
	background-image: url(/images/bmwuk/css/2.0_0_img.gif);
	width: 1px;
	height: 260px;
	float: left;
}

.homepane_1 {
	width: 160px;
	color: #5c6476;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.homepane_2 {
	background: #d2d2d2;
	color: #5c6476;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	position: absolute;
	top: 0px;
	left: 772px;
}

.homepane_2_text {
	padding: 5px;
	background: #ffffff;
}

.homepane_3 {
	width: 220px;
	height: 96px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	top: 20px;
}

.homepane_4 {
	width: 400px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	top: 20px;
}

#homepane2 {
	position: absolute;
	top: 353px;
}

#homesplash {
	width: 100%;
	height: 199px;
	position: absolute;
	top: 95px;
	z-index: 500;
}

#homesplash2 {
	width: 100%;
	height: 259px;
	position: absolute;
	top: 94px;
	z-index: 500;
}

#homesplashtop {
	width: 100%;
	height: 34px;
	position: absolute;
	top: 61px;
	z-index: 500;
}

/* End of Home elements */

/* __________________________________________________ */

/* Navigation elements */

.navbuttonarrow_graphic {
	height: 19px;
	background: #202d57;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}

.navbuttonarrow_graphic img {
	position: relative;
	top: 6px;
}

#navbuttonarrow_text {
	height: 19px;
	background: #202d57;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: 7b7b7d;
}

#navbuttonarrow_text a, .navbuttonarrowtext a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
	clear: all;
}

#navbuttonarrow_text a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

#navbuttonarrow_text2 {
	height: 19px;
	background: #202d57;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: #ffffff;
}

#navbuttonarrow_text2 a, .navbuttonarrowtext2 a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
	clear: all;
}

#navbuttonarrow_text2 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

.navbuttonarrow_graphic2 {
	height: 19px;
	background: #202d57;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: #7b7b7d;
}

.navbuttonarrow_graphic2 img {
	position: relative;
	top: 6px;
}

.navbuttonarrow_graphic3 {
	height: 19px;
	background: #202d57;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: #ffffff;
}

.navbuttonarrow_graphic3 img {
	position: relative;
	top: 6px;
}

#navbuttonarrow1 {
	height: 19px;
	line-height: 19px;
	text-align: right;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navbuttonarrow2 {
	height: 19px;
	line-height: 19px;
	text-align: right;
	float: right;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navbuttonarrow3 {
	height: 19px;
	line-height: 19px;
	text-align: right;
	float: none;
	margin-bottom: 1px;
}

#tab {
	background: #e2e2e2;
	width: 100%;
	float: left;
	overflow: hidden;
}

#tabbase {
	width: 100%;
	height: 3px;
	background: #3e3d3c;
	overflow: hidden;
}

#taboff {
	width: 150px;
	background: #197AA5;
	color: #ffffff;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	text-align: left;
	float: left;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-spacing: 1px;
	border-color: #ffffff;	
}

#taboff a, .taboff a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

#taboff a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

#taboff2 {
	background: #197AA5;
	height: 19px;
	line-height: 19px;
	text-align: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-spacing: 1px;
	border-color: #ffffff;
	margin-right: 1px;
}

#tabon {
	width: 150px;
	background: #3e3d3c;
	color: #ffffff;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	text-align: left;
	float: left;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-spacing: 1px;
	border-color: #3e3d3c;	
}

#tabon2 {
	background: #3e3d3c;
	height: 19px;
	line-height: 19px;
	text-align: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-spacing: 1px;
	border-color: #3e3d3c;
	margin-right: 1px;
}

/* End of Navigation elements */










/* __________________________________________________ */

/* Header elements */

#header {
	background-image: url(/images/bmwuk/top/header_back.gif);
	width: 1000px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
}

#header_bg {
	background-image: url(/images/bmwuk/top/headerBG.gif);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 11px;
	z-index: 299;
}

#header_flash {
	background-image: url(/images/bmwuk/css/header_back_flash.gif);
	width: 100%;
	height: 55px;
	position: absolute;
	top: 12px;
	/*left: 1000px;*/
	z-index: 300;
}

#header_flash_corp {
	background-image: url(/images/bmwuk/css/header_back_flash_corp.gif);
	width: 100%;
	height: 56px;
	position: absolute;
	top: 11px;
	z-index: 502;
}

#header a, #header a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 12px;
}

#header a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 12px;
}

.header_botleft {
	height: 24px;
	line-height: 24px;
	color: #cccccc;
	font-weight: bold;
	position: absolute;
	left: 34px;
	top: 25px;
	z-index: 380;
}

.header_botleft a, .header_botleft a:visited {
	font-size: 22px;
}

.header_botleft a:hover {
	font-size: 22px;
}

.header_botright {
	width: 803px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 25px;
	text-align: right;
	z-index: 360;
}

.header_topleft {
	height: 24px;
	line-height: 24px;
	color: #cccccc;
	font-weight: bold;
	position: absolute;
	left: 34px;
	z-index: 340;
}

.header_topright {
	width: 803px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	text-align: right;
	z-index: 320;
}

#headergap {
	background: #ffffff;
	width: 100%;
	height: 11px;
	position: absolute;
	top: 0px;
}

#headerlogo {
	background-image: url(/images/bmwuk/css/top_logo.gif);
	width: 187px;
	height: 95px;
	position: absolute;
	left: 802px;
	top: 0px;
	z-index: 400;
}

#cheaderlogo {
	background-image: url(/images/bmwuk/css/ctop_logo.gif);
	width: 187px;
	height: 95px;
	position: absolute;
	left: 802px;
	top: 0px;
	z-index: 400;
}

#headershadow {
	background-image: url(/images/bmwuk/css/header_shadow.gif);
	width: 100%;
	height: 5px;
	position: absolute;
	top: 61px;
	overflow: hidden;
}

	/* Corporate Header elements */
	
	#cheader {
		background-image: url(/images/bmwuk/css/cheader_back.gif);
		width: 100%;
		height: 50px;
		position: absolute;
		top: 11px;
		z-index: 300;
	}
	
	#cheader a, #cheader a:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		padding-right: 12px;
	}
	
	#cheader a:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		padding-right: 12px;
	}
	
	/* End of Corporate Header elements */
	
	/* QMS Menu elements */
	
	#qms {
		background: #ffffff;
		width: 999px;
		height: 38px;
		position: absolute;
		top: 61px;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: black;
		float: left;
		z-index: 800;
		visibility: hidden;
	}
	
	.qms_cell {
		color: #5c6476;
		float: left;
		text-align: center;
		margin: 0px auto;
		display: inline;
		padding-right: 6px;
	}
	
	.qms_cells {
		position: absolute;
		left: 140px;
	}
	
	.qms_close {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
	.qms_head {
		line-height: 35px;
		color: #006699;
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		left: 34px;
		float: left;
	}
	
	.qms_headerlogo {
		background-image: url(/images/bmwuk/css/top_logo.gif);
		width: 187px;
		height: 95px;
		position: absolute;
		left: 662px;
		top: -61px;
		z-index: 10;}

		/* Additional elements for Corporate Design */
		
		.cqms_headerlogo {
			background-image: url(/images/bmwuk/css/ctop_logo.gif);
			width: 187px;
			height: 95px;
			position: absolute;
			left: 662px;
			top: -61px;
			z-index: 450;}
	
		/* End of Additional elements for Corporate Design */
	
	/* End of QMS Menu elements */

/* End of Header elements */

/* __________________________________________________ */

/* LHNav elements */

#lhnav {
	width: 214px;
	height: 19px;
	position: absolute;
	top: 61px;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: #afafaf;
}

#lhnav_open {
	background-color: #ffffff;
	width: 214px;
	visibility: visible;
	position: absolute;
	top: 61px;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: #afafaf;
}

#lhnav_open ul {
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px;
	line-height: 150%;
}


#lhnav_openlink_mouseactrivity a {
	color: #000000;
	padding-left: 34px;
	margin: 0px;
}

#lhnav_openlink_mouseactrivity a:hover {
	color: #187aa5;
	padding-left: 34px;
	margin: 0px;
}

.lhnav_openlink {
	color: #000000;
	padding-left: 34px;
	margin: 0px;
}

.lhnav_openlink:visited {
	color: #000000;
}


.lhnav_openlinkactive {
	color: #187aa5;
	padding-left: 26px;
	margin: 0px;
}

/* End of LHNav elements */

/* __________________________________________________ */

/* Footer elements */

#footer {
	background: #f0f0f0;
	color: #525252;
	width: 1000px;
	height: 19px;
	line-height: 19px;
	text-align: right;
	/* border-top-width: 1px;
	border-top-style: solid; */
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: white;
}

.footer_button1 {
	height: 19px;
	background: #3e3d3c;
	float: left;
	padding-left: 6px;
}

.footer_button1 a, .footer_button1 a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

.footer_button1 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 19px;
}

.footer_button2 {
	height: 19px;
	background: #3e3d3c;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: white;
}

.footer_button2 img {
	position: relative;
	top: 6px;
}

.footer_button3 {
	height: 19px;
	background: #f0f0f0;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: white;
}

.footer_button3 a, .footer_button3 a:visited {
	color: #525253;
	font-weight: bold;
	text-decoration: none;
}

.footer_button3 a:hover {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.footer_home {
	height: 19px;
	background: #187aa5;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-spacing: 1px;
	border-color: white;
}

.footer_home img {
	position: relative;
	top: 4px;
}

@media print {
	#footerstrip {
		clear:all;
		background: #f0f0f0;
		width: 100%;
		height: 19px;
		position:static;
	}
}

@media screen {

	#footerstrip {
		background: #f0f0f0;
		width: 100%;
		height: 19px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}

	/* Additional elements for Corporate Design */
	
	.cfooter_button1 {
		height: 19px;
		background: #00349a;
		float: left;
		padding-left: 6px;
	}
	
	.cfooter_button1 a, .cfooter_button1 a:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		float: left;
		line-height: 19px;
	}
	
	.cfooter_button1 a:hover {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		float: left;
		line-height: 19px;
	}
	
	.cfooter_button2 {
		height: 19px;
		background: #00349a;
		float: left;
		padding-left: 6px;
		padding-right: 6px;
		border-right-width: 1px;
		border-right-style: solid;
		border-spacing: 1px;
		border-color: white;
	}
	
	.cfooter_button2 img {
		position: relative;
		top: 6px;
	}

	/* End of Additional elements for Corporate Design */

/* End of Footer elements */

div.footer_button_12 {
    float: left;
    background: #3E3D3C url('/images/bmwuk/footer/footer_item_bg.gif') 100% 0px no-repeat;
    padding: 0px 17px 0px 6px;
    border-right: 1px solid #FFFFFF;
}

div.footer_button_12_corp {
    float: left;
    background: #00349A url('/images/bmwuk/footer/footer_item_bg2.gif') 100% 0px no-repeat;
    padding: 0px 17px 0px 6px;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
}

div.footer_button_12 a:link, div.footer_button_12 a:visited {
    font-weight: bold;
    color: #FFFFFF;
}

div.footer_button_12_corp a:link, div.footer_button_12_corp a:visited {
    font-weight: bold;
    color: #FFFFFF;
}

div.footer_button_12 a:hover {
    font-weight: bold;
    color: #666666;
}

div.footer_button_12_corp a:hover {
    font-weight: bold;
    color: #666666;
}
