/* @override 
	http://flamingofloristdaytona.com/css2.css
	http://flamingofloristdaytona.com/css.css
*/

body {
	font: .8em Arial, Verdana;
	background: #ecd6df;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	line-height: 1.5em;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFFFFF;
}

div.phone {
	text-align: right;

	color: #ec008c;
	font-size: 90%;
	float: right;
}

div.slogan {
	float: left;
	padding-top: 59px;
	padding-left: 85px;
}

div.top_wrap {
	height: 40px;
	padding-right: 15px;
	padding-top: 15px;
}

div.top_bottom_wrap {
	padding-top: 15px;
}

#header div.top_bottom_wrap div.top_links img {
	padding-left: 10px;
	border: 0;
}

div.menu {
	padding-left: 84px;
	float: left;
	padding-top: 23px;
}

div.menu ul {
	margin: 0;
	padding: 0;
}

div.menu ul li a {
	color: #ec008c;
	text-decoration: none;
	font-size: 160%;
}

div.menu ul li a:hover {
	color: #fb85b4;
}

div.menu ul li {
	display: inline;
	padding-right: 25px;
}


#header {
	background: #DDDDDD url(images/header.png) no-repeat; 
	padding: 0;
	width: 800px;
	height: 120px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 800px;
	line-height: 1.5px;
}

#flashcontent {
	width: 585px;
	height: 500px;
	text-align:center;
	margin:0;
	z-index: -5;
	float: right;
	padding: 5px 0 0;
}

embed#loader {
	height: 500px;
}

#frontContent h1 {
	color: #ec008c;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}

/* My Comment */

#frontContent {
	width: 200px;
	background-color: #fff;
	padding: 30px 5px 30px 10px;
	z-index: 15;
	position: absolute;
	font-size: 12px;
	height: 445px;
	background: #ecd6df url(images/main_bg.png) no-repeat;
}

#mainContent_products {
	background: #ecd6df url(images/products_bg.jpg) no-repeat;
	padding: 30px 15px 0;
	height: 370px;
	margin-top: 5px;
}

#mainContent_links {
		background: #ecd6df url(images/links_bg.jpg) no-repeat;
	padding: 30px 15px 0;
	height: 370px;
	margin-top: 5px;
}



#mainContent_contact {
		background: #ecd6df url(images/contact_bg.jpg) no-repeat;
	padding: 30px 15px 0;
	height: 370px;
	margin-top: 5px;
}

ul.products {
	margin: 0;
	padding: 15px 0 0;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
	width: 410px;
}



ul.links {
	margin: 0;
	padding: 15px 0 0;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
	width: 410px;
}

li a {
	
}

#mainContent_links ul.links li a {
	color: #ec008c;
}

#mainContent_links ul.links li a:hover{
	text-decoration: none;
}

div.top_links {
	float: right;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	color: #ec018c;
	margin: 0;
}

#frontContent p {
	padding: 0;
	margin: 0;
}

#footer {
	margin: 0 auto;
	width: 780px;
	color: #ec008c;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size: 80%;
	clear: both;
}

#container_wrap {
	padding-bottom: 25px;
}

.footer_right a {
	color: #ec008c;

}

div.footer_left {
	float: left;
}

div.footer_right {
	float: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clear
{
	clear: both;
}

#frontContent_wrap {
	position: absolute;
	float:left;
	padding-top: 0px;
	z-index:10;
}

#mainContent_contact a {
	color: #ec008c;
}



#mainContent_contact a:hover {
	color: #ec008c;
	text-decoration: none;
}

