/* ========= */
/* ! Incredible Pizza Company   */
/* ! Author: Chad Spencer   */
/* ========= */

/* ========= */
/* ! Reset   */
/* ========= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====================== */
/* ! Global Definitions   */
/* ====================== */

body {
	background: #003f96 url(../images/background_body.gif) repeat-x center top;
}
/*Hidden and Unhidden for FAQs Page*/
.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
}

/* Headings */
h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.2em; color: #0054a3; }
h2 { margin: 0; font-size: 2em; }
h3 { margin: 0 0 1em; font-size: 1.1em; color: #0054a3; }
h4 { margin: 0; font-size: 1em; }
h5 { margin: 0 0 1.5em; font-size: 1em; }
h6 { margin: 0 0 1.8em; font-size: .9em; }

a {
	text-decoration: underline;
	outline: none;
	color: green;
}

a:hover {
	
}

a img {
	border: none;
}

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

* html .wrapper {
	height: 1%;
}

.wrapper {
	display: block;
}

.clear {
	clear: both;
}

.mapheadings{
	font-size: 20px;
	font-weight: bold;
}

/* ====================== */
/* ! Container   */
/* ====================== */

#container {
	background: url(../images/background_container.gif) no-repeat;
	width: 761px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	padding: 235px 0 0 87px;
}

h1 a {
	display: block;
	width: 141px;
	height: 139px;
	background: url(../images/logo.png);
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 61px;
}

a#more-about-ipc {
	display: block;
	width: 263px;
	height: 90px;
	background: url(../images/more_about_ipc.png);
	text-indent: -9999px;
	position: absolute;
	top: 150px;
	left: 3px;
}

ul#top-nav {
	display: block;
	width: 593px;
	height: 119px;
	background: url(../images/speedometers.png);
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	left: 237px;
}

ul#top-nav li,
ul#top-nav li a {
	display: block;
	float: left;
	width: 118px;
	height: 118px;
}

#topNavFlash {
	display: block;
	width: 593px;
	height: 119px;
	/*background: url(../images/speedometers.png);
	text-indent: -9999px;*/
	position: absolute;
	top: 5px;
	left: 237px;
}
#topNavFlash1 {
	display: block;
	width: 620px;
	height: 220px;
	/*background: url(../images/speedometers.png);
	text-indent: -9999px;*/
	position: absolute;
	top: -55px;
	left: 237px;
}

#c2c {
	display: block;
	width: 620px;
	height: 220px;
	/*background: url(../images/speedometers.png);
	text-indent: -9999px;*/
	position: absolute;
	top: -55px;
	left: 237px;
}

/* ====================== */
/* ! Content   */
/* ====================== */

#content {
	width: 672px;
	background: #fff;
}

ul#left-nav {
	display: block;
	width: 137px;
	height: 530px;
	background: url(../images/left_nav_1.png);
	float: left;
	margin: -5px 0 -40px -110px;
	padding: 10px 0 0 0;
	position: relative;
}

ul#left-nav.corporate {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_2.png);
}

ul#left-nav.foundation {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_foundation.png);
}

ul#left-nav.franchise {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_franchise.png);
}

ul#left-nav.groups {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_groups.png);
}

ul#left-nav.extrememakeover {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_extreme.png);
}

ul#left-nav.racing {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_racing.png);
}

ul#left-nav.nso {
	width: 137px;
	height: 420px;
	background: url(../images/left_nav_nso.png);
}

ul#left-nav li,
ul#left-nav li a {
	display: block;
	float: left;
	width: 137px;
	height: 103px;
	text-indent: -9999px;
}

ul#left-nav li.current a,
ul#left-nav li a:hover {
	background: url(../images/left_nav_hover.png) no-repeat left center;
}

ul#right-nav {
	display: block;
	width: 144px;
	height: 475px;
	background: url(../images/right_nav.png);
	float: right;
	margin: -40px -70px -20px 590px;
	padding: 110px 0 0 21px;
	position: absolute;
}

