@charset "utf-8";

/*
 * Reset Stylesheet
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/************ 
	(c) Teabagstudios.com 2009
*/


/*********
 * Site Grid
 */

	body {
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color:#322725;
		background:#000;
	}
	
	#container {
		position:relative;
		width:100%;
		background:url('../images/background-image.jpg') no-repeat center 200px;
		min-height:1000px;
		overflow:hidden;
		min-width: 900px;
	}
	
	body#splash #container {
		background:url(../images/splash_background.jpg) repeat-x center -10px;
	}
	
	#container-inner {
		width:960px;
		margin:0px auto;
	}	
	
	#header {
		height:200px;
		z-index: 100;
		position: relative;
	}
	
	#header #title {
		width:960px;
		margin:0px auto;
	}
	
	#header .tel {
		text-indent: -999em;
		width:283px;
		height:25px;
		background: url(../images/bg_telephone.png) no-repeat;
		float: right;
		margin-top: 30px;
	}
	
	#nav-overlay {
		height:270px;
		width:1092px;
		background:url('../images/header-overlay.png') no-repeat top center;
		position:absolute;
		left:50%;
		top:108px;
		margin-left:-546px;
		z-index:100;
	}
	
	#page {
		clear:both;
		position:relative;
		margin:0px 15px;
	}
	
	#dark-page {
		background: url(../images/bg_dark.jpg) no-repeat center top;
		height: 500px;
		padding:20px 50px;
		width:802px;
		margin: 0px auto;
		position: relative;
		height:821px;
	}
	
	.banner-area {
		position:relative;
		padding:30px 10px 10px 50px;
		margin:27px 0px 30px 0px;
		height:300px;
		width:895px;
		font-weight:bold;
	}
	
	.half-col {
		width:40%;
		float:left;
		padding:10px;
		margin-right:10px;
	}
		
	#footer {
		clear:both;
	}
	
/*********
 * Core Blocks
 */

	p, 
	li,
	blockquote {
		font-size:1.1em;		
	}
	
	blockquote {
		line-height:1.6em;	
	}
	
	p {
		margin:10px 0px;
		line-height:1.8em;
	}

	
	ul.list {
		margin:5px 5px 5px 25px;
		line-height:2.5em;
	}
	
	ul.list li {
		list-style-type:disc;
		color:#23912D;		
	}

	ul.list li span {
		color:#fff;
	}

	.clear { clear:both; }
	
	.fltRight { float:right; }
	
	.fltLeft { float:left;}
	
/*********
 * Typography & Links
 */

	h1 {
		width:236px;
		height:125px;
		float:left;
		text-indent:-999em;
		background:url(../images/logo-high.png) no-repeat;
		
	}
	
	h1 a {
		display:block;
		height:100%;
		width:100%;
		text-indent:-9999px;
		overflow:hidden;
		background:url('../images/logo.png');
	}
	
	h2 {
		font-size:29px;
		line-height:1em;
		margin:5px 0px 10px 0px;
		font-weight:bold;
		color:#1F1716;
	}
	
	#header h2 {
		float:right;
		margin-top:50px;
		font-size:17px;
		color:#fff;
		width:170px;
		text-align:right;
	}
	
	h3 {
		color:#1F1716;
		font-size:18px;
		font-weight:bold;
	}
	
	
	a {
		color:#E23892;
	}
	
	
	.tag-line {
		font-size:18px;
	}
	
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

