body 
{
    font-family:Helvetica;
    background-color:#F8F6F4;
    margin: 0 0 0 0;
}

img
{
  border: none;
}

a:active
{
  outline: none;
}

a:focus
{
  -moz-outline-style: none;
}

#map
{
  margin: 0 auto 0 auto;
  width: 1024px;
  height: 635px;
}

#imap
{
    display:block;
    width:1024px;
    height:685px;
    background:url(/images/map_background.png) no-repeat;
    position:relative;
    margin-top: -50px;
}

/* --------- MAP STUFF ------------------------------------------------------------- */

/* the hack for IE pre IE6 */
* html #imap a#us {
  height:400px;
  he\ight:0;
  }

#imap a#us 
{
    display:block;
    width:0px;
    height:0px;
    padding-top:0px;
    overflow:hidden;
    background:transparent url(/images/map_background.png) 1024 769 no-repeat)
    position:absolute;
    left:0;
    top:0;
}

#imap a#us:hover 
{
    background-position:0 0;
    z-index:10;
}

#imap dd 
{
    position:absolute;
    padding:0;
    margin:0;
    border: none;
}

#imap a
{
    display:block;
    text-decoration:none;
    z-index:20;
    border: none;
}

/*
* Each state has it's own dd item 
* - the background of each state is empty, and on :hover, we insert the background
* - first CSS set for each state sets the z-index and the absolute positioning of each state
* - handy way to see where the state's square dd is to put a border around it, and this will help you line up the hover image with the map underneath
* - the second CSS set for each state sets the background image to load on hover, and sets any offset for the background within the dd square
* - the offset is necessary if the png's have any negative space around the state borders (which all of mine do)
* - fast way to figure out the offset is to open the image up and measure the white space to the left of the image, and on top of the image
* - the third CSS set is the width and height of the dd item - fast way to figure out the width/height is to open the image up and measure it
*/

