/*-----------------------------
  RESETTING
-----------------------------*/

li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
 color: #E27b9E;
 text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, "Times New Roman", serif ;
  font-size: 17px;
  line-height: 20px;
  color: #7A5A46;
  background:  #F6F1E5 url(/images/body_bg.png);
}

h1
{
	font-size: 2.7em;
	font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #E27b9E;
}

h2
{
  font-size: 2.1em;
  font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  color: #E27b9E;
}

h3
{
  font-size: 1.8em;
  font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  color: #E27b9E;
}

h4
{
  font-size: 1.4em;
  font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  color: #7A5A46;
}

h5
{
	font-size: 1.4em;
  font-family:  Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
	margin-bottom: 6px;
  color: #E27b9E;
}

p
{
	line-height: 1.4em;
}

span
{
  line-height: 1.4em;
}


/*-----------------------------
  COMMON
-----------------------------*/

.clear 
{
  clear: both;
  line-height:0;
  font-size: 0;
}

.floatLeft 
{
  float: left !important;
}

.floatRight 
{
  float: right !important;
}

p.center
{
  text-align: center;
}

img.center
{
	display: block;
	margin: 0 auto;
}

div.centredContent 
{
  width: 941px;
  margin: 0 auto;
}

.fullWidth
{
	width: 941px;
}

.oneHalfWidth
{
  width: 465px;
}

.twoThirdsWidth
{
  width: 627px;
}

.oneThirdWidth
{
	width: 300px;
}

.oneQuarterWidth { 
  width: 220px; 
}

div.title
{
  position: relative;
  text-align: center;
	margin-bottom: 8px;
}

div.title h1
{
  margin-top: 25px;
}

div.title img.swirl
{
  position: absolute;
  top: 5px;
}

.big
{
	font-size: 1.4em;
}

.med
{
  font-size: 1.24em;
}

.small
{
  font-size: 0.8em;
}

p.italic
{
  font-style: italic;
}

.pink
{
	color: #E27b9E;
}

.marginTop8
{
	margin-top: 8px;
}
.marginTop18
{
  margin-top: 18px;
}

.marginLeft14
{
  margin-left: 14px;
}

.marginBottom8
{
  margin-bottom: 8px;
}


.thumbnail
{
	position: relative;
	width: 191px;
	height: 137px;
	padding: 11px;
	margin-bottom: 8px;
	background: url(/images/thumbnail_bg.gif) no-repeat;
}

.thumbnail div.new
{
	position: absolute;
	width: 77px;
	height: 76px;
	top: -5px;
	right: -5px;
	background: url(/images/ribbon_new.png) no-repeat;
}

div.separatorHorizontalStars
{
	float: left;
	clear: both;
	width: 100%;
	height: 15px;
	margin: 20px 0;
	background: url(/images/separator_horizontal_stars_texture_bg.gif) no-repeat;
}

/*-----------------------------
  PAGINATION
-----------------------------*/
.pagination { width: 100%; overflow: hidden; }
.pagination p,
.pagination ul { margin: 10px 0; float: left; font-size: 1.4em; font-family: Baskerville, Georgia, Times, "Times New Roman", serif; font-style: italic; font-weight: normal; }
.pagination ul { float: right; }
.pagination ul li { float: left; display: inline; margin: 0 5px; }

/*-----------------------------
  HEADER
-----------------------------*/

div#header
{
	float: left;
	width: 100%;
	margin-top: 0px;
}

div#header img.logo
{
	float: left;
}

div#header img.callToday
{
  float: right;
	margin-top: 4px;
}


/*-----------------------------
  MAIN MENU
-----------------------------*/

div#main_menu
{
	float: left;
	clear: both;
	width: 100%;
	height: 73px;
	background: url(/images/main_menu_bars.gif) no-repeat;
}

div#main_menu ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#main_menu ul li
{
	float: left;
	height: 73px;
	margin: 0 15px;
}

div#main_menu ul li.first
{
	margin-left: 0px;
}

div#main_menu ul li.last
{
	margin-right: 0px;
}

