*

body
{
	background: url("/images/cloudbl.gif");
	background-color: white;
	color: black;
	font-family: 'ArialMT', 'Arial';
	font-weight: 400;
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
}

a:hover
{
	color: #4c4c4c;
}

p.cupcake
{
	text-align: center;
	color: #ff0000;
	font-size:large;
	line-height: 1.17;
	margin-top:15pt;
}

p.description
{
	text-align: center;
	font-size: 16.00pt;
	line-height: 1.0;
}

p.smdescription
{
	text-align: center;
	font-size: 11.00pt;
	line-height: 1.0;
}

p.prices
{
	text-align: center;
	color: #339933;
	font-size: 12.00pt;
	line-height: 1.17;
}

p.cupcakeHeader
{
	text-align: center;
	color: #6666ff;
	font-size:150%;
	font-weight: 700;
	line-height: 0.7;
}

p.note
{
	margin-bottom: 1px;
	margin-top: 1px;
	line-height: 1.17;
}

.time
{
	font-size: 90%;
	font-variant: small-caps;
	color: #000000;
}

img
{
	border:none;
}

img#logo
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.footlogo
{
	margin-top: 20px;
}

div.wrapper
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.press
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 650px;
	padding: 15px;
	/*
	border-width: 2px;
	border-style: ridge;
	border-color: red;*/
}

div.cupcakemenu
{
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 220px;
	padding: 15px;
	/*border-color: red;
	border-width: 2px;
	border-style: ridge;*/
}

div.pricing
{
	overflow: hidden;
	position: fixed;
	top: 70px;
	left: 50%;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: -300px;
	padding: 15px;
	background-color: white;
	z-index: 5;
	display: none;
}

div.ubermenu
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 20px;
}

div.gallery
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	border-width: 2px;
	padding: 15px;
	/*border-style: ridge;
	border-color: red;
	background: white;*/
}

div.norm
{
	text-align: center;
	font-size: 12.00pt;
	line-height: 1.0;
}

div.footer
{
	margin-top: 50px;
	padding-top: 25px;
	text-align: center;
	line-height: 1.0;
	clear: both;
}

div.faq
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 20px;
	text-align: left;
}

div.col
{
	float: left;
	width: 600px;
}

div.grey
{
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #111111;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	display: none;
}

div.excerpt
{
   text-align: left;
   font-family: 'Times', 'Arial';
   font-size: 12.00pt;
   line-height: 1.0; 
   margin-top: 10px;
   margin-bottom: 10px;
   padding-top: 20px;
}

a.excerpt
{
   text-decoration:none;
}

.slidey { margin-bottom: 10px; }
.slidey .title {
	position: fixed;
	float: right;
	bottom:20px;
	right: 0px;
	z-index: 8;
} 
/* the only noteworthy thing here is the overflow is hidden, 
it's really a sleight-of-hand kind of thing, we're playing
with the height and that makes it 'slide' */
.slidey .slideblock { 
	overflow: hidden;
	position: fixed;
	top: 50px;
	left: 50%;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: -300px;
	padding: 15px;
	background-color: white;
	z-index: 5;
	display: none;
	} 