/*ALABAMA*/
#imap #imgal 
{
    left:645px;
    top:452px;
    z-index:20;
}
#imap a#al:hover 
{
    background:url(/images/states/al.png) -54px -60px no-repeat;
}
#imap a#al
{
    width:65px;
    height:102px;
}
/*ALASKA*/
#imap #imgak 
{
    left:236px;
    top:550px;
    z-index:20;
}
#imap a#ak:hover 
{
    background:url(/images/states/ak.png) 1px -55px no-repeat;
}
#imap a#ak
{
    width:170px;
    height:132px;
}
/*ARIZONA*/
#imap #imgaz 
{
    left:197px;
    top:392px;
    z-index:20;
}
#imap a#az:hover 
{
    background:url(/images/states/az.png) -7px -53px no-repeat;
}
#imap a#az
{
    width:113px;
    height:130px;
}
/*ARKANSAS*/
#imap #imgar 
{
    left:540px;
    top:429px;
    z-index:20;
}
#imap a#ar:hover 
{
    background:url(/images/states/ar.png) -19px -83px no-repeat;
}
#imap a#ar
{
    width:84px;
    height:76px;
}
/*CALIFORNIA*/
#imap #imgca 
{
    left:86px;
    top:257px;
    z-index:20;
}
#imap a#ca:hover 
{
    background:url(/images/states/ca.png) 0px 0px no-repeat;
}
#imap a#ca
{
    width:132px;
    height:222px;
}
/*COLORADO*/
#imap #imgco 
{
    left:309px;
    top:325px;
    z-index:20;
}
#imap a#co:hover 
{
    background:url(/images/states/co.png) -6px -58px no-repeat;
}
#imap a#co
{
    width:119px;
    height:94px;
}
/*CONNECTICUT*/
#imap #imgct 
{
    left:851px;
    top:272px;
    z-index:22;
}
#imap a#ct:hover 
{
    background:url(/images/states/ct.png) -15px -143px no-repeat;
}
#imap a#ct
{
    width:29px;
    height:29px;
}
/*DC*/
/*
#imap #imgdc 
{
    left:520px;
    top:188px;
    z-index:22;
}
#imap a#dc:hover 
{
    background:url(/images/states/dc.png) -520px -188px no-repeat;
}
#imap a#dc
{
    width:100px;
    height:22px;
}
*/
/*DELAWARE*/
#imap #imgde 
{
    left:828px;
    top:329px;
    z-index:22;
}
#imap a#de:hover 
{
    background:url(/images/states/de.png) 0px -115px no-repeat;
}
#imap a#de
{
    width:18px;
    height:29px;
}
/*FLORIDA*/
#imap #imgfl 
{
    left:663px;
    top:529px;
    z-index:20;
}
#imap a#fl:hover 
{
    background:url(/images/states/fl.png) 0px 0px no-repeat;
}
#imap a#fl
{
    width:150px;
    height:113px;
}
/*GEORGIA*/
#imap #imgga 
{
    left:688px;
    top:447px;
    z-index:20;
}
#imap a#ga:hover 
{
    background:url(/images/states/ga.png) -27px -59px no-repeat;
}
#imap a#ga
{
    width:90px;
    height:92px;
}
/*HAWAII*/
#imap #imghi 
{
    left:80px;
    top:504px;
    z-index:20;
}
#imap a#hi:hover 
{
    background:url(/images/states/hi.png) 0px 0px no-repeat;
}
#imap a#hi
{
    width:157px;
    height:96px;
}
/*IDAHO*/
#imap #imgid 
{
    left:204px;
    top:145px;
    z-index:20;
}
#imap a#id:hover 
{
    background:url(/images/states/id.png) -18px -20px no-repeat;
}
#imap a#id
{
    width:98px;
    height:158px;
}
/*ILLINOIS*/
#imap #imgil 
{
    left:586px;
    top:304px;
    z-index:21;
}
#imap a#il:hover 
{
    background:url(/images/states/il.png) -23px -50px no-repeat;
}
#imap a#il
{
    width:66px;
    height:115px;
}
/*INDIANA*/
#imap #imgin 
{
    left:643px;
    top:314px;
    z-index:20;
}
#imap a#in:hover 
{
    background:url(/images/states/in.png) -42px -59px no-repeat;
}
#imap a#in
{
    width:52px;
    height:89px;
}
/*IOWA*/
#imap #imgia 
{
    left:507px;
    top:287px;
    z-index:20;
}
#imap a#ia:hover 
{
    background:url(/images/states/ia.png) -12px -73px no-repeat;
}
#imap a#ia
{
    width:99px;
    height:66px;
}
/*KANSAS*/
#imap #imgks 
{
    left:421px;
    top:356px;
    z-index:20;
}
#imap a#ks:hover 
{
    background:url(/images/states/ks.png) -3px -65px no-repeat;
}
#imap a#ks
{
    width:121px;
    height:66px;
}
/*KENTUCKY*/
#imap #imgky 
{
    left:623px;
    top:369px;
    z-index:20;
}
#imap a#ky:hover 
{
    background:url(/images/states/ky.png) -6px -72px no-repeat;
}
#imap a#ky
{
    width:119px;
    height:63px;
}
/*LOUISIANA*/
#imap #imgla 
{
    left:549px;
    top:501px;
    z-index:20;
}
#imap a#la:hover 
{
    background:url(/images/states/la.png) -20px -84px no-repeat;
}
#imap a#la
{
    width:95px;
    height:84px;
}
/*MAINE*/
#imap #imgme 
{
    left:869px;
    top:155px;
    z-index:21;
}
#imap a#me:hover 
{
    background:url(/images/states/me.png) -43px -83px no-repeat;
}
#imap a#me
{
    width:61px;
    height:95px;
}
/*MARYLAND*/
#imap #imgmd 
{
    left:772px;
    top:331px;
    z-index:21;
}
#imap a#md:hover 
{
    background:url(/images/states/md.png) -29px -101px no-repeat;
}
#imap a#md
{
    width:74px;
    height:38px;
}
/*MASSACHUSSETTS*/
#imap #imgma 
{
    left:849px;
    top:251px;
    z-index:22;
}
#imap a#ma:hover 
{
    background:url(/images/states/ma.png) -52px -59px no-repeat;
}
#imap a#ma
{
    width:57px;
    height:30px;
}
/*MICHIGAN*/
#imap #imgmi 
{
    left:596px;
    top:202px;
    z-index:20;
}
#imap a#mi:hover 
{
    background:url(/images/states/mi.png) -4px -67px no-repeat;
}
#imap a#mi
{
    width:125px;
    height:117px;
}
/*MINNESOTA*/
#imap #imgmn 
{
    left:499px;
    top:169px;
    z-index:20;
}
#imap a#mn:hover 
{
    background:url(/images/states/mn.png) -11px -47px no-repeat;
}
#imap a#mn
{
    width:108px;
    height:120px;
}
/*MISSISSIPPI*/
#imap #imgms 
{
    left:592px;
    top:456px;
    z-index:21;
}
#imap a#ms:hover 
{
    background:url(/images/states/ms.png) -18px -64px no-repeat;
}
#imap a#ms
{
    width:60px;
    height:102px;
}
/*MISSOURI*/
#imap #imgmo 
{
    left:521px;
    top:346px;
    z-index:20;
}
#imap a#mo:hover 
{
    background:url(/images/states/mo.png) -8px -55px no-repeat;
}
#imap a#mo
{
    width:111px;
    height:95px;
}
/*MONTANA*/
#imap #imgmt 
{
    left:243px;
    top:149px;
    z-index:21;
}
#imap a#mt:hover 
{
    background:url(/images/states/mt.png) -28px -5px no-repeat;
}
#imap a#mt
{
    width:166px;
    height:107px;
}
/*NEBRASKA*/
#imap #imgne 
{
    left:395px;
    top:293px;
    z-index:20;
}
#imap a#ne:hover 
{
    background:url(/images/states/ne.png) 0px -63px no-repeat;
}
#imap a#ne
{
    width:133px;
    height:69px;
}
/*NEVADA*/
#imap #imgnv 
{
    left:145px;
    top:272px;
    z-index:21;
}
#imap a#nv:hover 
{
    background:url(/images/states/nv.png) -7px -43px no-repeat;
}
#imap a#nv
{
    width:106px;
    height:160px;
}
/*NEW HAMPSHIRE*/
#imap #imgnh 
{
    left:859px;
    top:206px;
    z-index:21;
}
#imap a#nh:hover 
{
    background:url(/images/states/nh.png) -66px -74px no-repeat;
}
#imap a#nh
{
    width:30px;
    height:57px;
}
/*NEW JERSEY*/
#imap #imgnj 
{
    left:831px;
    top:296px;
    z-index:21;
}
#imap a#nj:hover 
{
    background:url(/images/states/nj.png) -23px -97px no-repeat;
}
#imap a#nj
{
    width:24px;
    height:53px;
}
/*NEW MEXICO*/
#imap #imgnm 
{
    left:291px;
    top:406px;
    z-index:21;
}
#imap a#nm:hover 
{
    background:url(/images/states/nm.png) -6px -58px no-repeat;
}
#imap a#nm
{
    width:115px;
    height:119px;
}
/*NEW YORK*/
#imap #imgny 
{
    left:758px;
    top:217px;
    z-index:20;
}
#imap a#ny:hover 
{
    background:url(/images/states/ny.png) -3px -64px no-repeat;
}
#imap a#ny
{
    width:124px;
    height:91px;
}
/*NORTH CAROLINA*/
#imap #imgnc 
{
    left:709px;
    top:393px;
    z-index:20;
}
#imap a#nc:hover 
{
    background:url(/images/states/nc.png) 0px -80px no-repeat;
}
#imap a#nc
{
    width:142px;
    height:66px;
}
/*NORTH DAKOTA*/
#imap #imgnd 
{
    left:403px;
    top:171px;
    z-index:20;
}
#imap a#nd:hover 
{
    background:url(/images/states/nd.png) -9px -63px no-repeat;
}
#imap a#nd
{
    width:109px;
    height:70px;
}
/*OHIO*/
#imap #imgoh 
{
    left:684px;
    top:298px;
    z-index:20;
}
#imap a#oh:hover 
{
    background:url(/images/states/oh.png) -27px -76px no-repeat;
}
#imap a#oh
{
    width:70px;
    height:79px;
}
/*OKLAHOMA*/
#imap #imgok 
{
    left:403px;
    top:417px;
    z-index:21;
}
#imap a#ok:hover 
{
    background:url(/images/states/ok.png) -20px -28px no-repeat;
}
#imap a#ok
{
    width:142px;
    height:76px;
}
/*OREGON*/
#imap #imgor 
{
    left:99px;
    top:174px;
    z-index:20;
}
#imap a#or:hover 
{
    background:url(/images/states/or.png) 0px -53px no-repeat;
}
#imap a#or
{
    width:131px;
    height:111px;
}
/*PENNSYLVANIA*/
#imap #imgpa 
{
    left:748px;
    top:284px;
    z-index:20;
}

