html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0px;
}

body {
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #c0c0c0;
}

td, div, span, li, p  {
	font-size: 11px;
	line-height: 1.4; 
	color: #000000;
}

#content p, #content table {
  margin-left: 75px;
  margin-right: 100px;
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  
}

h1, h2, h3 {
  color: #bca367;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 11px;
}

h4 {
  color: #713328;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 16px;
  border-right: 1px solid #aba482;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

img { border: 0px }

#page {
	width: 980px;
	margin: 0 auto;
	border: 1px solid black;
}

#introtop {
  width: 100%;
  height: 337px;
  background-image: url(_layouts/introtop.jpg);
}

#introbottom {
  width: 100%;
  height: 195px;
  background-image: url(_layouts/introbottom.jpg);
}


#intromenubaraPlaceholder {
  width: 100%;
  height: 12px;
  background-image: url(_layouts/intromenubara.jpg);
}

#top {
  width: 100%;
  height: 154px;
  background-image: url(_layouts/top.jpg);
}

#menubaraPlaceholder {
  width: 100%;
  height: 12px;
  background-image: url(_layouts/menubara.jpg);
  overflow: hidden;
}

#menubarbPlaceholder {
  width: 100%;
  height: 16px;
  background-image: url(_layouts/menubarb.jpg);
}


#bottom {
  width: 100%;
  background-color: white;
}

#content {
  padding-left: 20px;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#contentPlaceholder {
  background-image: url(_layouts/content.jpg);
  background-repeat: no-repeat;
  width: 495px;
  float: left;
}

#contentRight {
  width: 485px;
  height: 378px;
  background-image: url(_layouts/right.jpg);
  float: right;
}

#menubara
{
  margin-left: 430px;
  border-left: 1px solid #0f1d1b;
  height: 100%;
}

.menubaraItem {
  padding-top: 1px;
}

.menubaraItem a
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica;
  font-size: 9px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}

.menubaraSeperator
{
  width: 1px;
  background-color: #000000;
  font-size: 0px;
}

#intromenubarbPlaceholder {
  width: 100%;
  height: 16px;
  background-image: url(_layouts/intromenubarb.jpg);
}


#menubarb
{
  width: 430px;
  border-right: 1px solid white;
  height: 100%;
  text-align: right;
}

#showroombar
{
  width: 275px;
  padding-right: 16px;
  border-right: 1px solid white;
  height: 100%;
  text-align: right;
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}


.menubarbItem {
  padding-top: 2px;
}

.menubarbItem a
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}

.menubarbSeperator
{
  width: 1px;
  background-color: white;
  font-size: 0px;
}

/* showroom */

#showroomPlaceholder {
  width: 100%;
  padding-top: 26px;
  background-image: url(_layouts/showroom.jpg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: top;
}

#showroomMenu {
  float: left;
  width: 292px;
  min-height: 250px;
  text-align: right;
  line-height: 14px;
}

.showroomInfo {
  margin-left: 312px; 
  width: 500px;
}

.showroomNavbar {
  padding: 0px 230px 20px 312px;
  margin: 0px;
  height: 13px;
  clear: both;
  background-image: url(_layouts/showroomnavbar.jpg);
  background-repeat: no-repeat;
  line-height: 1.0;
}

.showroomNavbar a {
  padding: 0px 8px 0px 8px;
  margin: 0px;
  line-height: 1.0;
  color: #0f1d1b;
}

.showroomNavbar td:hover, .showroomNavbar td.on {
  background-color: #bca368;
}

.showroomNavbar td {
  border-left: 1px solid #0f1d1b;
  border-right: 1px solid #0f1d1b;
}

.showroomNavbar span {
  line-height: 1.0;
  color: #0f1d1b;
}

.showroomProductImage {
  border: 1px solid #0f1d1b;
}

#nav_item div {
  color: #aba482;
  font-size: 10px;
  padding-right: 17px;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
}

#nav_item div:hover, #nav_item div.on {
  background-image: url(_layouts/showroomarrow.gif);
  background-repeat: no-repeat;
  background-position: center right;
}





