﻿body
{
	background-color: #d4b5db;
	text-align: center;
	vertical-align: top;
	color: #682977;
	font-family: Bookman Old Style; /*font-family: Book Antiqua;*/
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}

a, a:visited, a:hover
{
	color: #682977;
	text-decoration: underline;
}

table
{
	padding: 0px;
}


/* div { border: dashed 1px lime; } */

#bodyArea
{
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header
{
	margin: 0px;
}
#header img
{
	height: 124px;
}

#contentArea
{
	background-color: #f1e7f3;
	text-align: left;
	padding: 0px 18px 12px 18px;
	min-height: 480px;
	margin-top: -1px;
}

#topMenu
{
	background-image: url("/images/osdTopMenu.jpg");
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 112px;
}

#topMenuCake
{
	position: relative;
	z-index: 20;
	left: -18px;
}

.topMenuItem, .topMenuItem a, .topMenuItem a:visited
{
	color: #682977;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: 300;
	vertical-align: top;
	margin-right: 10px;
	text-decoration: none;
}

.topMenuItem a:hover
{
	text-decoration: underline;
}

#homeCakeShow
{
	background-color: #ac7eb7;
	border: #682977 solid 1px;
	width: 220px;
	height: 260px;
	background-image: url("/images/homeCakes/homeCake1.jpg");
}

#overlay
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ac7eb7;
	border: 1px solid #cecece;
	z-index: 100;
}


#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ac7eb7;
	color: White;
	font-size: 11pt;
	padding: 8px 0px;
}

.bordered
{
	border: #682977 solid 1px;
}

.padded
{
	padding:6px;
}

.largeBulleted
{
	padding-left:28px;
	padding-top:6px;
	background-image:url('/images/cakeBulletLite.jpg');
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
	min-height:28px;
	font-size:105%;
	font-family:Verdana;
}

.imageList img
{
	display: block;
	margin-bottom: 3px;
}

div.bulletBox
{
	background-color: #d4b5db;
	border: solid 1px #682977;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 3px;
}
div.bulletBox li
{
	margin-left: -30px;
	list-style: none;
	line-height: 25px;
	padding-left: 25px;
	background-image: url("/images/logoBullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

h3
{
	font-family: Verdana;
}

.quote
{
	font-size: 90%;
}

#cakeGallery
{
	text-align: center;
}

#cakeGallery div.cake
{
	vertical-align: top;
	display: inline-block;
	padding: 0px 6px 14px 6px;
	cursor: pointer;
}

.formTable tbody tr
{
	vertical-align:middle;
}
.formTable tbody td
{
	border-bottom:solid 1px #d4b5db;
	padding:10px 6px 4px 1px;
	margin:0px;
	vertical-align:middle;
}

#flavorsFloat
{
	position:relative;
	font-family:Verdana;
	font-size:85%;
	text-align:right;
	z-index:25;
	right:18px;
	top:72px;
	float:right;
}