#imap a#pa:hover 
{
    background:url(/images/states/pa.png) -16px -115px no-repeat;
}
#imap a#pa
{
    width:96px;
    height:64px;
}
/*RHODE ISLAND*/
#imap #imgri 
{
    left:876px;
    top:270px;
    z-index:20;
}
#imap a#ri:hover 
{
    background:url(/images/states/ri.png) -17px -100px no-repeat;
}
#imap a#ri
{
    width:11px;
    height:19px;
}
/*SOUTH CAROLINA*/
#imap #imgsc 
{
    left:725px;
    top:439px;
    z-index:20;
}
#imap a#sc:hover 
{
    background:url(/images/states/sc.png) -26px -93px no-repeat;
}
#imap a#sc
{
    width:86px;
    height:65px;
}
/*SOUTH DAKOTA*/
#imap #imgsd 
{
    left:397px;
    top:232px;
    z-index:20;
}
#imap a#sd:hover 
{
    background:url(/images/states/sd.png) -9px -70px no-repeat;
}
#imap a#sd
{
    width:115px;
    height:77px;
}
/*TENNESSEE*/
#imap #imgtn 
{
    left:612px;
    top:411px;
    z-index:20;
}
#imap a#tn:hover 
{
    background:url(/images/states/tn.png) 0px -82px no-repeat;
}
#imap a#tn
{
    width:139px;
    height:51px;
}
/*TEXAS*/
#imap #imgtx 
{
    left:334px;
    top:427px;
    z-index:20;
}
#imap a#tx:hover 
{
    background:url(/images/states/tx.png) 0px -5px no-repeat;
}
#imap a#tx
{
    width:229px;
    height:222px;
}
/*UTAH*/
#imap #imgut 
{
    left:228px;
    top:292px;
    z-index:20;
}
#imap a#ut:hover 
{
    background:url(/images/states/ut.png) -19px -50px no-repeat;
}
#imap a#ut
{
    width:94px;
    height:116px;
}
/*VERMONT*/
#imap #imgvt 
{
    left:842px;
    top:211px;
    z-index:20;
}
#imap a#vt:hover 
{
    background:url(/images/states/vt.png) -47px -78px no-repeat;
}
#imap a#vt
{
    width:27px;
    height:54px;
}
/*VIRGINIA*/
#imap #imgva 
{
    left:715px;
    top:344px;
    z-index:21;
}
#imap a#va:hover 
{
    background:url(/images/states/va.png) 0px -65px no-repeat;
}
#imap a#va
{
    width:128px;
    height:74px;
}
/*WASHINGTON*/
#imap #imgwa 
{
    left:129px;
    top:126px;
    z-index:20;
}
#imap a#wa:hover 
{
    background:url(/images/states/wa.png) -8px -72px no-repeat;
}
#imap a#wa
{
    width:110px;
    height:81px;
}
/*WEST VIRGINIA*/
#imap #imgwv 
{
    left:728px;
    top:325px;
    z-index:22;
}
#imap a#wv:hover 
{
    background:url(/images/states/wv.png) -23px -81px no-repeat;
}
#imap a#wv
{
    width:76px;
    height:76px;
}
/*WISCONSIN*/
#imap #imgwi 
{
    left:561px;
    top:216px;
    z-index:20;
}
#imap a#wi:hover 
{
    background:url(/images/states/wi.png) -21px -65px no-repeat;
}
#imap a#wi
{
    width:87px;
    height:92px;
}
/*WYOMING*/
#imap #imgwy 
{
    left:289px;
    top:239px;
    z-index:20;
}
#imap a#wy:hover 
{
    background:url(/images/states/wy.png) -4px -58px no-repeat;
}
#imap a#wy
{
    width:116px;
    height:96px;
}




