/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce
  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size: 10px; color: #33462e; text-decoration: underline; }

body {
	margin: 0px;
	color: #000000;
	text-align: center;
	background: #cd9933 url(/TFA/images/bkg_main.jpg);
	}

/* TFA Customizations */
table.CenterShop {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #000000;
	background-color: #F5EFE2;
	font-family: Verdana, Arial, sans-serif;
	}

/* LINKS */
A		{color: #000000; text-decoration: none;}
A:hover {color: #33462e; text-decoration: underline;}

A.smLinks 		{color: #000000; font-size: 10px; text-decoration: none; }
A.smLinks:hover {color: #33462e; font-size: 10px; text-decoration: underline;}

FORM {display: inline;}

table.headerBox {
	width: 800px;
	margin: 26px auto 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #ffffff url(/TFA/images/tfa_hdback.jpg) no-repeat 0px 0px;
	}
tr.headerNavigation {
	background: #cccccc;
	}
td.headerNavigation {
	padding-bottom: 5px;
	height: 27px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #cccccc;
	border-top: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	}
a.headerNavigation { color: #000000; }
a.headerNavigation:hover { color: #33462e; }

tr.headerError { background-color: #ff0000; }
td.headerError {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #ff0000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}

tr.headerInfo { background: #00ff00; }
td.headerInfo {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #00ff00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}

div#footer {
	width: 800px;
	margin: 0px auto 12px;
	padding: 4px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	}
table.footer {
	width: 800px;
	margin: 0px auto;
	padding: 4px 4px 2px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	}
td.footer {
	padding: 4px 4px 2px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	}

/* Lists */
ul {
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	list-style-type: disc;
	font-family: Verdana, Arial, sans-serif;
	}
li {
	padding: 0;
	}

/* INFO BOXES */
.ColumnRight {
	width: 186px;
	font-size: 10px;
	background-color: #669933;
	border-left: 1px solid #000000;
	}

.ColumnBoxContents {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	}

.infoBoxHeadingShoppingCart {
	height: 28px;
	width: 180px;
	color: #33462e;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_cart.gif) no-repeat;
	}
.infoBoxHeadingCartArrow {
	background: #33462e;
	height: 28px;
	color: #33462e;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	}
.ShoppingCartBox {
	padding: 0px 2px 0px 8px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
.ShoppingCartBoxContents {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}

.CategoriesBoxHeading {
	height: 29px;
	width: 180px;
	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_collections.gif) no-repeat;
	}
.CategoriesBox {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
div#MenuBar {
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 1px;
	}

.infoBoxHeadingSpecials {
	height: 29px;
	width: 180px;
	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_specials.gif) no-repeat;
	}
.SpecialsBox {
	font-size: 10px;
	background-color: #cde7a8;
	font-family: Verdana, Arial, sans-serif;
	}
.SpecialsBoxContents {
	font-size: 10px;
	background: #cde7a8;
	font-family: Verdana, Arial, sans-serif;
	}

.infoBoxHeadingArrow {
	background-color: #33462e;
	height: 28px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

.infoBoxHeadingSearch {
	height: 29px;
	width: 180px;
	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
 	background: #33462e url(/TFA/images/infobox/hd_search.gif) no-repeat; 
	}

.InformationBoxHeading {
	height: 29px;
	width: 180px;
	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_info.gif) no-repeat;
	}
.InformationBox {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 2px 4px 14px;
	font-family: Verdana, Arial, sans-serif;
	}
.InformationBoxContents {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	}

.OrderHistoryBoxHeading {
	height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_history.gif) no-repeat;
	}
.OrderHistoryBoxContents {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
.OrderHistoryBox {
	font-size: 10px;
	padding: 0px 0px 2px 14px;
	font-family: Verdana, Arial, sans-serif;
	}
.OrderHistory {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, sans-serif;
	}

.infoBoxHeadingLogin {
	height: 29px;
	width: 180px;
	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_login.gif) no-repeat;
	}

/* CONTENT BOXES*/
.contentBoxHeading {
	height: 28px;
	color: #F5EFE2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #33462e;
	}

.contentBoxHeadingBlank {
	height: 28px;
	color: #F5EFE2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #33462e;
	}

.contentBoxHeadingSearch {
	height: 28px;
	color: #F5EFE2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_searchadv.gif) no-repeat;
	}

.contentBoxHeadingNewProducts {
	height: 28px;
	color: #F5EFE2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #33462e url(/TFA/images/infobox/hd_newproducts.gif) no-repeat;
	}

/* Login Page
-------------------------------------------------------- */
td.loginBoxHD {
  height: 28px;
 	color: #33462e;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
td.new {
	border-right: 1px solid #000000;
 	background: #33462e url(/TFA/images/infobox/hd_newcustomer.gif) no-repeat;
	}
td.rtn {
  background: #33462e url(/TFA/images/infobox/hd_returncustomer.gif) no-repeat;
	}
table.login div.button {
	text-align: right;
	}
table.loginbox td {
	padding: 4px 4px 4px 10px;
	}
table.loginbox {
	vertical-align: top;
  background-color: #C6BB97;
	}
div.loginbox {
	height: 145px;
	margin-bottom: 10px;
	vertical-align: top;
	background-color: #C6BB97;
	border-bottom: 1px solid #000000;
	}
div.new {
	border-right: 1px solid #000000;
	}
table.loginbox h4 {
	margin: 0px;
	padding: 4px 0px 2px 0px;
	font-size: 13px;
	}
table.loginbox p {
	margin: 4px 10px 4px 8px;
	font-size: 12px;
	line-height: 1.6;
	}
table.loginbox label {
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	}
table.loginbox td.pass {
	text-align: right;
	}
table.loginbox td.pass p {
	font-size: 11px;
	color: #33462e;
	}
table.loginbox td.pass p.smallText {
	font-size: 10px;
	}
/* Login Page eof
---------------------------------- */
TD.infoBoxHeading {
	font-size: 10px;
	font-weight: bold;
	background: #33462e;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	}
TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	}

.infoBoxNotice {
	background: #FF8E90;
	}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
/* EOF BOXES */

#IndexAD {
	width: 100%;
	text-align: center;
	border-top: 1px solid #000000;
	}
.IndexAD {
	background: #CDE7A8;
	}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #F5EFE2;
	}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #F5EFE2;
	}

TABLE.productListing {
	border: 0px;
	border-style: solid;
	}

.listpic{
	padding-left: 20px;
	}

TD.productListing-heading {
	background: #33462e;
	height: 28px;
	color: #F5EFE2;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	}
A.productListing-heading:hover {
color: #F5EFE2;
}


/* No Products In Category */
TD.productListing-nodata {
	font-size: 10px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-family: Verdana, Arial, sans-serif;
	}

TD.productListing-data {
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, sans-serif;
	}

/* Products Info Page Styles */
.productsBox {
	padding: 0px 0px 0px 20px;
	}
.productsSpecsBox {
	vertical-align: top;
	margin: 0px 10px 0px 12px;
	border: 10px solid #EFE4CF;
	}
.productsSpecs {
	vertical-align: top;
	background-color: #EFE4CF;
	}
.productsSpecsHD {
	font-family: Verdana, Arial, sans-serif;
	color: #33462e;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	}
.productsText {
	font-family: Verdana, Arial, sans-serif;
	color: #33462e;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	width: 78px;
	text-align: right;
	}
.productsInputText {
	font-family: Verdana, Arial, sans-serif;
	color: #2F200D;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: top;
	line-height: 15pt;
	}
.productsDescText {
	font-family: Verdana, Arial, sans-serif;
	color: #2F200D;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	}
.productsFrameDetail {
	font-family: Verdana, Arial, sans-serif;
	color: #33462e;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	padding-left: 14px;
	}
.PriceHD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2F200D;
	padding-right: 10px;
	}
.NOPriceHD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.contentBoxHeadingFamilyProducts {
	height: 28px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #F5EFE2;
	background: #33462e url(/TFA/images/infobox/hd_family.gif) no-repeat;
	}

A.pageResults { color: #2F200D; }
A.pageResults:hover { color: #847230;}

td.pageHeading, div.pageHeading {
	color: #33462e;
	font-size: 19px;
	line-height: 2.1;
	font-weight: bold;
	padding-left: 12px;
	}

TR.subBar {
	background: #f4f7fd;
	}
TD.subBar {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}

.infoPagesHD {
	background: #CDE7a8;
	}

/* INDEX Page
-------------------------------------------------------- */
.indexGreetHD {
	background: #CDe7a8;
	}
.indexGreet {
	background: #cde7a8;
	padding-right: 10px;
	padding-left: 16px;
	font-size: 11px;
	line-height: 1.5;
	}
.indexGreet h1 {
	font-size: 14.5px;
	margin: 0px;
	padding: 0px;
	}
.indexGreet h1 a {
	font-size: 14px;
	font-style: bold;
	text-decoration: underline;
	}
.indexGreet h2 {
	font-size: 13.5px;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 10px;
	}
.indexGreet h2 a {
	font-size: 14px;
	font-style: bold;
	text-decoration: underline;
	}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding-right: 16px;
	padding-left: 16px;
	}

.button {
	padding: 0px 16px 10px;
	}

/* Additional Pages
-------------------------------------------------------- */
.contentMain {
	font-size: 11px;
	line-height: 1.5;
	padding-right: 30px;
	padding-left: 22px;
	color: #2F200D;
	font-family: Verdana, Arial, sans-serif;
	}
.contentHD {
	font-size: 14;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.08em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#contentBody {
	font-size: 11px;
	color: #2F200D;
	margin-left: 8px;
	font-family: Verdana, Arial, sans-serif;
	}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}

SPAN.clickEnlarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 25px;
	}
.clickEnlarge {
	font-size: 9px;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 25px;
	letter-spacing: .01em;
	font-family: Verdana, Arial, sans-serif;
	}
.MoPics {
	padding-bottom: 20px;
	vertical-align: bottom;
	text-align: left;
	}

.MainFeatured {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .01em;
	font-weight: bold;
	}
.FeaturedProds {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
	}
.FeaturedProds img {
	margin-bottom: 5px;
	}

.ModelFeatured {
	font-size: 10px;
	color: #584B1F;
	padding-top: 3px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
	font-variant: small-caps;
	}

.SubCategoryMain {
	font-size: 11px;
	margin-top: 8px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	}

.modelText {
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	}

TD.accountCategory {
	color: #aabbdd;
	font-size: 13px;
	}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	}

SPAN.newItemInCart {
	font-size: 10px;
	color: #D7CFB5;
	font-weight: bold;
	}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	}

input.inputbox {
	background: #D6CEB4;
	border: 1px solid #5A4918;
	}
textarea {
	width: 100%;
	font-size: 11px;
	border: 1px solid #6B5D21;
	background-color: #C6BB97;
	font-family: Verdana, Arial, sans-serif;
	}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	}
TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
	}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #993333;
	font-weight: bold;
	}


SPAN.errorText {
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
	}

.moduleRow { }
.moduleRowOver { background-color: #A69869; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #C6BB97; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; background: #000000;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/* CONTACT
-------------------------------------------------------- */
#cinfo {
	margin: 12px 18px 0px;
	border: 1px solid #000000;
	padding: 5px;
	background: #C6BB97;
	font-family: "Times New Roman", Times, serif;
	}
#cinfo h1 {
	margin: 0px;
	padding: 0px 0px 6px;
	font-size: 18px;
	color: #2F200D;
	}
#cinfo h2 {
	margin: 26px 0px 3px;
	padding: 0px;
	font-size: 17px;
	color: #2F200D;
	font-variant: small-caps;
	}
