@charset "utf-8";
/************************************************************************
*************** BASE LAYOUT + BACKGROUND ********************************
************************************************************************/
#wrap {background: #ffd1e0 url(img/main_left_bg.jpg) no-repeat;	position:relative}
#main {
	min-height: 1050px;
	width: 648px;
	padding-bottom: 290px; /* must be same height as the footer */
}
#header-bg {
	position:absolute;
	z-index: 50;
	top:0px;
	left: 355px;
	width:596px;
	height: 262px;
	background:url(img/main_htop_bg.png) no-repeat;	
}
#right-bg {background: url(img/main_hbg.png) no-repeat 0px 0px; left: 951px}

#right-bg div {background: url(img/main_right_bg.png) no-repeat left 572px}

.main-menu {padding-top:24px; margin-bottom:0; z-index:55;}
#logo-flores {top:108px;left:98px;}


/************************************************************************
************************** HEADER ***************************************
************************************************************************/

/************************************************************************/
#services-menu {display:inline-block;}
#services-menu {
	display:block;
	clear: left;
	position:relative;
	margin:16px 0 41px 0;
	float:right;	
}
#services-menu ul {
	list-style: none;
	overflow:hidden;
	width:646px;
	padding: 0 0 16px 0;
	background: url(img/servicesmenu_bg.png) no-repeat;
}
#services-menu ul li {
	display:block; 
	float:left;
	padding:20px 0 0 18px; 
}
#services-menu span {
	display:block;
	position:relative;
	z-index:60;
	padding-top:6px;
	margin-left: 50px;
	cursor:pointer;
	font: 16px/14px "Arial Narrow", "Times New Roman", Arial, Helvetica, sans-serif;
}
#services-menu img {
	float:left;
	position:relative;
	z-index: 100;
}
#services-menu a.longtxt span {font-size: 14px}
#services-menu a {
	display:block;
	color: #FFFFFF;
}

#services-menu a:hover {text-decoration:none}
#services-menu .bottom {
	position:absolute;
	display: block;
	overflow: hidden;
	width: 646px;
	height:7px;
	bottom: 0px;
	left: 0px;
	
	padding-left: 0px;
	background: url(img/servicesmenu_bg.png) no-repeat 0 -200px;
}
/************************************************************************
********************* CONTENT *******************************************
************************************************************************/
#content {margin-left:64px; position:relative; z-index:80; padding:0}
#left-column {width:380px; margin-bottom: 0;}
/************************************************************************
********************* FOOTER ********************************************
************************************************************************/
#footer {height: 304px;margin-top: -304px; /* negative value of footer height */background: url(img/main_footer_bg.png) no-repeat;}
#copyright {top:205px;}