#imap a span, #imap a:visited span 
{
    display:none;
}

/* ----------  END MAP STUFF ----------------------------------------------------- */


/* ----------  STATE TITLES ------------------------------------------------------ */

#map #states li 
{
    padding:0;
    margin:0;
    position: relative;
    width: 400px;
    height: 150px;
    left: 200px;
}

#map #states a
{
    display:block;
    text-decoration:none;
    z-index:10;
    border: none;
}


#map ul#states
{
  list-style: none;
  height: 0;
  position: relative;
  top: -745px;
}

/* ALABAMA TITLE*/
#map #states li#title_al
{
  background: url(/images/states/al_title.png) no-repeat;
}

/* ALASKA TITLE*/
#map #states li#title_ak
{
  background: url(/images/states/ak_title.png) no-repeat;
}

/* ARIZONA TITLE*/
#map #states li#title_az
{
  background: url(/images/states/az_title.png) no-repeat;
}

/* ARKANSAS TITLE*/
#map #states li#title_ar
{
  background: url(/images/states/ar_title.png) no-repeat;
}

/* CALIFORNIA TITLE*/
#map #states li#title_ca
{
  background: url(/images/states/ca_title.png) no-repeat;
}

/* COLORADO TITLE*/
#map #states li#title_co
{
  background: url(/images/states/co_title.png) no-repeat;
}

/* CONNECTICUT TITLE*/
#map #states li#title_ct
{
  background: url(/images/states/ct_title.png) no-repeat;
}

/* DC TITLE*/
#map #states li#title_dc
{
  background: url(/images/states/dc_title.png) no-repeat;
}

/* DELAWARE TITLE*/
#map #states li#title_de
{
  background: url(/images/states/de_title.png) no-repeat;
}

/* FLORIDA TITLE*/
#map #states li#title_fl
{
  background: url(/images/states/fl_title.png) no-repeat;
}

/* GEORGIA TITLE*/
#map #states li#title_ga
{
  background: url(/images/states/ga_title.png) no-repeat;
}

/* HAWAII TITLE*/
#map #states li#title_hi
{
  background: url(/images/states/hi_title.png) no-repeat;
}

/* IDAHO TITLE*/
#map #states li#title_id
{
  background: url(/images/states/id_title.png) no-repeat;
}

/* ILLINOIS TITLE*/
#map #states li#title_il
{
  background: url(/images/states/il_title.png) no-repeat;
}

/* INDIANA TITLE*/
#map #states li#title_in
{
  background: url(/images/states/in_title.png) no-repeat;
}

/* IOWA TITLE*/
#map #states li#title_ia
{
  background: url(/images/states/ia_title.png) no-repeat;
}

/* KANSAS TITLE*/
#map #states li#title_ks
{
  background: url(/images/states/ks_title.png) no-repeat;
}

/* KENTUCKY TITLE*/
#map #states li#title_ky
{
  background: url(/images/states/ky_title.png) no-repeat;
}

/* LOUISIANA TITLE*/
#map #states li#title_la
{
  background: url(/images/states/la_title.png) no-repeat;
}

/* MAINE TITLE*/
#map #states li#title_me
{
  background: url(/images/states/me_title.png) no-repeat;
}

/* MARYLAND TITLE*/
#map #states li#title_md
{
  background: url(/images/states/md_title.png) no-repeat;
}

