@charset "utf-8";

body {
	background: #585858; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
}
a {
	color: #000000;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #DDE2CB;
}
#header {
	position: relative;
	width: 980px;
	height: 92px;
	margin: 0;
	background-color: #55232C;
}
#header #phone {
	position: absolute;
	right: 0;
}
#header #main_logo {
	position: relative;
	margin: 0 0 0 10px;
	width: 510px;
}
#header #landscape_contractors {
	position: absolute;
}
#header #rd_landscape_logo {
	position: absolute;
	top: 0;
	right: 0;
}
#header #land_lawn_snow {
	position: absolute;
	top: 60px;
	right: 15px;
}
#header #mnla  {
	position: absolute;
	right: 5px;
	bottom: 2px;
}
#navigation {
}
#admin {
	position: absolute;
	left: 980px;
	z-index: 2000;
	border: 2px solid #DDE2CB;
	width: 175px;
	padding: 5px;
}
#admin a {
	color: #000000;
}
#mainContent {
	padding: 20px 20px 0 20px;
}
#mainContent  h1 {
	border-bottom: 3px solid #333;
}
#spacer {
	height: 20px;
}
#staff_img {
	display: block;
	height: 180px;
	border-top: 1px solid #000;
}
#staff_img h2 {
	margin-top: 50px;
	margin-bottom: -15px;
}
#service {
	margin-top: 20px;
}
#service #service_image {
	float: right;
	width: 130px;
	height: 190px;
	background-image: url(/images/services/svcs_img_bgrd.png);
}
#showcase h2 {
	color: #887;
}
#gallery_preview {
	margin: 20px 0 40px 25px;
}
#gallery_preview #gallery_preview_image {
	padding: 5px 0 0 5px;
	float: left;
	width: 181px;
	height: 143px;
	background-image:url(/images/gallery/gallery_img_bgrd.png);
	background-repeat: no-repeat;
}
#gallery_preview #gallery_preview_text {
	padding: 5px 0 0 0;
	margin: 0 0 0 220px;
}
#gallery #thumbs {
	float: left;
	width: 210px;
	height: 480px;
	overflow: scroll;
}
#gallery #thumb {
	cursor: pointer;
}
#gallery #main {
	height: 500px;
	margin-bottom: 15px;
}
#Full {
	margin-top: 20px;
}
#footer {
	background:#585858;
	padding: 10px;
}
#footer  a  {
	color: #000000;
	text-decoration: none;
}
#Winzeler_Web_design   {
	float: right;
}

.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;
}

.floatR {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 25px;
}

.floatL {
	margin: 25px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.imageT {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 25px;
}

.imageB {
	margin-top: 100px;
	margin-right: 0px;
	margin-left: -20px;
}