ul#right-nav li,
ul#right-nav li a {
	display: block;
	width: 124px;
	margin: 0 0 3px 0;
	text-indent: -9999px;
}

ul#right-nav li,
ul#right-nav li b {
	display: block;
	width: 124px;
	margin: 0 0 0 0;
	text-indent: -9999px;
}

ul#right-nav li a.locations {
	height: 92px;
	background: url(../images/right_nav_locations.gif);
}

ul#right-nav li a.bookaparty {
	height: 92px;
	background: url(../images/right_nav_bookaparty.gif);
}

ul#right-nav li a.coupons {
	height: 93px;
	background: url(../images/right_nav_coupons.gif);
}

ul#right-nav li a.couponsandsave {
	height: 93px;
	background: url(../images/right_nav_couponsandsave.gif);
}

ul#right-nav li a.emailsignup {
	height: 70px;
	background: url(../images/right_nav_emailsignup.gif);
}

ul#right-nav li a.bookyourparty {
	height: 70px;
	background: url(../images/right_nav_bookyourparty.gif);
}

ul#right-nav li a.coupons2 {
	height: 70px;
	background: url(../images/right_nav_coupons2.gif);
}

ul#right-nav li a.watchourads {
	height: 70px;
	background: url(../images/right_nav_watchourads.png);
}
ul#right-nav li a.giftcard {
	height: 229px;
	width: 280px;
	background: transparent;
	background: url(/images/giftcard2.png);
	/*height: 221px;
	width: 300px;
	background: transparent;
	background: url(/images/Valentine-Gift-Card-Web.png);*/
}


ul#right-nav li a.giftcard1 {
	height: 229px;
	width: 280px;
	background: transparent;
	background: url(/images/giftcard2.png);
}
ul#right-nav li a.giftcardsmall {
	height: 70px;
	background: url(../images/right_nav_giftcard.png);
}

ul#right-nav li a.testimony {
	height: 70px;
	background: url(../images/right_nav_testimonial.png);
}

/* ====================== */
/* ! Copy  */
/* ====================== */

#copy {
	width: 500px;
	margin: 0 0 0 50px;
	padding: 5px 0;
}

#copy h2 {
	margin: 0 0 10px 0;
}

#copy p {
	font: normal 14px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #00479c;
	margin: 0 0 18px 0;

}

#left-column {
	float: left;
	width: 241px;
}

#right-column {
	float: right;
	width: 241px;
}

#intro-flash {
	width: 241px;
	height: 290px;
	background: url(../images/intro_flash.gif);
}

#copy-column {
	padding: 0 10px;
}

#copy-column1 {
	padding: 0 0px;
}


#copy-column p {
	font: normal 14px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #00479c;
}

#req 
{
    background-color : yellow; 
    font-family : verdana; 
    font-size : 8pt; 
    color : #000000;
}
/* ====================== */
/* ! Footer   */
/* ====================== */

#footer {
	width: 672px;
	padding: 20px 0;
}

ul#footer-nav {
	display: block;
	background-repeat:no-repeat;
	width: 450px;
	height: 46px;
	background: url(../images/footer_nav.png);
	padding: 0 0 0 4px;
	margin: 0 auto;
}

ul#footer-nav li,
ul#footer-nav li a {
	display: block;
	float: left;
	width: 70px;
	height: 46px;
	text-indent: -9999px;
}

ul#social-strip {
	width: 289px;
	height: 39px;
	background: url(../images/social_strip.png);
	margin: 10px 130px 0 auto;
	padding: 0 0 0 110px;
	overflow: hidden;
}

ul#social-strip li,
ul#social-strip li a {
	display: block;
	float: left;
	width: 85px;
	height: 39px;
	text-indent: -9999px;
}


/* ====================== */
/* ! Rollover Buttons   */
/* ====================== */
.rollover1 {
	float:left; margin-left:60px; margin-right:10px;
}

