@charset "UTF-8";
/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #E4DBD6;
	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;
}
p {
	margin: 0 0 0 0;
	padding: 0px 0 16px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #926D5A;
	margin: 0;
	padding: 15px 0 0 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
}
a {
	font-weight: bold;
	color: #926D5A;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:hover, a:focus {
	color: #B08874;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
li {
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.hide {
	display: none;
}
.main_body #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.main_body #header {
	height: 140px;
	background: #FFFFFF; 
	background-image: url(images/dt_header.gif);
	background-repeat: no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.main_body #mainNav {
	height: 21px;
	background: #926D5A;
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	align: right;
}
.main_body #mainNav a {
	font: 90%;
	color: #FFFFFF;
	background-color: #926D5A;
	text-decoration: none;
}
.main_body #mainNav a:hover, .main_body #mainNav a:focus {
	color: #926D5A;
	background-color: #F0D0B4;
	text-decoration: none;
}
.main_body #indexContent {
	text-align: right;
	font-size: 100%;
	line-height: 1.3;
	height: 380px;
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #indexCopy {
	text-align: right;
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #bathroomsContent {
	text-align: right;
	background-image: url(images/bathroom-img.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #kitchensContent {
	text-align: right;
	background-image: url(images/kitchen-img.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #bedroomsContent {
	text-align: right;
	background-image: url(images/bedroom-img.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #tilesContent {
	text-align: right;
	background-image: url(images/tile-img.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #designContent {
	text-align: right;
	background-image: url(images/design-img.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #aboutusContent {
	text-align: right;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0px 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #offersContent {
	text-align: right;
	font-size: 100%;
	line-height: 1.3;
	min-height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 20px 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #formContent {
	text-align: center;
	font-size: 100%;
	line-height: 1.3;
	height: 345px;
	margin: 0 0 0 0;
	padding: 35px 42px 0 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #offers {
	text-align: left;
	font-size: 100%;
}
.main_body #offers p {
	margin: 0;
	padding: 0;
}
.main_body #offers h1 {
	margin: 0;
	padding: 0;
}
.main_body #form {
	text-align: left;
	margin: 0;
	padding: 0;
}
.main_body #form p {
	text-align: left;
	margin: 0;
	padding: 0;
}
.main_body #required {
	font-size: 90%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.main_body #btt a {
	font-size: 90%;
	color: #999999;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 0;
}
.main_body #btt a:hover,.main_body #btt a:focus {
	color: #000000;
	margin: 0;
	padding: 0;
}
.main_body #googlemap {
	vertical-align: top;
	margin: 10px 0;
	padding: 0;
}
.main_body #googlemap a {
	text-align: right;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}
.main_body #googlemap p {
	text-align: left;
	margin:0;
	padding: 0;
}
.main_body #googlemap h1 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #926D5A;
	margin: 0;
	padding: 0;
}
.main_body #googlemap a:hover,.main_body #googlemap a:focus {
	color: #B08874;
	text-decoration: none;
}
.main_body #galleryContent {
	width: 780px;
	height: 380px;
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main_body #address {
	font-size: 90%;
	padding: 0 39px 0 39px;
	margin: 0;
	text-align: left;
	background: #926D5A;
}
.main_body #address p {
	font-weight: 100;
	margin: 0;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
}
.main_body #footer, {
	font-size: 90%;
	color: #939598;
	text-align: left;
	background:#FFFFFF;
}
.main_body #footer p {
	font-size: 90%;
	color: #C9CACC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 39px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	text-decoration: none;
}
.main_body #footer a {
	font-weight: normal;
	color: #939598;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	text-decoration: none;
}
.main_body #footer a:hover, .main_body #footer a:focus {
	color: #636466;
}
.main_body #link {
	font-size: 100%;
	color: #FFFFFF;
	text-align: right;
}
.main_body #link p {
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: right;
	text-decoration: none;
}
.main_body #link a {
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.main_body #link a:hover, .main_body #link a:focus {
	color: #966E58;
}
.main_body #registered {
	color: #939598;
	text-align: right;
	background:#FFFFFF;
}
.main_body #registered p {
	font-size: 90%;
	color: #939598;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 39px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	text-decoration: none;
}