@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	min-width:900px;
	min-height:618px;
}

body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	min-width:900px;
	min-height:618px;
}

.hide {
	display:none;
	visibility:hidden;
}

.imageText {
	text-align:justify;  
	width:310px; 
	height:190px; 
	overflow:auto; 
	padding:5px;
}

.devideLive{
	margin:10px; 
	font-size:0px; 
	height:3px; 
	width:500px; 
	background-color:#53a440;
	position:relative;
}

#sitsMap {
	z-index:2;
	position:absolute;
	min-width:900px;
	font-weight:bold;
	margin:0px;
	margin-top:-2%;
	width:100%;
	font-size:9px;
	text-align:center;
}

#Main {
	z-index:2;
	position:absolute;
	top:50px;
	overflow:auto;
	left:275px;	
	
		   scrollbar-3dlight-color:#ADFF2F;
           scrollbar-arrow-color:#006400;
           scrollbar-base-color:#FFFFFF;
           scrollbar-track-color:#FFFFFF;
           scrollbar-darkshadow-color:#53a440;
           scrollbar-face-color:#53a440;
           scrollbar-highlight-color:#98FB98;
           scrollbar-shadow-color:#006400;
}

#menu {
	z-index:2;
	min-width:618px;
	position:absolute;
	left:270px;
	top:15px;
	height:25px;
}

#background {
	z-index:1;
	position:absolute;
	top:0px;
	min-width:900px;
	min-height:618px;
	left:0px;
	width:100%;
	height:100%;
}

.background {
	background-image:url(../image/background.gif);
	background-position:10% bottom;
	background-repeat:no-repeat;
	filter:alpha(opacity=5);
	-moz-opacity:.05;opacity:.05;
}

#main_area {
	position:relative;
	min-width:900px;
	top:0px;
	min-height:618px;
	left:0px;
	width:100%;
	height:100%;
}

#logo {
	position:relative;
	width:246px;
	height:95%;
	min-height:570px;
	float:left;
	background-color:#c1dcba;
	background-image:url(../image/logo.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#RightArea {
	position:relative;
	width:15px;
	min-height:570px;
	height:95%;
	float:left;
	background-color:#53a440;
}

#RightPhotos {
	position:absolute;
	top:50px;
	height:80%;
	right:15px;
	width:158px;
}

#line {
	position:absolute;
	left:260px;
	top:40px;
	height:5px;
	background-color:#53a440;
	width:1px;
	font-size:4px;
}

#copyright {
	min-height:570px;
	height:95%;
	background-image:url(../image/copyrigth.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#name {
	position:absolute;
	left:281px;
	top:0px;
	width:65%;
	min-width:450px;
	min-height:570px;
	height:95%;
	background-image:url(../image/andys_gardening_services_ltd.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#bottom {
	position:relative;
	min-width:900px;
	height:5%;
	min-height:20px;
	background-color:#53a440;
}

#sitsMap a {
	color:#000000;
}