.rollover2 {
	float:left;
}

.partiesleftbutton {
	float:left; margin-left: 20px;
}

.partiesrightbutton {
	float:left;
}

.partiesrightlasertagbutton {
	float:left; margin-left: 10px;
}

.partiesbottombutton {
	float:left; margin-left: 120px;
}

.invitationbutton1 {
	float:left; 
}

.invitationbutton2 {
	float:left;
}

.invitationbutton3 {
	float:left;
}

.printableinvite1 {
	float: left;
}

.printableinvite2{
	float: left;
}

.printableinvite3 {
	float: left;
}

.donationapplication {
	float: left;
	margin-left: 75px;
}

.onlinemenu {
	float:left; margin-left:120px;
}

.socialimages {
	float: left; 
	z-index = 0;
}

.background {
	float: left;
	z-index = -1;
}

.bookpartybutton {
	float:left;
	margin-left: 100px;
}

#BookPartyButtons {
	display: block;
	width: 250px;
	height: 140px;
	background: url("../images/book-party-rollover.png") no-repeat 0 0;
}

#BookPartyButtons:hover {
	background-position: 0 -145px
}

#TwitterButtons {
	z-index = 0;
	position: absolute;
	left:325px;
	top:410px;
}
#FacebookButtons {
	z-index = 0;
	position:absolute;
	left:401px;
	top:479px;
}

#MyspaceButtons {
	z-index = 0;
	position:absolute;
	left:560px;
	top:440px;
}

#YoutubeButtons {
	z-index = 0;
	position:absolute;
	left:210px;
	top:470px;
}

#FlickrButtons {
	z-index = 0;
	position:absolute;
	left:150px;
	top:403px;
}

#background {
	z-index = -1;
}

#Facebook {
	display: block;
	width: 130px;
	height: 57px;
	background: url("../images/facebook-rollover.png") no-repeat 0 0;
}

#Facebook:hover {
	background-position: 0 -58px
}

#Flickr {
	display: block;
	width: 150px;
	height: 66px;
	background: url("../images/flickr-rollover.png") no-repeat 0 0;
}

#Flickr:hover {
	background-position: 0 -66px
}
#Myspace {
	display: block;
	width: 100px;
	height: 100px;
	background: url("../images/myspace-rollover.png") no-repeat 0 0;
}

#Myspace:hover {
	background-position: 0 -104px
}

#YouTube {
	display: block;
	width: 120px;
	height: 67px;
	background: url("../images/youtube-rollover.png") no-repeat 0 0;
}

#YouTube:hover {
background-position: 0 -69px
}

#Twitter {
	display: block;
	width: 150px;
	height: 68px;
	background: url("../images/twitter-rollover.png") no-repeat 0 0;
}

#Twitter:hover {
	background-position: 0 -68px
}

#GamesButtons {
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/gamesbuttons.jpg") no-repeat 0 0;
}

#GamesButtons:hover { 
  background-position: 0 -210px;
}

#GamesButtons span
{
  display: none;
}

#AttractionsButtons {
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/attractionsbuttons.jpg") no-repeat 0 0;
}
#AttractionsButtons:hover { 
  background-position: 0 -210px;
}

#AttractionsButtons span
{
  display: none;
}

#AttractionsButtons-VIC {
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/attractionsbuttons-VIC.jpg") no-repeat 0 0;
}

#AttractionsButtons-VIC:hover { 
  background-position: 0 -210px;
}

#DavAttractionsButtons {
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/dav-attractionsbuttons.jpg") no-repeat 0 0;
}

#DavAttractionsButtons:hover { 
  background-position: 0 -210px;
}


#GoodTimesButtons {
 display: block;
  width: 210px;
  height: 265px;
  background: url("../images/goodtimesbuttons.jpg") no-repeat 0 0;
}

#GoodTimesButtons:hover { 
  background-position: 0 -290px;
}

#GoodTimesButtons span
{
  display: none;
}

