* {
	margin: 0;
	padding: 0;
	outline: none;
}

html>body {
	height:100%;
}

body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	color: #FFF;
}
h1 {
	font-size: 18px;
	color: #FFE500;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -77px;
}

/* FLASH */
#flash-content {
	z-index:100;
	position:absolute;
	height:680px;
	width:990px;
	top:50%;
	left:50%;
	margin-left:-495px;
	margin-top:-340px;
}

/* NO FLASH */
#no-flash {
	background-image: url(../images/no-flash-kirby-says.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 165px;
	width: 320px;
	margin-left: -160px;
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: 1200;
}

#no-flash .text {
	color: #FFF000;
	padding-left: 110px;
	padding-top: 60px;
	font-size: 12px;
	line-height: 13px;
}

#no-flash a {
	color: #EB1B23;
	text-decoration: none;
}

#no-flash a:hover {
	color: #EB1B23;
	text-decoration: underline;
}


/* MAILINGLIST FORM */
#frmSignUp input[type=text] {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFF00;
	background-image: none;
	background: none;
	border: none;
	width: 190px !important;
}

#frmSignUp .form-name {
	width: 190px;
	margin-top: 48px;
	margin-left: 94px;
	height: 24px;
}

#frmSignUp .form-email {
	width: 190px;
	margin-left: 94px;
	margin-top: 19px;
	height: 24px;
}

#frmSignUp .form-submit {
	width: 190px;
	margin-left: 94px;
	margin-top: 10px;
	text-align:left;
}

#mailing-list {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-83px;
	margin-left:-153px;
	overflow:hidden;
	height: 165px;
	width: 305px;
	background-color:#7E1319;
	-moz-box-shadow: 0px 0px 4px #9F0606; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #9F0606; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #9F0606; /* Opera 10.5, IE 9.0 */
	display: none;
}

#mailing-list .sign-up {
	position:absolute;
	background-image: url(../images/list3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 165px;
	width: 305px;
	display:block;
}

#mailing-list .thank-you {
	display: none;
	height: 165px;
	width: 305px;
}


/* BLOCK UI */
.blockMsg, 
.blockPage{
	background-color:transparent !important;
	border:none !important;
}

/* MAILING LIST SIGNUP */
#ml-join {
	background-image: url(../images/join-our-mailinglist.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 320px;
	margin-left: -160px;
	position: fixed;
	z-index: 200;
	left: 50%;
	display:none;
	bottom:0;
}

#ml-join:hover {
	background-position: 0px -40px;
	cursor: pointer;
}

#ml-join span {
	display: none;
}


/* NON FLASH */
#non-flash {
	width:320px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 200px;
}
#non-flash .logo {
	margin-bottom: 24px;
}
#non-flash a {
	color:#EB1B23;
	text-decoration: none;
}
#non-flash a:hover {
	color:#FFE500;
	text-decoration: underline;
}

#non-flash h1.story {
	background-image: url(../images/fk-header-ourstory.png);
	height: 30px;
	width: 320px;
}
#non-flash h1 {
	margin-bottom: 8px;
}
#non-flash h1:hover {
	cursor:pointer;
}

#non-flash h1.retailers {
	background-image: url(../images/fk-header-retailers.png);
	height: 30px;
	width: 320px;
}
#non-flash h1.events {
	background-image: url(../images/fk-header-events.png);
	height: 30px;
	width: 320px;
}
#non-flash h1.flavors {
	background-image: url(../images/fk-header-flavors.png);
	height: 30px;
	width: 320px;
}

#non-flash h1 span {
	display: none;
}

#non-flash div.story-copy, 
#non-flash div.retailers-copy, 
#non-flash div.events-copy, 
#non-flash div.flavors-copy {
	margin-bottom:24px;
	padding: 0 6px 0 6px;
	display: none;
}


#non-flash .faqs .question {
	font-size: 14px;
	font-weight: bold;
	color: #FFF000;
}

#non-flash .faqs .answer {
	margin-bottom: 16px;
	font-size: 13px;
}
#non-flash .events-copy .event {
	margin-bottom: 16px;
	font-size: 13px;
}
#non-flash .events-copy .event .date {
	font-size: 14px;
	font-weight: bold;
	color: #FFF000;
}

#non-flash .events-copy .event .business {
	font-size: 14px;
	font-weight: bold;
	color: #258E3A;
}
#non-flash .events-copy .event .description {
	margin-bottom: 6px;
}
#non-flash .events-copy .event .citystate {
	/*margin-bottom: 3px;*/
}