/****  Navigation ***/

	#navigation {
		height:80px;
		padding:20px 0 0 173px;

	}
	
	#navigation li { float:left; }
	
	#navigation li a {
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:16px;
		height:40px;
		margin:0 2px 0 0;
		padding-top:35px;
		position:relative;
		text-align:center;
		overflow: hidden;
	}
	
		
	#navigation li a span {
		display: block;
		background: url(../images/bg_menu-text.png);
		background-position: left bottom;
		text-indent: -999em;
		height: 20px;
		margin: 0px auto;
		background-repeat:no-repeat;
	}
	
	
	#navigation li a:hover {
		background:transparent url(../images/hover-menu-bg.png) repeat-x center bottom;
	}
		
	#navigation li a#m-home { width:107px }
	#navigation li a#m-home span { width: 50px; }	
	
	#navigation li a#m-menu { width:114px; top:-7px; height:47px }
	#navigation li a#m-menu span { width: 60px; background-position: -104px bottom; }
	
	#navigation li a#m-packages { width:146px;  top:-12px; height:50px; }
	#navigation li a#m-packages span { width: 90px; background-position: -227px bottom; }
	
	#navigation li a#m-delivery { width:140px; top:-12px; height:50px; }
	#navigation li a#m-delivery span { width: 76px; background-position: -375px bottom; }
	
	#navigation li a#m-gallery { width:115px; top:-7px; height:47px }
	#navigation li a#m-gallery span { width: 60px; background-position: -513px bottom; }
	
	#navigation li a#m-events { width:128px; }
	#navigation li a#m-events span { width: 75px; background-position: -630px bottom; }
	
/*********
 * Shared Styles
 */


/** Decorative **/

	.overlay-special {
		position:absolute;
		top:14px;
		left:4px;
		background:url('../images/overlay-special.png') no-repeat;
		width:100px;
		height:80px;
		text-indent:-999em;
		z-index:1000;
	}
	
	#sky-wrapper {
		position: absolute;
		z-index: 0;
		background:#000 url('../images/background-sky.jpg') no-repeat top center;
		height: 200px;
		text-align:center;
		width:100%;
	}
	
	#sky-wrapper #sky {
		left:50%;
		margin-left:-715px;
		position:absolute;
		visibility:visible;
	}

/*** Widgets **/
	
	/** Packages **/
	
	.package {
		float:left;
		position:relative;
		width:237px;
	}
	
	.package .frame {
		height:140px;
		padding-left:45px;
		padding-top:50px;
		width:192px;
		position:relative;
		z-index:100;
		background:url(../images/bg-frame.png) no-repeat top center;
	}
	
	.package .frame.frame2 {
			background:url(../images/bg-frame-2.png) no-repeat top center;
	}
	
	.frame  dt, .frame dd {
		padding-left:10px;
	}
	
	.frame dt {
		font-size:12px;
		font-weight:bold;
		padding:5px 10px;
	}
	
	.frame dd {
		font-size:12px;
		font-weight:bold;
	}
	
	.frame .icon {
		bottom:43px;
		position:absolute;
		right:40px;
	}	
	
	.package ul.details {
		position:relative;
		z-index:0;
		margin:0px auto;
		background:url(../images/bg-billboard.jpg) no-repeat center top;
		font-size:11px;
		padding-top:10px;
		height:216px;		
		width:223px;
		top:-15px;
	}
	
	.package ul.details li {
		padding:3px 20px;
	}
	
	.package ul.details strong {
		font-size:16px;	
		padding:5px 0px;
		display:block;
	}
			
	/** Buttons **/
	
	#btn-view-menu,
	#btn-all-packages {
		display:block;
		text-indent:-999em;
		overflow:hidden;		
	}
	
	#btn-view-menu {
		height:56px;
		width:240px;
		background:url(../images/btn-view-menu.png) top center;
		float:left;
	}
	
	#btn-view-menu:hover {
		background-position:bottom;
	}
	
	#btn-all-packages {
		height:65px;
		width:268px;
		float:right;
		background:url(../images/btn-all-packages.png);
		margin-top:-78px;
		position:relative;
	}
	
	#btn-all-packages:hover {
		background-position:bottom;
	}
	
	/* read more button */
	
	a.btn {
		display:block;
		width:123px;
		height:29px;
		background:url(../images/bg_button.jpg) no-repeat top left;
		font-weight:bold;
		color:#fff;
		text-align:center;
		text-decoration:none;
		line-height:24px;
	}
	
	a.btn:hover {
		background-position:bottom center;
	}	
	
	/** Expandable Area **/

	
	.expand-start {
		width:940px;
		margin:50px auto 0px auto;
		background:url(../images/bg-content-top.png) no-repeat;
		height:120px;
		position:relative;
		top:-20px;
	}	
	
	.expandable-area {
		width:940px;
		margin:0px auto;
		background:url(../images/bg-content-middle.png) repeat-y;
	}
	
	.expand-end {
		background:url(../images/bg-content-footer.png) no-repeat;
		height:140px;
		width:940px;
		margin:0px auto;
		position:relative;
		bottom:-40px;
		clear:both;
	}
	
	.content-wrap {
		padding:0px 50px;
	}
	
	/* expandable headers */
	#page-about h2,
	#page-faq h2,
	#product-menu h2 {
		padding:50px 0px 0px 50px;
		height:45px
	}
		

