body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
	font-family: "Times New Roman", Arial, Times, serif;
	font-size: 16px !important;
	vertical-align: top;
}

a,
a:visited {
	color: #D1A068;
	text-decoration: none;
}

a:hover {
	color: #D1A068;
	text-decoration: underline;
}

.NormalTextBox {
	background-image: url(images/txt_field_multi_bg_norm.gif);
	background-repeat: repeat-x;
	color: #EFB967;
	border: 1px solid white;
}

.NormalTextBox:hover {
	background-image: url(images/txt_field_multi_bg_over.gif);
	background-repeat: repeat-x;
	color: #EFB967;
	border: 1px solid white;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-top: -15px;
	position: relative;
}

#phone {
	width: 200px;
	position: absolute;
	left: 775px;
	top: 85px;
	z-index: 300;
	font-size: 22px;
}

#shadow {
	padding: 0;
	margin: 0 auto;
	height: 606px;
	width: 1035px;
	position: relative;
	z-index: 1;
	background-image: url(images/whole_shadow.jpg);
	background-repeat: no-repeat;
}

.backgroundcontainer {
	vertical-align: top;
	position: absolute;
	left: 20px;
	z-index: 2;
	padding: 0;
	margin: 0;
}

#navigation {
	width: 665px;
	height: 55px;
	position: absolute;
	z-index: 300;
	left: 40px;
	text-align: center;
	padding-top: 5px;
	margin-top: 40px;
	background-image: url(images/menu-shadow.png);
	background-repeat: no-repeat;
}

#contentpanewrap {
	width: 755px;
	left: 0px;
	position: absolute;
	z-index: 200;
	height: 252px;
	text-align: left;
	margin-top: 90px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#contentpane {
	width: 100%;
}

#formwrap {
	width: 221px;
	height: 428px;
	left: 795px;
	position: absolute;
	text-align: left;
	z-index: 250;
	margin-top: 100px;
	/*background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 70px;
	padding-bottom: 20px; */
}

.form {
	/* width: 175px; */
}

/*#form input {
	width: 155px;
	background-image: url(images/txt_field_single_bg_norm.gif);
	border: 1px solid #7F6150;
	background-repeat: repeat-x;
	color: white;
}

#form input:hover {
	background-image: url(images/txt_field_single_bg_over.gif);
	background-repeat: repeat-x;
	border: 1px solid #B6ACA5;
	color: white;
}

#form textarea {
	width: 155px;
	background-image: url(images/txt_field_multi_bg_norm.gif);
	background-repeat: repeat;
	border: 1px solid #7F6150;
	color: white;
}

#form textarea:hover {
	background-image: url(images/txt_field_multi_bg_over.gif);
	background-repeat: repeat;
	border: 1px solid #B6ACA5;
	color: white;
}	*/

#gallerywrap {
	width: 557px;
	height: 194px;
	left: 30px;
	position: absolute;
	text-align: left;
	z-index: 300;
	background-image: url(images/options_panel.png);
	background-repeat: no-repeat;
	margin-top: 390px;
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 20px;
}

.gallery {
	width: 400px;
	position: absolute;
	z-index: 500;
	left: 30px;
	margin-top: 375px;
}

.flooring {
	width: 180px;
	position: absolute;
	z-index: 500;
	left: 385px;
	margin-top: 410px;
}

#footer {
	text-align: center;
	color: white;
	font-size: 11px;
	clear: both;
}

#footer a,
#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: none;
	background-color: #D1A068;
}

