html{
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #daefef url(/images/main_background.gif) repeat-y center;
}
#mainContainer{
	position: relative;
	width: 1005px;
	margin: 0 auto;
	min-height:100%;
	background: #fff;
	text-align: left;
}

.clear{
	clear: both;
	height: 1px;
}

/************* Headers ******************/

#header{
	background: #FFF;
	width: 1005px;
	height: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#headerLeft{
	float: left;
	width: 467px;
	height: 68px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerRight{
	float: right;
	width: 385px;
	height: 48px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background: url(/images/phone.gif) no-repeat 0px 0px;
}

#menu{
	display: none;
}

#headerBottomHome{
	display: none;
}
#headerBanner{
	display: none;
}

#rotateImg{
	background: #5a2c17 url(/images/bannerTall/furniture.jpg) no-repeat 0px 0px;
	float: left;
	clear: left;
}

/************ Left panel ************/

#left{
	display: none;
}

#news{
	display: none;
}

/*********** Info Panels **************/

#whatIsLeather{
	display: none;
}
#whatIsLeatherBackground{
	display: none;
}


#leatherCare{
	display: none;
}
#leatherCareBackground{
	display: none;
}


#ecoLeather{
	display: none;
}
#ecoLeatherBackground{
	display: none;
}


#leatherClinic{
	display: none;
}
#leatherClinicBackground{
	display: none;
}

#leftExpand{
	display: none;
}

#homePanels{
	display: none;

}



/************ Main Content ************/

#main{
	width: 100%;
	padding: 0px 10px 0px 10px;
	float: left;
}


/************ Footers ************/

#footer{
	clear: both;
	width: 905px;
	height: 56px;
	padding: 0px 0px 0px 50px;
	background: url(/images/footer_background.gif) left no-repeat;
	text-align: left;
}
#built{
	display: none;
}


/************ Forms **************/

.form input{
	clear: none;
	float: left;
	height: 15px;
	width: 300px;
}
.form textarea{
	clear: none;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}
.form select{
	height: 20px;
	width: 350px;
}
	
label .required{
	color: #f00;
}
#main .radio{
	width: 20px;
}

#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}

/* Search site form */

#headerRight form{
	display: none;
}
#headerRight label,#headerRight input{
	display: none;
}

#headerRight label{
	display: none;
}
#headerRight input{
	display: none;
}

#headerRight input[type='submit'],#headerRight input.submit{
	display: none;
}


