@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bodyback.jpg);
}
#outercontainer {
	width: 995px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1000px;
	font-size: 18pt;
	background-image: url(../images/centrebgfill2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#side_left {
	height: 1000px;
	width: 87px;
	float: left;
	background-image: url(../images/leftbgfade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#side_right {
	height: 1000px;
	width: 87px;
	float: right;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/rgtbgfade.jpg);
}



.thrColFixHdr #container {
	width: 827px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1600px;
	background-image: url(../images/centrebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.thrColFixHdr #container_2 {
	width: 827px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: url(../images/centrebg_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.thrColFixHdr #header {
	height: 55px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	color: #FFF;
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-weight: lighter;
	vertical-align: bottom;
} 
.thrColFixHdr #header2 {
	height: 65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	color: #000;
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	margin-bottom: 70px;
}
.thrColFixHdr #header2_2 {
	height: 65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	color: #000;
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	font-size: 18px;
	vertical-align: text-top;
	
}
.thrColFixHdr #header2_2 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 */
	color: #FFF;
	font-size: 24px;
	letter-spacing: normal;
	line-height: inherit;
	font-weight: lighter;
	text-align: center;
}
.thrColFixHdr #header2_2 h3 {
	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 */
	color: #000;
	font-size: 18px;
	letter-spacing: normal;
	line-height: inherit;
	font-weight: lighter;
}



.thrColFixHdr #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 */
	color: #FFF;
	font-size: 36px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 213px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 52px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 50px;
	margin-right: 120px;
	margin-bottom: 10px;
	margin-left: 120px;
	padding-top: 0;
	padding-bottom: 0;
	height: 90px;
	width: 582px;
	text-align: center;
} 

#landscaper {
	margin-right: 110px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
	text-align: center;
	vertical-align: top;
}
#deckingpatio {
	margin-right: 76px;
	margin-bottom: 0;
	margin-left: 72px;
	padding-top: 0;
	padding-bottom: 0;
	height: 210px;
	margin-top: 60px;
}
#Decking {
	float: left;
	height: 209px;
	width: 206px;
	margin-right: 28px;
	text-align: center;
	vertical-align: middle;
}
#Patio {
	float: left;
	height: 209px;
	width: 206px;
	text-align: center;
	vertical-align: middle;
}
#Steps {
	float: right;
	height: 209px;
	width: 206px;
	text-align: center;
	vertical-align: middle;
}
#gallerylink {
	height: auto;
	width: auto;
	text-decoration: none;
}
.gallerylink a:link {
	text-decoration: none;
}
.gallerylink a:visited {
	text-decoration: none;
	color: #0F0;
}
.gallerylink a:hover {
	text-decoration: underline;
	color: #0C0;
}
.gallerylink a:active {
	text-decoration: none;
	color: #0F0;
}

img
{  border-style: none;
}



.thrColFixHdr #footer {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 80px;
	color: #FFF;
	font-size: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.bottomlinks {
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	}
.bottomlinks a:link {
	text-decoration: none;
	color: #FFF;
}
.bottomlinks a:visited {
	text-decoration: none;
	color: #FFF;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #0C0;
}
.bottomlinks a:active {
	text-decoration: none;
	color: #FFF;
}

.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 { /* 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;
}


h1 {
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 30px;
	line-height: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: underline;
}
h2 {
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
	line-height: 0px;
	word-spacing: 20px;
	letter-spacing: 5px;
}
h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
#textbox {
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: lighter;
	color: #333;
	height: 310px;
	width: 708px;
	clear: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
	background-image: url(../images/textboxstrip.jpg);
	background-repeat: no-repeat;
	background-position: left 68px;
	padding-top: 91px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #063;
	border-right-color: #063;
	border-bottom-color: #FFF;
	border-left-color: #063;

}







.thrColFixHdr #outercontainer #container #header p {
	font-size: 36px;
	color: #FFF;
	font-weight: lighter;
}

.thrColFixHdr #outercontainer #container #header p span {
	font-size: 24pt;
	font-weight: lighter;
	color: #FFF;
}
#landscaping_salisbury_detail {
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #275E0D;
	margin: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #0C3;
}
	
.boldtext {
	font-weight: bold;
	font-family: AvantGarde, Arial, "Century Gothic", "Futura Bk BT", "Lucida Sans", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #333;
}
