@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body
{
	/*background-color:#FFF;*/
	background: transparent url(/images/background.png) repeat-y scroll 50% 50%;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
}

a
{
	color: #AE5350;
}

h1, .h1
{
	font-size:18px;
	font-weight: normal;
}


h2, .h2
{
	font-size:18px;
	font-weight: normal;
}

h3, .h3
{
	font-size:14px;
	font-weight: bold;
}

h4, .h4
{
	font-size:12px;
	font-weight:bold;
}

h5, .h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.red
{
	color: #AE5350;
}

.grey
{
	color: #707058;
}

#container
{
	background-color:#ffffff;
	position: relative;
	width: 770px;
	text-align: left;
	border: 1px solid #D9C7B1;
	margin: 0 auto;
}

#fade-container
{
	/*visibility:hidden;*/
}

.divider {
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: #D9C7B1;
}

#header-bar {
	width: 770px;
	overflow: visible;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 110px;
	background-image: url(../images/banner-main.jpg);
	background-repeat: no-repeat;
}
#header-bar-telephone {
	width: 200;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding-top: 78px;
	padding-left: 540px;
}
#header-bar  p.logo-image     {
	float: left;
	border: 3px solid #999999;
	background-color: #000000;
	width: 103px;
	height: 94px;
	margin-left: 4px;
	_margin-left: 2px;
	margin-top: 4px;
	_margin-top: 2px;
}
#header-bar .logo-image img {
	text-decoration: none;
}
#header-bar-text
{
	/*margin-top:25px;*/
	color:#FFFFFF;
	margin-left: 20px;
	_margin-left: 10px;		/* fix for IE6 float bug*/
	float:left;
	margin-top: 30px;
	_margin-top: 15px;
}

#header-bar  p.header-bar-request    {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	_margin-top: 10px;
	margin-right: 0px;
	display: block;
	position: absolute;
	left: 569px;
	top: 5px;
	float: right;
}
.header-bar-request a {
	text-decoration: none;
	color:#000000;
}

#main-menu-bar {
	font-size: 12px;
	background-color: #ffffff;
	width: 770px;
	float: left;
	position:relative;
	padding: 0px;
	background-image: url(../images/main-menu-bar-repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	clear: left;
}
#main-menu-bar  ul       {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}
#main-menu-bar ul li {
	float: left;
}
#main-menu-bar ul li a
{
	line-height: 38px;
	display: inline;	/* fix for IE7 bug. include immediately before 'display:block' */
	display: block;
	font-size: 12px;
	text-decoration:none;
	background-image: url(../images/main-menu-bar-separator.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0 9px;
	font-weight: normal;
	background-attachment: scroll;
	color: #FFFFFF;
}
#main-menu-bar    ul   li  a:hover {
	color: #AE5350;
	background-color: #FFFFFF;
	background-image: url(../images/main-menu-bar-active-repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
/*	background-image: url(../images/main-menu-bar-separator.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#main-menu-bar ul li.main-menu-active a
{
	/*color: #AE5350;*/
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../images/main-menu-bar-active-repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*background-image: url(../images/main-menu-bar-separator.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

#second-menu-bar {
	background-color: #ffffff;
	width: 770px;
	float: left;
	position:relative;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
#second-menu-bar  ul       {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}
#second-menu-bar ul li
{
	float: left;
}
#second-menu-bar ul li a
{
	line-height: 30px;
	display: inline;	/* fix for IE7 bug. include immediately before 'display:block' */
	display: block;
	font-size: 12px;
	color: #AE5350;
	text-decoration:none;
	padding: 0 .29em;
	font-weight: normal;
}
#second-menu-bar    ul   li  a:hover
{
	color: #000;
}
#second-menu-bar ul li.second-menu-bar-selection a
{
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 30px;
	padding: 0 .29em;
}

#title-bar {
	float: left;
	width:770px;
	line-height: 2.5em;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #D9C7B1;
	border-bottom-color: #D9C7B1;
	position: relative;
	text-indent: 2px;
	white-space: nowrap;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #fff;
	margin-top: 0px;
	height: 30px;
	clear: left;
	/*overflow:hidden;  : visible;*/
	overflow: visible;
}
/*#title-bar-block {
	float:left;
	width:345px;
	height:28px;
}*/
/*#title-bar-text   {
	float: left;
	visibility: visible;
	width: 770px;
	text-align: left;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #D0D0B8;
	margin-left: 0px;
	color: #FFF;
	background-color: #D0D0B8;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #D0D0B8;
	line-height:25px;
}*/
#title-bar-text   {
	float: left;
	visibility: visible;
	text-align: left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #B0B098;	/*#D0D0B8;*/
	color: #FFF;
	background-color: #B0B098; /*#D0D0B8;*/
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #B0B098; /*#D0D0B8;*/
	line-height:25px;
	text-indent: 20px;
}

#content-main {
	float:left;
	width:770px;
	background-color: #fff;
	background-image: url(../images/wood.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;	/*background-image: url(../images/title-background.bmp);
	background-repeat: repeat;*/
}
#content-main-text {
	float:left;
	width:265px;
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#landing-page-main-text {
	float:left;
	width:350px;
	line-height: 25px;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#landing-page-main-text-2 {
	float:right;
	width:320px;
	line-height: 25px;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#landing-page-telephone-title {
	margin-left: 0px;
	width: 110px;
	float: left;
}
#landing-page-telephone {
	width: 90px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 12px;
	padding-bottom: 8px;
	font-weight: bold;
}
#landing-page-telephone-title2 {
	float: left;
	margin-left: 5px;
	width:145px;
	float: left;
}

