
/* color palette 
	body background		grey	 	857A76;
	content bg				cream		FFF8DD;
	big header							5c3301;
	warm grey 11 text					7D6A55;
	content link underline			5C3301;
	red nuggets							3F1B1B;
*/


/* basic blocks ----------------------------------------*/
body {
	background-color: #857A76;
	text-align: center;
	height: 101%;
	padding-bottom: 6em;
}
#wrap01 {
	background-color: #B1AAA7;
	width: 1010px;
	margin: 0 auto;
	padding-bottom: 10px;
}


/* these blocks are indented ----------------------------------------*/
#content, #header {
	width: 990px;
	position: relative;
	left: 10px;
}

#header {
	height: 125px;
	background-image: url(i/bg_head.png);
	position: relative;
}
.headerwrap {
	height: 125px;
	background-image: url(i/bg_head_shadow.png); /*shadow around the header*/
}
#content, #extra {
	background-color: #FFF8DD;
}
#content {
	width: 990px;
	padding: 30px 0;
}
#extra {
	margin-left: 10px;
	width: 990px;
	height: 40px; /* empty space beneath the nuggets*/
}


/* these blocks are full width ----------------------------------------*/
#nuggets {
	height: 80px;
	background-image: url(i/bg_nuggets.gif);
	background-color: #3f1b1b; /* logos across bottom */	
}

#footer {
	width: 990px;
	margin: 0 auto;
	text-align: right;
}


/* in the header blocks ----------------------------------------*/
#logo {
	position: absolute;
	left: 36px;
	overflow: hidden;
}
#logo a {
	display:block;
	width: 181px;
	height: 113px;
	background-image: url(i/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0 -113px;
}
#logo a:hover {
	background-position: 0 0px;
}
.contact {
	width: 345px;
	height: 117px;
	background-image: url(i/house.gif);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 36px;
}
.contact ul {
	position: relative;
	top: 67px;
	aaabackground-image: url(i/contact.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	width: 250px;
	overflow: hidden;
	border-top: 1px solid #53361a;
}

.contact ul li {
	float: left;
	text-indent: -9999px;
	height: 24px;
}
.contact ul li a, li.phone {
	display: block;
	background-image: url(i/email.gif);
	background-repeat: no-repeat;
	width: 118px;
	overflow: hidden;
	height: 24px;
}
.contact ul li a:hover {
	background-position: 0 -24px;
}
li.phone {
	background-image:url(i/phone.gif);
	padding-right:10px;

}

/* page content  ---------------------------------------- */
#content {
	text-align: left;
}
#content .left {
	float: left;
	width: 425px;
	margin-left: 30px;
}
#content .right {
	margin-left: 500px;
}
#content img.feature {
	width: 425px;
	height: 327px;
	border: 1px solid #7D6A55;
}
/* hack up the headlines -------------------------------- */
#content h2 {
	background-repeat:  no-repeat;
	text-indent: -9999px;
	display: block;
	height: 54px;
	margin-bottom: 10px;
}
#content h2.refinishing 	{	background-image: url(i/h2-refinishing.gif); }
#content h2.installation 	{	background-image: url(i/h2-installation.gif); }
#content h2.woodsales		{	background-image: url(i/h2-woodsales.gif); }
#content h2.clientlist		{	background-image: url(i/h2-clientlist.gif); }
#content h2.ourwork			{	background-image: url(i/h2-ourwork.gif); }
#content h2.warranty			{	background-image: url(i/h2-warranty.gif); }
#content h2.floorcare		{	background-image: url(i/h2-floorcare.gif); }
#content h2.aboutus			{	background-image: url(i/h2-aboutus.gif); }
#content h2.home				{	background-image: url(i/h2-home.gif); }
#content h2.contactform		{	background-image: url(i/h2-contact.gif); }

#content p, #content h3 {
	margin-left: 10px;
	margin-right: 40px;
}

#content h3, strong.smallcaps {
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: .12em;
	text-transform: lowercase;
	color: #5c3301;
}
#content h3 {
	font-size: 1.7em;
	margin-top: 2em;
	font-weight: bold;
	letter-spacing:.18em;
}

#content a {
	border-bottom: 1px dotted;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid;
}


/* format the client list */
ul.clientlist li {
	margin-left: 11px;
}

/* format the form */
form {
	font-family: calibri, helvetica, arial, sans-serif;
}
input, textarea {
	border: 1px solid #5C3301;
	padding: 3px;
	width: 300px;
}
label {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 4px;
	line-height: 1.8em;
	vertical-align: top;
	padding-top: 3px;
	font-size: 12px;
}
form li {
	padding: 0 0 .85em 0;
}
input.button {
	padding: 5px 15px;
	width: auto;
	color: #fff8dd;
	background-color: #5C3301;
	font-family: georgia; serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .21em;
	margin-left: 105px;
}
input.button:hover {
	background: #3F1B1B;
}
.required {
	color: #641c1c
	font-size: 16px;
	font-family: Georgia, serif;
}

#footer {
	color: #FFF8DD;
	padding: 10px;
}