/* ---------------- global ---------------- */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg.jpg);
	font-size:13px;
	color:#666;
	line-height:1.6;
}

#container
{
	width:853px;
	margin:0 auto;
}

ul, ol
{
	list-style-type:none;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.clear
{
	clear:both;
}

.img-padding
{
	padding-right:10px;
	padding-bottom:10px;
}

.learn-more a
{
	font-weight:bold;
	font-size:11px;
	color:#b07b3d;
	text-decoration:none;
}

.learn-more a:hover
{
	font-weight:bold;
	font-size:11px;
	color:#b07b3d;
	text-decoration:underline;
}

.textbox
{
	background:#f7dbba;
	border:1px solid #956429;
	font-size:11px;
	color:#85561e;
	padding:4px;
}

.display-none
{
	display:none;
}

h1, h2
{
	font-size:16px;
	font-weight:bold;
	color:#9b3107;
	background:url(../images/h1-bg.jpg) no-repeat;
	width:539px;
	height:27px;
	padding-left:28px;
	margin:10px 0;
}

h3
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding:5px 0 0 10px;
	background:url(../images/title-bar.jpg) no-repeat;
}

h4
{
	color:#a27632;
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	float:left;
	padding-right:2px;
}

/* ---------------- header ---------------- */

#header
{
	width:847px;
	float:left;
}

#logo
{
	margin-left:26px;
	height:144px;
	width:293px;
	position:relative;
}

#navigation
{
	width:847px;
	height:41px;
	float:left;
	background:url(../images/navigation-tile.jpg) repeat-x;
	text-align:right;
	color:#fff;
	font-size:12px;
}

.pd_menu_01 
{
	float:right;
	padding:0;
	margin: 5px 0 0 0;
	color: #FFFFFF;
	background: #AA7332;
	width:500px;
	border:solid 1px #AA7332;
} /*Color navigation bar normal mode*/
	
.pd_menu_01  a, .pd_menu_01 a:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background-color: #AA7332;
	text-decoration: none;
}
	
.pd_menu_01 ul 
{
	list-style-type:none;
	padding:0; 
	margin:0;
}

.pd_menu_01 ul li 
{
	float:left; 
	position:relative; 
	text-align:center;
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	border-right: 1px #956128 solid;
}

.pd_menu_01 ul li a 
{
	color: #FFFFFF;
	background: #AA7332;
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:30px; 
	line-height:30px; 
	padding:0 10px 0 10px; 
	text-decoration:none; 
}

.pd_menu_01 ul li ul 
{
	display:none; 
	border:none;
	color: #FFFFFF;
	background: #AA7332;
	text-align:center;
}