/********
 * Forms Style And Structure
 */

	form fieldset {
		border:1px solid #0D3624;
		margin:10px 0px;
		padding:10px 0px;
	}
	
	form legend {
		color:#24942D;
		border-bottom:1px dashed white;
		font-weight:bold;
		font-size:1.1em;
		padding:5px;
		margin:5px 0px;
	}
	
	form label {
		display:block;
		font-size:1.1em;
		color:#fff;
		padding:5px 0px;
	}
	
	form .txt {
		border:2px solid #071D14;
		padding:5px;
		display:block;
		width:330px;
	}
	
	form #anti-spam.txt {
		width:100px;
		font-size:1.2em;
		font-weight:bold;
		letter-spacing:0.8em;
		text-align:center;
	}
	
	form select.txt {
		width:343px;
	}
	
	form input.txt:focus {
		border:2px solid #49B451;
	}

	form #submit {
		border:1px solid #071D14;
		padding:5px;
		text-align:center;
		color:#24942D;
		font-weight:bold;
		margin-left:10px;
		-moz-border-radius:4px;
		cursor:pointer;
	}
	
	span.LV_invalid {
		display:block;
		padding:2px 0px;
		color:red;
	}
	
	.LV_invalid_field {
		border:1px solid red !important;
	}
	
/*********
 * Page Styles
 */


/** Home Page **/

	#home-banner {
		background:url('../images/bg-home-banner.png') no-repeat;
		margin-bottom: 0px;
	}
	
	#home-packages h2 {
		padding-left:50px;
	}	
	
	#home-packages {
		float:left;
	}
	
	#home-packages {
		margin:0px 0px 0px -10px;
		width: 960px;
	}
	
	p.call {
		position:absolute;
		text-indent:-999em;
		background:url('../images/phone-number.png');
		width:376px;
		height:109px;
		right:67px;
		top:31px;
	}
	
	p.pdf-link {
		padding-top:10px;
	}


/*** Delivery Page ***/

	#delivery-banner {
		background:url('../images/bg-delivery-banner.png');
		height:450px;
		margin:27px 0 30px -30px;
		width:911px;		
		padding-left:65px;
	}
	
	#delivery-banner p,
	#delivery-banner ul li,
	#delivery-banner h3 {
		color:#fff;
	}
	
	#delivery-banner ul li {
		font-size:12px;
		padding:10px 0px 20px 0px;
	}	
	
	#locations {
		width:570px;
		height:330px;
		background:url('../images/bg-locations.png') no-repeat;
		overflow: hidden;
		text-indent:-999em;
		position:absolute;
		top:65px;
		right:70px;
	}

