﻿
@import 'reset.css';

body {
	font-size: 75%;
	color: #222; 
	font-family: "Trebuchet MS", Arial, Verdana, San serif;
}

h1,h2,h3,h4,h5,h6 { 
	color: #111; 
	font-family: "Trebuchet MS", Arial, Verdana, San serif; 
}

p, h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	margin-left:14px; 
	margin-right:10px;
}

h1 { 
	font-size: 1.2em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
}
h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em;
}
h3 { 
	font-size: 1.2em; 
	line-height: 1; 
	margin-bottom: 1em; 
}
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em;
}
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
}
h6 { 
	font-size: 1em; 
	font-weight: bold;
}

p { 
	margin-bottom:1.5em; 
}

a {
	color: #767371;
	text-decoration: none;
}

a:hover{
	color:#000;	
}

a.active {
	font-weight:bold;
}

.container {
	border: 1px solid #ebebeb;
	margin: 2em auto;
	padding:0 0 3em 0;
	width: 950px;
}

.header {
	height: 100px;
}

p#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 66px;
	float: right;
	margin: 20px 15px;
	text-indent: -99999em;
	width: 255px;
}

ul.nav {
	border-top: 1px solid #ebebeb;
	margin: 10px auto 0px auto;
	padding: 10px 0;
	width: 910px;
}

ul.nav li {
	display: inline;
	margin: 5px 33px 5px 0;
	list-style:none;
	font-family: Arial, Verdana, San serif; 
}

ul.nav li.active {
	font-weight: bold;
}
       
.main {
	border: 1px solid #ebebeb;
	margin: 0px auto 10px auto;
	width: 910px;
	padding:2px 0px 2px 0px;
}

.mainbg {
	width:906px;
	margin:0px auto;
	background-color:#1e110e;
}

.subnav {
	width:196px;
	float:left;
}

.subnav-title {
	color:#88817f;
	font-size:0.9em;
	padding:10px 15px 10px 15px;
	background-color:#231613;
}

.subnav ul li {
	list-style:none;
	display:block;
	background-color:#291d1a;
	margin-top:2px;
}

.subnav ul li a, .subnav ul li span {
	color:#cbc8c7;
	display:block;
	padding:10px 15px 10px 15px;
}

.subnav ul li a:hover {
	color:#ecebea;
	background-color:#352927;
}
	                               
.subnav ul li a.active {
	font-weight:bold;
	background-color:#352927;
}	

.subnav ul li.child {
  margin-top:0px;
}

.subnav ul li.child a {
	padding:4px 15px 4px 30px;
	font-size:0.9em;
}

.full-content {
	background-color:#ffffff;
	min-height:600px;
}

.content {
	width:707px;
	background-color:#fff;
	border-left:3px solid #000;
	float:left;
	color:#333333;
	min-height:900px;
}

.content .page-title{
	background-color:#231613;
	color:#cbc8c7;
	font-size:1.1em;
	font-weight:bold;
	padding:9px 15px 9px 15px;
	float:none;
	margin-bottom:10px;
}

.content .media-page-title{
	background-color:#231613;
	color:#cbc8c7;
	font-size:1.1em;
	font-weight:bold;
	padding:9px 15px 9px 15px;
	float:none;
}

.content .one-col {
	border:none;
	margin:0;
	text-align: justify;
}

.content .one-coljust {
	border:none;
	margin:0;
	text-align: justify;
}
.content .head-col {
	padding-top:0.5em;
}

.content .head-col p{
	margin-bottom:0.5em;
}


.content .two-col{
		text-align: justify;

	float:left;
	border:none;
	margin:0;
}

.content .alt-col{
	background-color:#f3f2f2;
}

.content .alt-col h3{
	margin-top:5px;
}

.content .video {
	background-color:#000;
	padding:5px;
}

.content ol, .content ul {
	margin-left:30px
}

.content .gallery{
	margin:0;
	background-color:#000;
	min-height:900px;
	padding-top:2px;
}

.content .gallery img{
	border:0;
	margin:2px 0px 0px 2px;
	width:230px;
	height:185px;
}

.content .showroom-img img{
	margin-top:1px;
	margin-left:20px;
	float:right;
}

.content .row{
	float:none;
	margin:0px 0px 15px 15px;
}

.row label{
	margin:10px 5px 5px 0px;
}

.row .text, .row textarea{
	width:300px;
	border:1px solid #222;
}

.row textarea{
	height:80px;
}

.row select{
	width:300px;
}

.row .button{
	float:right;
	margin-right:13px;
	margin-bottom:10px;
}

.press .inline-img{
	float:left;
	margin:15px;
	border:1px solid #cccccc;
}

.press p{
	margin-top:30px;
}

.brochure {
	background-color:#f3f2f2;
}

p.credits {
	clear: both;
	margin: 0 auto;
	width: 920px;
}

.clear {
	clear:both;
}

.press .clear{
	clear:both;
	margin-bottom:20px;
}

.b {
	font-weight:bold;
}
.justifyright {
	float:right;}