/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.link:link, .link:active, .link:visited {
	text-decoration:none;
	color:#996633;
	font-size:12px;
}
.link:hover {
	text-decoration:underline;
	color:#996633;
	font-size:12px;
}


.navigation {
	background-image:url(images/navigation.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:44px;
}

.navigation a:link, a:hover, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top:15px;
	font-size:16px;
}

.simply_beautiful_paving {
	background-image:url(images/simply_beautiful_paving.jpg);
	height:243px;
	width:374px;
	padding-left:63px;
	padding-top:71px;
	padding-bottom:10px;
}

.shadow_images {
	background-image:url(images/image_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:5px;
	margin-top:1px;
	width:149px;
	height:85px;
}

.shadow_images:hover {
	background-image:url(images/image_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:5px;
	margin-top:1px;
	width:149px;
	height:85px;
}

h1 {
	color:#996633;
	font-size:24px;
	padding-left:21px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:24px;
}

h2 {
	color:#996633;
	font-size:18px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:24px;
	padding-left:21px;
}

h3 {
	color:#996633;
	font-size:14px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:24px;
	padding-left:21px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	padding:0px;
	margin:0px;
	color:#FF0000;
}

p{
	padding-left:21px;
	color:#666666;
	line-height:21px;
	font-size:12px;
	padding-top:7px;
	margin-top:0px;
	padding-right:15px;
	padding-bottom:2px;
	margin-bottom:2px;
}

.image {
	border-width:1px;
	border-style:solid;
	border-color:#333333;

}

.left_panel {
	padding-left:18px;
	padding-top:26px;
	padding-top:26px;
}
.left_panel p {
	color:#996633;
	font-size:14px;
}

.left_feature_box {
	border-color:#dcc9b6;
	border-width:1px;
	border-style:solid;
	background-color:#f9f4ef;
	color:#996633;
	font-size:14px;
	padding:12px;
	vertical-align:top;
}


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image:url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
	padding-bottom:10px;
}

.footer{
	padding:16px 19px 16px 19px;
	background-color:#F5EAE0;
	color:#996633;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.footer a{
	color:#996633;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

.footer_sm {
	font-size:10px;
}

a.swc {
	color:#999999;
	font-size:10px;
	text-decoration:none;

}