@charset "utf-8";
<!--
body
{
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #fbfaf4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000;
	display: block;
}

#container
{
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1015 px;
}

#header
{
	height: 70px;
}

#contactheader
{
	height: 65px;
	width: 420px;
	float:right;
}

#contactheadertable
{
	font-size: .9em;
}

#logoheader
{
	height: 65px;
	width: 420px;
	float: left;
}

#logo
{
	text-decoration: none;
	width: 412px;
	height: 65px;
	margin-left: 0px;
	background: url(../images/logo.png) top left no-repeat;
	display: block;
	padding: 0;
}

#logo:hover
{
	background-position: 0 -65px;	
}

#navbar
{
	height: 22px;
	padding-top: 10px;
	margin: 0;
	width: 100%;
}

#navbar ul
{
	background-color: #222;
	margin: 0;
	padding: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	float: left;
}

#navbar ul li
{
	padding: 0;
	margin: 0;
	display: inline;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#navbar ul li a
{
	padding: 5px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	font-weight: "bolder";
	font-size: 1.0em;
}

#navbar ul li a:visited
{
	color: #FFF;
	font-weight: "bolder";
}


body#homepage a.homepage, body#services a.services,
body#photoalbum a.photoalbum, body#testimonials a.testimonials,
body#contact a.contact, body#serviceareas a.serviceareas,
body#floorcare a.floorcare, body#moreinformation a.moreinformation,
body#requestabid a.requestabid
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #d3a065;
}

#navbar ul li a:hover
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../images/banner.png) no-repeat;
}

#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 */
}