#IncrediblyFunButtons {
  display: block;
   width: 210px;
  height: 265px;
  background: url("../images/incrediblyfunbuttons.jpg") no-repeat 0 0;
}

#IncrediblyFunButtons:hover { 
  background-position: 0 -275px;
}

#IncrediblyFunButtons span
{
  display: none;
}
#WackyButtons {
  display: block;
   width: 210px;
  height: 265px;
  background: url("../images/wackybuttons.jpg") no-repeat 0 0;
}

#WackyButtons:hover { 
  background-position: 0 -275px;
}

#WackyButtons span
{
  display: none;
}
#ThemedButtons {
  display: block;
   width: 210px;
  height: 265px;
  background: url("../images/themedbuttons.jpg") no-repeat 0 0;
}

#ThemedButtons:hover { 
  background-position: 0 -275px;
}

#ThemedButtons span
{
  display: none;
}

#VictoriaBottomButtons {
 display: block;
  width: 210px;
  height: 265px;
  background: url("../images/themedbuttons.jpg") no-repeat 0 0;
}

#VictoriaBottomButtons:hover { 
  background-position: 0 -275px;
}

#VictoriaBottomButtons span
{
  display: none;
} 

#IncrediblyCrazyButtons {
 display: block;
  width: 210px;
  height: 265px;
  background: url("../images/incrediblycrazybuttons.jpg") no-repeat 0 0;
}

#IncrediblyCrazyButtons:hover { 
  background-position: 0 -275px;
}

#IncrediblyCrazyButtons span
{
  display: none;
 
} 

#CoolCatButtons {
  display: block;
   width: 210px;
  height: 265px;
  background: url("../images/coolcatbuttons.jpg") no-repeat 0 0;
}

#CoolCatButtons:hover { 
  background-position: 0 -290px;
}

#CoolCatButtons span
{
  display: none;
}
#WildRideButtons {
  display: block;
   width: 210px;
  height: 265px;
  background: url("../images/wildridebuttons.jpg") no-repeat 0 0;
}

#WildRideButtons:hover { 
  background-position: 0 -290px;
}

#WildRideButtons span
{
  display: none;
}

#BigKidzButtons {
 display: block;
  width: 210px;
  height: 265px;
  border-style: none;
  background: url("../images/bigkidzbuttons.jpg") no-repeat 0 0;
}

#BigKidzButtons:hover { 
  background-position: 0 -290px;
}

#BigKidzButtons span
{
  display: none;
}

#TinyTotsButtons {
 display: block;
  width: 210px;
  height: 265px;
   border-style: none;
  background: url("../images/tinytotsbuttons.jpg") no-repeat 0 0;
}

#TinyTotsButtons:hover { 
  background-position: 0 -290px;
}

#TinyTotsButtons span
{
  display: none;
}

#LaserTagPartyButtons {
 display: block;
  width: 200px;
  height: 250px;
  background: url("../images/lasertagpartybuttons.jpg") no-repeat 0 0;
}

#LaserTagPartyButtons:hover { 
  background-position: 0 -260px;
}

#LaserTagPartyButtons span
{
  display: none;
 
} 

#FreePrintableButtons {
  display: block;
  width: 160px;
  height: 100px;
  background: url("../images/freeprintablebuttons.jpg") no-repeat 0 0;
}

#FreePrintableButtons:hover { 
  background-position: 0 -110px;
}

#FreePrintableButtons span
{
  display: none;
}
#FreeEmailButtons {
  display: block;
  width: 160px;
  height: 100px;
  background: url("../images/freeemailbuttons.jpg") no-repeat 0 0;
}

#FreeEmailButtons:hover { 
  background-position: 0 -110px;
}

#FreeEmailButtons span
{
  display: none;
}
#PartySurveyButtons {
  display: block;
   width: 160px;
  height: 100px;
  background: url("../images/partysurveybuttons.jpg") no-repeat 0 0;
}

#PartySurveyButtons:hover { 
  background-position: 0 -110px;
}