/* @group menu items */

	#product-menu {
		margin-top:50px;
	}
	
	#menu-list {
		width:206px;
		float:left;
		margin:0px 0px 0px 30px;
	}
	
	
	#package-col,
	#menu-col {
		width:670px;
		float:right;
		margin:0px 20px 0px 0px;
		position:relative;
		top:-75px;
	}

	#menu-list ul {
		background:url(../images/bg_product-menu.jpg) no-repeat top center;
		padding:30px 10px 10px 10px;
		margin:0px 0px 10px 0px;
		height:450px;
		color:#E23892;
		line-height:20px;
		font-size:12px;
		font-weight:bold;
	}
	
	#menu-list ul a {
		padding-left:40px;
	}
	
	#menu-list a.on {
		color:#fff;
		text-decoration:none;
		background:url(../images/bg_menu-on.png) no-repeat 20px center;
	}
	
	#menu-list ul li.seperate {
		padding-top:30px;
	}

	#package-col h3,
	#menu-col h3 {
		font-size:35px;
		width:669px;
		margin:10px 0 -11px;
	}
	
	#menu-col dl {
		float:left;
		margin:25px 25px 25px 25px;
		width:280px;
		line-height:25px;
		height:180px;
		font-weight:bold;
	}
	
	#menu-col dl.menu-sub {
		width: 336px;
		height: 222px;
		margin: 25px -1px 0px -1px;
	}

	#menu-col dl.menu-sub dt {
		font-size:12px;
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 30px;
		line-height:1em;
	}	

	#menu-col dl dt {	
		font-size:12px;
	}
			
	#menu-col dl dd {	
		font-size:14px;
		padding:10px 0px
	}
	
	#menu-col dl dt.item {
		padding-top:20px;
	}
	
	#menu-col dl dt.img {
		float:left;
		margin:0px 45px 40px 0px;
		padding:0px;
		text-align:center;
	}
	
	
	#menu-col dl.menu-sub dt,
	#menu-col dl.menu-sub dd {
		padding:5px 0px 5px 30px;	
	}
	
	#menu-col dl.menu-sub dd {
		font-size:12px;
		padding:0px 0px 0px 30px;
		line-height:22px;
	}
		
	#menu-col dl#sexy-stuff.menu-sub {
		background: url('../images/bg_menu-sub-sexy.jpg') no-repeat;
	}
	
	#menu-col dl#novelty-stuff.menu-sub {
		background: url('../images/bg_menu-sub-novelty.jpg') no-repeat;			
	}
	
	#menu-col dl#extra-stuff.menu-sub {
		background: url('../images/bg_menu-sub-extra.jpg') no-repeat;			
	}		
	
	#menu-col dl#alcohol.menu-sub {
		background: url('../images/bg_menu-sub-alcohol.jpg') no-repeat;
	}
	
	#menu-col dl.menu-sub dd a.btn {
		margin-top:10px;
	}
	
/* @end */

/* @group Packages Items */

	#package-col .package {
		margin: 25px 40px 0px 40px;
	}
	
	.package-full {
	 	font-size:1.3em;
	 	margin: 30px;
	}
	
	.package-full li {
		list-style-type:square;
		padding: 3px 0px;
	}
	
	.package-full li.price {
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 15px;
		list-style-type: none;
	}
	
	#package-col p.call-action {
		color: #E23892;
		margin: 10px;
		font-size: 2em;
		font-weight: bold;
	}
	
/* @end */



/*** Homepage **/

	#dark-page h3#hd_party-people {
		background: url(../images/hd_bring-the-party.png);
		height: 112px;
		width: 472px;
		text-indent: -999em;
		
	}
	
	#dark-page h3 {
		width: 470px;
		color: #fff;
		font-size: 1.7em;
		margin: 5px 0px 10px 0px;
	}
	
	#dark-page .left h4{
		color: #E23892;
		font-size: 1.6em;
		margin: 30px 0px;
		font-weight: bold;
	}
	
	#dark-page .left {
		width: 320px;
		color: #fff;
	}
	
	#dark-page .left.large {
		width: 450px
	}
	
	#picture-frame {
		width: 363px;
		height: 263px;
		background: url(../images/large-photo.png);
		text-indent: -999em;
		position: absolute;
		top: 50px;
		right: 0px;
	}
	
	
	#home-shelf {
		width: 538px;
		height: 235px;
		background: url(../images/home-shelf.png);
		position: absolute;
		right: 0px;
		top: 285px;
	}
	
	#home-shelf .facebook a {
		display: block;
		left:35px;
		position:absolute;
		top:25px;
		width:160px;
		padding: 10px 0px 0px 120px;
	}
	
	.facebook a span {
		display:block;
		height:95px;
		position:absolute;
		right:-132px;
		text-indent:-999em;
		top:0;
		width:100px;
	}
	
	#home-shelf .facebook a:hover {
		color: #fff;
	}
	
	#menu-splash {
		position:absolute;
		right:100px;
		top:480px;
		width:330px;
	}
	
	#product-menu #menu-splash {
		position: relative;
		clear:both;
		top: 0px;
		right: 0px;
		padding: 50px 0px;
		margin: 0px auto;	
	}
	
	#menu-splash h3{
		background: url(../images/hd_view-menu.png) no-repeat;
		height: 53px;
		width: 309px;
		text-indent: -999em;
		margin-bottom: 10px;
	}
	
	#menu-splash a#menu-link {
		background: url(../images/bg_bible.jpg) no-repeat center center;
		width: 262px;
		height: 179px;
		display: block;
		text-indent: -999em;
		overflow: hidden;
		margin: 0px auto;
		border: 5px solid #4B4D50;
	}
	
	#menu-splash a#menu-link:hover {
		border: 5px solid #E23892;
	}
	
	#menu-splash .button {
		display: block;
		background: url(../images/btn-download-menu.png) no-repeat top center;
		text-indent: -999em;
		width:232px;
		height: 47px;
		margin: 0px auto;
	}
	
	#menu-splash .button:hover {
		background-position: bottom center;
	}
	
	
	.association-links li {
		float: left;
		margin-right: 20px;
	}
	
	.association-links {
	margin-top: -20px;
		position: absolute;
	}
	
	.association-links .habit {
		margin-top: 20px;
	}
