/* Fonts */
@font-face {
	font-family: 'DeliciousBoldItalic';
	src: url('fonts/delicious-bolditalic-webfont.eot');
	src: local('☺'), url('fonts/delicious-bolditalic-webfont.woff') format('woff'), url('fonts/delicious-bolditalic-webfont.ttf') format('truetype'), url('fonts/delicious-bolditalic-webfont.svg#webfontzDVSYMSy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DeliciousItalic';
	src: url('fonts/delicious-italic-webfont.eot');
	src: local('☺'), url('fonts/delicious-italic-webfont.woff') format('woff'), url('fonts/delicious-italic-webfont.ttf') format('truetype'), url('fonts/delicious-italic-webfont.svg#webfontw749Zzoc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DeliciousHeavy';
	src: url('fonts/delicious-heavy-webfont.eot');
	src: local('☺'), url('fonts/delicious-heavy-webfont.woff') format('woff'), url('fonts/delicious-heavy-webfont.ttf') format('truetype'), url('fonts/delicious-heavy-webfont.svg#webfont2TA9tvRm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DeliciousBold';
	src: url('fonts/delicious-bold-webfont.eot');
	src: local('☺'), url('fonts/delicious-bold-webfont.woff') format('woff'), url('fonts/delicious-bold-webfont.ttf') format('truetype'), url('fonts/delicious-bold-webfont.svg#webfontgJno4Coo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DeliciousRoman';
	src: url('fonts/delicious-roman-webfont.eot');
	src: local('☺'), url('fonts/delicious-roman-webfont.woff') format('woff'), url('fonts/delicious-roman-webfont.ttf') format('truetype'), url('fonts/delicious-roman-webfont.svg#webfontBvIL4bIC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Page */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: url(../images/bg-gradient.jpg) repeat-x fixed;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	color: #069;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #069;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.navBox {
	display: block;
	clear: both;
	height: auto;
	width: auto;
}
.nav li.active a {
	background: #666;
}
.nav li.active li a {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.nav li.active li a:hover {
	background-color: #333;
}
ul.nav {
	list-style: none;
	text-align:center;
	margin-bottom: 25px;
	margin-left: 30px;
	width: 265px; 
}
ul.nav li {
	position: relative;
}
li ul {
	position: absolute;
	left: 264px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #000;
	padding: 5px;
	list-style-type: none;
	white-space: nowrap;
	z-index: 3000;
	width: 290px; 
	border: 1px solid #666;
	text-align: left;
	color: #999;
	font: normal 14px DeliciousBoldItalic, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
	background-color: rgba(0, 0, 0, .85);
}
/* Styles for Menu Items */
ul.nav a, ul.nav a:visited {
	padding: 6px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font: normal 24px DeliciousBold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #333;
	color: #FFF;
	text-shadow: 0px 4px 4px #000;
}
/* Styles for Sub-Menu Items */
ul.nav li ul a, ul.nav li ul a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	font: normal 16px DeliciousRoman, Arial, Helvetica, sans-serif;
	text-transform:none;
	text-shadow: 0px 2px 4px #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #333;
	color: #FFF;
	text-shadow: 0px 4px 4px #000;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */
		
li:hover ul {
	display: block;
} 
.containerBIG {
	background-image: url(../images/clouds.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	overflow: hidden;
	background-attachment: fixed;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
.sidebar {
	float: left;
	width: 324px;
	background: url(../images/NavTag.png) no-repeat center top;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
.logo {
	display: block;
	height: 88px;
	width: 300px;
}
.content {
	padding: 0px;
	width: 680px;
	float: left;
}
.header {
	display: block;
	height: 80px;
	width: 680px;
	text-shadow: 1px 1px 1px #fff;
}
.tag {
	display: block;
	float: left;
	text-align: center;
	width: 450px;
	font-family: DeliciousItalic, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #1e313c;
	margin-top: 5px;
}
.sm-tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
div.login a, div.login a:visited, div.login a:active {
	background: url(../images/red-tag.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font: normal 17px DeliciousBold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
	margin-left: 12px;
	left: 50px;
	height: 62px;
	width: 200px;
	float: right;
	margin-top: 10px;
	text-shadow: 0px 2px 3px #000;
}
div.login a:hover, div.login a:focus {
	text-shadow: 0px 4px 3px #000;
}
.paper-tear {
	background: url(../images/paper-tear.png) no-repeat;
	display: block;
	height: 15px;
}
.paper {
	background-image: url(../images/paper.png);
	background-repeat: repeat;
	padding-top: 10px;
	color: #333;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
div.GiftCert a, div.GiftCert a:visited, div.GiftCert a:active {
	background: url(../images/green-tag.png) no-repeat;
	height: 62px;
	width: 300px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font: normal 17px DeliciousBold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
	margin-left: 12px;
	text-shadow: 0px 2px 3px #000;
}
div.GiftCert a:hover, div.GiftCert a:focus {
	text-shadow: 0px 4px 3px #000;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	padding-top: 13px;
}
.smcopy {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
}
.facebook {
	background-color: #fff;
	background-color: rgba(225, 225, 225, .5);
	width: 275px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-family: DeliciousBold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: normal;
	font-style: normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.facebook a, .facebook a:visited, .facebook a:active {
	text-decoration: none;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 1px 2px #fff;
}
.facebook a:hover, .facebook a:focus {
	color: #FFF;
	text-shadow: 0px 1px 2px #000;
}
.facebook img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	width: 60px;
	position: relative;
	top: -18px;
	left: -12px;
	float: left;
}
.whats-new {
	background-color: #fff;
	background-color: rgba(225, 225, 225, .5);
	width: 275px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	color: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.whats-new h1 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: DeliciousBold, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.event {
	display: block;
	text-align: left;
	font-family: DeliciousRoman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 8px;
	padding-bottom: 5px;
}
.event a, .event a:visited, .event a:active {
	font-family: DeliciousBold, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #069;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight: normal;
}
.event a:hover, .event a:focus {
	text-decoration: underline;
}
.date {
	font-family: DeliciousItalic, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.surcharge {
	background-color: #fff;
	background-color: rgba(225, 225, 225, .5);
	width: 275px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	color: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.surcharge h1 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: DeliciousBold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.price {
	color: #333;
	font-weight: normal;
	font-size: 18px;
}
.trio {
	position:relative;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	margin: 8px 13px 35px;
}
.trio .box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	width: 180px;
	display: block;
	float: left;
	color: #333;
	background: #FFF;
	padding: 6px 10px 10px;
	font: normal 16px/16px DeliciousRoman, Arial, Helvetica, sans-serif;
	margin-top: 13px;
	margin-right: 8px;
	margin-left: 8px;
}
.trio .box h1 {
	font: 25px DeliciousBold, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 8px;
	text-shadow: 0px 2px 3px #ccc;
	padding: 0px;
}
.trio .box a {
	margin-top: 8px;
	display: block;
}
.trio .box img {
	margin-top: 3px;
}
.paper h1 {
	padding-right: 30px;
	padding-left: 30px;
	font-family: DeliciousBold, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #999;
}
.paper h2 {
	padding-right: 35px;
	padding-left: 35px;
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #666;
	font-weight: normal;
}
.paper h3 {
	font-size: 20px;
	padding-bottom: 12px;
	line-height: 22px;
}
.paper p {
	font-size: 16px;
	padding: 5px 40px 10px;
	color: #666;
	line-height: 18px;
}

.group {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #666;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px;
}
.groupF {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-top: 8px;
	margin-bottom: 25px;
	color: #666;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	font-size: 16px;
	line-height: 18px;
	display: block;
}
.groupWhite {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	font-size: 16px;
	line-height: 18px;
	display: block;
}
.groupWhiteIMPORTANT {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	font-size: 16px;
	line-height: 18px;
	display: block;
	border: 2px solid #C00;
}

.photos {
	display: block;
	clear: both;
}
.photos img {
	display: block;
	float: left;
	width: 180px;
	margin: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	height: 150px;
}
.footer {
	font: normal 16px DeliciousRoman, Arial, Helvetica, sans-serif;
	background: #CCC url(../images/footerBG.png);
	color: #666;
	text-align: center;
	display: block;
	padding: 5px;
	height: 85px;
}
.subfooter {
	font: normal 16px DeliciousRoman, Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	padding: 5px;
	height: 68px;
}
.footer h1 {
	padding-top: 25px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer h1 a, .footer h1 a:visited, .footer h1 a:active {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.footer h1 a:hover, .footer h1 a:focus {
	color: #666;
	text-decoration: underline;
}
.footer h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-top: 18px;
	padding-bottom: 3px;
}
.footer img {
	display: inline;
	float: left;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.button a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	text-shadow: 0px 1px 1px #fff;
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #149e1f;
	font-weight: normal;
	text-align: right;
	width: auto;
	margin: 20px;
	float: right;
   }
.button:hover a {
   background: #166223;
   }
.button:active a {
   background: #149e1f;
   }
.buttonNo {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	text-shadow: 0px 1px 1px #fff;
	color: #333;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	display: inline;
	float: right;
	margin: 20px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #CCC;
	font-weight: bold;
   }
.imgRight {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