div#main_menu ul li a
{
	color: #7A5A46;
	float: left;
	margin-top: 17px;
	text-decoration: none;
}

div#main_menu ul li a img
{
	float: left;
	margin-top: 4px;
}

div#main_menu ul li.star
{
	width: 16px;
	margin: 0;
	background: url(/images/main_menu_star.gif) 0 26px no-repeat;
}

/*-----------------------------
  PAPER BOX WHITE
-----------------------------*/

div.paperBoxWhite
{
	float: left;
}

div.paperBoxWhite div.top
{
	float: left;
	width: 100%;
	height: 13px;
	background: url(/images/paper_box_white_top_right.png) top right no-repeat;
}

div.paperBoxWhite div.top div
{
	float: left;
  width: 14px;
  height: 13px;
	overflow: hidden;
  background: url(/images/paper_box_white_top_left.png) top left no-repeat;
}

div.paperBoxWhite div.middle
{
	float: left;
	width: 100%;
	background: url(/images/paper_box_white_middle_left.png) 0px 0 repeat-y;
}

div.paperBoxWhite div.middle div.right
{
	float: left;
	width: 100%;
	background: url(/images/paper_box_white_middle_right.png) top right repeat-y;
}

div.paperBoxWhite div.middle div.right div.content
{
	position: relative;
	float: left;
	margin-left: 14px;
	_margin-left: 7px; /* IE6 */ 
}