#PartySurveyButtons span
{
  display: none;
}

#GirlInviteButtons {
  display: block;
   width: 160px;
  height: 209px;
  background: url("../images/girlinvitebuttons.jpg") no-repeat 0 0;
}

#GirlInviteButtons:hover { 
  background-position: 0 -219px;
}

#GirlInviteButtons span
{
  display: none;
}

#BoyInviteButtons {
  display: block;
   width: 160px;
  height: 209px;
  background: url("../images/boyinvitebuttons.jpg") no-repeat 0 0;
}

#BoyInviteButtons:hover { 
  background-position: 0 -219px;
}

#BoyInviteButtons span
{
  display: none;
}

#ThankYouButtons {
  display: block;
   width: 160px;
  height: 209px;
  background: url("../images/thankyoubuttons.jpg") no-repeat 0 0;
}

#ThankYouButtons:hover { 
  background-position: 0 -219px;
}

#ThankYouButtons span
{
  display: none;
}

#DonationApplicationButtons {
  display: block;
   width: 337px;
  height: 178px;
  background: url("../images/donationapplicationbuttons.jpg") no-repeat 0 0;
}

#DonationApplicationButtons:hover { 
  background-position: 0 -188px;
}

#DonationApplicationButtons span
{
  display: none;
}


#OnlineMenuButtons {
  display: block;
  width: 239px;
  height: 110px;
  background: url("../images/onlinemenubuttons.jpg") no-repeat 0 0;
}

#OnlineMenuButtons:hover { 
  background-position: 0 -120px;
}

#OnlineMenuButtons span
{
  display: none;
}

ul#reg {
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:15px;
	color: #00479c;
}

ul {
	font: normal 14px/24px Verdana, Arial, Helvetica, sans-serif;
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:15px;
	color: #00479c;
}

#copy-column h4 {
	margin-bottom:15px;
}
/*Racing Buttons*/
#tylerButt {
  display: block;
   width: 250px;
  height: 300px;
  background: url("../images/TylerButton.png") no-repeat 0 0;
}

#tylerButt:hover { 
  background-position: 0 -315px;
}

#tylerButt span
{
  display: none;
}

#aaronButt {
  display: block;
   width: 250px;
  height: 300px;
  background: url("../images/aaronb.png") no-repeat 0 0;
}

#aaronButt:hover { 
  background-position: 0 -315px;
}

#aaronButt span
{
  display: none;
}

#scottButt {
  display: block;
   width: 250px;
  height: 300px;
  background: url("../images/scotty.png") no-repeat 0 0;
}

#scottButt:hover { 
  background-position: 0 -315px;
}

#scottButt span
{
  display: none;
}
#bestozark {

	width: 150px;
	height: 114px;
	background: url(/images/bestozark.png);
	text-indent: -9999px;
	position: absolute;
	top: 110px;
	left: 550px;
}

#pconnect {

	width: 110px;
	height: 110px;
	background: url(/images/pconnect.png);
	text-indent: -9999px;
	position: absolute;
	top: 110px;
	left: 550px;

}
#bdaydeposit_close
{
padding-top: 0px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
position: absolute; left: 380px; top: 0px; width: 20px; height: 20px; 
background-image: url(/close.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; cursor: pointer; z-index: 10004; display: block; visibility: 
visible; background-position: initial initial;
}
#EventButton {
  display: block;
   width: 140px;
  height: 80px;
  background: url("../images/eventbutton.png") no-repeat 0 0;
}

#EventButton:hover { 
  background-position: 0 -81px;
}
#RoomsButton {
  display: block;
   width: 140px;
  height: 80px;
  background: url("../images/roomsbutton.png") no-repeat 0 0;
}

#RoomsButton:hover { 
  background-position: 0 -81px;
}
.gsurveyA{
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #00479c;
}
.gsurveyQ{
font-family: Verdana;
font-weight: bold;
font-size: 14px;
color: #00479c;
}