body {
  margin-bottom: 20px;
  color: #ddd;
  background: #000 url(/img/body-bg.gif) repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}
a {
  text-decoration: none;
  color: #c00;
}
a:hover {
  text-decoration: underline;
}
.floatright {
  text-align: right;
  float: right;
  display: inline;
}
.alignright {
  text-align: right;
}
.tagline {
  text-align: center;
  font-style: italic;
  margin: 0 40px;
}
.label, .tagline {
  color: #888;
  font-weight: bold;
}
.clear {
  clear: both;
}
.alt {
  display: none;
}
.small {
  font-size: 10px;
}
.error {
	color: #c00;
	text-align: center;
}
#wrapper {
  width: 1024px;
  margin: 0 auto;
  border: solid 1px #222;
  background: transparent url(/img/wrapper-bg.jpg) no-repeat left top;
  text-align: left;
}
#header {
  height: 134px;
}
#header h1 {
  margin: 0;
}
#mainnav {
  height: 29px;
  background: transparent url(/img/mainnav-bg.png) repeat-x left top;
  text-align: center;
  font-size: 0px;
}
#mainnav ul {
  margin: 0px;
  list-style: none;
}
#mainnav li {
  display: inline;
}
#main {
  position: relative;
  min-height: 409px;
  background: #000;
}
#main h2 {
  font-size: 14px;
  font-weight: bold;
  color: #c00;
}
#main h3 {
  font-size: 12px;
  font-weight: bold;
}
#content, #more-content {
  position: absolute;
  height: 362px;
  top: 24px;
}
#content {
  width: 436px;
  left: 32px;
}
#more-content {
  width: 472px;
  left: 526px;
}
#promos {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
	font-size: 0px;
}
#promos a {
	display: block;
	float: left;
  width: 256px;
  height: 98px;
}
#footer {
  height: 82px;
  padding: 8px 24px;
  background: #444 url(/img/footer-bg.gif) repeat-x left top;
  color: #666;
  text-align: right;
}
#credits {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	color: #444;
	font-size: 10px;
}
#credits a {
	color: #666;
}

/*-- PAGE SPECIFIC STYLES --*/

#index #main, #about-us #main, #press #main {
  background: #000 url(/img/left-bar-bg.jpg) no-repeat left top;
}
#products #main #landing {
  background: #000 url(/img/cross-bg.jpg) no-repeat left top;
}
#products #main #listing {
  background: #000 url(/img/main-bg.jpg) no-repeat left top;
}
#products #main #detail {
  background: #000 url(/img/bar-bg.jpg) no-repeat left top;
}
#products #main h2 {
  font-size: 18px;
}
#gallery #main #videos {
  background: #000 url(/img/left-bg.jpg) no-repeat left top;
}
#gallery #main #pictures {
  background: #000 url(/img/main-bg.jpg) no-repeat left top;
}
#dealer-lounge #main, #contact #main, #investor-relations #main {
  background: #000 url(/img/right-bar-bg.jpg) no-repeat left top;
}

#index #content, #about-us #content, #press #content, #products #more-content {
  padding: 0 18px;
  overflow: auto;
  background: transparent url(/img/content-bg.png) no-repeat left top;
}
#products #more-content {
	width: 436px;
  left: 540px;
  font-size: 14px;
}
#landing, #listing, #detail, #videos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#landing {
  text-align: center;
}
#landing img.landing {
  margin: 17px 50px;
}
#listing {
  width: 944px;
  padding: 0 40px;
  overflow: auto;
}
.listing-item {
  float: left;
  width: 170px;
  padding:10px 6px 0 6px;
  text-align: center;
}
.list-item img {
  width: 170px;
  height: 113px;
}
#thumb-images {
  list-style: none;
  text-align: center;
}
#thumb-images li {
  display: inline;
}
#purchase {
  position: relative;
  padding-top: 20px;
}
#contact #more-content, #investor-relations #more-content {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
#contact-form label {
  width: 100px;
  float: left;
  margin: 16px 10px 0 0;
  text-align: right;
  display: inline;
}
#contact-form input, #contact-form textarea, #contact-form select {
  width: 240px;
  margin-top: 10px;
}
#contact-form textarea {
  vertical-align: text-bottom;
}
#contact-form #submit {
  width: 50px;
  float: none;
  margin-left: 10px;
  font-size: 10px;
  vertical-align: text-bottom;
}
#dealer-lounge #contact-form #submit {
  margin-left: 0;
}
#dealer-lounge #more-content span {
	float: left;
	width: 240px;
	border-bottom: solid 2px #888;
	height: 20px;
}
#dealer-lounge #more-content p {
	margin: 20px 60px 0 20px;
	clear: both;
	font-size: 14px;
}

#gallerynav {
  position: absolute;
	top: 10px;
	left: 40px;
}
#gallerynav img {
  vertical-align: middle;
}
#video-selector {
  margin: 90px 0 0 100px;
	list-style: none;
}
#video-selector li {
  background: url(/img/video-icon.png) no-repeat left top;
  height: 29px;
  padding: 4px 0 0 45px;
}
#video-player {
  position: absolute;
  height: 362px;
  top: 24px;
  width: 472px;
  left: 496px;
}
#pictures {
  padding: 60px 40px 20px 40px;
  height: 400px;
}
#picture-player {
    height: 400px;
}
