/* CSS Document */

body {
	margin:0px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.corner-tl{
	background-image:url(../images/corner-tl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
.corner-tr{
	background-image:url(../images/corner-tr.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}

.corner-bl{
	background-image:url(../images/corner-bl.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}

.corner-br{
	background-image:url(../images/corner-br.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}

.main_text{
	color:#E2CFCF;
	text-align:right;
	line-height:16px;
	}

.main_text02{
	color:#E2CFCF;
	text-align:left;
	line-height:16px;
	}

#bul li{
	padding:5px 0 5px 0;
	list-style:disc;
	}

.caption{
	color:#E2CFCF;
	text-align:left;
	padding:10px 0 0 0;
	}
	
.box_text{
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:16px;
	background:#806534;
	border-bottom:1px solid #9A7C3F;
	border-top:1px solid #9A7C3F;
	padding:7px 10px;
	}

.box_text01{
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:16px;
	background:#806534;
	border-bottom:1px solid #9A7C3F;
	border-top:1px solid #9A7C3F;
	padding:3px 10px;
	}

.box_text02{
	color:#E2CFCF;
	font-weight:bold;
	text-align:left;
	line-height:12px;
	background:#4A2525;
	border-bottom:1px solid #6A3535;
	border-top:1px solid #6A3535;
	padding:5px 10px;
	}

.box_text03{
	color:#E2CFCF;
	line-height:12px;
	background:#4A2525;
	border-bottom:1px solid #6A3535;
	border-top:1px solid #6A3535;
	padding:10px;
	}

.line01{
	border-bottom:2px solid #806534;
	padding:10px 0;
	}

.line02{
	border-bottom:2px solid #5A2E2E;
	padding:10px 0;
	}
	
.line03{
	padding:10px 00;
	}
	

.quote{
	color:#E2CFCF;
	text-align:left;
	line-height:16px;
	}


.error{
	color:red;
	background:#E9E9E9;
	border-top:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	font-size:14px;
	padding:10px;	
	width:165px;
	text-align:center;
	}

#ok{
	color:#000;
	border-top:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background:#E9E9E9;
	font-size:14px;
	padding:10px;	
	width:165px;
	text-align:center;
	}

.error1{
	color:red;
	background:#E9E9E9;
	border-top:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	font-size:14px;
	padding:10px;	
	text-align:center;
	}

#ok1{
	color:#000;
	border-top:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background:#E9E9E9;
	font-size:14px;
	padding:10px;	
	text-align:center;
	}
		
.border{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #C4C4C4;
	background:#E2CFCF;
	width:130px;
	height:15px;
	padding:2px;
	}

.border1{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #C4C4C4;
	background:#fff;
	width:130px;
	height:15px;
	padding:2px;
	}

.btn{
	background: #816535;
	border:2px solid #8F7544;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	cursor:pointer;
	color:#fff;
	}

.btn:hover{
	background: #8F7544;
	border:2px solid #A4864F;
	}
	
.head_main{
	color:#ECBB5C;
	text-transform:uppercase;
	text-align:right;
	}

.head_main02{
	font-size:16px;
	color:#ECBB5C;
	text-transform:uppercase;
	text-align:left;
	height:25px;
	}

/*.pic_border{
	border:1px;
	border-color:#FFFFFF;
	border-style:solid;
	}
*/

.input-button{
	font-weight:bold;
	color:#000;
	text-align:center;
	border:none;
	height:20px;
	padding:0 0 2px 0;
	background:#E2CFCF;
	cursor:pointer;
	}
	
.input-button:hover{
	background:#806534;
	}

.input-button:active{
	padding:0px 0 1px 1px;
	}
	
a.link{
	font-size:11px;
	color:#ECBB5C;
	text-decoration:none;
	}

a.link:hover{
	font-size:11px;
	color:#fff;
	text-decoration:underline;
	}

a.email-link{
	color:#E2CFCF;
	text-decoration:underline;
	}

a.email-link:hover{
	color:#fff;
	text-decoration:none;
	}

a.menu-link{
	display:block;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	background:#8F7544;
	border-left:20px;
	border-left-color:#2D1515;
	border-left-style:solid;
	padding:3px 0 0 5px;
	height:17px;
	margin:2px 0 0 0;
	}
	
a.menu-link:hover{
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	background:#2D1515;
	border-left:20px;
	border-left-color:#8F7544;
	border-left-style:solid;
	}
	
	
.list{
	color:#000;
	text-align:left;
	background-image:url(../images/list.gif);
	background-position:lef;
	background-repeat:repeat-y;
	padding-left:10px;
	}

.contact-text{
	color:#E2CFCF;
	text-align:left;
	line-height:16px;
	}

.scroll{
	overflow:auto ;
	height:385px;
	padding:0 20px 0 0;
	}


		/*******home_menu*******/

.kitchen a{
	background:url(../images/kit01.jpg) no-repeat;
	height:215px;
	display:block;
	}

.kitchen a:hover{
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
	}

.furniture a{
	background:url(../images/fur01.jpg) no-repeat;
	height:215px;
	display:block;
	}

.furniture a:hover{
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
	}
	
.closet a{
	background:url(../images/clo01.jpg) no-repeat;
	height:215px;
	display:block;
	}

.closet a:hover{
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
	}

.bathroom a{
	background:url(../images/bat01.jpg) no-repeat;
	height:215px;
	display:block;
	}

.bathroom a:hover{
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
	}


		/*******footer*******/

.copyright_text{
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-right:5px;
}	
	
.designedby_table{
	font-size:11px;
	color:#fff;
	text-align:right;
	padding-right:5px;
	}
	
a.designedby_link{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	}

a.designedby_link:hover{
	font-size:11px;
	color:#ECBB5C;
	text-decoration:underline;
	}
	
	