#gallery-homepage-title
{
	color:#000000;
	/*font-family:Georgia, , "Times New Roman", Times, serif;*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 120%;
	padding-bottom: 0px;
}
#gallery-homepage-text {
	float:left;
	width:720px;
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align:justify;
}
#gallery-homepage-text    h3 {
	color: #AE5350;
	font-weight: bold;
	text-decoration:none;/*:underline;*/
}
#gallery-homepage-picture {
	float:right;
	margin-right: 8px;
	_margin-right: 4px;
	margin-left: 19px;
	_margin-left: 9px;
	_margin-top: 0px;
	margin-top: 0px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	_margin-bottom: 2px;
	background-color:#E0E0C8;
	width: 288px;
	height: 180px;
	border: 1px solid #D9C7B1;
}
#gallery-homepage-picture a img {
	text-decoration: none;
	border: 1px solid #D9C7B1;
}
#gallery-homepage-link
{
	clear: both;
	float: right;
	width: 288px;
	text-align: center;
	text-decoration: none;
	color: #AE5350;
	margin-right: 8px;
	_margin-right: 4px;
	padding-right: 6px;
	padding-left: 4px;
	margin-left: 19px;
	_margin-left: 9px;
	font-size: 13px;
	font-weight:900;
}
.gallery-homepage-link-arrow
{
	margin-left: 4px;
	_margin-left: 2px;
	margin-bottom: -6px;
	_margin-bottom: -3px;
}

#content-main-text    h3 {
	color: #AE5350;
	font-weight: bold;
}
#landing-page-main-text    h3 {
	color: #AE5350;
	font-weight: bold;
}
#content-main-picture {
	float:right;
	border: 1px solid #D9C7B1;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	padding: 6px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	/*background-image: url(../images/title-background.bmp);
	background-repeat: repeat;*/
	background-color:#E0E0C8;
	width: 430px;
	height: 320px;fs
}
#landing-page-links {
	float:right;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	width: 350px;
	height: 80px;
	text-align:right;
	line-height:25px;
}
#landing-page-links-2 {
	float:right;
	margin-right: 0px;
	_margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	width: 350px;
	height: 80px;
	text-align:right;
	line-height:25px;
}
#landing-page-links-2 p {
	margin-left: 15px;
}
#landing-page-picture {
	float:right;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	_margin-top: 12px;
	margin-top: 24px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	background-color:#E0E0C8;
	width: 288px;
	height: 180px;
	border: 1px solid #D9C7B1;
}

#landing-page-picture a img {
	text-decoration: none;
	border: 1px solid #D9C7B1;
}

#landing-page-video {
	float:right;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	_margin-top: 2px;
	margin-top: 2px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	background-color:#E0E0C8;
	width: 320px;
	height: 256px;
	border: 1px solid #D9C7B1;
}

#landing-page-video-large {
	float:left;
	text-align:center;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	_margin-top: 2px;
	margin-top: 2px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	width: 400px;
	height: 400px;
}
.landing-page-bullet-text {
	float: left;
	width: 400px;
	padding-top: 5px;
	margin-left: 20px;
	_margin-left: 10px;
	line-height: 30px;
}
.landing-page-description {
	float: left;
	padding-top: 30px;
	padding-bottom: 15px;
	line-height: 16px;
}
.landing-page-bullet-text ul 
{            
	list-style-position: outside; 
	list-style-type: circle; 
	list-style-image: url(../images/BulletsRedGloss_0005_CheckB.png); 
} 