/*** Events Page **/
	
		
	#event-shelf {
		width: 396px;
		height: 114px;
		background: url(../images/event-shelf.png);
		position: absolute;
		right: 0px;
		top: 330px;
	}

	#event-shelf .facebook {
		left:40px;
		position:absolute;
		top:10px;
		width:130px;
	}

	.event {
		margin: 15px 0px;
		line-height: 1.8em;
		font-size: 1em;
		clear: both;
	}
	
	.event .date {
		float: left;
		margin: 10px 20px 150px 0px;
		font-size: 2.3em;
	}

	.event dt.date span {
		display: block;
		font-size: 0.8em;
		color: #fff;
		margin-top: 3px;
	}
	
	.event dt.title {
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	
	.event dt strong {
		color:#E23892;
		display: block;
		font-size: 1.2em;
		margin-bottom: 3px;
	}
	.event dd {
		display: none;
	}
/*** Contact Page ***/

	#contact-banner {
		background:url('../images/bg-contact-banner.png') no-repeat;
	}
	
/** Faq **/

	#faq-questions, 
	#faq-answer {
		margin:10px;
		line-height:25px;
		font-size:12px;
	}


	#faq-questions li {
		list-style-type:decimal;
		font-size:15px;
		font-weight:bold;
	}
	
	#faq-answer dt {
		font-weight:bold;
	}
	
/* @group About */

	#save-number {
		background:transparent url(../images/bg_save-it.png) no-repeat scroll 0 0;
		height:290px;
		margin:0 0 10px 10px;
		position:absolute;
		right:-23px;
		text-indent:-9999em;
		top:0;
		width:475px;
	}
	
/* @group footer */
	
	#footer {
		color:#fff;
		margin-top:25px;
		padding:0 30px;
	}
	
	#footer-call {
		font-size:14px;
		font-weight:bold;
	}
	
	#cards-accepted {
		text-indent:-999em;
		background:url('../images/cards-accepted.png') no-repeat;
		width:188px;
		height:21px;
		display:block;
		float:right;
		margin-left:10px;
	}

/* @end */

/* @group Splash page */
	
	#splash #container {
		min-height: 899px;
	} 
	
	.splash-page {
		background:url(../images/splash-graphic.jpg) no-repeat top center;
		height:500px;
		position:relative;
	}
	
	#splash h1 {
		text-indent:-999em;
		overflow:hidden;
		position:relative;
		top:435px;
		width:952px;
		padding:0px 0px 60px 0px;;
		margin:0px auto;	
		background:url(../images/splash-footer.png) no-repeat center bottom;	
	}
	
	.splash-page ul {
		bottom:-15px;
		left:50%;
		margin-left:-260px;
		position:absolute;
		width:520px;
	}
	
	.splash-page ul li a {
		display:block;
		float:left;
		margin:10px;
		background:url(../images/bg_plain-button.png);
		font-size:17px;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		height:46px;
		padding-top:10px;
		width:240px;
	}
	
	#decorative-girl {
		background-image: url('../images/splash-girl.png');
		bottom:-400px;
		height:601px;
		left:-80px;
		position:absolute;
		width:326px;
	}
/* @end */

 