* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background-color: #FFF;
	background-repeat: no-repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	font-family: "Eras Medium ITC";
	font-size: 2.2em;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	padding-left: 290px;
	padding-top: 20px;
	background-color: white;
	background-repeat: no-repeat;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#menu {
	width: 890px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
	background-image: url(../treeservicesltd/images/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu_wrapper {
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	float: left;
	margin: 0px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}

#menu ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul li a {
	position: relative;
	float: left;
	display: inline-block;
	height: 33px;
	width: 130px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: 0%;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0px;
	text-indent: 0;
	font-family: "Eras Medium ITC";
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #005900;
	background: url(../treeservicesltd/images/menu_right.jpg) top right no-repeat;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 45px;
	top: 0;
	left: 0;
	background: url(../treeservicesltd/images/menu_left.jpg) no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	
#header {
	text-align: center;
	background-color: #FFF;
}
	
#left-sidebar {
	width: 260px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	background-color: #FFF;
	border-left-style: none;
	border-left-color: #E8E8E8;
	border-right-style: dotted;
	border-right-color: #000;
	border-right-width: thin;
}
.h9 {
	font-weight: bold;
}


#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #035803;
	font-weight: bold;
	text-decoration: none;
}
.h8 {
	font-size: 1.75em;
	font-weight: bold;
}
.text {
	font-size: 1.5em;
}