/* content styles */
div.paperBoxWhite div.middle div.right div.white { background-color: #FFFFFF;} 
div.paperBoxWhite div.middle div.right div.fullWidth { width: 916px; }
div.paperBoxWhite div.middle div.right div.oneHalfWidth { width: 445px; }
div.paperBoxWhite div.middle div.right div.twoThirdsWidth { width: 601px; }
div.paperBoxWhite div.middle div.right div.oneThirdWidth { width: 283px; }
div.paperBoxWhite div.middle div.right div.oneQuarterWidth { width: 210px; }

/* padded content interiors */
div.paperBoxWhite div.middle div.right div.content div.padded { padding: 14px 24px; }
div.paperBoxWhite div.middle div.right div.oneHalfWidth div.padded { padding: 14px 24px 14px 10px; }
div.paperBoxWhite div.middle div.right div.oneThirdWidth div.padded { padding: 14px 24px 14px 10px; }
div.paperBoxGradient div.middle div.right div.content div.padded { padding: 14px 24px; }


div.paperBoxWhite div.bottom
{
  float: left;
  width: 100%;
  height: 14px;
	overflow: hidden;
  background: url(/images/paper_box_white_bottom_right.png) top right no-repeat;
}

div.paperBoxWhite div.bottom div
{
  float: left;
  width: 14px;
  height: 14px;
  background: url(/images/paper_box_white_bottom_left.png) no-repeat;
}

/*-----------------------------
  PAPER BOX GRADIENT
-----------------------------*/

div.paperBoxGradient div.top
{
	height: 5px;
}

div.paperBoxGradient div.content
{
	margin: 0 5px !important;
  background: url(/images/paper_box_gradient_bg.jpg) 50% 50%;
}

/* content styles */
div.paperBoxGradient div.middle div.right div.fullWidth { width: 931px; _width: 920px; }
div.paperBoxGradient div.middle div.right div.twoThirdsWidth { width: 601px; }
div.paperBoxGradient div.middle div.right div.oneThirdWidth { width: 290px; _width: 280px; }
div.paperBoxGradient div.middle div.right div.oneQuarterWidth { width: 210px; _width: 170px; }

div.paperBoxGradient div.bottom
{
	height: 4px;
	background-position: right -8px;
}

div.paperBoxGradient div.bottom div
{
	height: 4px;
	background-position: left -8px;
}

/*-----------------------------
  FORMS
-----------------------------*/

ul.form 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.form li 
{
  float: left;
  clear: both;
  margin-bottom: 6px;
}

input.text 
{
  float: left;
  clear: both;
  width: 227px;
  height: 23px;
	font-family: Georgia, Times, "Times New Roman", serif ;
  font-size: 1em;
  color: #7A5A46;
  border: 0;
  padding: 9px 7px;
	background: url(/images/form_input_text.png) no-repeat;
}

textarea.textarea 
{
  float: left;
  clear: both;
  width: 227px;
  height: 63px;
  font-family: Georgia, Times, "Times New Roman", serif ;
  font-size: 1em;
  color: #7A5A46;
  border: 0;
  padding: 9px 7px;
	background: url(/images/form_input_textarea.png) no-repeat;
}

ul.error_list
{
  float: left;
  clear: both;
	list-style: none;
	margin: 0;
  padding: 0;
}

ul.error_list li 
{
	float: left;
  clear: both;
	width: 200px;
	font-size: 0.7em;
  color: #d82323;
  margin: 10px 0 0 0;
  
}

/*-----------------------------
  HOMEPAGE
-----------------------------*/

div#homepage div#lead img 
{
	float: left;
}

div#homepage div#lead div.buyToday
{
  position: absolute;
  width: 147px;
  height: 146px;
  top: -15px;
  left: -16px;
  background: url(/images/ribbon_buy_today.png) no-repeat;
}

div#homepage div#lead div.rightColumn
{
	float: left;
	width: 320px;
	margin: 10px 0 0 8px;
	text-align: center;
}

div#homepage div#lead div.rightColumn img, div#homepage div#lead div.rightColumn p
{
	float: left;
	clear: both;
	line-height: 1.55em;
}

div#homepage div#lead div.rightColumn p
{
	width: 100%;
}

div#homepage div#lead div.rightColumn img
{
	margin: 8px 3px 5px 100px;
}

div#homepage div.title h2
{
  margin: 10px 0;
}

div#homepage div.title img.swirlLeft
{
	left: 200px;
}

div#homepage div.title img.swirlRight
{
  right: 200px;
}

/*-----------------------------
  MENU
-----------------------------*/

div#menu div.content
{
	text-align: center;
}

div#menu img.corner
{
	position: absolute;
	margin: 28px;
}

div#menu img#top_left
{
	top: 0px;
	left: 0px;
}

div#menu img#top_right
{
  top: 0px;
  right: 0px;
}

div#menu img#bottom_left
{
  bottom: 0px;
  left: 0px;
}

div#menu img#bottom_right
{
  bottom: 0px;
  right: 0px;
}

div#menu img#menu_picture1
{
	position: absolute;
	top: 240px;
	left: 63px;
}

div#menu img#menu_picture2
{
  position: absolute;
  top: 515px;
  left: 658px;
}

div#menu img.headding
{
	margin-top: 22px;
}

div#menu ul
{
	list-style: none;
	margin: 22px 0;
	padding: 0;
}

div#menu ul.menu li
{
	height: 28px;
	line-height: 28px;
	font-size: 1.4em;
}

div#menu ul.footer li
{
  padding: 10px 0;
}

div#menu li.star
{
	background: url(/images/star.png) 50% 50% no-repeat;
}

div#menu p#foot_note
{
	display: block;
	text-align: center;
  padding-top: 10px;
}

/*-----------------------------
  ORDERING
-----------------------------*/

div#ordering div.title img.swirlLeft
{
  left: 200px;
}

div#ordering div.title img.swirlRight
{
  right: 200px;
}

div#ordering div#row1 div.content 
{
	position: relative;
	height: 400px;
}

div#ordering img.ribbon
{
	position: absolute;
	top: -14px;
	left: -16px;
}

div#ordering img.rosette
{
  position: absolute;
  top: -14px;
  right: -16px;
}

div#ordering div.illustration
{
	height: 144px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div#ordering div.illustration#cupcake
{
	background-image: url(/images/illustration_cupcake.gif);
}

div#ordering div.illustration#mini_cake
{
  background-image: url(/images/illustration_mini_cake.gif);
}

div#ordering div.illustration#cake
{
  background-image: url(/images/illustration_cake.gif);
}

div#ordering div#row2 div.leftColumn
{
	float: left;
	width: 600px;
}

div#ordering div#row2 div.title h1
{
	margin-top: 0;
}

div#ordering div#row2 div.leftColumn div.title img.swirlLeft
{
  left: 125px;
}

div#ordering div#row2 div.leftColumn div.title img.swirlRight
{
  right: 125px;
}

div#ordering div#row2 div.leftColumn div#stand_hire img
{
  float: left;
}

div#ordering div#row2 div.leftColumn div.content
{
	min-height: 316px;
}

div#ordering div#row2 div.leftColumn div.padded
{
	padding: 35px 14px;
}

div#ordering div#row2 div.leftColumn div#stand_hire div.text
{
  float: left;
	width: 360px;
	margin-left: 18px;
}

div#ordering div#row2 div.rightColumn
{
  float: right;
  width: 300px;
}

div#ordering div#row2 div.rightColumn div.title img.swirlLeft
{
  left: -5px;
}

div#ordering div#row2 div.rightColumn div.title img.swirlRight
{
  right: -5px;
}

div#ordering div#row2 div.rightColumn form
{
	margin-left: 7px;
}

div#ordering div#row2 div.rightColumn input.submit
{
  margin-left: 62px;
}

div#ordering div#row3
{
  float: left;
}

div#ordering div#row3 div.title h1
{
  margin-top: 0;
}

div#ordering div#row3 table
{
	width: 100%;
	border-collapse: collapse;
}

div#ordering div#row3 table td
{
  background: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
	padding-top: 5px;
}


/*-----------------------------
  PRESS
-----------------------------*/

div#press div.title img.swirlLeft
{
  left: 200px;
}

div#press div.title img.swirlRight
{
  right: 200px;
}


div#press div.content
{
  min-height: 579px;
}

div#press div.content h1
{
  margin-top: 10px;
}

div#press div.content img.plaque
{
	position: absolute;
	left: 9px;
}

div#press div.content img.phoneNumber
{
  margin-top: 20px;
}

div#press div.entry
{
  float: left;
  width: 213px;
  height: 210px;
  text-align: center;
  margin: 3px 27px 0 0;
}

div#press div.entry.noMargin
{
  margin-right: 0;
}

div#press div.entry a
{
  color: #7A5A46;
  text-decoration: none;
}


/*-----------------------------
  GALLERY
-----------------------------*/

div#gallery div.title img.swirlLeft
{
  left: 200px;
}

div#gallery div.title img.swirlRight
{
  right: 200px;
}

div#gallery div.content
{
	min-height: 618px;
}

div#gallery div.content h1
{
	margin-top: 10px;
	width: 150px;
}

div#gallery div.content img.rosette
{
	position:absolute;
	top: -30px;
	left: -50px;
}

div#gallery div.product
{
	float: left;
	width: 213px;
	height: 250px;
	text-align: center;
	margin: 3px 29px 0 0;
}

div#gallery div.product.noMargin
{
  margin-right: 0;
}

div#gallery div.product a
{
	color: #7A5A46;
	text-decoration: none;
}


/*-----------------------------
  UPDATES
-----------------------------*/

div#updates div.title img.swirlLeft
{
  left: 200px;
}

div#updates div.title img.swirlRight
{
  right: 200px;
}

div#updates div.entry 
{
	position: relative;
	padding: 19px;
	min-height: 140px;
}

div#updates div.entry img.rosette
{
	position: absolute;
	top: 20px;
	left: -20px;
}

div#updates div.entry div.text
{
	float: left;
	margin: 10px 0 0 125px;
}


/*-----------------------------
  BUY ONLINE
-----------------------------*/

div#buy div.title img.swirlLeft
{
  left: 200px;
}

div#buy div.title img.swirlRight
{
  right: 200px;
}

div#buy div.content
{
	min-height: 685px;
}

div#buy div.paperBoxGradient div.content
{
	min-height: 700px;
}

div#buy div.content div.title
{
	margin: 10px 0 42px 0;
}

div#buy div.content div.title img.swirlLeft
{
  left: -8px;
}

div#buy div.content div.title img.swirlRight
{
  right: -8px;
}


/*-----------------------------
  CONTACT
-----------------------------*/

div#contact div.title img.swirlLeft
{
  left: 280px;
}

div#contact div.title img.swirlRight
{
  right: 280px;
}

div#contact img.ribbon
{
	position: absolute;
	top: -15px;
  left: -15px;
}

div#contact div.column
{
  float: left;
	width: 305px;
}

div#contact div#column1
{
	width: 275px;
	padding: 60px 0 83px 30px;
}

div#contact div#column1 img.rosette
{
	position: absolute;
	top: 270px;
	left: 190px;
}

div#contact div#column2
{
	width: 275px;
  margin: 0 15px;
  padding-top: 60px;
}

div#contact div#column2 p.swirl
{
	text-align: center;
	padding: 10px 0;
}

div#contact div#column3
{
	position: relative;
	width: 275px;
	margin-left: 30px;
}

div#contact div#column3 div.title
{
	position: absolute;
	width: 275px;
	left: -10px;
	margin: 12px 0 20px 0;
}

div#contact div#column3 div.title img.swirlLeft
{
  left: 0px;
}

div#contact div#column3 div.title img.swirlRight
{
  right: 0px;
}

div#contact div#column3 form
{
	margin-top: 60px;
}

div#contact div#column3 input.submit
{
	margin-left: 65px;
}

/*-----------------------------
  DELIVERY & TS&CS
-----------------------------*/

div#delivery_ts_cs div#column1, div#delivery_ts_cs div#column2
{
	width: 49%;
}

div#delivery_ts_cs div#column1 img.swirlLeft
{
  left: 100px;
}

div#delivery_ts_cs div#column1 img.swirlRight
{
  right: 100px;
}

div#delivery_ts_cs div#column2 img.swirlLeft
{
  left: 10px;
}

div#delivery_ts_cs div#column2 img.swirlRight
{
  right: 10px;
}


/*-----------------------------
  SITE MAP
-----------------------------*/

div#site_map div.padded {
  padding: 40px 0;
}

div#site_map div.title img.swirlLeft
{
  left: 220px;
}

div#site_map div.title img.swirlRight
{
  right: 220px;
}

div#site_map table
{
	margin: 0 auto;
	border-collapse: collapse;
}

div#site_map table td
{
	background-color: #FFFFFF;
	background-image: none;
	padding: 5px;
	text-align: center;
}

div#site_map table td a
{
	text-decoration: none;
}

div#site_map table td a:hover
{
  text-decoration: underline;
}

/*-----------------------------
  404 PAGE
-----------------------------*/

div#fourzerofour div.padded {
  padding: 80px 0;
}

