@charset "UTF-8";
body {
	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: EBE0C6;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-position: left top;
}
.main #shadow {
	width: 840px;
	margin: 0 auto 0 auto;
	background: url(images/shadow.png) 0 0 repeat-y;
}
.main #container {
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
}
.main #container h1 {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
} 
.main #innerCon {
	width: 780px;
	margin: 0 auto 0 auto;
}
.main #header {
	height: 200px;
	width: 780px;
	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. */
	margin: 0;
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #address {
	height: 20px;
	width: 780px;
	background-image: url(images/address.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D8D3B6;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.main #address a:link {
	color: #D8D3B6;
	text-decoration: underline;
}
.main #address a:visited {
	text-decoration: underline;
	color: #D8D3B6;
}
.main #address a:hover {
	text-decoration: underline;
	color: #333128;
}
.main #emailAdd {
	float: left;
	width: 270px;
	height: auto;
	margin: 0 0 0 70px;
	text-align: left;
}
.main #date {
	float: right;
	width: 270px;
	height: auto;
	margin: 0 70px 0 0;
	text-align: right;
}
.main #menu {
	float: left; /* since this element is floated, a width must be given */
	height: 300px;
	width: 165.515px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	vertical-align: top;
	margin: 0;
	padding: 20px 0 70px 0;
      }
.main #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
	width: 600px;
	margin: 0 0 0 180px;
	padding: 0;
}
.main #content p {
	margin: 0; /* zeroing the margin of the last element in the #content1 div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
.main #content a:link {
	color: #F2DCA8;
	text-decoration: none;
}
.main #content a:visited {
	text-decoration: none;
	color: #F2DCA8;
}
.main #content a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.main #pageTitle {
	height: 99px;
	width: 600px;
	margin: 0;
	padding: 0;
}
.main #footer {
	height: 138px;
	width: 780px;
	background-image: url(images/footer.png);
	background-color: #514D3C;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;

}
.main #footer p {
	margin: 50px 0 0 0;
	color: #D8D3B6;
	font:  12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.main #footer img {
	margin: 10px auto 0 auto;
}
.main #footerLinks {
	height: auto;
	width: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	top: 25px;
}
.main #footerLinks a:link {
	color: #D8D3B6;
	text-decoration: none;
}
.main #footerLinks a:visited {
	text-decoration: none;
	color: #D8D3B6;
}
.main #footerLinks a:hover {
	text-decoration: underline;
	color: #FDFCF1;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* coding for the home page */
.main #homeText {
	float: left;
	height: 386px;
	width: 364px;
}
.main #welcomeText {
	height: 119px;
	width: 349px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 20px 10px 20px 0;
	padding: 0;
}
.main #ulText {
	height: 217px;
	width: 289px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #D8D3B6;
	margin: 0;
	padding: 10px 0 0 75px;
}
.main #buttons {
	position: relative;
	float: right;
	height: 413px;
	width: 236px;
	vertical-align: top;
}
.main #designsBtn {
	height: 139px;
	width: 236px;
}
.main #photoBtn {
	height: 137px;
	width: 236px;
}
.main #wallBtn {
	height: 137px;
	width: 236px;
}
.main #floodBtn {
	position: absolute;
	top: 276px;
	right: 544px;
	height: 137px;
	width: 236px;
}



/* coding for the designs page */
.main #designsContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
	width: 600px;
	margin: 0 0 0 180px;
	padding: 0;
}
.main #designsPages {
	color:#999276;
	text-align:center;
	margin:20px 0 0 0;
}
.main #designsPages a:link {
	color: #D8D3B6;
	text-decoration: none;
}
.main #designsPages a:visited {
	text-decoration: none;
	color: #D8D3B6;
}
.main #designsPages a:hover {
	text-decoration: underline;
	color: #FDFCF1;
}
.main #dC2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
	width: 613px;
	margin: 0 0 0 167px;
	padding: 0;
}
.main #designsText {
	height: auto;
	width: 613px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D8D3B6;
}
.main #designsText img { margin: 10px 0 0 0; }
.main #designsText a:link, a:visited { text-decoration:none; color: #D8D3B6; }
.main #designsText p { text-decoration:none; padding: 0; margin: 0 0 10px 0;}
.main #designsText a:hover p{ text-decoration:underline; color: #FDFCF1; }



/* coding for the photos page */
.main .projectTitle {
	height: 50px;
	width: 100%;
	margin: 10px;
	text-align: left;
}
.main .projectTitle h2 {
	font-size: 2em;
	margin: 10px 10px 0 40px;
}
.main .projectTitle h3 {
	font-size: 1.2em;
	margin: 0 0 10px 40px;
	padding: 0;
}
.main .projectTitle h4 {
	margin: 0 10px 0px 40px;
	padding: 0;
}
.main .projectTitle h5 {
	font-size: 1.2em;
	margin: 10px 0 0 40px;
	padding: 0;
}



/* coding for the testimonials page */
.main #testText {
	position: relative;
	float: left;
	height: 480px;
	width: 510px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 50px 20px 40px;
	padding: 0;
}



/* coding for the wall sculptures page */
.main #wallText {
	height: 350px;
	width: 510px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 50px 0px 40px;
	padding: 0;
}



/* coding for the application & warranty page */
.main #appText {
	float: left;
	height: 226px;
	width: 334px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 30px 20px 0;
	padding: 0;
}
.main #appText a:link {
	color: #D8D3B6;
	text-decoration: underline;
}
.main #appText a:visited {
	text-decoration: underline;
	color: #D8D3B6;
}
.main #appText a:hover {
	text-decoration: underline;
	color: #FDFCF1;
}


/* coding for the local provider page */
.main #localText {
	float: left;
	height: 226px;
	width: 290px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 0 0 0;
	padding: 0;
}
.main #localPremier {
	float: right;
	height: auto;
	width: 300px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 5px 0 5px;
	padding: 0;
}
.main #localPremier a:link {
	color: #D8D3B6;
	text-decoration: underline;
}
.main #localPremier a:visited {
	text-decoration: underline;
	color: #D8D3B6;
}
.main #localPremier a:hover {
	text-decoration: underline;
	color: #FDFCF1;
}



/* coding for the contact us page */
.main #contactText {
	height: auto;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
}
.main #contactEmails {
	float: left;
	height: 346px;
	width: 284px;
	text-align: right;
	margin: 20px auto 0 auto;
	padding: 0;
}
.main #contactEmails a:link {
	color: #D8D3B6;
	text-decoration: underline;
}
.main #contactEmails a:visited {
	text-decoration: underline;
	color: #D8D3B6;
}
.main #contactEmails a:hover {
	text-decoration: underline;
	color: #FDFCF1;
}
.main #contactWebform {
	float: right;
	height: auto;
	width: 266px;
	margin: 20px auto 0 auto;
	padding: 0;
}

.submit
{
margin-top: 10px;
}

.textfield
{
color: #D8D3B6;
background: #474232;
border: 1px solid #000000;
width: 175px;
}


/* coding for the sent page */
.main #sentText {
	height: auto;
	width: 600px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D8D3B6;
}



/* coding for the flood cleanup page */
.main #flood {
	position: relative;
	float: left;
	height: 625px;
	width: 510px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #D8D3B6;
	margin: 30px 50px 20px 40px;
	padding: 0;
}

.main #flood ul {
	list-style-type: none;
}

.main #flood li {
	padding: 0 0 0 20px;
}

