@charset "UTF-8";
/* CSS Document */



body {
	background: #6f2086;
}

a:link {
	color: #6F2086;	
}

h1 {
	font-family: 'Arial Black', Gadget, sans-serif;
	color:#FFF;
	letter-spacing: 1pt;
	font-size: 34pt;
	line-height: 1.9;
	margin-left: 50px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 24px;
	color:#7f3f98;
	margin-top: 0px;
	margin-bottom: -35px;
	margin-left: 50px;	
}

#top {
	background: #9b0254;
	height: 200px;
	width: 100%;
	top: 0px;
}

#container {
	width : 900px;
	height : 650px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
}

.cupcakeThumbs {
	margin-right:0px;
	margin-left: 6px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cupcakeThumbsFirst {
	margin-right:0px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;	
}


#topBar {
	background: url(yellowBack.jpg) repeat;
	-moz-box-shadow: 0 0 20px 5px #010101;
	-webkit-box-shadow: 0 0 20px 5px #010101;
	box-shadow: 0 0 20px 5px #010101;
	height: 200px;
	width: 100%;
	top: 0px;
}

#header {
	width : 900px;
	height : 150px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;	
}

#main {
	background: #FFF;
	-moz-box-shadow: 0 0 20px 5px #010101;
	-webkit-box-shadow: 0 0 20px 5px #010101;
	box-shadow: 0 0 20px 5px #010101;
	height: 800px;
	width: 900px;
	top: 0px;
}

#mainHead {
	height: 60px;
	width: 100%;
	background: url(pinkBack.jpg) repeat;
}


#menuBar {
	background: url(menuBar.jpg) repeat-x;
	position:absolute;
	height: 30px;
	width: 100%;
	top: 180px;
	margin-left : auto;
	margin-right : auto;	
}

#menuBar2 {
	background: url(menuBar.jpg) repeat-x;
	height: 30px;
	width: 950px;
	margin-left : auto;
	margin-right : auto;
	z-index: 99;	
}

.headImagesCakeLeft {
	margin-right:0px;
	margin-left: 50px;
	margin-top: 37px;
	margin-bottom: 47px;
}


.headImagesWords {
	margin-right: 57px;
	margin-left: 40px;
	margin-top: 37px;
	margin-bottom: 47px;	
}

/*-- Footer -------------------------------------------------------- */


.footerCopy {
	font-family: Arial, Gadget, sans-serif;
	color:#fff;
	letter-spacing: 1pt;
	font-size: 10pt;
	text-align:center;
	padding-top: 25px;
}

/*-- Footer -------------------------------------------------------- */



p.copy {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing: 1pt;
	font-size: 11pt;
	line-height: 1.5;
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 0px;
	padding-right: 50px;
	clear:none;
}


.bold {
	font-weight: bold;
}

.boldCupcake {
	font-weight: bold;
	font-size: 14px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* for ie6 */
* html .clearfix {
	height: 1%;
}

/* for ie7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

.clickable {
	cursor:pointer;
	margin-bottom: 5px;
}

.clickable:hover {
background-color:#FFC;
}


/* Print version ---------------------------------------------------------- */


@media print {
	
	#menuBar {
		visibility: hidden;	
		
	}
	
	#couponTop{
		border-bottom:solid;
		border-color: #000;	
	
	}
	
	.legalCouponTop {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		text-align:center;
		color: #000;
		margin-top: 10px;
	
	}
	
	
	}