@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.abella #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.abella #mainContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_mainbg.jpg);

}
.abella #bathContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_bathmainbg.jpg);
}
.abella #commContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_commmainbg.jpg);
}
.abella #kitcContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_kitcmainbg.jpg);
}
.abella #specContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_specmainbg.jpg);
}
.abella #tileContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_tilemainbg.jpg);
}
.abella #contContent {
	height: 550px;
	margin-top: 10px;
	background-image: url(../images/abellabathrooms_contmainbg.jpg);
}
.abella #subbathContent {
	height: 500px;
	margin-top: 25px;
	width: 700px;
	margin-left: 150px;
}
.abella #subcontContent {
	height: 500px;
	margin-top: 25px;
	width: 700px;
	margin-left: 150px;
}
.abella #subcommContent {
	height: 500px;
	margin-top: 25px;
	width: 700px;
	margin-left: 150px;
}
.abella #subkitcContent {
	height: 500px;
	margin-top: 25px;
	width: 700px;
	margin-left: 150px;
}
.abella #subtileContent {
	height: 500px;
	margin-top: 25px;
	width: 700px;
	margin-left: 150px;
}
.abella #header {
	height: 150px;
	background-image: url(../images/abellabathrooms_headerbg.png);
}
.abella #menucont {
	height: 32px;
	margin-top: 120px;
	background-image: url(../images/abellabathrooms_menubg.png);
	text-align: center;
	padding-left: 2px;
	position: absolute;
	width: 978px;
	z-index: 1;
}
.abella #sitback {
	height: 59px;
	width: 420px;
	margin-top: 25px;
	margin-left: 30px;
	position: absolute;
}
.abella #clickhere {
	height: 79px;
	width: 360px;
	margin-top: 450px;
	margin-left: 30px;
	position: absolute;
}
.abella #servblock {
	height: 150px;
	width: 300px;
	margin-top: 380px;
	margin-left: 650px;
	position: absolute;
}
.abella #footer {
	height: 50px;
	margin-top: 10px;
}
.abella #contact {
	height: 400px;
	width: 300px;
	margin-top: 50px;
	margin-left: 400px;
	position: absolute;
}