.promo 
{ 
	width:270px; 
	padding:10px; 
	line-height: 16px; 
	color: #e10000;
	font-weight:bold; 
	border:dashed; 
	border-width: 1px; 
	margin-top:20px; 
	margin-bottom:20px; 
	float: left;
} 

.clickhere 
{ 
	text-decoration:none; 
	color: #AE5350; 
} 

#content-main    #content-main-picture img
{
	width: 430px;
	height: 320px;
}
#content-main-picture-portrait {
	float:right;
	border: 1px solid #D9C7B1;
	margin-top: 0px;
	margin-right: 18px;
	_margin-right: 9px;
	margin-left: 0px;
	padding: 6px;
	margin-bottom: 18px;
	_margin-bottom: 9px;
	background-image: url(../images/title-background.bmp);
	background-repeat: repeat;
}
#content-main    #content-main-picture-portrait img    {
	width: 320px;
	height: 430px;
}

#content-main-title
{
	color:#000000;
	/*font-family:Georgia, , "Times New Roman", Times, serif;*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 120%;
	padding-bottom: 10px;
}
#content-main  table  tr td img {
	border: 4px solid #D9C7B1;
}
.content-main-table-links                     {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}
#content-main-picture h2 img {
	height: 299px;
	width: 450px;
}

#customer-details  {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	float: left;
}

.faq-text {
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	width: 500px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.faq-text h3 {
	font-weight: bold;
	margin-bottom: 8px;
	_margin-bottom: 4px;
	margin-top: 15px;
	_margin-top: 7px;
	color: #AE5350;
}
.faq-text     ul        {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}


#navigation-bar ul {
	list-style: none;
	float:left;
	position:relative;
	font-size:10px;
	width:740px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	margin-left: 0;
}

#navigation-bar
{
}

#copyright {
	padding-left: 1.5em;
	font-size: 9px;
	margin-bottom: 20px;
	_margin-bottom: 10px;
	clear:both;
}

#navigation-bar ul li {
	/*margin: 0;
	padding: 0;
	list-style: none;*/
	float:left;
	padding-top: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;
	
	/*position:relative;*//*	padding: 0px;*/
}

#navigation-bar ul li a {
	text-decoration: none;
	color: #000000;
}

.bullet-text
{
	float: left;
	padding: 10px;
	margin-left: 20px;
	_margin-left: 10px;
}
.bullet-text ul
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
.testimonial-text {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	width: 550px;
}
.testimonial-text h3 {
	font-weight: bold;
	margin-bottom: 8px;
	_margin-bottom: 4px;
	margin-top: 10px;
	_margin-top: 5px;
	color: #AE5350;
}
.testimonial-text     ul        {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.testimonial-letter
{
	float: left;
	padding: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	width: 550px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D9C7B1;
	margin-top: 15px;
	_margin-top: 7px;
}
.alcove-unit-slideshow {
	width: 150px;
	overflow: hidden;
	height: 100px;
	float: right;
}
#footer-bar {
	width:770px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-color: #D9C7B1;
	border-bottom-color: #D9C7B1;
	position: relative;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 1px;
	float: left;
}
.banner-image img {
	float: right;
	margin-left: 5px;
	_margin-left: 2px;
}
#product-selection-content      ul    li    img    {
	text-decoration: none;
	border: 1px solid #D9C7B1;
	width: 160px;
	height: 100px;
	background-color:#FFF;
	padding: 5px;
}
#product-selection-content      ul    li    img:hover    {
	text-decoration: none;
	border: 1px solid #D9C7B1;
	width: 160px;
	height: 100px;
	padding: 5px;
	background-color:#ECE8D0;
}
#product-selection-content    ul     {
	list-style-type: none;
	line-height: 1.4;
	margin-left: 3px;
	_margin-left: 1px;
	margin-bottom: 8px;
	_margin-bottom: 4px;
}
#product-selection-content ul li {
	float: left;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 12px;
	line-height: 14px;
}
#product-selection-content ul li a {
	/*text-decoration: none;*/
	color: #AE5350;
}
#product-selection-content ul li a p {
	width: 160px;
	text-align: center;
}

#product-selection-content  ul  li h2 {
	clear: both;
	padding-bottom: 2px;
	text-decoration: underline;
}
#bwf-logo {
	clear: left;
	float: left;
	margin-top:5px;
	_margin-top:2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#iso9001-logo
{
	float: left;
	margin-top:5px;
	_margin-top: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
