#center { /*This is what makes the website center in the window*/
	width:975px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#989696 url(../images/bg_bg.jpg) repeat center;
}

#header_container {
	width:975px;
	padding:0;
	margin:0;
	height:227px;
	text-align:center;
/*	background:url(../images/bg_header_winter.jpg) no-repeat top right;*/
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu_home { 
	width:300px;
	height:140px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
	cursor:pointer;
}

#menu_bottom { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	text-align:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	float:left;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:975px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#tabs {
	width:34px;
	height:325px;
	float:left;
	padding:0px;
	margin:0px;
}

#tab_spacer {
	width:34px;
	height:85px;
	float:left;
	padding:0px;
	margin:0px;
}

#tab_commercial {
	width:34px;
	height:115px;
	float:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

#tab_residential {
	width:34px;
	height:120px;
	float:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	float:left;
	width:825px;
	padding:3px 58px 0px 58px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	background:#FFFFFF url(../images/bg_side_shadow.jpg) repeat-y right;
}

#content_container_main {
	width:825px;
	padding:0px;
	margin:0px;
	background:url(../images/bg_content_repeat.gif) repeat-y;
}

#content_top {
	width:825px;
	padding:0px;
	margin:0px;
	background:url(../images/bg_content_top.gif) no-repeat;
}

#content_top_left {
	float:left;
	width:585px;
	padding:0px 20px;
	margin:0px;
	background:url(../images/bg_content_lawncare.jpg) no-repeat;
}

#content_top_right {
	float:left;
	width:200px;
	padding:0px;
	margin:0px;
	background:url(../images/bg_content_right.jpg) no-repeat;
}

#content_bottom {
	width:825px;
	height:15px;
	padding:0px 0px 20px 0px;
	margin:0px;
	background:#FFFFFF url(../images/bg_content_bottom.gif) no-repeat;
}


.clr {
	clear:both;
}

#footer {
	width:975px;
	padding:0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	height:10px;
	background:url(../images/bg_footer.gif) no-repeat;
}

#footer_content {
	width:975px;
	padding:0;
	margin:0;
	text-align:center;
	font-size:11px;
}

#footer_content div.sitemap {
	float:right;
	padding:20px 10px 0px 0px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

h1 {
	padding:110px 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#666666;
}

body#home h1 {
	padding-top:0px;
}

h2 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;	
}

h3 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#666666;	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;	
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#000000;	
}

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

ul {
	list-style-type:disc;
}

li {
	padding-bottom:6px;
}
