body
{
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	min-width: 800px;
}

b {
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

#centeredColumn
{
	width: 800px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 800) / 2 + 'px');
}

#wholeContainer {
	width: 800px;
	margin: 15px 0 0 0;
}

/* Head */

#head {
	width: 800px;
	height: 162px;
	display: block;
}

#head1 {
	width: 800px;
	height: 142px;
	display: block;
	float: left;
}



/* Body */

a.links, a.email {
	color: #555050;
	text-decoration: none;
	font-weight: bold;
}

a:hover.links, a:hover.email {
	color: #e99519;
}



#body {
	width: 800px;
	background-image: url(../images/body_repeat.jpg);
	background-repeat: repeat-y;
	display: table;
	float: left;
}


#bodyHeader {
	width: 800px;
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 37px;
}

#bodyMiddle {
	width: 800px;
	height: 310px;
	background-image: url(../images/body_mid.jpg);
	background-repeat: no-repeat;
	display: table;
	float: left;
}
#bodyMiddleMold {
	width: 800px;
	height: 310px;
	background-image: url(../images/body_mid_mold.jpg);
	background-repeat: no-repeat;
	display: table;
	float: left;
}
#bodyMiddleEmergancy {
	width: 800px;
	height: 310px;
	background-image: url(../images/body_mid_emergancy.jpg);
	background-repeat: no-repeat;
	display: table;
	float: left;
}
#bodyMiddleContact {
	width: 800px;
	height: 310px;
	background-image: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
	display: table;
	float: left;
}

.subcontent {
	padding-left:20px;
	font-style:italic;

	}
	.subcontentlist {
	padding-left:60px;
	font-style:italic;
	font-weight:bold;
	color:#333333;
	list-style-image: url(../images/arrow.png);
	}
.title {
	font-weight:bold;
	}
#signature {
	background-image: url(../images/signature.gif);
	display: block;
	text-indent:-20000px;
	width:93px;
	height:32px;
	margin:0 0 -10px 0;
	}
	
li.sublist {
		margin-top:15px;
		list-style-image: url(../images/arrow.png);
		}
#certificate {
	background-image: url(../images/certificate.gif);
	width: 145px;
	height:149px;
	margin:-5px 10px 10px 10px;
	float:right;
	}

/* Footer */

#footer {
	width: 800px;
	height: 87px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#footerText {
	width: 800px;
	text-align: center;
	color: #fff;
}

a.footerLinks {

	color: #fff;
	text-decoration: none;
}

a:hover.footerLinks {
	color: #e99519;
}
/*lists*/
.largeList {
	list-style-image: url(../images/dot.png);
	margin: 0 0 0 25px;
	padding: 0;
	font-weight: bold;
}

.largeList li {
	margin: 0px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}

.largeList2 {
	list-style-image: url(../images/arrow.png);
	margin: 0 0 0 25px;
	padding: 0;
	font-weight: bold;
}

.largeList2 li {
	margin: 0px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}

.largeListSide {
	margin: -20px 0 0 25px;
	padding: 0;
	font-weight: bold;
	width:190px;
	list-style:none;
}

.largeListSide li {
	margin: 5px 0 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #F7FAF4;
	padding: 0px 0 0px 20px;
	background-image: url(../images/dot.png);
	background-repeat:no-repeat;
}


ul.smallList {
	margin: 0 0 10px 8px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E5DED4;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
}



ul.smallList li {
	margin: 0 0 10px 8px;
}

ul.smallList a {
	text-decoration: none;
	color: #CCC5B5;	
}

ul.smallList a:hover {
	color: #6A8C73;	
}

ul.smallList a:visited {
	color: #6A8C73;	
}



/* Contact Form */

#contactRightcolumn label.column {
	float: left;
	width: 35%;
	text-align: left;
	padding-right: 1em;
	line-height: 100%;
	color: #000000;
	font-weight: bold;
}

#contactRightcolumn p {
	text-align: left;
	padding: 5px;
	margin: 0px;
}