legend {
	color: #2F200D;
	font: bold 16px "Times New Roman", Times, serif;
	}
#cinfo p {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	font-size: 13.5px;
	font-weight: bold;
	}
.cright {
	margin-left: 65%;
	}
.cleft {
	float: left;
	width: 60%;
	font-size: 14.5px;
	font-weight: bold;
	margin-bottom: 18px;
	}
.cleft label {
	margin-right: 20px;
	color: #605222;
	margin-left: 8px;
	font-size: 11.5px;
	font-weight: bold;
	font-variant: small-caps;
	}
fieldset {
	margin: 18px;
	}
fieldset p {
	margin: 4px 4px 8px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	}
.co {
	font-size: 17.5px;
	}
.ph {
	font-size: 19px;
	}
/* CONTACT eof
---------------------------------- */

/* ABOUT US
-------------------------------------------------------- */
td#aboutCT {
	text-align: center;
	}
div#about {
	margin: 10px auto;
	padding: 0px;
	width: 576px;
	color: #000;
	text-align: left;
x	line-height: 1.25;
	font: 0.8125em Verdana, sans-serif;
	}

div#about h3 {
	color: #382610;
	text-transform: uppercase;
	font: bold 1.15em Georgia, "Times New Roman", serif;
	}
div#about h4 {
	color: #2F200D;
	letter-spacing: 0.1em;
	font: bold 1.0em Georgia, "Times New Roman", serif;
	}
