/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* site container */
/*******************************************************************************/
body
{
	background: #C7B989 url(/site/img/bgslice.gif) repeat;
}

div#container
{
	width: 770px;
	padding: 0;
}

div#site
{
	background: #fff url(/site/img/background.gif) repeat-y left top;
}

/* skip links - accessibility */
/*************************************************************************************/
p#skiplinks
{
	color: #767676;
	line-height: 2em;
	margin: 0 10px;
	font-size: 0.833em;
	margin-left: 0;
}
 
/* lvha */
p#skiplinks a,
p#skiplinks a:link, p#skiplinks a:visited, p#skiplinks a:active
{
	color: #767676;
	font-weight: bold;
}

p#skiplinks a:hover {
	color: #FFF;

}



/* header block */
/*******************************************************************************/
p#breadcrumb
{
	margin: 0 27px;
	line-height: 2.5em;
	text-align: right;
	font-weight:bold;
}

/* lvha */
p#breadcrumb a,
p#breadcrumb a:link, p#breadcrumb a:visited, 
p#breadcrumb a:hover, p#breadcrumb a:active
{
	color: #333;
	border-bottom: #444 1px solid;
	font-weight:bold;
}

/* logo img */
div#header
{
	width: 770px;
	height: 150px;
	position: relative;
}

img#head_logo_tree
{
	position: absolute;
	top: 0;
	left: 0;
}

img#head_logo_arbo
{
	position: absolute;
	top: 86px;
	left: 0;
}

img#head_logo_text
{
	position: absolute;
	top: 0;
	left: 132px;
}

img#head_logo_img
{
	position: absolute;
	top: 0;
	left: 546px;
}


/* body block */
/*******************************************************************************/
div#menucolumn
{
	float: left;
	width: 142px;
	margin: 0 0 10px 10px;
}

div#flash_container
{
	text-align: center;
}

div#content
{
	float: left;
	width: 434px;
	margin: 0 0 10px 13px;
}

div#sidebar
{
	float: left;
	width: 140px;
	margin: 0 0 10px 13px;
}

div#bottom
{
	clear: both;
	background: url(/site/img/footer.gif) no-repeat left top;
	height: 32px;
}

/* menu */
/*******************************************************************************/
ul#menu
{
	margin: 0;
	padding: 0;
}

ul#menu li
{
	list-style-type: none;
	display: block;
	margin: 3px 0;
	padding: 0;
}

ul#menu li a
{
	display: block;
	text-indent: -5000em;	/* phark it */
	
	width: 142px;
	height: 22px;
}

ul#menu li#home				{	background: url(/site/img/home.gif) no-repeat;
								margin: 0 0 3px;	}
ul#menu li#tree-pruning		{	background: url(/site/img/tree-pruning.gif) no-repeat;	}
ul#menu li#tree-cutting		{	background: url(/site/img/tree-cutting.gif) no-repeat;	}
ul#menu li#quality			{	background: url(/site/img/quality.gif) no-repeat; 	}
ul#menu li#firewood			{	background: url(/site/img/firewood.gif) no-repeat;	}
ul#menu li#mulch			{	background: url(/site/img/mulching.gif) no-repeat;	}
ul#menu li#stump			{	background: url(/site/img/tree-stump.gif) no-repeat;	}
ul#menu li#log				{	background: url(/site/img/firewood.gif) no-repeat;	}
ul#menu li#about			{	background: url(/site/img/about.gif) no-repeat;	}
ul#menu li#contact-us		{	background: url(/site/img/contact-us.gif) no-repeat;	}
ul#menu li#testimonials		{	background: url(/site/img/testimonials.gif) no-repeat;	}
ul#menu li#telecoms		{	background: url(/site/img/telecoms.gif) no-repeat;	}
ul#menu li#pestcontrol	{	background: url(/site/img/pestcontrol.gif) no-repeat;	}

ul#menu li#tree-pruning a,
ul#menu li#tree-cutting a
{	
	height: 37px;	
}

div#menufooter
{
	text-align: center;
}

div#menufooter img
{
	margin-top: 10px;
}


/* footer */
/*******************************************************************************/
div#footer
{
margin-top: 10px;
margin-left: 1px;
}

div#footer p
{
	color: #4C4C4C;
	font-size:0.833em;
}



#footer a, #footer a:link {
font-weight:bold;
color:#4C4C4C;
}


#footer a:hover {
font-weight:bold;
color:#FFF;
}




/* Bodies imgs */
div#bodies
{
	width:82px;
	margin-top: 10px;
	margin-left: 25px;
}

a#treelink
{
	width: 82px;
	height: auto;
	text-indent: 0;
}

.bodyouter {
position:absolute;
}


/* Link styling */

a, a:link {
color: #755009;
}

a:hover {
color: #BFB184;
}

/* table data display layouts */

tr td ul {
	margin-left: 25px;
	padding-left: 0px;
}

tr td {
	vertical-align:top;
}

/* Layout images */

div#content img {
	margin-right: 5px;
}