div#fourzerofour div.title img.swirlLeft
{
  left: 130px;
}

div#fourzerofour div.title img.swirlRight
{
  right: 130px;
}

/*-----------------------------
  FOOTER
-----------------------------*/

div#footer 
{
	float: left;
	width: 100%;
	margin-top: 26px;
}

div#footer a
{
	color: #7A5A46;
	text-decoration: none;
}

div#footer a:hover
{
  text-decoration: underline;
}

div#footer div.top img
{
	float: left;
}

div#footer div.top div.stars img.starsLeft, div#footer div.top div.stars img.starsRight
{
  margin-top: 20px;
}

div#footer div.top div.stars img.crescent
{
	margin: 0 30px;
}

div#footer div.top div.content
{
  float: left;
	width: 100%;
	clear: both;
	margin: 5px 0;
}

div#footer div.top div.content div.social
{
	float: left;
	margin: 5px 30px 0 30px;
}

div#footer div.top div.content div.social img
{
	clear: both;
}

div#footer div.top div.content div.social img.facebook
{
	margin: 9px 0 12px 0;
}

div#footer div.top div.content img.callToday
{
  float: left;
  margin: 0 38px;
}

div#footer div.top div.content img.email
{
  float: left;
  margin: 0 35px;
	_margin: 0 25px; /* IE6 */
}

div#footer div.bottom
{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div#footer div.bottom div.leftColumn
{
	float: left;
	width: 50%;	
	margin-top: 10px;
}

div#footer div.bottom div.leftColumn img
{
	margin-bottom: 15px;
}

div#footer div.bottom div.rightColumn
{
  float: right;  
	width: 247px;
}