body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c9c8c6;
	margin: 0 auto;
	padding: 0 auto;
	text-align:center;
	font-size:14px;
	color:#b58d60;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	font-size:16px;
	font-weight:bold;
	color:#91A2AC;
}

H2 {
	font-size:16px;
	font-weight:bold;
	padding: 0 auto;
	margin: 0 auto;
	color:#91A2AC;
}

H3 {
	font-size:14px;
	font-weight:bold;
	color:#91A2AC;
}
H4 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

A:link,
A:visited,
A:active {
	color: #b58d60;
	text-decoration:none;
}

A:hover {
	color: #b58d60;
	text-decoration:underline;
}


.container
{
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	height: 100%;
	background-color:#FFFFFF;
	/*border: 1px #000000 solid;*/
}

.Divider
{
	background-color: #c9c8c6;
	height:20px;
	clear:both;
}

.navigation
{
	text-align:center;
	margin-left: 229px;
}

.CenterContent
{
	
}

.CopyArea
{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-top:40x;
	padding-bottom:20px;
	width: 940px;
	position:inherit;
	/*border: 1px #000000 solid;*/
}

/*--------------------------  Homepage -----------------------------*/
.HomepageCopyArea
{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-top:40x;
	padding-bottom:20px;
	width: 800px;
	position:inherit;
	/*border: 1px #000000 solid;*/
}
.HomepageLeftCol
{
	padding-top:40x;
	padding-bottom:20px;
	width: 695px;
	text-align:left;
	float:left;
	/*border: 1px #000000 solid;*/
}
.HomepageRightCol
{
	padding-top:40x;
	padding-bottom:20px;
	width: 155px;
	float:right;
	text-align:center;
	/*border: 1px #000000 solid;*/
}
.FlashHompage
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px; 
	margin-bottom:15px;
}

/*--------------------------  Products -----------------------------*/
.ProductsLeftColumn
{
	float:left;
	width:720px;
	padding-top:30px;
	/*border: 1px #000000 solid;*/
}

.ProductsRightColumn
{
	float:right;
	width:210px;
	padding-top:30px;
	/*border: 1px #000000 solid;*/
}

.ProductPhotoGalleryDiv
{
	width:940px;
	text-align:left;
	padding-top:20px;
}

.ProductsCopy
{
	clear:both;
	width:940px;
}

.ProductsImages
{
	padding:1px;
   	border:1px solid #021a40;
}
.ProductsGrid
{
	text-align:center;
}

.TechnicalInfo
{
	margin-left:40px;
}
.TechnicalInfoInstallPhotos
{
	padding-left:40px;
}

/*--------------------------  Company History -----------------------------*/
.HistoryCopy
{
	
}

/*--------------------------  Contact Us -----------------------------*/
.ContactUsCopy
{

}
.ContactInfo
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color:#b58d60;
}
.FormLables
{
	color:#b58d60;
}

/*--------------------------  Locate Distributor -----------------------------*/
.DistributorCopy
{

}
.StateListing
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.StateLable
{
	font-weight:bold;
	color: #91A2AC;
}
.BusinessListing
{
	margin-left:20px;
	color:#000000;
}
.ReturnLink
{
	color:#000000;
	font-weight:normal;
	font-size:12px;
}

/*--------------------------  SiteMap -----------------------------*/
.SiteMapCopy
{

}

/*--------------------------  Footer -----------------------------*/
.FooterDiv
{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:12px;
	color: #91A2AC;
}

.FooterLeft
{
	float:left;
	text-align:left;
	margin-left:95px;
	margin-top:10px;
	width:390px;
}

.FooterRight
{
	float:right;
	text-align:right;
	margin-right:95px;
	width:390px;
}

/*------------------------------------------------------------------------*/
/*--------------------------  Dropdown Menus -----------------------------*/
/*------------------------------------------------------------------------*/
@charset "UTF-8";

/** 
 * Adobe CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Adobe
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */
/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: bold 12px Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 padding: 7px 12px;
	 background-color: #FFF;
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #FFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #000; text-decoration: none; }
	ul.dropdown a:hover { color: #000; text-decoration: underline; }
	ul.dropdown a:active { color: #000; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 margin-left: 0px;
	 /*width: 170px;*/
	 padding-bottom: 9px;
	 /*background: url(images/dropdown_pane.png) 0 100% no-repeat;*/
	 background-color:#d2d2d2;
	 color: #000;
	 font-size: 13px;
	 font-weight: normal;
	}

	ul.dropdown ul li {
	 background-color: transparent;
	 color: #000;
	}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
	 background-color: transparent;
	}

	ul.dropdown ul li.empty {
	 padding: 12px 12px 7px !important;
	 font-weight: bold;
	}

	ul.dropdown ul a:link,
	ul.dropdown ul a:visited { color: #000; }
	ul.dropdown ul a:hover { color: #000; text-decoration: none; }
	ul.dropdown ul a:active { color: #000; }

	ul.dropdown ul ul {
	 display: none;
	}

	ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 0px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */

/* Components override */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}

