/* CSS Document */

* { 
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}

body{
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	color:#003300;
	background-color:#637350;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

form{
	margin: 0;
	padding: 0;
}


#page_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	text-align: left;
	background: #FFFFFF url(images/bg_main.gif) repeat-y; 
}

#page_header {
	height:137px;
}

#page_menu {
	height:50px;
}

#page_content {
	padding-left:20px;
	padding-right:30px;
}

#content_left {
	float:left;
	width:400px;
	height:auto !important;
	min-height: 570px;
	height: 570px;
	background: url(images/logo_watermark.gif) no-repeat;
}

#content_right {
	float:right;
	width: 340px;
	height:570px;
	text-align:right;
}


#page_footer {
	clear:both;
	height:45px;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	text-align:right;
}

h1 {
	color:#006600;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

h2 {
	color:#339933;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

li.mainlist {
	line-height: 24px;
}

#menu_left {
	width:60px;
	height:50px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/menu_01.gif);
	background-repeat: no-repeat;
}

#menu_home {
	width:73px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_02.gif);
	background-repeat: no-repeat;
}

#menu_maintenance {
	width:120px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_03.gif);
	background-repeat: no-repeat;
}

#menu_landscaping {
	width:120px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_04.gif);
	background-repeat: no-repeat;
}

#menu_works {
	width:80px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_05.gif);
	background-repeat: no-repeat;
}

#menu_quality {
	width:73px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_06.gif);
	background-repeat: no-repeat;
}

#menu_nursery {
	width:101px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_07.gif);
	background-repeat: no-repeat;
}

#menu_contacts {
	width:93px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_08.gif);
	background-repeat: no-repeat;
}

#menu_right {
	width:70px;
	height:50px;
	line-height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/menu_09.gif);
	background-repeat: no-repeat;
}

a.menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:hover {
	color:#000000;
}

a.whitelink {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
	padding-left:390px;
	line-height:45px;
}