div#about h5 {
	color: #2F200D;
	letter-spacing: 0.1em;
	font: bold .86em Georgia, "Times New Roman", serif;
	}
span#tfa, span.tfa {
	font-weight: bold;
	letter-spacing: 0.08em;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

div.picleft {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 320px;
	float: left;
	}
div.boxright {
	margin: 0px;
	padding: 0px;
	width: 236px;
	float: left;
	line-height: 1.5em;
	}

div.boxleft {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 342px;
	float: left;
	}
div.boxleft h3 {
	margin: 0px 0px 0.35em;
	padding: 0px;
	}
div.boxleft h4 {
	margin: .2em 0px 0.25em;
	padding: 0px;
	}
div.boxleft h5 {
	margin: 0px;
	padding: .4em .4em 1.4em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
div.boxleft table td {
	padding: 6px 0px 6px 6px;
	vertical-align: top;
	width: 50%;
	font-size: 0.78em;
	line-height: 1.8;
	}

div.picright {
	margin: 0px;
	padding: 0px;
	width: 214px;
	float: left;
	}
div.picleft p, div.picright p { /* pic captions */
	margin: 0px;
	padding: 6px 6px 9px;
	color: #33462e;
	font-weight: bold;
	text-align: center;
	letter-spacing: .02em;
	font-size: 0.875em;
	}

div#abcontact { /* contact info */
	margin: 0px;
	padding: 5px 5px 8px;
	text-align: left;
	background: #C6BB97;
	border: 1px solid #000000;
	}
div#abcontact h5 {
	margin: 0px;
	padding: .2em .2em .4em;
	font-weight: bold;
	font-style: normal;
	}
div#abcontact p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

table#showrooms {
	padding: 0px;
	width: 576px;
	float: left;
	font: .85em Georgia, "Times New Roman", Times, serif;
	}
table#showrooms td {
	padding: 6px;
	width: 33%;
	color: #33462e;
	vertical-align: top;
	}
table#showrooms td h3 {
	margin: 0.65em 0em 0em;
	padding: 0;
	}
table#showrooms td h4 { /* state */
	margin: 0em 0em 0.5em;
	padding: 0;
	text-decoration: underline;
	font: bold small-caps 1.2em Georgia, "Times New Roman", serif;
	}
table#showrooms td h5 { /* showroom */
	margin: 0 0 .14em;
	padding: 0;
	color: #33462e;
	font-size: 1em;
	}
.tr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 0.5em;
	}
/* ABOUT US eof
------------------------------------- */