/* MASSACHUSETTS TITLE*/
#map #states li#title_ma
{
  background: url(/images/states/ma_title.png) no-repeat;
}

/* MICHIGAN TITLE*/
#map #states li#title_mi
{
  background: url(/images/states/mi_title.png) no-repeat;
}

/* MINNESOTA TITLE*/
#map #states li#title_mn
{
  background: url(/images/states/mn_title.png) no-repeat;
}

/* MISSISSIPPI TITLE*/
#map #states li#title_ms
{
  background: url(/images/states/ms_title.png) no-repeat;
}

/* MISSOURI TITLE*/
#map #states li#title_mo
{
  background: url(/images/states/mo_title.png) no-repeat;
}

/* MONTANA TITLE*/
#map #states li#title_mt
{
  background: url(/images/states/mt_title.png) no-repeat;
}

/* NEBRASKA TITLE*/
#map #states li#title_ne
{
  background: url(/images/states/ne_title.png) no-repeat;
}

/* NEVADA TITLE*/
#map #states li#title_nv
{
  background: url(/images/states/nv_title.png) no-repeat;
}

/* NEW HAMPSHIRE TITLE*/
#map #states li#title_nh
{
  background: url(/images/states/nh_title.png) no-repeat;
}

/* NEW JERSEY TITLE*/
#map #states li#title_nj
{
  background: url(/images/states/nj_title.png) no-repeat;
}

/* NEW MEXICO TITLE*/
#map #states li#title_nm
{
  background: url(/images/states/nm_title.png) no-repeat;
}

/* NEW YORK TITLE*/
#map #states li#title_ny
{
  background: url(/images/states/ny_title.png) no-repeat;
}

/* NORTH CAROLINA TITLE*/
#map #states li#title_nc
{
  background: url(/images/states/nc_title.png) no-repeat;
}

/* NORTH DAKOTA TITLE*/
#map #states li#title_nd
{
  background: url(/images/states/nd_title.png) no-repeat;
}

/* OHIO TITLE*/
#map #states li#title_oh
{
  background: url(/images/states/oh_title.png) no-repeat;
}

/* OKLAHOMA TITLE*/
#map #states li#title_ok
{
  background: url(/images/states/ok_title.png) no-repeat;
}

/* OREGON TITLE*/
#map #states li#title_or
{
  background: url(/images/states/or_title.png) no-repeat;
}

/* PENNSYLVANIA TITLE*/
#map #states li#title_pa
{
  background: url(/images/states/pa_title.png) no-repeat;
}

/* RHODE ISLAND TITLE*/
#map #states li#title_ri
{
  background: url(/images/states/ri_title.png) no-repeat;
}

/* SOUTH CAROLINA TITLE*/
#map #states li#title_sc
{
  background: url(/images/states/sc_title.png) no-repeat;
}

/* SOUTH DAKOTA TITLE*/
#map #states li#title_sd
{
  background: url(/images/states/sd_title.png) no-repeat;
}

/* TENNESSEE TITLE*/
#map #states li#title_tn
{
  background: url(/images/states/tn_title.png) no-repeat;
}

/* TEXAS TITLE*/
#map #states li#title_tx
{
  background: url(/images/states/tx_title.png) no-repeat;
}

/* UTAH TITLE*/
#map #states li#title_ut
{
  background: url(/images/states/ut_title.png) no-repeat;
}

/* VIRGINIA TITLE*/
#map #states li#title_va
{
  background: url(/images/states/va_title.png) no-repeat;
}

/* VERMONT TITLE*/
#map #states li#title_vt
{
  background: url(/images/states/vt_title.png) no-repeat;
}

/* WASHINGTON TITLE*/
#map #states li#title_wa
{
  background: url(/images/states/wa_title.png) no-repeat;
}

/* WISCONSIN TITLE*/
#map #states li#title_wi
{
  background: url(/images/states/wi_title.png) no-repeat;
}

/* WEST VIRGINIA TITLE*/
#map #states li#title_wv
{
  background: url(/images/states/wv_title.png) no-repeat;
}

/* WYOMING TITLE*/
#map #states li#title_wy
{
  background: url(/images/states/wy_title.png) no-repeat top left;  
}



#map #states li span
{
  display: none;
}


/* ----------  END STATE TITLES -------------------------------------------------- */

/* ----------  MENU STUFF -------------------------------------------------------- */

#menu_container
{
  display: block;
  width: 950px;
  height: 81px;
  padding-left: 50px;
  position: relative;
  z-index: 25;
  top: -40px;
}

#menu_container #call_us
{
  width: 151px;
  height: 81px;
  float: left;
  background: url(/images/phone1.png) no-repeat top left;
}

#menu_container #call_us span
{
  display: none;
}

ul#menu
{
  border-top: solid 1px #534224;
  margin: 35px 10px 0 10px;
  float: left;
  display: block;
  list-style: none;
  padding-top: 10px;
}

ul#menu li
{
  display: block;
  float: left;
  margin-right: 25px;
}

