@charset "UTF-8";

/* CHANGE BODY BACKGROUND (SAND COLOR) TO COORDINATE */

body {
	background-color: #d7c08e;
}

/* HEADER */

div#header{
	background:url(../images/bg_daywater.png) top repeat-x;
}

div#header_content{
	background:url(../images/bg_boatheader.png) top left no-repeat;
}

/* HEADLINE */

/* Marketing Services Headline */
div#headserv{
	position:absolute;
	display:block;
	top:115px;
	right:70px;
	width:419px;
	height:152px;
	text-indent:-9999px;
	background:url(../images/headline_cherry_day.png) 0px 0px no-repeat;
}
/* About Us Background */	
div#headabouts{
	position:absolute;
	top:115px;
	right:70px;
	width:419px;
	height:152px;
	text-indent:-9999px;
	background:url(../images/headline_aboutus_day.png) 0px 0px no-repeat;
}

/* WATER */

div#water_container{
	position:relative;
	width:1024px;
	height:162px;
	margin:0px auto;
}
div#waterdecor{
	position:absolute;
	left:67px;
	top:-141px;
	width:558px;
	height:363px;
	background:url(../images/boat.png) 0 0 no-repeat;
	
}
/* SANDY AREA */

div#sand{
	background:url(../images/bg_daysand.png) top center repeat-x;
}

/* AP GRAPHICS */

/* BOAT SHADOW */ 
div#sanddecor1{
	position:absolute;
	width:100%;
	height:217px;
	background:url(../images/boatshadow.png) 120px 13px no-repeat;
	z-index:1;
}

/* WAKEBOARD */ 
div#sanddecor2{
	position:absolute;
	top:-164px;
	right:38px;
	width:457px;
	height:636px;
	background:url(../images/wakeboard.png) 0 0 no-repeat;
	z-index:1;
}

/* H TITLES */

h1#deliciousness{
	display:block;
	margin: 20px 0px;
	width:453px;
	height:25px;
	background:url(../images/h1_deliciousness.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
	

	

