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

.menu {

background:url(../images/menu_bg.jpg) no-repeat;
height:40px;
}

a.top_menu_bar {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 18px;
	margin-right: 18px;
}
a.top_menu_bar:link {
	text-decoration: none;
}
a.top_menu_bar:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.top_menu_bar:hover {
	text-decoration: underline;
	color: #F2C6B1;
}
a.top_menu_bar:active {
	text-decoration: none;
}

a.bottom_menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #811F05;
	line-height: 154%;
}
a.bottom_menu_bar:link {
	text-decoration: none;
}


.header_home {

background:url(../images/header_bg_umbrella.jpg) no-repeat;
height:355px;
}

.header_aboutus {

background:url(../images/header_bg_building.jpg) no-repeat;
height:355px;
}

.header_services {

background:url(../images/header_bg.jpg) no-repeat;
height:355px;
}

.header_testimonials {

background:url(../images/header_bg_commercial.jpg) no-repeat;
height:355px;
}

.header_contact {

background:url(../images/header_bg_flowers.jpg) no-repeat;
height:355px;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index: 1; 
	left: 240px; 
	top: 20px; 
	width: 330px; 
	height: 200px; 
	visibility: visible;
}

#slogan {
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
	position:absolute;
	z-index: 1; 
	left: 780px; 
	top: 180px; 
	width: 429px; 
	height: 39px; 
	visibility: visible;
}

.main_body {
	background-image:url(../images/body_bg.jpg);
	background-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	top:25px;
	
}

p.main_text {
	margin-left:60px;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
}

ul.main_text {
	margin-left:72px;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
}

tr.footer {
	background:url(../images/footer_bg.jpg) no-repeat;
	height:235px;
	width:1000px;
	
}

a.footer {
	text-decoration:underline;
	color:#845215;
}

td.copyright {
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}

.main_title {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#6e470d;
}

span.main_title {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#543405;
}