.pd_menu_01 ul li:hover a 
{
	background-color:#AF5B0A; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color main cells hovering mode*/

.pd_menu_01 ul li:hover ul 
{
	display:block;  
	position:absolute; 
	z-index:999; top:29px; 
	margin-top:1px; 
	left:0;
}

.pd_menu_01 ul li:hover ul li a 
{
	display:block; 
 	width:11em;
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:5px 2px; 
	border-left:solid 1px #AA7332; 
	border-top: dashed 1px #ffffff; 
	background-color:#AA7332;  
	color:#FFFFFF;
} /*Color subcells normal mode*/

.pd_menu_01 ul li:hover ul li a:hover 
{
	background-color:#AF5B0A; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color subcells hovering mode*/

.pd_menu_01 table 
{
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;
	color: #FFFFFF;
	background: #AA7332;
}

.pd_menu_01 ul li a:hover 
{
	background-color:#AF5B0A; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color main cells hovering mode*/

.pd_menu_01 ul li a:hover ul 
{
	display:block; 
	width:12em; 
	position:absolute; 
	z-index:999; 
	top:29px; 
	left:0; 
}

.pd_menu_01 ul li a:hover ul li a 
{
	display:block; 
	width:12em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px #AA7332; 
	border-bottom: solid 1px #AA7332; 
	background-color:#AA7332;  
	color:#FFFFFF;
} /*Color subcells normal mode*/

.pd_menu_01 ul li a:hover ul li a:hover 
{
	background-color:#AF5B0A; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color subcells hovering mode*/

.lastone
{
	border-bottom: #956128 solid 1px;
}

#navigation-left
{
	background:url(../images/navigation-left.jpg) no-repeat;
	width:10px;
	height:41px;
	float:left;
}

#navigation-right
{
	background:url(../images/navigation-right.jpg) no-repeat;
	width:10px;
	height:41px;
	float:right;
}

#banner
{
	background:url(../images/banner.jpg) no-repeat;
	height:374px;
	float:left;
	width:847px;
}

#banner a
{
	color:#762000;
	text-decoration:none;
	font-weight:bold;	
}

.padding-banner
{
	padding:350px 0 0 10px;
}

#banner a:hover
{
	color:#762000;
	text-decoration:underline;
	font-weight:bold;
}

#banner2
{
	background:url(../images/banner2.jpg) no-repeat;
	height:223px;
	float:left;
	width:847px;
}

#border-tile
{
	background:url(../images/border-tile.jpg) repeat-x;
	height:15px;
	width:847px;
	float:left;
}

#products
{
	width:847px;
	float:left;
	height:147px;
}

#blueprint
{
	height:602px;
	width:567px;
	float:left;
	text-transform:uppercase;
	margin:20px 0;
}

#blueprint a
{
	font-size:11px;
	color:#9b3107;
	font-weight:bold;
	text-decoration:none;
}

#blueprint a:hover
{
	color:#ac7533;
	text-decoration:underline;
}

.garage
{
	width:105px;
	height:35px;
	float:left;
	text-align:right;
	background:url(../images/garage.jpg) no-repeat;
	padding:188px 40px 0 0;
}

.living-room
{
	width:156px;
	height:75px;
	float:left;
	text-align:center;
	background:url(../images/liiving-room.jpg) no-repeat;
	padding:148px 30px 0 0;
}

.home-office
{
	width:236px;
	height:75px;
	float:left;
	text-align:center;
	background:url(../images/home-office.jpg) no-repeat;
	padding:148px 0 0 0;
}

.kitchen
{
	width:449px;
	height:51px;
	float:left;
	background:url(../images/kitchen.jpg) no-repeat;
	text-align:right;
	padding:57px 118px 0 0;
}

.bedroom
{
	width:477px;
	height:34px;
	float:left;
	text-align:center;
	background:url(../images/bedroom.jpg) no-repeat;
	padding:74px 0 0 90px;
}

.deck-patio
{
	width:213px;
	height:125px;
	float:left;
	background:url(../images/deck-patio.jpg) no-repeat;
	text-align:right;
	padding:38px 14px 0 0;
}

.game-room
{
	width:170px;
	height:70px;
	float:left;
	text-align:center;
	background:url(../images/game-room.jpg) no-repeat;
	padding:93px 0 0 41px;
}

.bathroom
{
	width:116px;
	height:145px;
	float:left;
	background:url(../images/bathroom.jpg) no-repeat;
	padding:12px 0 0 13px;
}

/* ---------------- body ---------------- */

#body-wrapper
{
	width:847px;
	float:left;
	background:url(../images/body-bottom.jpg) no-repeat bottom #fff;
}

#left-content
{
	width:250px;
	margin-right:15px;
	float:left;
}

#main-content
{
	width:550px;
	float:left;
}

#main-content-wrapper
{
	width:550px;
	float:left;
	padding-right:15px;
}

#main-shadow
{
	width:847px;
	background:url(../images/body-tile.jpg) repeat-y;
	padding:0 3px;
	float:left;
}

#header-shadow
{
	width:847px;
	background:url(../images/body-tile.jpg) repeat-y;
	padding:0 3px;
	float:left;
	margin-top:-61px;
}

#main-content p
{
	margin-top:10px;
	margin-bottom:5px;
}

#newsletter
{
	width:250px;
	float:left;
	height:164px;
	margin-top:10px;	
	background:url(../images/newsletter-signup.jpg) no-repeat;
}

.newsletter-title
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding:8px 15px 0 0;
	text-align:right;
}

#newsletter-content
{
	width:142px;
	float:right;
	color:#fff;
	line-height:normal;
	font-size:11px;
	margin-top:7px;
	padding-right:5px;
}

#contact-us
{
	width:135px;
	height:83px;
	float:left;
	margin-top:10px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:30px 0 10px 115px;
	background:url(../images/contact-us.jpg) no-repeat;
}

#box
{
	background:#ffe9d0;
	margin-top:10px;
	float:left;
	font-size:11px;
	width:250px;
}

#product-list li
{
	padding:10px 0;
}

.title-bar
{
	width:250px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	float:left;
}

.box-content
{
	width:230px;
	padding:10px;
	float:left;
}

.box-panel
{
	width:250px;
	float:left;
}

.button
{
	float:right;
	margin:5px 0;
}
/* ---------------- footer ---------------- */

#footer
{
	width:847px;
	float:left;
	height:170px;
	padding-bottom:50px;
	line-height:normal;
	margin-left:3px;
	background:url(../images/footer-bg.gif) no-repeat;
}

#footer-left
{
	/** background:url(../images/footer-left.jpg) no-repeat; **/
	height:80px;
	width:11px;
	float:left;	
}

#footer-right
{
	height:97px;
	float:right;
	width:240px;
	/*background:url(../images/footer-tile.jpg) repeat-x bottom;*/
}

#footer-right-content
{
	/*background:url(../images/footer-right.jpg) no-repeat right;*/
	height:42px;
	float:right;
	width:230px;
	color:#4c1802;
	font-size:16px;
	padding-top:85px;
	text-align:right;
	padding-right:10px;
}

.schedule-text
{
	color:#4c1802;
	font-size:12px;
	font-weight:bold;
}

#footer-content
{
	width:607px;
	float:left;
	height:80px;
	margin-top:17px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	/*background:url(../images/footer-tile.jpg) repeat-x;*/
}

.footer-text
{
	width:570px;
	padding:15px 15px 15px 10px;
	float:left;
}



/******** OTHERS ************/

.blog-title{
color:#9b3107;
text-decoration:none;
}

.blog-title:hover{
color:#AA7332;
text-decoration:none;
}



.blog-links{
color:#AA7332;
text-decoration:underline;
}

.blog-links:hover{
color:#AA7332;
text-decoration:none;
}

.blog-holder a{
color:#9b3107;
text-decoration:none;
}

.blog-holder a:hover{
color:#AA7332;
text-decoration:none;
}

.blog-holder h3{
color:#666666;
font-size:16px;
font-weight:bold;
background:none;
text-decoration:underline;
}



.img-display{
	width:140px;
	height:auto;
	margin:10px 30px 10px 5px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B79A7B;
}

.carpet-bg{
	width:494px;
	height:160px;
	margin:0;
	padding:15px;
	background:url(../images/carpeting-bg.jpg) no-repeat;
	color:#FFFFFF;
}

.counter-bg{
	width:494px;
	height:182px;
	margin:0;
	padding:15px;
	background:url(../images/counter-tops-bg.jpg) no-repeat;
	color:#FFFFFF;
}

.design-bg{
	width:538px;
	height:249px;
	margin:0;
	padding:15px;
	background:url(../images/design-bg.jpg) no-repeat;
	color:#FFFFFF;
}