ul#menu li a
{
  text-decoration: none;
  color: #534224;
  font-weight: bold;
}

ul#menu li a:hover
{
  text-decoration: none;
  color: #ED8945;
}

#logos
{
  float: left;
}

#logos #smilebooth
{
  width: 60px;
  height: 72px;
  background: url(/images/logo_menu.png) no-repeat top left;
}

#logos #blackpulp
{
  display: block;
  width: 60px;
  height: 20px;
  background: url(/images/blackpulp.png) no-repeat top left;
  margin-top: 10px;
}

#logos span
{
  display: none;
}

#blog_coming_soon_container
{
  color:#F8F6F4;
  height:0px;
  font-size:12px;
  width: 0px;
}

#blog_coming_soon
{
  position:relative;
  top:-18px;
  left:-18px;
  width: 100px;
  height: 0px;
}

#blog_link
{
  text-align: center;
}

#contact_link
{
  margin-left: -45px;
}

/* ----------  END MENU STUFF ---------------------------------------------------- */


/* ----------  HOTSPOT STUFF ----------------------------------------------------- */

#world
{
  position: relative;
  top: -355px;
  left: 820px;
  width: 0;
  height: 0;
}

#world #world_top
{
  display: block;
  background: url(/images/world.png) no-repeat top left;
  width: 156px;
  height: 151px;
  position: relative;
  z-index: 30;
}

#world #world_top span
{
  display: none;
}

#world #world_bottom
{
  background: url(/images/world_bolts.png) no-repeat top left;
  width: 277px;
  height: 221px;
  position: relative;
  top: -186px;
  left: -66px;
  z-index: 29;
  display: none;
}

#hotspots
{
  position: relative;
  width: 0;
  height: 0;
  top: -800px;
}

#hotspot1
{
  display: block;
  position: relative;
  z-index: 15;
  width: 156px;
  height: 170px;
  top: 50px;
}

#hotspot1 .hotspot_image
{
  display: block;
  width: 156px;
  height: 170px;
  background: url(/images/hotspot1.png) no-repeat top left;
  display: none;
}

#hotspot2
{
  display: block;
  position: relative;
  z-index: 15;
  width: 152px;
  height: 72px;
  top: 425px;
  left: 570px;
}

#hotspot2 .hotspot_image
{
  display: block;
  width: 152px;
  height: 72px;
  background: url(/images/hotspot2.png) no-repeat top left;
  display: none;
}

#hotspot3
{
  display: block;
  position: relative;
  z-index: 15;
  width: 157px;
  height: 77px;
  top: -180px;
  left: 830px;
}

#hotspot3 .hotspot_image
{
  display: block;
  width: 157px;
  height: 77px;
  background: url(/images/hotspot3.png) no-repeat top left;
  display: none;
}

#hotspot4
{
  display: block;
  position: relative;
  z-index: 15;
  width: 47px;
  height: 111px;
  top: 112px;
  left: 60px;
}

#hotspot4 .hotspot_image
{
  display: block;
  width: 47px;
  height: 111px;
  background: url(/images/hotspot4.png) no-repeat top left;
  display: none;
}

#hotspot5
{
  display: block;
  position: relative;
  z-index: 15;
  width: 115px;
  height: 43px;
  top: -43px;
  left: 840px;
}

#hotspot5 .hotspot_image
{
  display: block;
  width: 115px;
  height: 43px;
  background: url(/images/hotspot5.png) no-repeat top left;
  display: none;
}
#canada
{
  display: block;
  position: relative;
  z-index: 15;
  width: 184px;
  height: 73px;
  top: -330px;
  left: 830px;
}

#canada .hotspot_image
{
  display: block;
  width: 184px;
  height: 73px;
  background: url(/images/canada.png) no-repeat top left;
}
#canada .hotspot_image:hover
{
  background: url(/images/canada_over.png) no-repeat top left;
}


/* ----------  END HOTSPOT STUFF ------------------------------------------------- */

/* ----------  MODAL STUFF ------------------------------------------------------- */
#loading_container
{
  display: block;
  position: relative;
  top: -500px;
  left: 370px;
  height: 0;
  width: 0;
  z-index: 10000;
}

#loading_container #loading
{
  padding: 25px 60px;
  margin: 0 auto 0 auto;
  background: #EAB89C;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  width: 150px;
}

#loading_container #loading img
{
  display: block;
  margin: 0 auto 0 auto;
}

#loading_container #loading h4
{
  color: #534244;
  font-weight: bold;
  font-size: 10px;
  width: 100%;
  text-align: center;
}

#sb_modal_container
{
  height: 0px;
  position: relative;
  top: -730px;
  left: 75px;
  z-index: 999;
}

