/* HomeCrest CSS Document */

body {
	background-color: #fff;
	color: #333;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}


/* Text Formatting
---------------------- */

	/* -- headers -- */
		h1 { font-size: 170%; }
		
		h2 { font-size: 140%; }
		
		h3 { font-size: 125%;}
		
		h4 { font-size: 105%; }
		
		h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif; color: #000; }
		h1, h2 { text-transform: uppercase; }
		
		h1 { padding-bottom: 10px; margin-bottom: 10px; }
		h2 { padding-bottom: 3px; margin-bottom: 3px; }
		h3, h4 {
			padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
			margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
			}


		span.title {
			font-size: 11px;
			display: block;
			padding-top: 4px;
			padding-bottom: 2px;
			}
	
	/* -- content -- */
		p { margin-top: 0px; padding-bottom: 1em; line-height: 1.2em; text-align: left; }
		
		.error-text {
			font-style: italic;
			font-weight: bold;
			color: #C00;
			background-color: #fff;
			}

		p.customChoice { padding-bottom: 0; }
		span.uppercase { text-transform: uppercase; }
		.blueHighlight { color: #5c81aa; }


	/* -- links -- */
		a { color: #801e0a; } /* old:5c1507 */
		a:visited { color: #801e0a; }
		a:active { color: #5c81aa; }
		a:hover { color: #5c81aa; }

		a img { border: 0; } /* force any image that happens to be a link not have a border */


/* Structure div's w/content styles
----------------------------------- */

	/* utility : start */
	#utility {
		background-color: #fff;
		width: 940px;
		height: 20px;
		margin: 0; padding: 0;
		}
		#utility a {
			text-decoration: none;
			}
		#utility a:hover {
			color: #5c81aa;
			}
		#utility ul {
			margin: 0;
			padding: 0;
			background-color: #fff;
			}
			#utilityNav li {
				list-style-type: none;
				float: right;
				text-align: center;
				padding-left: 10px; padding-right: 10px;
				padding-top: 6px; padding-bottom: 6px;
				font-size: 10px;
				background-color: #fff;
				}
			/* Nav BG - tan */
			#utilityNav li.linkBg {
				background-color: #e8e4d7;
				}
		/* utility : end */


	/* banner : start */
	#banner {
		background-color: #fff;
		width: 940px;
		height: 74px;
		margin: 0; padding: 0;
		}

		#HomeCrestLogo {
			width: 209px;
			height: 51px;
			border: 0px;
			margin-left: 25px;
			float: left;
			}

		#banner ul {
			margin: 0;background-color: #fff;
			padding: 0;
			float: right;
			}
				
		.search li {
			list-style-type: none;background-color: #fff;
			text-align: right;
			font-size: 10px;
			padding: 2px 0;
			}

		.search input {
			color: #666;
			background-color: #fff;
			font-weight: normal;
			border-width: 1px;
			border-color: #000;
			border-style: solid;
			padding: 2px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			}
			
		.search .btnGO {
			color: #fff;
			font-weight: bold;
			background-color: #801e0a;
			border-width: 1px;
			border-color: #999;
			border-style: solid;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
	/* banner : end */


	/* navWrap : start */
	#navWrap {
		background-color: #fff;
		width: 940px;
		height: 30px;
		padding-left: 9px;
		background-image: url(../../images/site/nav-bg.gif);
		background-position: left;
		background-repeat: repeat-y;
		font-size: 10px;
		}
		#navWrap ul {
			margin-bottom: 0; margin-top: 0; margin-right: 0;margin-left: 0px;
			padding: 0;
			width: 931px;
			float: left;
			border-bottom-color: #999; border-bottom-style: solid; border-bottom-width: 1px;

			}


		/* mainNav : start */
		#mainNav li {
			list-style-type: none;
			float: right;
			text-align: center;
			margin: 0; padding-top: 6px; padding-bottom: 7px;
			padding-left: 10px; padding-right: 10px;
			background-color: #fff;
			}
		
			/* Nav BG - tan */
			#mainNav li.linkBg {
				background-color: #e8e4d7;
				}
			#mainNav a {
				text-decoration: none;
				}
			#mainNav a:hover {
				color: #5c81aa;
				}
		/* mainNav : end */

		#breadcrumb {
			margin-left: -41px;
			padding-top: 10px; padding-bottom: 10px; padding-left: 41px;
			text-transform: uppercase;
			border-bottom-color: #999; border-bottom-style: solid; border-bottom-width: 1px;
			width: 350px;
			font-size: 10px;
			}
			#breadcrumb a { text-decoration: none; }
	/* navWrap : end */


	/* mainWrap : start */
	#mainWrap {
		width: 890px;
		margin: 0;
		padding-left: 50px;
		padding-right: 0px;
		clear: both;
		}
	#mainWrapHomePage {
		width: 930px;
		margin: 0;
		padding-left: 10px;
		padding-right: 0px;
		clear: both;
		}
		.homeBG { /* bg without grey bar used on home and select pages */
			background-color: #fff;
			background-image: url(../../images/site/main-bg-home.gif);
			background-position: left;
			background-repeat: repeat-y;
			}
		.regularBG { /* grey side bar used on most pages */
			background-color: #fff;
			background-image: url(../../images/site/main-bg.gif);
			background-position: left;
			background-repeat: repeat-y;
			}
		#mainWrap p {
			padding-top: 0;
			}

		/* colRight : start */
		#colRight {
			clear: both;
			float: right;
			width: 155px;
			text-align: center;
			}
			#choiceSelector {
				color: #000;
				font-size: 10px;
				width: 125px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				padding: 5px; 
				text-align: left;
				vertical-align: top;
				background-color: #c2bba2;
				border-bottom-color: #801e0a; border-bottom-style: solid; border-bottom-width: 1px;
				border-left-color: #801e0a; border-left-style: solid; border-left-width: 1px;
				border-right-color: #801e0a; border-right-style: solid; border-right-width: 1px;
				border-top-color: #801e0a; border-top-style: solid; border-top-width: 1px;
				}
				#choiceSelector hr {
					width: 118px;
					border-color: #801e0a; border-style: solid;
					}
		/* colRight : end */

	/* content : start */
	#content {
		margin-top: 10px;
		width: 710px;
		float: left;
		}

	#contentWnav { /* use this content wrap when you will have a secondary navigation */
		margin-top: 10px;
		margin-left: 10px;
		width: 520px;
		float: left;
		}
		#contentNavWrap {
			float: left;
			margin-top: 20px;
			display: block; width: 130px;
			margin-left: 15px;
			margin-right: 15px;
			z-index: 100;
			}
			#contentNav {
				background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
				text-align: center;
				/*
				padding: 4px;
				*/
				z-index: 101; position: relative;
				width: 120px;
				}
				#contentNav h3 { 
					text-align: center;
					color: #801e0a;
					font-weight: bold;
					background-color: #e8e4d7;
					border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
					padding: 4px;
					margin-top: 0px;
					font-size: 11px;
					z-index: 102; position: relative;
					}
				
				#contentNav h4 {
					text-align: left;
					color: #000;
					font-weight: bold;
					margin-top: 10px; margin-bottom: 0;
					padding: 0;
					font-size: 10px;
					}
				#contentNav p {
					text-align: left;
					color: #666;
					padding: 0;
					margin: 0;
					font-size: 10px;
					}
				#contentNav ul {
					margin-top: 3px; margin-bottom: 3px;
					margin-left: 2px; margin-right: 2px;
					padding: 0;
					}
					#contentNav li {
						list-style-type: none;
						text-align: center;
						padding-top: 3px; padding-bottom: 3px;
						}
				#contentNav a {
					text-decoration: none; color: #5c81aa;
					}
				#contentNav a:hover {
					color: #000;
					}

		/* Scrapbook Styles
		------------------------ *//*
		#scrapbookContentWnav {  use this content wrap when you will have a secondary navigation 
			margin-top: 10px;
			margin-left: 10px;
			width: 500px;
			float: left;
			}
			#scrapbookContentWnav img {
				padding: 2px; border-color: #999; border-style: solid; border-width: 1px; float: left;
				}
			#scrapbookContentWnav a:hover img {
				padding: 2px; border-color: #801e0a; border-style: solid; border-width: 1px;
				}	
			
			
				#scrapbookContentWnav h3 {
					font-size: 12px;
					font-weight: bold;
					padding-left: 10px;
					}
			
				#scrapbookContentWnav p {
					font-size: 10px;
					}
	
			#scrapbookNavWrap {
				float: left;
				margin-top: 20px;
				display: block; width: 160px;
				margin-left: 15px;
				margin-right: 15px;
				z-index: 100;
				}
				#scrapbookNavWrap hr {
						width: 140px;
						border-color: #801e0a; border-style: solid;
						}
				#scrapbookNav {
					background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
					z-index: 101; position: relative;
					width: 150px;
					}
					#scrapbookNav h3 {
						text-align: center;
						color: #801e0a;
						font-weight: bold;
						background-color: #e8e4d7;
						border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
						padding: 4px;
						font-size: 11px;
						margin-top: 0px;
						z-index: 102; position: relative;
						}
					
					#scrapbookNav h4 {
						text-align: left;
						color: #000;
						font-weight: bold;
						margin-top: 10px; margin-bottom: 0;
						padding: 0;
						font-size: 10px;
						}
					#scrapbookNav p {
						text-align: left;
						color: #666;
						padding: 0;
						margin: 0;
						font-size: 10px;
						}
					#scrapbookNav ul {
						margin-top: 3px; margin-bottom: 3px;
						margin-left: 2px; margin-right: 2px;
						padding: 0;
						}
						#scrapbookNav li {
							list-style-type: none;
							padding-top: 3px; padding-bottom: 3px;
							}
					#scrapbookNav a {
						text-decoration: none; color: #5c81aa;
						}
					#scrapbookNav a:hover {
						color: #000;
						}
						
					#scrapbookNav li.center { margin-left: auto; margin-right: auto; text-align: center; }
*/



	#scrapbookWnav { /* use this content wrap when you will have a secondary navigation */
		margin-top: 10px;
		margin-left: 10px;
		width: 510px; /* 520 */
		float: left;
		}
			#scrapbookWnav img {
				padding: 2px; border-color: #999; border-style: solid; border-width: 1px; float: left;
				}
			#scrapbookWnav a:hover img {
				padding: 2px; border-color: #801e0a; border-style: solid; border-width: 1px;
				}
		#scrapbookNavWrap {
			float: left;
			margin-top: 20px;
			display: block; width: 160px; /* 130 */
			margin-left: 15px;
			margin-right: 15px;
			z-index: 100;
			}
			#scrapbookNavWrap hr {
				width: 140px;
				border-color: #801e0a; border-style: solid;
				}
			#scrapbookNav {
				background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
				text-align: center;
				/*
				padding: 4px;
				*/
				z-index: 101; position: relative;
				width: 150px;
				margin-bottom: 10px;
				}
				#scrapbookNav h3 { 
					text-align: center;
					color: #801e0a;
					font-weight: bold;
					background-color: #e8e4d7;
					border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
					padding: 4px;
					margin-top: 0px;
					font-size: 11px;
					z-index: 102; position: relative;
					}
				
				#scrapbookNav h4 {
					text-align: left;
					color: #000;
					font-weight: bold;
					margin-top: 10px; margin-bottom: 0;
					padding: 0;
					font-size: 10px;
					}
				#scrapbookNav p {
					text-align: left;
					color: #666;
					padding: 0;
					margin: 0;
					font-size: 10px;
					}
				#scrapbookNav ul {
					margin-top: 3px; margin-bottom: 3px;
					margin-left: 2px; margin-right: 2px;
					padding: 0;
					}
					#scrapbookNav li {
						list-style-type: none;
						text-align: center;
						padding-top: 3px; padding-bottom: 3px;
						}
				#scrapbookNav a {
					text-decoration: none; color: #5c81aa;
					}
				#scrapbookNav a:hover {
					color: #000;
					}
				#scrapbookNav li.center { margin-left: auto; margin-right: auto; text-align: center; }



			#scrapbookNav2 {
				background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
				text-align: center;
				/*
				padding: 4px;
				*/
				z-index: 101; position: relative;
				width: 150px;
				margin-bottom: 10px;
				}
				#scrapbookNav2 h3 { 
					text-align: center;
					color: #801e0a;
					font-weight: bold;
					background-color: #e8e4d7;
					border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
					padding: 4px;
					margin-top: 0px;
					font-size: 11px;
					z-index: 105; position: relative;
					}
				#scrapbookNav2 p {
					text-align: left;
					color: #666;
					padding: 10px;
					margin: 0px;
					font-size: 10px;
					}
				#scrapbookNav2 input.signin {
					padding: 2px;
					font-size: 10px;
					}



			#scrapbookNav3 {
				background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
				text-align: center;
				/*
				padding: 4px;
				*/
				z-index: 101; position: relative;
				width: 150px;
				margin-bottom: 10px;
				}
				#scrapbookNav3 h3 { 
					text-align: center;
					color: #801e0a;
					font-weight: bold;
					background-color: #e8e4d7;
					border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
					padding: 4px;
					margin-top: 0px;
					font-size: 11px;
					z-index: 105; position: relative;
					}
				#scrapbookNav3 p {
					text-align: left;
					color: #666;
					padding: 10px;
					margin: 0px;
					font-size: 10px;
					}
				#scrapbookNav3 input.signin {
					padding: 2px;
					font-size: 10px;
					}


