/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #246980;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#wrapperA {
	width: 960px;
	margin: 0 auto;
				background-image: url(images/bg_line.gif);
	background-repeat: no-repeat;

}

#wrapperB {
	width: 800px;


}

#header {
	height: 220px;
	background: url(images/content_bg.gif) repeat-y;
}


#left_column {
	width: 160px;
	float: left;
	margin-top:215px;
	padding: 8px 0 0 0;
}

#main_content_wrap {
	width: 630px;
	float: right;
	background: url(images/content_bg.gif) repeat-y;

}

.fleurs {
	color: #2F87A5;
	font-weight: bold;
}

.design {
	color: #C6A266;
	font-weight: bold;
}

#main_text_area {
   padding: 13px 15px 10px 15px;
}
#main_text_area h1 {
	font-size: 15px;
	color:#3395B5;
	margin-top: 0px;
}

#main_text_area h2 {
	font-size: 13px;
	color:#C6A266;
}

#main_text_area p {

	line-height: 19px;
}

#footer {
	border-top: thin solid #CCCCCC;
	background-color: #CFDBE7;
	height: 40px;
}

#footer_links {
	font-size:10px;
	text-align: center;
	color: #CCAE7B;
	padding: 2px 0 0 0;
}
#footer_links a {
	color: #868686;
	font-size:10px;
	padding: 0 7px;
}

#footer_links a:link, #footer_links a:visited {
	text-decoration: underline;
}

#footer_links a:hover {
	text-decoration: none;
}

#copyright {
  background: none;
  	text-align:right;
	padding: 5px 10px 0 0;
	
	
}

#copyright p {
	font-size: 10px;
	margin: 0;
	padding: 0;

}

.designedby {
	width: 640px;
	margin: 0 auto;
}

.designedby p {
	font-size: 10px;
	color:#CCCCCC;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

.designedby a {
	color: #999999;
}

.designedby a:link, a:visited {
	text-decoration: underline;
}

.designedby a:hover {
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

.brown_text {
	color: #81624C;
}


/* Vertical Main Menu */
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;

}
.menu li {
	padding: 0;
	margin: 0;
	height: 26px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-align: right;
	height: 26px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/mm_home_ov.gif);}
.home a {background-image: url(images/mm_home.gif);}
.services {background-image: url(images/mm_services_ov.gif);}
.services a {background-image: url(images/mm_services.gif);}
.garden {background-image: url(images/mm_construction_ov.gif);}
.garden a {background-image: url(images/mm_construction.gif);}
.contact {background-image: url(images/mm_contact_ov.gif);}
.contact a {background-image: url(images/mm_contact.gif);}
.about {background-image: url(images/mm_about_ov.gif);}
.about a {background-image: url(images/mm_about.gif);}
ul.menu li a:hover {background: none;}
