html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border:none;
}

body {
	background-color: #21201e;
	color: #a5a6a8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	scrollbar-3dlight-color: #a5a6a8; 
	scrollbar-arrow-color: #a5a6a8; 
	scrollbar-base-color: #28282a; 
	scrollbar-darkshadow-color: #222222; 
	scrollbar-face-color: #28282a; 
	scrollbar-highlight-color: #6a6d6d; 
	scrollbar-shadow-color: black;
}

a:link {
	color: #a5a6a8;
	text-decoration: underline;
}
a:visited {
	color: #a5a6a8;
	text-decoration: underline;
}
a:hover {
	color: #a5a6a8;
	text-decoration: underline;
}
a:active {
	color: #a5a6a8;
	text-decoration: underline;
}

.Head {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 16px;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 13px;
}

h1, .title1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 18px;
	font-weight: normal;
}

h2, .title2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 16px;
	font-weight: normal;
}

h3, .title3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a6a8;
	font-size: 13px;
	font-weight: normal;
}

.WrapperTable {
	height: 100%;
	width: 100%;
	color: #a5a6a8;
	background-color: #21201e;
}

.TMenu {
	color: black;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.TMenuSelected {
	color: #a6a6a6;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.TMenu a:link {
	color: black;
	text-decoration: none;
}
.TMenu a:visited {
	color: black;
	text-decoration: none;
}
.TMenu a:hover {
	color: #a6a6a6;
	text-decoration: none;
}
.TMenu a:active {
	color: #a6a6a6;
	text-decoration: none;
}

.LMenu {
	color: #a0b7cb;
	letter-spacing: 3px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.LMenu2 {
	color: #a5a6a8;
	letter-spacing: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.ShowroomNumber {
	color: #a5a6a8;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.Normal {
	color: #a5a6a8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.keywords {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.Normal {
	color: #a5a6a8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.small {
	color: #a5a6a8;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.StockDescription {
	color: #a5a6a8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.LoginCell {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.Copyright {
	color: #212121;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.Copyright a:link {
	color: #212121;
	text-decoration: underline;
}
.Copyright a:visited {
	color: #212121;
	text-decoration: underline;
}
.Copyright a:hover {
	color: #9c9d8c;
	text-decoration: underline;
}
.Copyright a:active {
	color: #212121;
	text-decoration: underline;
}

.BMenu {
	color: #424244;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.BMenu a:link {
	color: #424244;
	text-decoration: none;
}
.BMenu a:visited {
	color: #424244;
	text-decoration: none;
}
.BMenu a:hover {
	color: #696969;
	text-decoration: none;
}
.BMenu a:active {
	color: #424244;
	text-decoration: none;
}

.SimpleWrapper {
	border: 1px solid #333333;
	margin: 0 0 0 0;
}

.gradientTop {
	background-repeat: repeat-y;
	background-color: #424244;
	background-image: url(images/gradient-3.jpg);
}

.gradientBottom {
	background-repeat: repeat-y;
	background-color: #6e6f71;
	background-image: url(images/gradient-4.jpg);
}

.CommandButton     
{
    color: black;
	 font-size: 13px;
	 line-height: 22px;
}
    
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration:    none;
    padding: 2px 8px 3px 8px;
    color: black;
	 background-color: #a5a6a8;
}

A.CommandButton:hover    {
    text-decoration: none;
    padding: 2px 8px 3px 8px;
    color: black;
	 background-color: #474749;
}


.SearchButton     
{
    color: black;
	 font-size: 13px;
	 line-height: 20px;
}
    
A.SearchButton:link, A.SearchButton:visited, A.SearchButton:active {
    text-decoration:    none;
    padding: 2px 3px 3px 3px;
    color: black;
	 background-color: #545557;
}

A.SearchButton:hover    {
    text-decoration: none;
    padding: 2px 3px 3px 3px;
    color: black;
	 background-color: #474749;
}

.RedCommandButton     
{
    color: black;
	 font-size: 13px;
	 line-height: 22px;
}
    
A.RedCommandButton:link, A.RedCommandButton:visited, A.RedCommandButton:active {
    text-decoration:    none;
    padding: 2px 8px 3px 8px;
    color: black;
	 background-color: #cc0000;
}

A.RedCommandButton:hover    {
    text-decoration: none;
    padding: 2px 8px 3px 8px;
    color: black;
	 background-color: #aa0000;
}

/* overlay for vignettes */

.overlay {
   display:none;
   padding:0;
   border: 0;
   margin:0;
   position:absolute;
   z-index:2;
}

.vignette{
   position:relative;
   z-index:0;
   border: 0;
}

.vignette:hover, .vignette.over{
   border: 0;
}

/* default controls */

.textbox {
	background-color: #ececec;
	border-width: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Left Button */

.LeftButtons {
	background-color: #545557;
	padding: 0px;
	border-bottom: 0px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.LeftButtons ul 
{
	margin: 0 !important;
	padding: 0 !important;
}

.LeftButtons li 
{
	margin: 0 0 0 0;
	list-style-type: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
}

.LeftButtons li a {
   color: #21201e;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 18px;
}

.LeftButtons li a:hover {
   color: black;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #444446;
}

/* Articles */

.ArticleListTitle {
	color: #bdbec0;
	font-size: 18px;
	line-height: 25px;
}

.ArticleTitle {
	color: #bdbec0;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.ArticleSubTitle {
	color: #bdbec0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
}

.ArticleHomeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ArticleHomeSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  From Style Theme: 02 - Carbon, modified by tiptopweb
  -----------------------------------
*/

.p7APM02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border: 0px solid #000;
	margin: 0 auto;
	width: auto;
}
.p7APM02 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM02 .p7APMtrig h3, .p7APM02 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}
.p7APM02 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: black !important;
	font-weight: bold;
	background-color: #545557 !important;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
	letter-spacing: 1px;
}
.p7APM02 .p7APMtrig .p7APM_ext, .p7APM02 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	color: black !important;
	background-color: #545557 !important;
}
.p7APM02 .p7APMtrig a:hover {
	color: black !important;
	background-color: #474749 !important;
}
.p7APM02 .p7APMtrig a:active, .p7APM02 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM02 .p7APMtrig .p7APMtrig_down {
	color: black !important;
	background-color: #474749 !important;
	font-weight: bold;
	letter-spacing: 1px;
}
.p7APM02 .p7APMtrig .p7APMtrig_down:hover {
	color: black !important;
	background-color: #474749 !important;
}
.p7APM02 .p7APMcwrapper {
	position: relative;
}
.p7APM02 .p7APMpanelcontent {
	color: #21201e;
	background-color: #a5a6a8;
	line-height: normal;
}

.p7APMpanelcontent ul 
{
	margin: 0 !important;
	padding: 0 !important;
}

.p7APMpanelcontent li 
{
	margin: 0 0 0 0;
	list-style-type: none;
}

.p7APMpanelcontent li a {
   color: #21201e;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 18px;
}
.p7APMpanelcontent li a:hover, .p7APMpanelcontent li a:active {
   color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #929395;
	display: block;
	padding: 3px 0px 3px 18px;
}

/* so we can indicate the selected item, independant of the panel really */

.p7APMpanelcontentSelected {
   color: white;
}

/* change to have a fixed height */

.p7APMpanelcontent {
  min-height:288px ;
  _height:288px ;
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}