#non-flash .events-copy .event .note {
	font-size: 12px;
	font-style: italic;
	color: #CCC;
	line-height: 12px;
}
#non-flash .flavors-copy .flavor {
	margin-bottom: 16px;
}
#non-flash .retailers-copy .retailer {
	margin-bottom: 16px;
	font-size: 13px;
}
#non-flash .retailers-copy .retailer .business {
	font-size: 14px;
	font-weight:bold;
	color:#258E3A;
}
#non-flash .retailers-copy .region {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF000;
	text-transform:uppercase;
}

#non-flash .footer-copy {
	font-size: 11px;
	padding:24px 6px 0 6px;
	text-align: center;
	clear: both;
}


/* BASE BAR */
#base-bar {
	position: fixed;
	bottom: 0px;
	background-image: url(../images/fk-footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 77px;
	width: 990px;
	z-index: 200;
	left:50%;
	display:none;
	margin-left:-495px;
	overflow: hidden;
}
#base-bar .spacer {
	background-image: url(../images/fk-pepper-spacer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 22px;
	float: left;
	margin-top: 46px;
	margin-left: 3px;
}


#base-bar #store-link {
	float: left;
	height: 33px;
	width: 102px;
	margin-top: 38px;
	margin-left: 58px;
	margin-right: 24px;
}
#base-bar #retailer-link {
	background-image: url(../images/fk-btn-retailer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 22px;
	width: 166px;
	margin-top: 46px;
	margin-left: 24px;
}

#base-bar #mlist-link {
	background-image: url(../images/fk-btn-mlist.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 22px;
	width: 230px;
	margin-top: 46px;
	margin-right: 24px;
}
#base-bar #facebook-link {
	background-image: url(../images/fk-btn-facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 22px;
	width: 22px;
	margin-top: 46px;
	margin-right: 4px;
}
#base-bar #twitter-link {
	background-image: url(../images/fk-btn-twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 22px;
	width: 22px;
	margin-top: 46px;
	margin-right: 24px;
}
#base-bar #mlist-link:hover, 
#base-bar #retailer-link:hover, 
#base-bar #facebook-link:hover, 
#base-bar #twitter-link:hover {
	background-position:0 -22px;
	cursor: pointer;
}

#base-bar #store-link span, 
#base-bar #retailer-link span, 
#base-bar #mlist-link span, 
#base-bar #facebook-link span, 
#base-bar #twitter-link span {
	display: none;
}

#base-bar #contact-info {
	font-size: 10px;
	color:#FFFFFF;
	width:200px;
	position:absolute;
	left:50%;
	margin-left:-100px;
	margin-top:57px;
}
#base-bar #contact-info a {
	color:#FF0;
	text-decoration:underline;
}
#base-bar #contact-info a:hover {
	color:#FF0;
	text-decoration:none;
}



/* RETAILER */
#retailer-inquiry {
	background-image: url(../images/fk-retailers-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 383px;
	width: 640px;
	overflow: hidden;
	position: absolute;
	z-index: 300;
	left: 50%;
	top: 50%;
	margin-top: -192px;
	margin-left: -320px;
	-moz-box-shadow: 0px 0px 8px #9F0606; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #9F0606; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #9F0606; /* Opera 10.5, IE 9.0 */
	display: none;
}
#retailer-inquiry .retailer-thanks {
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#retailer-inquiry a {
	color: #900;
	text-decoration: underline;
}

#retailer-inquiry a:hover {
	color: #C00;
	text-decoration: none;
}



#retailer-inquiry .inquiry {
	padding-top: 104px;
	padding-left: 24px;
	text-align: left;
}
#retailer-inquiry .inquiry .formRow {
	padding-bottom: 3px;
	color: #900;
}


#retailer-inquiry #frmRetailerInquiry label {
	display: block;
	float: left;
	width: 122px;
	color: #000;
	font-size: 12px;
}
#retailer-inquiry #frmRetailerInquiry .padLeft122 {
	padding-left: 122px;
}


#retailer-inquiry #frmRetailerInquiry input[type=text], #retailer-inquiry #frmRetailerInquiry select {
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #EAC694;
	border: 1px solid #555555;
}
#retailer-inquiry .inquiry .close-inquiry {
	background-image: url(../images/fk-btn-close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 26px;
	position: absolute;
	top: 3px;
	right: 3px;
}

#retailer-inquiry .inquiry .close-inquiry:hover {
	cursor:pointer;
	background-position:0 -23px;
}



#push {
	height:77px;
}


.required {
	color:#990000 !important;
	font-weight:bold;
}

.required-field {
	border: 1px solid #900 !important;
	background-color: #E4B778 !important;
}

