/*

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%;
	}
}

.errors {
	font-family: arial,helvetica,sans;
	font-size: 11px;
	color: #CC0000;
}


#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;
}

.dividerbgcolor {
	background-color: #666666;
}

@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;
}

.form_common_text_field_short, 
.form_common_dropdown_field_short {
	width: 160px;
}

/* 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%;
	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 */