#what_is_smilebooth
{
  background: url(/images/whatis_modal_bg.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#what_is_smilebooth > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}

#aboutus
{
  background: url(/images/aboutus_modal_bg.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#aboutus > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}


#thegallery
{
  background: url(/images/gallery_modal_bg.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#thegallery > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}

#contact_us
{
  background: url(/images/contact_modal_bg.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#contact_us > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}

#sbnetwork
{
  background: url(/images/franchise_modal_bg.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#sbnetwork > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}

#events
{
  background: url(/images/event_list_bg_2.png) no-repeat top center;
  width: 883px;
  height: 612px;
}

#events > .sb_contents
{
  width: 883px;
  height: 562px;
  padding: 15px 0;
}


.sb_modal .sb_contents a.close_button
{
  display: block;
  width: 72px;
  height: 17px;
  background: url(/images/close_modal.png) no-repeat top left;
  margin: 0 0 0 15px;
}

.sb_modal .sb_contents a.close_button:hover
{
  background-position: bottom left;
}

.sb_modal .sb_contents a.close_button span
{
  display: none;
}

/* ----------  END MODAL STUFF --------------------------------------------------- */
.clear
{
  clear: both;
  display: block;
}


/* ----------  INDIVIDUAL PAGE STYLES -------------------------------------------- */

/* WHAT IS SMILEBOOTH */
#what_is_smilebooth #page_content
{
  height: 532px;
  color: #534224;
  font-size: 14px;
}

#what_is_smilebooth #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#what_is_smilebooth #page_title #title
{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

#what_is_smilebooth #page_title #title .tab_spacer
{
  margin: 0 10px 0 10px;
}

#what_is_smilebooth #page_title #title a
{
  text-decoration: none;
  color: #534224;
}

#what_is_smilebooth #page_content #first_content, #second_content, #third_content, #fourth_content
{
  padding: 15px 30px 0 30px;
}

#what_is_smilebooth #page_content p
{
  letter-spacing: .2em;
  line-height: 20px;
}

#what_is_smilebooth #page_content strong
{
  letter-spacing: normal;
  font-weight: bolder;
  font-size: .95em;
}

#what_is_smilebooth #page_content #first_content div#whatis_text
{
  width: 540px;
  display: block;
  float: left;
}

#what_is_smilebooth #page_content #first_content img#booth_drawing
{
  width: 225px;
  height: 482px;
  border: none;
  float: left;
  clear: none;
  display: block;
  margin: 10px 0 0 30px;
}

#what_is_smilebooth #page_content #second_content img#custom_backdrops
{
  width: 581px;
  height: 387px;
  display: block;
  float: left;
  margin-top: 10px;
}

/*
#what_is_smilebooth #page_content #second_content p
{
  display: block;
  float: left;
  clear: none;
  margin-left: 25px;
  width: 210px;
}
*/

/* ABOUT US */
#aboutus #page_content
{
  height: 532px;
  color: #534224;
  font-size: 14px;
}

#aboutus #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#aboutus #page_title #title
{
  font-weight: bold;
  font-size: 18px;
}

#aboutus #page_title #title
{
  padding-left: 140px;
}

#aboutus #page_content #left
{
  float: left;
  margin-left: 30px;
  width: 466px;
  margin-top: 15px;
  line-height: 24px;
  height: 430px;
  overflow-y: auto;
}

#aboutus #page_content #right
{
  float: left;
  margin-left: 30px;
  width: 340px;
  position: relative;
  top: -50px;
  z-index: 1200;
}


/* GALLERY */
#thegallery #page_content
{
  height: 532px;
  color: #534224;
  font-size: 14px;
}

#thegallery #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#thegallery #page_title #title
{
  font-weight: bold;
  font-size: 18px;
}

#thegallery #page_title #title
{
  width: 100%;
  text-align: center;
}

#thegallery #page_content #previous
{
  float: left;
  display: block;
  background: url(/images/left_arrow.png) no-repeat top left;
  width: 100px;
  height: 130px;
  margin: 150px 21px 0 21px;
}

#thegallery #page_content #previous:hover
{
  background: url(/images/left_arrow.png) no-repeat bottom left;
}

#thegallery #page_content #previous span
{
  display: none;
}

#thegallery #page_content #gallery_image
{
  float: left;
  clear: none;
  height: 400px;
  width: 600px;
  margin-top: 37px;
}

#thegallery #page_content #gallery_image img
{
  height: 400px;
  width: 600px;
  border: none;
}

#thegallery #page_content #next
{
  float: left;
  clear: none;
  display: block;
  background: url(/images/right_arrow.png) no-repeat top left;
  width: 100px;
  height: 130px;
  margin: 150px 21px 0 20px;
}

#thegallery #page_content #next:hover
{
  background: url(/images/right_arrow.png) no-repeat bottom left;
} 

#thegallery #page_content #next span
{
  display: none;
}




/* CONTACT FORM */

/* <------------------------------------ perhaps on all other than what is? */
#contact_contents #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#contact_contents #page_title #title
{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

#contact_contents #page_title #title
{
  width: 100%;
  text-align: center;
}

#contact_form_container
{
  padding: 30px;
}

form .field
{
  background: url(/images/form_bg.png) repeat;
  padding: 5px;
  clear: both;
  height: 20px;
  margin-bottom: 4px;
}

#contact_form_container .textarea_row
{
  height: 90px;
}

form label
{
  color: #534224;
  display: block;
  float: left;
  font-size: 11px;
  vertical-align: middle;
  margin: 4px 5px 0 5px;
}

form fieldset
{
  display: block;
  float: left;
  border: none;
  width: 70%;
  margin: -4px 0 0 0;
  padding: 3px;
}
/*-----------------------------------------------*/
#contact_form_container form#contact_form
{
  padding: 0;
  margin: 0;
}

#contact_form_container label.error
{
  margin: -4px 0 0 0;
  color: #F18846;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}

#contact_form_container #firstname_col
{
  width: 407px;
  margin-right: 8px;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_first_name
{
  width: 300px;
}

#contact_form_container #lastname_col
{
  width: 407px;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_last_name
{
  width: 310px;
}

#contact_form_container select#contact_state
{
  width: 135px;
}

/*-----------------------------------------------*/
#contact_form_container fieldset#referrer
{
  width: 68%;
}

#contact_form_container .textarea_row
{
  height: 90px;
}

#contact_form_container input#contact_event_type
{
  width: 665px;
}

#contact_form_container input#contact_event_date
{
  width: 700px;
}

#contact_form_container input#contact_event_location
{
  width: 670px;
}

.submit_row
{
  width: 130px;
  margin: 10px auto 0 auto;
}

input#submit_form
{
  width: 130px;
  height: 44px;
}

#contact_form_container fieldset#comments
{
  width: 80%;
}

form input
{
  background: none;
  border: none;
  font-weight: bold;
  width: 100%;
  color: #534224;
  font-size: 13px;
}

form textarea
{
  background: none;
  border: none;
  font-weight: bold;
  width: 100%;
  height: 90px;
  color: #534224;
  font-size: 13px;
}

#contact_form_container input#contact_name
{
  width: 755px;
}

#contact_form_container #email_col
{
  width: 70%;
  margin-right: 1%;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_email
{
  width: 510px;
}

#contact_form_container #phone_col
{
  width: 29%;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_phone
{
  width: 165px;
}

#contact_form_container input#contact_address
{
  width: 740px;
}

#contact_form_container #city_col
{
  width: 40%;
  margin-right: 1%;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_city
{
  width: 269px;
}

#contact_form_container #state_col
{
  width: 25%;
  margin-right: 1%;
  float: left;
  height: 34px;
}

#contact_form_container #zip_col
{
  width: 33%;
  float: left;
  height: 34px;
}

#contact_form_container input#contact_zip
{
  width: 220px;
}

/* SMILEBOOTH WORLD */
#sbnetwork #page_content
{
  height: 532px;
  color: #534224;
  font-size: 14px;
}

#sbnetwork #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#sbnetwork #page_title #title
{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

#sbnetwork #page_content #contact_form_container fieldset#photography_background
{
  width: 525px;
}

#sbnetwork #page_content #contact_form_container .textarea_row
{
  height: 130px;
}

#sbnetwork #page_content #contact_form_container textarea
{
  height: 130px;
  width: 660px;
}

#page_content input#contact_business_name
{
  width: 700px;
}

#page_content input#contact_website
{
  width: 740px;
}


/* EVENT LIST */
#events #page_content
{
  height: 532px;
  color: #534224;
  font-size: 14px;
}

#events #page_title
{
  background: #9A9E4A;
  color: #534224;
  width: 881px;
  height: 30px;
  clear: both;
  position: relative;
  top: 15px;
  left: 1px;
  padding-top: 10px;
}

#events #page_title #title
{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

#events #page_title #title
{
  width: 100%;
  text-align: center;
}

#events #page_title #title .tab_spacer
{
  margin: 0 10px 0 10px;
}

#events #page_title #title a
{
  text-decoration: none;
}

#events #list_content
{
  margin: 30px;
  height: 400px;
  overflow-y: auto;
}

#list_content .item
{
  display: block;
  float: left;
  width: 372px;
  background: none;
  padding: 7px 0;
}

#list_content .item a.itemlink
{
  display: block;
  width: 342px;
  height: 94px;
  background: none;
  text-decoration: none;
  color: #534244;
  padding: 0 15px;
}

#list_content .item a.itemlink:hover
{
  background: url(/images/form_bg.png) repeat;
}

#list_content .odd
{
  border-right: solid 1px #534244;
}

#list_content .item img
{
  width: 94px;
  height: 94px;
  border: none;
  display: block;
  float: left;
}

#list_content .item h3.event_desc
{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .1em;
  display: block;
  float: left;
  margin: 20px 0 5px 10px;
  width: 218px;
}

#list_content .item h4.event_date
{
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .1em;
  display: block;
  float: left;
  margin: 0 0 5px 10px;
  width: 218px;
}

#list_content .item h4.event_location
{
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .1em;
  display: block;
  float: left;
  margin: 0 0 5px 10px;
  width: 218px;
}

#events #page_content #contact_form_container fieldset#referrer
{
  width: 68%;
}

#events #page_content #contact_form_container .textarea_row
{
  height: 90px;
}