/*---CSS
	Last updated: May 25, 2008
---*/

/*---Default Styles---*/
body {
	margin: 0px;
	padding: 0px;
	background:#000 url(../images/pageBkg.gif) no-repeat fixed top center;
	/*background:#000;*/
	text-align:center;
	margin:0;
	}

img{
	border:0;
	}
	
/*---End Default Styles---*/

#wrapper{
	width:1000px;
	text-align:center;
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	height:auto;
	}
	


/*---Header---*/
#header {
	width:1000px;
	margin:0 0 5px 0;
	padding:0;
	height:74px;
	background:#000 url(../images/topBanner.png) top no-repeat;
	position:relative;
	z-index:0;
	}

#topRightFlower {
	margin:0;
	padding:0;
	text-align:right;
	background:url(../images/topRightFlower.png) top no-repeat;
	height:246px;
	width:501px;
	z-index:1;
	top:0px;
	right:0px;
	position:absolute;
	}
/*---End Header---*/

/*---Content Holder---*/
	#contentIndex {
		width:1000px;
		margin:0;
		padding:0;
		z-index:2;
		/*height:500px;*/
		}

/*------*/

/*------Footer----------*/
#footer {
	padding: 0;
	width: 100%;
	clear:both;
	margin:8px auto;
	position:relative;
}
	

#footerWrapper {
	width:1000px;
	position:relative;
	padding:0;
	margin:auto;
}

#footerWrapper a {
	color: #f9ea25;
	text-decoration:none;
}

#footerWrapper p {
	margin: 0;
	padding: 0;
	line-height:200%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font:0.8em "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#footer a:hover {
	color: #bd2c5f;
	text-decoration:none;
}

.clearfix {display: inline-block;}

/*---Index Blocks---*/
	#mainBlocks {
		margin:0;
		padding:0px 0px 10px 80px;
		float:left;
		top:0px;
		left:0;
		width:100%;
		z-index:3;
		position:relative;
	}
	
	ul#mainmenu {
		margin:0;
		list-style:none;
		position:relative;
		}
	ul#mainmenu li {
		display:inline;
		text-indent:-9999px;
	}
	ul#mainmenu li a {
		display:block;
		height:422px;
		float:left;
		outline-style:none;

	}
	ul#mainmenu li a.about {
		background:url(../images/aboutSmall.gif) no-repeat top;
		width:195px;
	}
	ul#mainmenu li a.about:hover {
		background-position:bottom center;
	}
	ul#mainmenu li a.about:active {
		background-position:bottom center;
	}
	
	ul#mainmenu li a.services {
		background:url(../images/servicesSmall.gif) no-repeat top;
		width:195px;
	}
	ul#mainmenu li a.services:hover {
		background-position:bottom center;
	}
	ul#mainmenu li a.services:active {
		background-position:bottom center;
	}

	ul#mainmenu li a.gallery {
		background:url(../images/gallerySmall.gif) no-repeat top center;
		width:195px;
	}
	ul#mainmenu li a.gallery:hover {
		background-position:bottom center;
	}
	ul#mainmenu li a.gallery:active {
		background-position:bottom center;
	}
	ul#mainmenu li a.contact {
		background:url(../images/contactSmall.gif) no-repeat top center;
		width:195px;
	}
	ul#mainmenu li a.contact:hover {
		background-position:bottom center;
	}
	ul#mainmenu li a.contact:active {
		background-position:bottom center;
	}
/*------*/