/* Node Level Styles
---------------------------*/
body {
  background-color: #000;
  color: #FFF;
  padding: 0px;
  margin: 0px;
}

.body {
  background: #424242;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
}

pre {
  background-color: #EEE;
  padding: 10px;
  font-size: 11px;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;  
  font-size: 15px;
}

h1 {
}

a {
  color: #AAA;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

a img {
  border: 0px;
}


/* Layout
---------------------------*/
#header-container {
  background: url(/images/header-background.gif) repeat-x;
  min-width: 858px;
  height: 69px;
}

#header-container #logo {
  background: url(/images/logo-background.gif) no-repeat center;
  height: 69px;
}

#header-container #logo div {
  width: 858px;
  text-align: right;
	margin: 0px auto 0px auto;
  padding-top: 24px;
}

#header-container #title {
  background: url(/images/title-background.gif);
  width: 858px;
  height: 35px;
	margin: -35px auto 0px auto;
}

#header-container #title h1 {
  float: left;
  margin: 8px 0px 0px 10px;
  padding: 0px;
}

#header-container #title span {
  float: left;
  display: block;
  margin-top: 2px;
}


/* Callout Box
------------------------*/
#callout-container {
  width: 858px;
  margin: 20px auto 0px auto;
  text-align: left;
}

#callout-container h3 {
  font-size: 10px;
  font-weight: bold;
  padding-left: 12px;
  background: transparent url(/images/audi-arrow.gif) no-repeat;
}

#callout-container h3 a {
  color: #FFF;
}

#callout-container .callout-independent, #callout-container .callout {
  width: 284px;
  overflow: visible;
  margin-right: 3px;
  float: left;
}

#callout-container .callout-independent .left, #callout-container .callout-independent .right, #callout-container .callout-independent h1 {
  display: none;
}

#callout-container .callout {
  background: url(/images/callout-background.gif) repeat-x;
}

#callout-container .third {
  margin-right: 0px;
}

#callout-container .callout .left, #callout-container .callout .right {
  float: left;
  background: url(/images/callout-left.gif) no-repeat;
  width: 3px;
  height: 3px;
  font-size: 1px;
}

#callout-container .callout .right {
  background: url(/images/callout-right.gif) no-repeat;
  float: right;
}

#callout-container .callout .content {
  margin: 12px 14px 15px 15px;
  overflow: visible;
	line-height: 16px;
	font-size: 10px;
	color: #CACACA;
  clear: both;
  width: 254px;
}

#callout-container .callout .content p {
	font-size: 10px;
	padding: 0;
	margin: 0px;
	line-height: 16px;
}

#callout-container .callout .content img {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#callout-container .callout h1 {
  margin: 0px 0px 10px 0px;
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}


/* Full Page Flash
------------------------*/
#content #seo-contents, #flashcontent #seo-contents {
  margin: 20px;
  top: 0px;
  left: 0px;
}

#content-container #content-wrapper {
  background: #424242 url(/images/background.jpg) no-repeat scroll center 69px;
}

#flash-content-container {
  height: 100%;
}

#seo-wrapper {
  border-top: 1px solid #333;
  padding-top: 10px;
}

#seo-wrapper #seo-nav {
  width: 200px;
  height: 20px;
}


/* Footer Navigation
------------------------*/
#footer-navigation {
  width: 100%;
  height: 27px;
  background: url(/images/footer-background.gif);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#footer-navigation a {
  color: #474747;
  text-decoration: none;
}

#footer-navigation a:hover {
  background: transparent;
  color: #999;
}

#footer-navigation #global {
  float: right;
  font-size: 10px;
  margin: 7px 10px 0px 0px;
  color: #474747;
  height: 23px;
}

#footer-navigation #models {
  width: auto;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
}

#footer-navigation #models img {
  border: 0px;
}

#footer-navigation #models a.toggler {
  display: block;
  float: left;
}

#footer-navigation #models ul, #footer-navigation #models li {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 27px
}

#footer-navigation #models li {
  margin: 0px;
}

#footer-navigation #models li ul {
  text-align: right;
  margin: 0px;
  background: url(/images/footer-background.gif);
}

#footer-navigation #models li ul li {
  width: 700px;
  padding-left: 11px;
  background: url(/images/models-background.gif) no-repeat;
}

#footer-navigation #models li ul li a {
  display: block;
  float: left;
  margin: 6px 8px 0px 8px;
  padding: 0px;
}

#footer-navigation .togglee {
  width: 1px;
}



/* Default Rails
---------------------------*/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0px;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

div.tip {
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

/* Advertising stuff
------------------------------*/
#dart {
  display: none;
}
