* {
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
    margin: 20px 0;
}
p {
    margin: 10px 0;
}
ul {
	margin: 20px 0;
}
li {
    margin-left: 130px;
    margin-right: 130px;
	padding: 5px;
	color: #FF6600;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(images/grey_dot.gif);
}
ul.wide li {
    margin-left: 130px;
    margin-right: 80px;
}
img {
	border: 0;
}
/***********************************************************/
body {
	margin: 20px 0;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/***********************************************************/
h1 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
h3 {
	color: #5F5F5F;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #FF6600;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF6600;
	font-weight: bold;
}
/***********************************************************/
a.cont{
	color: #FF6600;
	text-decoration:none;
}

a.cont:hover {
	color: #FF6600;
	text-decoration:underline;
}

a.cont:active {
	color: #FF6600;
	text-decoration:underline;
}
li a{
	color: #5F5F5F;
	text-decoration:none;
}

li a:hover {
	color: #5F5F5F;
	text-decoration:underline;
}

li a:active {
	color: #5F5F5F;
	text-decoration:underline;
}
/***********************************************************/
#container {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#top, #bottom {
	clear: both;
	width: 784px;
	height: 10px;
	background-image: url(images/dots_h.gif);
	background-repeat: repeat-x;
	font-size: 0px;
}
#fill {
	clear: both;
	width: 784px;
	height: 30px;
}
#fill_left {
	float: left;
	width: 14px;
	height: 30px;
	background-image: url(images/dots_fill.gif);
	background-repeat: repeat-y;
}
#fill_middle {
	float: left;
	width: 756px;
	height: 30px;
}
#fill_right {
	float: right;
	width: 14px;
	height: 30px;
	background-image: url(images/dots_fill.gif);
	background-repeat: repeat-y;
}
.main {
	clear: both;
	width: 784px;
	}
#home_main {
	height: 940px;
}
#services_main {
	height: 1192px;
}	
#about_main {
	height: 1276px;
}	
#contact_main {
	height: 1192px;
}
#clearance_main {
	height: 940px;
}
#waste_main {
	height: 982px;
}
#office_main {
	height: 1024px;
}
.main_left {
	float: left;
	width: 14px;
	height: 100%;
	background-image: url(images/dots_v.gif);
	background-repeat: repeat-y;
}
.main_middle {
	float: left;
	width: 756px;
}
.main_right {
	float: left;
	width: 14px;
	height: 100%;
	background-image: url(images/dots_v.gif);
	background-repeat: repeat-y;
}
#header {
	clear: both;
	height: 117px;
	margin-bottom: 30px;
	text-align: center;
}
#home {
	float: left;
	width: 128px;
	margin-top: 25px;
}
#logo {
	float: left;
	width: 499px;
}
#clearance {
	float: left;
	width: 129px;
	margin-top: 35px;
	font-size: 12px;
}
#menu {
	clear: both;
	margin-bottom: 50px;
	text-align: center;
}
#services, #about, #contact {
	margin-right: 15px;
}
#services {
	margin-left: 15px;
}
#content {
	clear: both;
	margin: 0 70px 50px 70px;
	text-align: justify;
}
#clearance_content {
	clear: both;
	margin: 0 70px 20px 70px;
	text-align: justify;
}
#sketch {
	margin-right: 15px;
}
.contact {
	text-align: center;
	line-height: 17px;
}
#quote {
	clear: both;
	margin: 0 120px;
	padding: 0 50px;
	text-align: justify;
	color: #FF6600;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
}
#block {
	clear: both;
	margin: 0 70px 50px 70px;
	padding: 10px 20px;
	text-align: justify;
	background-color: #5f5f5f;
	color: #FFFFFF;
	font-weight: bold;
}
#client {
	clear: both;
	margin: 0 120px 50px 120px;
	padding: 0 50px;
	text-align: left;
	color: #FF6600;
	font-style: italic;
}
.text_right {
	text-align: right;
	margin-bottom: 20px;
}
#tagline {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
}
#footer {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	font-size: 11px;
}