#contactText {
	width: 300px;
	color: #007436;
	font-size: 12px;
	text-align: center;
}

#contactText a {
	color: #007436;
	text-decoration: underline;
}

#contactText a:hover {
	text-decoration: none;
}
.textBox {
	width: 190px;
}

#formButton
{
	padding: 2px;
	background-color: #E99519;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: right;
	margin: 11px 35px 11px 0px;
	cursor: pointer;
	border-color: #333333;
}
#formsContainer {
	float: left;
	width: 163px;
	margin: 10px 10px 0 0px;
	display: table;
}

#facilityContainer {
	float: left;
	width: 125px;
	height: 110px;
	margin: 10px 10px 0 0px;
	display: table;
}

#formsContainer2 {
	float: left;
	width: 182px;
	margin: 10px 0 0 0;
	display: table;
}
.formImage {
	float: left;
	height: 75px;
	width: 75px;
	margin-right: 5px;
}

.formDownload {
	font-size: 11px;
	padding-bottom: 8px;
}

.formDownload a{
	font-weight: bold;
	color: #002D5F;
}

.formDownload a:hover{
	font-weight: italic;
	color: #e99619;
}
.bottomText {
	margin-top: 15px;
	text-align: center;
}
#locationContainer {
	float: left;
	width: 365px;
	margin-bottom: 5px;
	display: table;
}
#topPicture {
	text-align: center;
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#creditBox {
	padding: 15px 0 0 150px;
	float: right;
}

.spidertelDesign {
	
	font-size:10px;
	color:#666666;
}

.spidertelDesign a {
	color:#002D5F;
}

.spidertelDesign a:hover {
	color:#E99519;
	font-style:italic;
}

#rightImagelittle {
	float: left;
	margin-bottom: 10px;
	height: 116px;
	width: 160px;
}

#rightImagebig {
	float: left;
	margin-bottom: 10px;
	height: 210px;
	width: 150px;
	margin-top: 10px;
}

#rightImagemedium {
	float: left;
	margin-bottom: 10px;
	height: 140px;
	width: 160px;
}
#homeText {
	line-height: 18px;
}

.bottomQuote {
	text-align:center;
	font-size: 13px;
	font-weight: bold;
}

#leftColumncontainer {
	display: table;
	float: left;
	width: 300px;
}
#bodyContainer {
	display: table;
	width: 480px;
	padding: 5px 20px 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	float:left;
}

#whyFloorworks {
	line-height: 25px;
	float: left;
	width: 280px;
	padding: 12px 0 0 45px;
}

#bodyTitle {
	float: left;
	padding: 15px 0 0 300px;
	font-size: 16px;
	font-weight: bold;
	color: #533329;
}
#centerInfobox {
	float: left;
	width: 400px;
	margin: 0 0 10px 10px;
}
#bottomLeft {
	float: left;
	width: 300px;
}

#leftTop {
	height:100px;
	float:left;
}
#leftBottom {
	margin-top: 165px;
	display: table;
	font-size: 12px;
}
#header2 {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #2C2727;
}
#contactBox {
	float: left;
	height: 58px;
	width: 715px;
	margin: 0 0 0 65px;
}
#contactNumber {
	float: left;
	width: 225px;
	font-size: 20px;
	font-weight: bold;
	color: #688C72;
	padding: 25px 0 0 30px;
	z-index:0;
}

#estimate {
	position:relative;
	z-index:10;
	width:200px;
	height:20px;
	left:0px;
	}

#estimate a {
	display: block;
	width: 200px;
	height:20px;
	}
#estimate a span {
	display:none;
	}
	
	
	
#bottomeText {
	float: left;
}
#leftTopPadding {
	padding: 0 10px 0 50px;
}
h2 {
	
	font-size: 15px;
	font-weight: bold;
	color: #533329;
}
#emergancyimages {
	position: absolute;
	top:167px;
	left:33px;
	}