/*

-----------------

*/



		#searchNavWrap {
			float: right;
			margin-top: 20px;
			display: block; width: 140px;
			margin-left: 15px;
			margin-right: 15px;
			z-index: 100;
			}
			#searchNav {
				background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
				text-align: left;
				z-index: 101; position: relative;
				width: 130px;
				}
				#searchNav h3 {
					text-align: center;
					color: #801e0a;
					font-weight: bold;
					background-color: #e8e4d7;
					border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
					padding: 4px;
					margin-top: 0px;
					font-size: 11px;
					z-index: 102; position: relative;
					}
				#searchNav p {
					text-align: left;
					color: #666;
					padding: 0;
					margin: 0;
					font-size: 10px;
					}
				#searchNav a {
					text-decoration: none; color: #5c81aa;
					}
				#searchNav a:hover {
					color: #000;
					}
				#searchNav .inputborders {
					color: #666;
					font-weight: normal;
					border-width: 1px;
					border-color: #000;
					border-style: solid;
					padding: 2px;
					width: 100px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					margin-top: 10px;				
					}
				#searchNav .btnSubmit {
				color: #fff; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #801e0a; border-width: 1px; border-color: #999;
				border-style: solid; padding: 2px; margin-top: 10px; margin-bottom: 10px;
				}

			/* Hardware
			----------- */
			ul.hardware {
				list-style: none; margin:10px 0 0 0; padding: 0;
				}
			ul.hardware li { float: left; width: 255px; font-size: 10px; padding:0 2px 2px 0; }


			/* Sitemap
			----------- */
			#sitemap {
				list-style: none; 
				}
			#sitemap a { text-decoration: none; }

	/* Footer Styles
	------------------------ */
	#hrBar {
		clear: both;
		background-color: #801e0a;
		width: 939px;
		height: 12px;
		border-right-color: #999; border-right-style: solid; border-right-width: 1px;
		}
		#hrBarBorder {
			/* Inside border for the red footer bar */
			clear: both;
			margin-left: 9px; height: 12px;
			border-left-color: #999; border-left-style: solid; border-left-width: 1px;
			}

	#hrBottom {
		clear: both;
		background-color: #fff;
		height: 5px; width: 929px;
		margin-left: 9px;
		border-bottom-color: #999; border-bottom-style: solid; border-bottom-width: 1px;
		border-left-color: #999; border-left-style: solid; border-left-width: 1px;
		border-right-color: #999; border-right-style: solid; border-right-width: 1px;
		}

	#footer {
		clear: both;
		background-color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#999;
		width: 929px;
		margin-left: 9px;
		margin-top: 5px;
		vertical-align: top;
		margin-bottom: 20px;
		text-align: left;
		}
		#footer p {
			padding: 0; margin: 0; clear: both;
			}
		#footer ul {
			margin: 0;
			padding: 0;
			}
			#footerNav li {
				color: #666;
				list-style-type: none;
				float: left;
				padding-left: 2px; padding-right: 2px;
				padding-top: 0; padding-bottom: 4px;
				}
		#footer a {
			text-decoration: none;
			border-bottom-color: #999; border-bottom-style: dotted; border-bottom-width: 1px; padding-bottom: 1px;
			}
		#footer a:hover {
			text-decoration: none;
			border-bottom-color: #801e0a; 
			}
	/* Footer Styles : end */




	/* Nav Borders - utility and main nav
	------------------------------------- */

	#HomePageBottom {
		clear: both;
		background-color: #fff;
		width: 929px;
		margin-left: 9px;
		border-bottom-color: #999; border-bottom-style: solid; border-bottom-width: 1px;
		border-left-color: #999; border-left-style: solid; border-left-width: 1px;
		border-right-color: #999; border-right-style: solid; border-right-width: 1px;
		}
		#IntroCopy {
			width: 350px;
			height: 140px;
			padding: 10px;
			border-right-color: #999; border-right-style: solid; border-right-width: 1px;
			float: left;
			}
		#CustomChoiceCopy {
			width: 220px;
			height: 140px;
			padding: 10px;
			border-right-color: #999; border-right-style: solid; border-right-width: 1px;
			float: left;
			}
		#ComplementsCopy {
			width: 279px;
			height: 140px;
			padding: 10px;
			float: left;
			}



	/* Footer Styles : end */



	/* Nav Borders - utility and main nav
	------------------------------------- */
	.borderLeft {
		border-left-width: 1px;
		border-left-color: #999;
		border-left-style: solid;
		}
	.borderRight {
		border-right-width: 1px;
		border-right-color: #999;
		border-right-style: solid;
		}
	.borderTop {
		border-top-width: 4px;
		border-top-color: #e8e4d7;
		border-top-style: solid;
		}
	.borderBottom {
		border-bottom-width: 1px; border-bottom-color: #e8e4d7; border-bottom-style: solid;
		}
	.currentPage { /* Highlight for current active page */
		border-top-width: 4px;
		border-top-color: #801e0a;
		border-top-style: solid;
		}
	.whiteTop { /* Highlight for non active pages */
		border-top-width: 4px;
		border-top-color: #fff;
		border-top-style: solid;
		}
	.whiteBottom {
		border-bottom-width: 1px; border-bottom-color: #fff; border-bottom-style: solid;
		}
	/* Nav Borders : end */



		/* Product Browse by Title
		-------------------------- */
		#browseByTitle { /* align's "Browse by Wood" title */
			z-index: 33;
			margin-bottom: 10px;
			margin-top: -14px;
			margin-left: 303px;
			color: #ccc;
			text-align: left;
			text-transform: uppercase;
 			font-size: 32px;
			font-family: 'Times New Roman', Times, serif;
			}
			.browseBy { /* Browse By text */
				 font-size: 16px;
				 color: #999;
				}

		/* Product Line - default.aspx
		------------------------------ */
		.productLineContainer {
			width: 204px;
			height: 275px;
			float: left;
			margin-right: 15px;
			margin-top: 10px;
			padding-left: 10px; padding-right: 10px;
			}
			.productLineContainer h3 {
				font-weight: bold; font-size: 12px; float: left; clear: left;
				}
			
			.productLineContainer p {
				clear: both;
				text-align: left;
				}
			.productLineContainer ul {
				margin-left: 0; margin-bottom: 0; margin-right: 0;
				margin-top: 2px; padding: 0;
				float: left; clear: left;
				}
			.productLineContainer ul a {
				color: #5c81aa;
				}
				.productLineContainer li {
					list-style-type: none;
					padding-bottom: 1px;
					margin-left: 3px;
					font-size: 10px;
					}
			.productLineContainer a { text-transform: uppercase; text-decoration: none; }
			.productLineContainer a:hover { color: #000; }
			.productLineContainer img { float: right; padding: 2px; width: 100px; border-style: solid; border-width: 1px; border-color: #666; }
			.productLineContainer a:hover img {
					padding: 2px; border-color: #801e0a; border-style: solid; border-width: 1px;
					}


		/* Product Detail - detail.aspx
		------------------------------- */
		#productDetail {
			width: 604px; 
			margin-top: 14px;
			}
			#productDetail h3 {
				font-size: 12px;
				font-weight: bold;
				border-bottom-color: #801e0a;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				clear: left;
				margin-bottom: 10px;
				margin-left: 14px; margin-right: 10px;
				}		
			#productDetail h4 {
				margin-left: 14px;
				font-size: 12px;
				padding-bottom: 8px;
				color: #666;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				}
			#productDetail a {
				text-decoration: none;
				}
		#productPhoto {
			float: left;
			width: 300px;
			padding-left: 14px;
			text-align: center;
			}
		#productCopy {
			float: left;
			width: 276px;
			padding-bottom:	15px;
			padding-left: 10px;
			padding-top: 0;
			}
			#productCopy h3 {
				font-size: 17px;
				font-weight: bold;
				border-bottom-color: #801e0a;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				margin: 0;
				}


		/* Product - wood.aspx
		-------------------------------- */
		.browseRow {
			font-size: 70%;
			padding-top: 8px;
			padding-bottom: 15px;
			margin-left: 50px;
			margin-right: 50px;
			border-top-color: #801e0a; 
			border-top-width: 1px; 
			border-top-style: dashed;
			text-align: left;
			clear: both;
			}
			.browseRow input {
				border: 0;
				}
		.browseCol {
			font-size: 70%;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 20px;
			padding-right: 20px;
			border-right-color: #801e0a; 
			border-right-width: 1px; 
			border-right-style: dashed;
			text-align: left;
			float: left;
			}


		/* Browse By Wood - wood.aspx
		----------------------------- */
		.productSelector {
			color: #000;
			width: 346px;
			height: 146px;
			float: left;
			font-size: 70%;
			margin-right: 15px;
			padding-top: 0;
			padding-left: 10px; padding-right: 10px;
			background-color: #ebf1f7;
			border-color: #666; border-width: 1px; border-style: solid;
			}
			.productSelector .btnSubmit {
				color: #fff;
				font-weight: bold;
				font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #801e0a;
				border-width: 1px;
				border-color: #999;
				border-style: solid;
				padding: 2px 7px;
				margin-left: 5px;
				margin-top: 5px;
				}
		
			.productSelector select {
				background-color: #f1eee7;
				color: #333;
				background-color: #fff;
				font-weight: normal;
				font-size: 11px;
				border-width: 1px;
				border-color: #000;
				border-style: solid;
				width: 120px;
				margin-left: 5px; margin-top: 5px;
				}
		.productWoodContainer {
			vertical-align: top;
			width: 400px;
			height: 150px;
			float: left;
			font-size: 70%;
			margin-right: 15px;
			margin-top: 10px;
			padding-left: 10px; padding-right: 10px;
			}
			.productWoodContainer h3 {
				font-weight: bold; font-size: 12px; 
				}
			.productWoodContainer h3 a {
				text-decoration: none; color: #801e0a;
				}
			.productWoodContainer h3 a:hover {
				text-decoration: none; color: #5c81aa; /* blue: 5c81aa */
				}
			
			.productWoodContainer p {
				line-height: 14px;
				font-size: 11px;
				float: left;				
				clear: left;
				text-align: left;
				}
			.productWoodContainer a { text-transform: uppercase; text-decoration: none; }
			.productWoodContainer img { float: right; padding: 2px; width: 100px; border-style: solid; border-width: 1px; border-color: #666; }
			.productWoodContainer a:hover img {
					padding: 2px; border-color: #801e0a; border-style: solid; border-width: 1px;
					}

		/* Product Details - detail.aspx
		-------------------------------- */
		.doors {
			width: 116px; float: right; text-align: center;
			font-size: 10px; color: #666;
			padding-left: 7px; padding-right: 5px;
			}
		.doors h3 {
				font-size: 10px;
				text-align: left;
				font-weight: bold;
				text-transform: none;
				border-bottom-color: #801e0a;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				clear: left;
				margin-bottom: 5px;margin-top: 7px;
				margin-left: 0; margin-right: 0;
				}	
			.doors hr { visibility: hidden; clear: both; height: 10px; }
			.doorThumb {
				width: 53px;
				height: 95px;
				float: left;
				text-align: center;
				padding: 2px;
				}
				.doorThumb ul {
					margin: 0;
					padding: 0;
					}
				.doorThumb li {
					list-style-type: none;
					text-align: center;
					width: 45px;
					padding-bottom: 4px;
					padding-top: 2px;
					}
			.roomThumb {
				width: 120px;
				height: 120px;
				float: left;
				text-align: center;
				padding: 0 7px;
				color: #666;
				font-size: 10px;
				margin-left: 10px;
				}
				.roomThumb img {
					padding: 2px; border-color: #999; border-style: solid; border-width: 1px;
					}
				.roomThumb a:hover img {
					padding: 2px; border-color: #801e0a; border-style: solid; border-width: 1px;
					}
				.roomThumb ul {
					margin: 0; padding: 0;
					}
				.roomThumb li {
					list-style-type: none;
					text-align: center;
					width: 120px;
					padding-bottom: 4px;
					padding-top: 2px;
					}


		/* Dealer Locator
		----------------- */
		.stepWrap {
			background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
			float: right; text-align: center;
			/*
			padding: 4px; margin: 0 10px;
			*/
			width: 140px;
			z-index: 1; position: relative;
			}
			.stepWrap h3 {
				text-align: center;
				color: #801e0a;
				font-weight: bold;
				background-color: #e8e4d7;
				border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
				padding-top: 4px; padding-bottom: 4px;
				margin-left: 0px; margin-right: 0px;
				margin-top: 0px;
				font-size: 11px;
				z-index: 2; position: relative;
				}
			.stepWrap input {
				color: #666;
				font-weight: normal;
				border-width: 1px;
				border-color: #000;
				border-style: solid;
				padding: 2px;
				width: 100px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				margin-top: 10px;
				}
			.stepWrap select {
				background-color: #f1eee7;
				color: #333;
				background-color: #fff;
				font-weight: normal;
				font-size: 11px;
				border-width: 1px;
				border-color: #000;
				border-style: solid;
				width: 100px;
				margin-top: 10px;
				}
			.stepWrap .btnSubmit {
				color: #fff; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #801e0a; border-width: 1px; border-color: #999;
				border-style: solid; width: 110px; padding: 2px; margin-top: 10px; margin-bottom: 10px;
				}

		.resultsWrap {
			background-color: #fff; border-color: #999; border-width: 1px; border-style: solid;
			text-align: left;
			margin: 10px 25px;
			z-index: 1; position: relative;
			}
			.resultsWrap h3 { text-align: left;
				color: #801e0a;
				font-weight: bold;
				background-color: #e8e4d7;
				border-bottom-color: #999; border-bottom-width: 1px; border-bottom-style: solid;
				padding-left: 4px;
				padding-top: 4px;
				padding-bottom: 4px;
				margin-top: 0px;
				margin-bottom: 4px;
				font-size: 11px;
				z-index: 2; position: relative;
				}
			.resultsColLeft {
				width: 285px;
				padding-left: 15px;
				float: left;
				position: relative;
				border-right-color: #e5e5e5; border-right-style: dotted; border-right-width: 1px;
				}
			.resultsColRight {
				padding-left: 15px;
				position: relative;
				float: left;
				}
			/* --- end: Dealer Locator --- */



		/* Cabinet Options
		------------------ */
			.organization {padding: 8px;}

			.organization h3 {
				margin-top: 0px;
				border-bottom-color: #801e0a;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				}
				.organization span { color: #000; font-weight: bold; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; }

			.bgE6 {	background-color: #e6e6e6; }
			.bgCCC { background-color: #ccc; }
			
			.construction {
				background-color: #333;
				padding: 6px;
				float: left;
				}
				.construction span { color: #fff; font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }

			.design {
				float: right;
				padding: 6px;
				background-color: #fff;
				}
				.design span { color: #000; font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }


			/* Molding and Trim */
			div.moldtrim { float: left; width: 145px; height: 170px; padding: 5px;}
			ul.moldtrimIMG { margin: 0; padding: 0; text-align: center; vertical-align: middle; list-style: none; }
			ul.moldtrimTitle { margin: 0; padding: 0; vertical-align: middle; list-style: none;}
			li.title { color: #000; font-size: 10px; text-align:center; text-transform: uppercase; }


			/* Doors & Drawers */
			td.productline {
				width: 85px; padding-bottom: 3px; padding-top: 3px; padding-left: 3px;
				background-color: #fff;
				font-size: 10px; font-weight: bold;
				font-family: Georgia, "Times New Roman", Times, serif;
				background-color: #fff;
				text-transform: uppercase;
				}
			td.icons { width: 90px; }
			td.wood {
				font-family: Georgia, "Times New Roman", Times, serif; padding-left: 3px;
				font-size: 10px; text-transform: uppercase; text-align: left;
				width: 85px;
		
				}
				td.wood a { text-decoration: none; }
			td.name {vertical-align:middle; }
			td.doorstyle, td.finish, td.glaze { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
			td.doorstyle { 
				vertical-align: text-top;
				}
			td.finish { 
				vertical-align: text-top;
				}
			td.glaze { 
				vertical-align: text-top;
				}
			.doordrawer {
				border-bottom-color: #666; border-bottom-style: solid; border-bottom-width: 1px;
				border-top-color: #801e0a; border-top-style: solid; border-top-width: 2px;
				margin-bottom: 10px;
				}


			/* Door & Drawer - detail.aspx */
			.doorDrawerThumb {
				width: 102px;
				height: 200px;
				float: left;
				text-align: center;
				padding: 0 7px;
				color: #666;
				font-size: 10px;
				margin-left: 7px;
				}
				.doorDrawerThumb img {
					padding: 2px; border-color: #999; border-style: solid; border-width: 1px;
					}
				.doorDrawerThumb ul {
					margin: 0; padding: 0;
					}
				.doorDrawerThumb span {
					text-align: center;
					padding-bottom: 4px;
					padding-top: 2px;
					}


	div.PageTop {
		clear: both;
		text-align: right;
		text-transform: uppercase;
		font-size: 9px;
		margin-right: 20px;
		margin-top: 8px;
		margin-bottom: 15px;
		}
		div.PageTop a { text-decoration: none; }

			/* Content Styles : end */


	/* form Formatting
	---------------------- */

	form { margin: 0; padding: 0; }

	.btnSubmit {
		color: #fff;
		font-weight: bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 6px;
		margin-top: 4px;
		text-transform: uppercase;
		}


	#search input {
		color: #666;
		background-color: #fff;
		font-weight: normal;
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		padding: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		}

	#search .btnGO {
		color: #fff;
		font-weight: bold;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	#choiceSelector select {
		background-color: #f1eee7;
		color: #333;
		background-color: #fff;
		font-weight: normal;
		font-size: 11px;
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		width: 120px;
		}

	#choiceSelector .btnSubmit {
		color: #fff;
		font-weight: bold;
		font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 12px;
		margin-top: 8px;
		}

	.productChoice .btnSubmit {
		color: #fff;
		font-weight: bold;
		font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 12px;
		margin-top: 8px;
		}

	.productChoice select {
		background-color: #f1eee7;
		color: #333;
		background-color: #fff;
		font-weight: normal;
		font-size: 11px;
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		width: 120px;
		}

	#scrapbookNav input {
		color: #666;
		font-weight: normal;
		border-width: 1px;
		border-color: #801e0a;
		border-style: solid;
		padding: 1px;
		width: 130px;
		}
	#scrapbookNav textarea {
		color: #666;
		font-weight: normal;
		border-width: 1px;
		border-color: #801e0a;
		border-style: solid;
		padding: 1px;
		}

	#scrapbookNav .btnSubmit {
		color: #fff;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 6px;
		margin-top: 4px;
		width: 95px;
		}
	#scrapbookNav2 input {
		color: #666;
		font-weight: normal;
		border-width: 1px;
		border-color: #801e0a;
		border-style: solid;
		padding: 1px;
		width: 120px;
		}
	#scrapbookNav2 .btnSubmit {
		color: #fff;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 6px;
		margin-top: 4px;
		width: 95px;
		}
	#scrapbookNav3 input {
		color: #666;
		font-weight: normal;
		border-width: 1px;
		border-color: #801e0a;
		border-style: solid;
		padding: 1px;
		width: 120px;
		}
	#scrapbookNav3 .btnSubmit {
		color: #fff;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #801e0a;
		border-width: 1px;
		border-color: #999;
		border-style: solid;
		padding: 2px 6px;
		margin-top: 4px;
		width: 95px;
		}



	/* contact form(s) style */
	table.contactform td {
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 3px;
		padding-right: 3px;
		text-align: left;
		font-size: 11px;
		}
	table.contactform td.header {
		text-align: right;
		width: 160px;
		vertical-align: top;
		/*white-space: nowrap;*/		
		}
		table.contactform td.space10 {
			padding-top: 12px;	
		}
	table.contactform td.header span {
		font-size: 10px; font-style: italic;
		}
	table.contactform td.headerBorder {
		border-bottom-color: #F2F2F2;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}

	table.contactform td.input {
		text-align: left;
		padding-left: 4px;
		vertical-align: middle;
		}
	table.contactform td.inputBorder {
		border-left-color: #ccc;
		border-left-style: solid;
		border-left-width: 1px;
		}
	table.contactform td.input input {
		background-color: #F2F2F2;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 190px;
		border-width: 1px; border-color: #ccc; border-style: solid;
		padding: 3px;
		}
	table.contactform td.inputAlt input {
		background-color: #F2F2F2;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-width: 1px; border-color: #ccc; border-style: solid;
		padding: 3px;
		}
	table.contactform td.input .checkbox {
		background-color: #F2F2F2;
		font-size: 10px;
		}
	table.contactform td.input select {
		background-color: #F2F2F2;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 150px;
		border-width: 1px; border-color: #ccc; border-style: solid;
		padding: 3px;
		}
	table.contactform td.input textarea {
		background-color: #F2F2F2;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-width: 1px; border-color: #ccc; border-style: solid;
		padding: 3px;
		}

	/* form styles : end */




	/* edge badge class */
		.badge {
			border-color: #999;
			border-width: 1px;
			border-style: solid;
			padding: 1px;
			width: 136px;
			}













/*
----- NOTE: FIND what its used for  **********************************

.browseWood {
	text-align: left; padding-left: 10px; padding-right: 10px; width: 155px; float: left;
	
	
	}
.browseWood p { font-size: 11px; }
.browseContent {
	font-size: 75%;
	}
.browseContent select {
		background-color: #f1eee7;
		color: #333;
		background-color: #fff;
		font-weight: normal;
		font-size: 11px;
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		width: 120px;	}
*/
/*
----- END NOTE: FIND what its used for

*/