/*This style sheet is the property of Little Lakes Chocolate Fountains. Any reproduction in part or whole is strictly prohibited.*/

body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodytext {color: #393939;
}
.buttons {
	color: #754400;
	font-size: 18px;
	font-weight: bold;
}
.heading1 {color: #754400; font-size: 16px; font-weight: bold; }
.quotetext {color: #000000}
.quotedate {	color: #393939; 
				font-size: 16px; 
				font-weight: bold; 
}
.footerphonenumber {color: #393939;
					font-size:27px
}
.footerphonestart {color: #744400;
					font-size:27px
}
.footeremail {color: #393939;
					font-size:20px
}
.footeremailstart {color: #744400;
					font-size:20px
}


/*link colours*/
a:link {
	text-decoration: none;
	color: #754400;	
}
a:visited {
	text-decoration: none;
	color: #754400;
	}
a:hover {
	text-decoration: none;
	color: #754400;	
}
a:active {
	text-decoration: none;
	color: #754400;	
}

/*Testimonial speech bubbles!*/

/* get the bubble area ready */
.bubble {
width:400px;
color:#efefef;
background: #ffffff;
}
 
/*this creates a block that is above and the same color as the content area*/
.bubble .pointer {
height:15px;
background:#393939;
}
 
/*This 1st pointer will float to the left. The large bottom right border radius will allow a little rounded portion of the dark grey background to peek through.*/
.bubble .pointer .one {
height:100%;
background:#ffffff;
width:50%;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius:15px;
float:left;
}
 
/*Same thing as the first pointer but reversed*/
.bubble .pointer .two {
height:100%;
background:#ffffff;
width:50%;
float:right;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius:15px;
}
 
/*Now we style the content area (below the pointer). It's rather self-evident: */
.bubble .content {
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
background:#393939;
text-align:center;
}
