/*hide from ie on mac\*/
html {
	height: 100%;
	overflow:auto
}

h1 {
	color:#fff;
}

img {
border: 0;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

/* end hide */


body {
height: 100%;
margin: 0;
padding: 0;
background-color: #FF94B0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsBlurb{
	font-size:12px;
	color:#ffffff;
	
}


#clients{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}

.reviewAuthor{
	font-style:italic;
	font-weight:bold;
	font-size:smaller;
	
}


#press{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}
#aboutUs{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}


#caramelApples{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}


#contactAddress{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}

.copyright{
	font-size:10px;
}


#faq{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}




#gallery{
	position:relative;
	left: 20px;
	right: 25px;
	margin-bottom:20;	
}


#rentalPackages{
	position:relative;
	left: 20px;
	right: 25px;	
}

.packageInfo {
	font-size: smaller
}
.asterikNote {
	color:#666666;
	font-size:10px;
	font-style:italic;
}


#news {
	position:relative;
	left: 20px;
	right: 25px;	
}

#alternateContent {
	position:relative;
	left: 20px;
	right: 25px;	
}

div#news  h4 {
	color: #fff;
	font-variant: small-caps;
	text-decoration: underline;
}

div#news p {
	color: #fff;
}

div.float {
  float: left;
  width:75px;
  padding:10;
  margin:10px;
  }
  
div.float p {
   font-size:10px
   }
   
.imageTitle {
   font-size:10px
   }
   
.imageCaption {
   font-size:10px
   }
   
div.galleryContainer {
  border: 2px dashed #333;
  background-color: #ffe;
  margin-bottom:10px;
  }
  
div.spacer {
  clear: both;
  }



/*- Menu Tabs 8--------------------------- */

#sitenav {
  float:left;
  width:100%;
  background:#FCF1F6;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #E276A7;
  }
#sitenav ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#sitenav li {
  display:inline;
  margin:0;
  padding:0;
  }
#sitenav a {
  float:left;
  background:url("images/menu/tableft8.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#sitenav a span {
  float:left;
  display:block;
  background:url("images/menu/tabright8.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#333;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sitenav a span {float:none;}
/* End IE5-Mac hack */
#sitenav a:hover span {
  color:#591333;
  }
#sitenav a:hover {
  background-position:0% -42px;
  }
#sitenav a:hover span {
  background-position:100% -42px;
  }
	