#mainContent_homepage
{
	float: left;
	background: url(../images/bigimage.png) top left no-repeat;
	padding-top: 275px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_services
{
	float: left;
	background: url(../images/services_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_serviceareas
{
	float: left;
	background: url(../images/serviceareas_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_photoalbum
{
	float: left;
	background: url(../images/photoalbum_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_contact
{
	float: left;
	background: url(../images/contact_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_requestabid
{
	float: left;
	background: url(../images/requestabid_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_floorcare
{
	float: left;
	background: url(../images/floorcare_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_testimonials
{
	float: left;
	background: url(../images/testimonials_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainContent_moreinformation 
{
	float: left;
	background: url(../images/moreinformation_bg.png) top left no-repeat;
	padding-top: 50px;
	position: relative;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#innerContent
{
	float: left;
	width: 890px;
	background: #fff;
	margin: 20px 25px;
	padding: 15px 30px 30px 30px;
	text-align: justify;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer
{
	float: left;
	text-align: center;
	font-size: 12px;
	color: #6F3D2B;
	width: 1000px;
}

#youwillbefloored
{
	width: 1000px;
	height: 500px;
	padding: 0;
	margin: 0;
}

#topleft
{
	position: absolute;
	top: 25px;
	left: 25px;
	background: url(../images/grid_topleft.png) top left no-repeat;
	display: block;
	height: 113px;
	width: 224px;
	text-decoration: none;
}

#topleft:hover
{
	background-position: 0 -113px;	
}

#topright
{
	position: absolute;
	top: 25px;
	left: 276px;
	background: url(../images/grid_topright.png) top left no-repeat;
	display: block;
	height: 113px;
	width: 224px;
	text-decoration: none;
}

#topright:hover
{
	background-position: 0 -113px;	
}

#bottomleft
{
	position: absolute;
	top: 162px;
	left: 25px;
	background: url(../images/grid_bottomleft.png) top left no-repeat;
	display: block;
	height: 113px;
	width: 224px;
	text-decoration: none;
}

#bottomleft:hover
{
	background-position: 0 -113px;	
}

#bottomright
{
	position: absolute;
	top: 162px;
	left: 276px;
	background: url(../images/grid_bottomright.png) top left no-repeat;
	display: block;
	height: 113px;
	width: 224px;
	text-decoration: none;
}

#bottomright:hover
{
	background-position: 0 -113px;	
}

#indentleft
{
	padding-left: 350px;	
}

#greyblock
{
	position: absolute;
	top: 25px;
	right: 25px;
	height: 251px;
	width: 450px;
	display: block;
	background: url(../images/youwillbefloored.png) top left no-repeat;
	text-decoration:none;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#greyblock:hover
{
	background-position: 0 -251px;
}

.float
{
	float: left;
	padding: 0 20px 20px 0;
}

li
{
	padding: 10px 0;
	color:#94523a;
	margin-left: 20px;
	paddin-left: 10px;
}

li span
{
	color: #000;	
}

a:link, a:visited
{
	color: #222;
	font-weight: bolder;
}

a:hover, a:active
{
	color: #94523a;
	text-decoration: underline;
}

.album_tn
{
	margin: 18px;
	border: 3px solid #bd8a50;
}

.album_tn:hover
{
	border: 3px solid #c20a0a;	
}

#contactform
{
	margin: 5px 5px 5px 5px;
}

#contactform .input, #contactform .textarea, #contactform .select
{
	padding: 2px;
	border: 3px solid #444;
	margin: 5px 0 15px 15px;
	width: 200px;
	display: block;
}

#contactform .checkbox
{
	margin: 10px 10px 10px 20px;
}

#contactform .textarea
{
	height: 150px;
	width: 300px;
}

.greybox
{
	background: #222;
	width: 400px;
	float: left;
	position: relative;
	padding: 15px;
	margin-top: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.greybox_arrow
{
	background: url(../images/greyarrow.png) top left no-repeat;
	height: 20px;
	width: 10px;
	position: absolute;
	top: 14px;
	right: -10px;
}

.first-letter
{
	font: bold 48px Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: -10px 5px -10px 0;
	display: block;
}

#contactushere
{
	width: 360px;
	height: 120px;
	background: url(../images/contactushere.png) top left no-repeat;
	display: block;
	text-decoration: none;
}

#contactushere:hover 
{
	background-position: 0 -120px;	
}

#wood_grid
{
	position: absolute;
	top: 21px;
	left: 31px;
}

#column1
{
	position: absolute;
	top: 0;
	left: 0;
}

#column2
{
	position: absolute;
	top: 0;
	right: 0;
}

.northernwhiteoak
{
	width: 175px;
	height: 59px;
	display: block;
	background: url(../images/northernwhiteoak.png) top left no-repeat;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

.northernwhiteoak:hover
{
	background-position: 0 -59px;
}

.do
{
	color: #000;
	list-style-image: url(../images/do.png);
}

.dont
{
	color: #000;
	list-style-image: url(../images/dont.png);
}

hr
{
	border: 0;
	height: 5px;
	background: #94523a url(../images/hr.png);
	border-radius: 5px;
}

#servicestable
{
	margin: 0 auto;	
	background: url(../images/servicestable_bg.jpg) top left no-repeat;
	width: 665px;
	height: 286px;
	text-align:left;
}

#servicestable li
{
	margin: 0;
	padding: 0 0 20px 0;
}

#moreInformationMain
{
	width: 600px;
	float: left;
}

#facebookLikeBox
{
	width: 275px;
	float: right;
}

#contactArea
{
	padding-bottom: 20px;
	width: 420px;
	float: right;
}

#contactAreaSent
{
	padding-bottom: 20px;
	margin-top: 225px;
}

#contactInformation
{
	width: 415px;
	padding: 5px 5px 5px 5px;
	float: left;
	margin-top: 25px;
	border-style: outset;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #222;
}

#contacttable
{
	margin-left: auto;
	margin-right: 5px;
}

#contactUs
{
	height: 40px;
	width: 140px;
	background-image: url('images/contactusbutton.png');
	cursor: pointer;
}

#contactUs:hover
{
	height: 40px;
	width: 140px;
	background-image: url('images/contactusbutton_hover.png');
	cursor: pointer;
}

#banner
{
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	height: 25px;
	width: 100%;
}

#businesscard
{
	margin-top: 20px;
	float: left;
	height: 400px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#gallery
{
	margin-left: 45px;
}

#mainrequestbid
{
	border: 2px solid #CCC;
	float: left;
	margin-right: 25px;
	padding-bottom: 25px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #222;
	-webkit-box-shadow: 5px 5px 5px #222;
	box-shadow: 5px 5px 5px #222;
}

#requestbidtitle
{
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding: 10px;
	text-align:center;
	background-color: #222;
}

#requestbidtitle a
{
	padding: 10px;
	text-decoration: none;
	font-weight: bolder;
	color: #FFF;
}

#mainbottom
{
	float: left;
}

#printlink
{
	float: right;
}

#contactSentMsg
{
	padding-bottom: 20px;
	width: 400px;
	float: right;
}

#requestSentMsg
{
	padding-bottom: 20px;
	width: 430px;
	float: right;
}

#maintop
{
	float: left;
}

#mainimage
{
	width: 200;
	float: left;
	padding: 0 25px 0 0;
}
	
#maincontent
{
	float: right;
	width: 715px;
|
-->
