@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c3b091;
	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 */
	scrollbar-face-color: #c3b091;
	scrollbar-base-color:#fffff0;
	scrollbar-arrow-color:#9e0b0f;
	scrollbar-track-color:#fffff0;
	scrollbar-shadow-color:#9e0b0f;
	scrollbar-highlight-color:#9e0b0f;
	scrollbar-3dlight-color:#fffff0;
	scrollbar-darkshadow-Color:#fffff0;
}
#container { 
	width: 950px;
	height: 600px;
	background: #FFFFFC;
	margin: 0 auto;
	margin-top: 20px;
	border: 16px solid #fffffc;
	text-align: left;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fffffc;
}
h1 {
	padding-top: 85px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color: #c3b091;
}
h2 {
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color: #c3b091;
}
h3 {
	padding-top: 75px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color: #c3b091;
}


/* START SIDEBAR */
#sidebarHome {
	float: right; 
	width: 300px;
	height: 600px;
	background-image: url(../images/homeRT.jpg); 
	padding: 0;
}
#sidebarStaging {
	float: right;
	width: 300px;
	height: 600px;
	background-image: url(../images/familyRT.jpg); 
	padding: 0;
}
#sidebarRedesign {
	float: right; 
	width: 300px;
	height: 600px;
	background-image: url(../images/livingRT2.jpg); 
	padding: 0;
}
#sidebarServices {
	float: right; 
	width: 300px;
	height: 600px;
	background-image: url(../images/livingRT.jpg); 
	padding: 0;
}
#sidebarComments {
	float: right; 
	width: 300px;
	height: 600px;
	background-image: url(../images/outdoorRT.jpg); 
	padding: 0;
}
#sidebarPrograms {
	float: right; 
	width: 300px;
	height: 600px;
	background-image: url(../images/kitchen3RT.jpg); 
	padding: 0;
}
#sidebarRed {
	float: right;
	width: 300px;
	height: 600px;
	background-image: url(../images/redRT.jpg);
	padding: 0;
}

/* start sidebar menu */
#sidebarNav {
	float: right;
	padding-top: 0px;
	position:static;
	width: 300px;
}
#sidebarNav ul {
	font-size:12px;
	color: #a0552d;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebarNav li {
	float: right;
	position: relative; 
}
#sidebarNav a, #sidebarNav a:visited {
	padding: 5px 6px;
	margin-right: 2px;
	background-color:#FFFFFc;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-decoration:none; 
	color:#a0552d;
}
#sidebarNav a:hover {
	background-color:#a0552d;
	color:#fffffc;
	text-decoration:underline;
}
/* END SIDEBAR */


/* START MAINCONTENT */
#mainContent { 
	height: 600px;
	background-color: #9e0b0f;
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}
#mainContentContact { 
	height: 600px;
	background-image: url(../images/bedroomMAIN.jpg);
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}
#textBoxHome {
	width: 650px;
	height: 400px;
}
#textBoxOver {
	width: 630px;
	height: 472px;
	overflow:auto;
}
#textBoxHome a, #textBoxOver a{
	color: #fffffc;
	text-decoration:underline;
}
#textBoxHome a:hover, #textBoxOver a:hover{
	color: #a0552d;
}
#textBox {
	width: 650px;
	height: 472px;
	overflow:auto;
}

/* start maincontent menu */
#mainContentNav{
	float: left;
	padding-top: 0px;
	position:static;
	width: 650px;
	margin-top: 28px;
}
#mainContentNav ul {
	font-size:12px;
	color: #a0552d;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainContentNav li {
	float: left;
	position: relative;
}
#mainContentNav a, #mainContentNav a:visited {
	padding: 5px 6px;
	margin-left: 2px;
	background-color:#FFFFFc;
	display:block;
	font-size:12px;
	text-decoration:none; 
	font-weight: normal;
	color:#a0552d;
}
#mainContentNav a:hover {
	background-color:#a0552d;
	color:#fffffc;
	text-decoration:underline;
}
/* END MAINCONTENT */

/* START GALLERY */
#gallery {
	float: left;
	padding-left: 18px;
	width: 77px;
	padding-top: 50px;
}

#gallery a {
	color: #fffffc;
}

#gallery p, #gallery p {
	color: #fffffc;
	text-decoration: underline;
	margin-top: 0px;
	padding: 0px;
}
#galleryBefore {
	float: left;
	padding-left: 50px;
	width: 85px;
	padding-top: 25px;
}

#galleryBefore a {
	padding-bottom: 5px;
	color: #fffffc;
}

#galleryBefore p, #galleryAfter p {
	color: #fffffc;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#galleryAfter {
	float: left;
	padding-left: 30px;
	width: 85px;
	padding-top: 25px;
}

#galleryAfter a {
	padding-bottom: 5px;
	color: #fffffc;
}

#galleryMain {
	float: left;
	width: 598px;
	padding-left: 25px;
	padding-top: 20px;
}

#galleryMain a {
	color: #fffffc;
}

#galleryMain p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fffffc;
}
/* END GALLERY */

/* START FOOTER */
#footer { 
	width: 950px;
	height: 30px;
	background: #c3b091;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}
#footer p{ 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fffffc;
}
/* END FOOTER */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* FORM STYLES */
#contactText { 
	padding-left: 10px; 
	width:280px;
	padding-right: 10px; 
}
form { 
	width: 280px; 
}
form br { 
	clear:left; 
}
input { 
	height: 13px;
	line-height: 13px;
}
input { 
	width: 150px; 
	margin: 1px 0 5px 10px; 
	font-size: 12px; 
	color: #000000; 
	padding: 2px; 
	background: #ffffff; 
}

input.inputButton {
	margin-left: 28px; 
	height: 24px; 
	width: 95px; 
}
label { 
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #fffffc;
	display: block; 
	float: left;  
	width: 100px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 2px 0 0; 
	text-align: right;
	font-family:Arial, Helvetica, sans-serif; 
}
textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	width: 250px;
	font-size: 12px; 
	color: #000000;
	margin: 1px 0 5px 10px; 
	padding: 2px; 
	background: #ffffff;
	overflow: auto; 
}
/* END FORM STYLES */