/* ================================== */
/*  BMWFJ CSS : Layout Styles  */
/* ================================== */

body {
  background-color: #ededed;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 75%;
  line-height: 1.5;
}

/* --- Main outer Elements ------------------------------------- */

#pagecenter {
  margin: 0 auto;
  min-width: 945px;
  width: 78.75em;
}

#page {
  background-color: white;
  border: 1px solid #b0b2b2;
  margin-bottom: 2em;
}

#header {
  background-color: #ECECEC;
  margin: 0.875em;
  position: relative;
}

#mainNav {
  margin-bottom: 2.67em;
  position: relative;
}

#cols {
  padding: 0 0.875em;
}

#colcontent {
  float: left;
}

#colcontent.specialWide {
  position: relative;
}

#colcontent.regular,
#colcontent.special,
#colcontent.specialWide,
#colcontent.noNav {
  background: transparent url(../images/bgFooterHoriz.png) no-repeat right top;
}

#subNav {
  background: white url(../images/bgTeaserDivider.png) no-repeat left bottom;
  float: left;
  padding: 0.8em 0.8em 5.5em;
  width: 21.4em;
}

#colcontent.specialWide #subNav {
  border: 1px solid #cccccc;
  border-width: 0 1px 1px 0;
  display: none;
  left: 0;
  padding-top: 1.4em;
  position: absolute;
  top: 2.2em;
  box-shadow: 0 0 10px #999999;
  -moz-box-shadow: 0 0 10px #999999;
  -webkit-box-shadow: 0 0 10px #999999;
}

#colcontent.regular #content,
#colcontent.special #content,
#colcontent.specialWide #content,
#colcontent.noNav #content {
  background: transparent url(../images/bgContentDivider.png) no-repeat left bottom;
  float: left;
  padding: 0.7em 3em 5.5em 1.75em;
  width: 39.15em;
}

#colcontent.special #content {
  padding: 0.7em 0.7em 5.5em 1.75em;
  width: 51.2em;
}

#colcontent.specialWide #content {
  padding: 0.7em 0.7em 5.5em 0.75em;
  width: 75.5em;
}

#colcontent.noNav #content {
  padding: 0.7em 0.7em 5.5em 0.75em;
  width: 65.6em;
}

#margRight {
  float: right;
  min-width: 114px;
  width: 9.5em;
}

#footer {
  background: transparent url(../images/bgTeaserDivider.png) no-repeat left bottom;
  clear: both;
  margin: 0 0.875em 1em;
  padding: 0 0 1.5em 0;
}