/* company */

/* font sizing */

h2#online {
	padding: 24px 0 0 0;
	margin: 2px 0 2px 0;
	overflow: hidden;
	background: url("../img/hdr-online-ordering.gif") no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
h2#offline {
	padding: 24px 0 0 0;
	margin: 2px 0 2px 0;
	overflow: hidden;
	background: url("../img/hdr-offline-ordering.gif") no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
h2#wholesale {
	padding: 24px 0 0 0;
	margin: 2px 0 2px 0;
	overflow: hidden;
	background: url("../img/hdr-wholesale.gif") no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}
h2#store-locator {
	padding: 24px 0 0 0;
	margin: 2px 0 2px 0;
	overflow: hidden;
	background: url("../img/hdr-store-locator.gif") no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

/* header elements */


/* layout elements */

body#order div#title {
padding: 148px 0 0 0;
overflow: hidden;
background: url("../img/hdr-order.jpg") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:148px; /* for IE5.5's bad box model */
}
body#order-wholesale div#title {
padding: 148px 0 0 0;
overflow: hidden;
background: url("../img/hdr-order-wholesale.jpg") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:148px; /* for IE5.5's bad box model */
}
body#order-locator div#title {
padding: 148px 0 0 0;
overflow: hidden;
background: url("../img/hdr-order-locator.jpg") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:148px; /* for IE5.5's bad box model */
}

/* header elements 

fieldset {
	padding: 15px;
	width: 560px;
	font-size: 14px;
	background-color: #FFFFCC;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #00A0AF;
}
*/

/****************************************
  accolades
*****************************************/
.quote-page {
 /*font-family: georgia, palatino, garamond, serif;*/
 font-style: italic;
 color: #333;
 font-size: 1.2em;
 line-height: 1.7em;
 padding-bottom: 15px;
 width:575px;
 margin:16px auto;
 }
.quote-page p {
 margin:6px auto 10px auto;
 display:block;
 width:475px;
 text-align:left;
 }
 
.bubble01 {
 margin: 0;
 background: url('../img/bgBubble_middle.gif') repeat-y;
 }
 
.bubble01 .top {
 background: url('../img/bgBubble_top.gif') no-repeat top left;
 }
 
.bubble01 .bottom {
 background: url('../img/bgBubble_bottom.gif') no-repeat bottom left;
 padding: 10px 15px 0 15px;
 }
 
.author-page {
 padding: 20px 0 5px 0;
 color: #E05E91;
 line-height: 1.4em;
 text-align: right;
 width:390px;
 font-size:1.1em;
 }
 
.author-page b{
 color: #E05E91;
 }




