/*MAINS*/

* {
margin: 0;
padding: 0;	
}

html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
  color: #5b3110;
	
}

a {
color: #6c3d02;
text-decoration:none;
outline:none;
border:none;
border-style:none;
}

img {
outline:none;
border:none;
border-style:none;
}

#mainmenu a:hover {
font-weight:bold;
}

ul {
list-style-type: none;
}

/*GENERAL*/

.clear {
clear: both;
}

#container {
width:989px;
margin: 35px auto;
}

#sidebar, #content {
float:left;
}

#sidebar {
margin-right:20px;
}

#content {
clear: both;
margin: 20px 0px 40px 0px;
width: 100%;
}


#banner {
position:relative;
height:44px;
margin-bottom:17px;
}

#banner img {
position:absolute;
}

#footer {
clear: both;
background: transparent url(images/footer-border.png) repeat-x scroll 0 0;
padding-top: 10px;
}
#footer .nav li {
  margin-top: 6px;
}
#footer .nav li, #footer .nav li a {
  font-size: 10px;
  line-height: 10px;
}
#footer .nav li span.sep {
  display: block;
  float: left;
  line-height: 0;
  background: transparent url(images/footer-sep.png) no-repeat scroll -5px 0px;
  width: 19px;
  height: 10px;
}
#footer .nav.contact {
float: right;
}
#footer .nav.contact li {
margin-top: 0px;
}
#footer .contact span, #footer .contact a {
display: block;
height: 18px;
background: transparent url(images/footer-social.png) no-repeat scroll 0 0;
line-height: 0;
font-size: 0;
text-indent: -4000px;
}
#footer .contact .phone { width: 97px; margin-right: 12px; }
#footer .contact .email { width: 30px; margin-right: 8px; background-position: -109px 0px; }
#footer .contact .facebook { width: 18px; margin-right: 8px; background-position: -147px 0px; }
#footer .contact .twitter { width: 18px; margin-right: 0; background-position: -173px 0px; }

/*Main Menu*/

#sidebar {
padding:0 0px 0 0;
background: transparent url('images/dots.png') no-repeat 0px 0;
}

.nav li, .nav li a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #6c3d02;
  text-transform: uppercase;
  text-align: center;
  display: block;
  float: left;
}
.nav li a:hover, .nav li a.active {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#mainmenu {
  position: relative;
  top: -12px;
}
#mainmenu .nav li a {
font-size:14px;
line-height: 100%;
}

#mainmenu ul.nav {
float: right;
margin: 0;
}

ul.nav li {
float: left;
}
#mainmenu ul li {
margin-left: 20px;
}

#divider {
position:relative;
left:-1px;
top:-3px;
height:14px;
margin-bottom:8px;
}

#submenu {
margin:0 0 0px 10px;
}

/*STORY*/

#storyText {
float:left;
margin:11px 16px 0 0;

}

#storyImage {
float:left;
margin:11px;
}
#story {
  padding-top: 4px;
  margin-left: -20px;
}
#story a {
  display: block;
  width: 238px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  background: transparent url(splash/images/story.png) no-repeat scroll 0 0;
}
#story a:hover {
  background-position: 0px -30px;
}
#order-page .note {
  font-style: italic;
  font-size: 9px;
  color: #6C3D02;
  position: relative;
  top: -2px;
}
#order-page dd .note {
  text-transform: none;
  font-weight: normal;
  line-height: 9px;
}
#order-page a.lightbox {
  color: #6C3D02;
  position: relative;
  top: -4px;
}
#order-page a.lightbox:hover {
  color: #F6A3BC;
}
#lightbox, #lightbox .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#lightbox {
  display: none;
  z-index: 10;
}
#lightbox .bg {
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  filter: alpha(opacity=10); /* internet explorer */
  -khtml-opacity: 0.1;      /* khtml, old safari */
  -moz-opacity: 0.1;       /* mozilla, netscape */
  opacity: 0.1;           /* fx, safari, opera */
}
body.home #lightbox .bg {
  background: transparent url(images/holiday_overlay.png) repeat scroll 0 0;
  filter: alpha(opacity=100); /* internet explorer */
  -khtml-opacity: 1.0;      /* khtml, old safari */
  -moz-opacity: 1.0;       /* mozilla, netscape */
  opacity: 1.0;           /* fx, safari, opera */
}
/*Video Player*/
#videoPlayer{
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  width: 716px;
  height: 400px;
  margin-top: -200px;
  margin-left: -358px;
}
#lbcontent{
  position: absolute;
  z-index: 999;
  top:40%;
  left:50%;
   width: 100%;
  height: 100%;
}
#lbcontent a.close {
  width: 36px;
  height: 40px;
  background: url(splash/images/close.png);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
a:hover.close {
  width: 36px;
  height: 40px;
  background: url(splash/images/close_h.png);
  display: block;
}
a.close:active {
  width: 36px;
  height: 40px;
  background: url(splash/images/close_a.png);
}

/*MENU*/
#menuText {
float:left;
margin-top:11px;
line-height:20px;
}

#menuImage {
float:left;
margin:15px;
margin-top:6px;
}
#menuImageHolder {
height: 460px;
}

#cupcakeList {
margin-bottom:3px;
}

#cupcakeList li a {
color: #5b3110;
}

#cupcakeList li a:hover strong {
color: #F6A3BC;
}

.dotSep {
margin-bottom:0px;
}

#refreshingDrinks {
margin-top:-5px;
}

.price {
float:right;
color:#f6a3bc;
}

.small {
font-size:12px;
}

#vanilladream {

}

#thestandard {
margin:6px 0 0 -1px;
}

#doubledose {
margin:6px 0 0 -1px;
}

#snowcap {
margin:3px 0 0 -3px;
}

#redvelvet {
margin:4px 0 0 -3px;
}

#pumpkinator {
margin:4px 0 0px -1px;
}

#carrot {
margin:1px 0 0 -4px;
}

#sweetberry {
margin:-1px 0 0 -2px;
}

#michaeljackson {
margin:1px 0 0 -4px;
}


/*CONTACT*/

#contactText {
float:left;
margin:12px 15px 0 0;
font-size:11px;
font-weight:bold;
}

#contactImage {
float:left;
margin:12px 15px;
}

#contactEmail,#contactPhone {
margin-bottom:-6px;
margin-left:-2px;
}

#contactPhone {
margin-top:0px;
}

#contactEmail {
margin-bottom:-5px;
}

#socialHolder {
margin:20px 0 0 0;
}

#socialHolder a {
margin:0 10px 0 0;
}

#facebook {

}

#twitter {

}

/*POLICIES*/

#policiesText {
margin:10px 0 0 0;
line-height:30px;
}

#policiesText ul {
margin:-5px 0 0 0;
list-style-type:disc;
}

.normHeight {
line-height:130%;
}


/*LOCATIONS*/

#locationsLeft {
margin:12px 12px 0 0;
float:left;
width: 276px;
}

#locationsLeft ul {
margin-top:12px;
}

#locationsLeft .loc {
height:285px;
}

#locationsRight {
float:left;
width:430px;
margin:9px 0 0 0;
}

/*FREEBIE*/
#freebieText {
float:left;
margin:11px 0 0 0;
}

#preText {
margin:8px 0 8px 0;
}

.medium {
font-size:11px;
}

#freebieName,#freebieEmail {
color:#6c3d02;
border:1px solid #6c3d02;
margin-bottom:8px;
height:23px;
width:280px;
}

#freebieSubmit {
background: url("images/freebieSubmit.png") no-repeat;
padding:5px 40px 20px 40px;
border:none;
cursor:pointer;
position: relative;
z-index: 100;
}
#story-page #freebieSubmit {
  margin-top: 24px;
}
#signupform { 
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
#result-msg { 
  position: absolute;
  left: -200px;
  bottom: 16px;
  width: 360px;
  text-align: left;
  z-index: 10;
}

/*GEAR*/


#bG {
position: relative;
}

#shirtHolder {
position: absolute;
top:220px;
left:47px;
}

#shirtHolder a {
float:left;
margin-right:40px;
}

#gearLeft {
position:absolute;
top:35px;
left:47px;
}

#freeGift {
position:relative;
left:-47px;
}

#gearRight {
position:absolute;
top:25px;
left:393px
}


#shirtContainer {
width:432px;
height:432px;
}

#shirtContainer2 {
width:730px;
height:450px;
}

#orderPhone {
margin:0 0 0 97px;
}

#shirtForm {
position:absolute;
top:98px;
left:30px;
text-align:center;
}

#shirtForm input[type="submit"] {
background:transparent url("images/cupcakeSubmit.png") no-repeat;
border:none;
color: #6c0302;
font-weight:bold;
padding:3px 25px 20px 40px;
margin-left:auto;
margin-right:auto;
cursor:pointer;
}

#zoomin {
margin:12px 20px 0 0;
}


#emailIn {
width:107.102px;
border:1px solid #6c3d02;
color:#6c3d02;
font-size:11px;
}


#moreToCome {
margin:0 0 5px 0;
}

#freeGift {
margin: 16px 0 10px 0;
}

/*ORDER*/

#orderForm {
position:relative;
top:10px;
left:-10px;
}
#orderForm .name a, #orderForm .horncake a, #orderForm small {
font-size: 9px;
}
#orderForm .name a, #orderForm .horncake a {
font-style: italic;
}
/*
#orderForm .horncake label strong span {
color: #ff620c;
}
*/
#orderForm .horncake label {
  background: transparent url(images/hornboo_buttons.png) no-repeat scroll 0 0;
  padding: 32px 0 0 0;
  text-align: center;
  width: 112px;
}
#orderForm label#boocake-button {
  background-position: top right;
}
#orderForm .col {
  float: left;
  padding-left: 45px;
  width: 275px;
}
#orderForm .dotSep {
width: 320px;
height: 14px;
overflow: hidden;
background: transparent url(images/dotSep.png) no-repeat scroll 0 0;
padding: 0;
}
#orderForm dl {
  clear: both;
  padding-top: 10px;
}
#orderForm dt, #orderForm dd {
  float: left;
}
#orderForm dt {
  width: 20px;
  height: 0px;
  padding-top: 16px;
  overflow: hidden;
  background: transparent url(images/order_bullets.png) no-repeat scroll 0 0;
}
#orderForm #q2 dt { background-position: 0px -16px; }
#orderForm #q3 dt { background-position: 0px -32px; }
#orderForm #q4 dt { background-position: 0px -48px; }
#orderForm #q5 dt { background-position: 0px -32px; }
#orderForm.delivery #q5 dt { background-position: 0px -64px; }
#orderForm #q6 dt { background-position: 0px -48px; }
#orderForm.delivery #q6 dt { background-position: 0px -80px; }
#orderForm #q7 dt { background-position: 0px -64px; }
#orderForm.delivery #q7 dt { background-position: 0px -96px; }
#orderForm #q8 dt { background-position: 0px -80px; }
#orderForm.delivery #q8 dt { background-position: 0px -112px; }
#orderForm #q9 dt { background-position: -16px 0px; }
#orderForm #q85 dt { background-position: 0px -96px; }
#orderForm.delivery #q85 dt { background-position: 0px -128px; }
#orderForm #q10 dt { background-position: 0px -112px; }
#orderForm.delivery #q10 dt { background-position: 0px -144px; }
#orderForm dl#q85 { padding: 0; }
#orderForm dd {
  width: 255px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  padding-top: 2px;
}
#orderForm dd #store_address {
  text-transform: none;
}
#orderForm dd p {
  line-height: 15px;
}
#orderForm dd .addl, #orderForm dd td, #orderForm p {
  text-transform: none;
  font-weight: normal;
}
#orderForm dd .warn, #orderForm dd #store_address {
  display: block;
  padding-top: 3px;
}
#orderForm dd .warn {
  color:#f6a3bc;
}
#orderForm .bubble, #orderForm .submit {
  background: transparent url(images/order_bg.png) no-repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
#orderForm div.bubble {
  width: 288px;
  height: 53px;
  padding: 8px 10px;
}
#orderForm div.bubble ul {
  list-style: inside disc; 
}
#orderForm p.bubble {
  background-position: 0px -69px;
  width: 279px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  margin: 6px 0px;
  position: relative;
  text-align: center;
}
#orderForm p.bubble.estimate {
  font-size: 12px;
}
#orderForm p.bubble.estimate span#estimated_total {
  font-size: 18px;
}
#orderForm p.bubble span {
  position: absolute;
}
#orderForm p.bubble span.title {
  left: 40px;
}
#orderForm p.bubble span#estimated_total {
  left: 195px;
  width: 80px;
  text-align: center;
}
#orderForm .submit {
  background-position: 0px -94px;
  width: 80px;
  height: 25px;
  padding-top: 3px;
  text-align: center;
  text-transform: uppercase;
  border: 0 none;
  cursor: pointer;
}
#orderForm p {
  margin-bottom: 0.5em;
}
#orderForm input, #orderForm textarea {
  border: 1px solid #6c3d02;
  padding: 5px;
  width: 238px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #6c3d02;
}
#orderForm input.error, #orderForm textarea.error {
  border: 3px solid #ff0000;
  padding: 3px;
}
#orderForm td input {
  border: 0px none;
  padding: 0;
  width: 40px;
  text-align: center;
}
#orderForm input.radio {
width: auto;
}
#orderForm textarea {
  height: 90px;
}
#orderForm .field, .page #orderForm .field.left, .page #orderForm .field.right {
  float: left;
  width: 127px;
  padding: 6px 0px;
}
#orderForm .field.clean {
  padding: 0;
}
#orderForm .field input {
  width: 111px;
}
#orderForm input.checkbox {
  border: 0 none;
  width: auto;
}
#orderForm .data {
  border-bottom: 1px solid #6c3d02;
}
#orderForm td {
  padding-top: 3px;
}
#orderForm tr.tight td {
  padding-top: 0;
}
#orderForm td.qty, #orderForm td.space, #orderForm td.amount {
  width: 35px;
  text-align: center;
}
#orderForm td.name {
  width: 129px;
}
#orderForm .horncakes {
  position: relative;
  margin-right: -20px;
}
#orderForm .horncake {
  position: relative;
  float: left;
  padding-left: 25px;
  margin-left: 54px;
}
#orderForm .horncake .checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  display: block;
}
#orderForm .horncake .checkbox, #orderForm .horncake label {
  float: left;
}
#orderForm .horncake-icon {
  position: absolute;
  top: -5px;
}
#orderForm #horncake-icon-1 {
left: 30px;
}
#orderForm #horncake-icon-2 {
right: 20px;
}

#orderForm td.center label {
  text-align: left;
}
#orderForm td.indent {
  padding-left: 8px;
}
#orderForm td.space {
  width: 40px;
  text-align: center;
}
#orderForm #datepicker {
  border: 0 none;
  background: transparent url(images/order_select.png) no-repeat scroll 0 0;
  height: 14px;
  width: 248px;
}
#orderForm label {
  display: block;
  padding-bottom: 2px;
}
#orderForm label.inline {
  display: inline;
}
#orderForm label.em {
  font-style: italic;
  text-transform: none;
  font-size: 9px;
  padding-top: 2px;
  display: block;
}
#orderForm #q3 .radio, #orderForm #q3 label.inline {
margin-top: 8px;
}
#orderForm #q3 .radio {
margin-right: 6px;
}
#orderForm #q3 label.inline {
margin-right: 20px;
}
#orderForm #q8 .addl {
  display: block;
  margin-top: 3px;
}
#orderForm .spacer {
  padding-top: 2em;
}
#errorMin ul, #errorMax ul {
  list-style: none inside;
  margin-left: 20px;
}
#errorMax {
  border: 4px solid #f00;
  padding: 10px;
  margin-bottom: 20px;
}

#timepicker_iconselect, 
#zipcode_iconselect, 
#location_iconselect {
  border: none;
  height: 14px;
  line-height: 14px;
  width: 269px;
  padding: 5px;
  background: transparent url(images/order_select.png) no-repeat scroll left bottom;
}
#timepicker_iconselect span, 
#zipcode_iconselect span, 
#location_iconselect span {
  line-height: 16px;
}
#timepicker_holder, 
#zipcode_holder, 
#location_holder {
	width: 248px;
        max-height: 120px;
	overflow: auto;
	display:none;
	position:absolute;
}
#timepicker_options, 
#zipcode_options, 
#location_options {
  border: 1px solid #6c3d02;
	background-color:#FFFFFF;
}
#timepicker_holder .selectitems, 
#zipcode_holder .selectitems, 
#location_holder .selectitems {
  padding:5px;
}
#timepicker_holder .selectitems span, 
#zipcode_holder .selectitems span, 
#location_holder .selectitems span {
	margin-left: 5px;
}
#timepicker_holder .hoverclass, 
#zipcode_holder .hoverclass, 
#location_holder .hoverclass {
	background-color:#f6a3bc;
	color:#fff;
	cursor:pointer;
}
#timepicker_holder .selectedclass, 
#zipcode_holder .selectedclass, 
#location_holder .selectedclass {
	background-color:#6c3d02;
	color:#fff;
}

/*SPLASH*/

#container.index {
margin:100px auto 100px auto;
text-align:center;
}

#truck {
visible:hidden;
}

/*CORPORATE*/

#corporateText {
margin:12px 0 0 0;
}

#corpTitle {
margin:0 0 5px 0;
}

a#corpSalesMail {
color:#6c3d02;
position:relative;
top:-4px;
}

/*DONATION REQUEST FORM*/

#donationForm {
margin:0;
}

#donationForm label,#donationForm input {
display:block;
margin:0 0 5px 0;
}

#donationForm label {
margin:0 0 0 -20px;
}

#donationForm label img {
position:relative;
top:4px;

}

#donationForm input[type="text"] {
width:355px;
}

#donationForm input[type="radio"] {
display:inline;
padding:0 20px 0 0;
}

#donationForm .radio_label {
margin:0 20px 0 5px;
}

#home-page { margin-bottom: -20px; text-align: center; }
#home-page p { text-align: center; }
#home-page p.freebie { padding-top: 20px; }
#home-page p.freebie a {
  font-size: 10px;
  text-transform: uppercase;
}
#home-page p.freebie a strong {
  font-size: 14px;
  position: relative;
  top: 1px;
}
#home-page p.freebie a:hover {
  color: #F6A3BC;
}

.page .left, .page .right {
float: left;
}
.page .left {
width: 510px;
}
.page .photo {
text-align: center;
}
.page .right {
padding-left: 40px;
width: 400px;
}
.page .text {
  padding-top: 25px;
}
.page .text h1, .page .text h2, .page .text h3, .page .text h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #5b3110;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page .text h3 {
  font-size: 18px;
  line-height: 25px;
}
.page .text h2, .page .text h1 {
  font-size: 22px;
  line-height: 27px;
}
.page .text p, .page .text li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #5b3110;
  font-size: 14px;
  line-height: 25px;
}
.page .text .small {
font-size:12px;
}
.page .text li {
}
.page .text p {
  margin-bottom: 1em;
}
.page .text p.clean {
margin-bottom: 0;
}
.page .text a {
  color: #f3adc3;
}
#menu-page.page .left {
width: 336px;
}
#menu-page.page .right.text {
width: 512px;
padding-top: 6px;
}
#menu-page.page .section {
margin-bottom: 30px;
}
#menu-page.page .section.last {
margin-bottom: 0px;
}
.special {
color: #f6a3bc;
}
#order-page.page {
padding-bottom: 60px;
}
#order-page.page h2.bubble {
font-family: Helvetica, Arial, sans-serif;
margin: 0 auto;
font-size: 15px;
text-align: center;
background: transparent url(images/order_top_bubble.png) no-repeat scroll 0 0;
color: #fff;
width: 991px;
height: 42px;
line-height: 42px;
}
#order-page.page .text {
padding-top: 0;
}
#order-page.page #same-field, #order-page.page #newsletter-field {
  margin-right: -20px;
}
#order-page.page #same-field {
  width: 147px;
}
#catering-page .right {
  padding-top: 45px;
}

#location-wrapper {
  margin: 0 auto;
  width: 781px;
  height: 520px;
  position: relative;
}
#location-wrapper #location-map {
  position: absolute;
  z-index: 5;
}
#location-info, #location-page .loc {
  position: absolute;
  z-index: 15;
}
#location-wrapper #location-icons {
  position: absolute;
  z-index: 10;
}
#location-page .loc {
  background: transparent url(images/location-bubbles.png) no-repeat scroll 0 0;
  text-align: right;
  display: none;
}
#location-page .loc h2, #location-page .loc li, #location-page .loc a {
  color: #fff;
}
#location-page .loc h2 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 1em;
}
#location-page .loc li strong {
  font-size: 11px;
  line-height: 14px;
}
#location-page .loc li {
  font-size: 9px;
  line-height: 11px;
}
#location-page #loc-northaustin.loc { left: 371px; top: 46px; padding: 32px 60px 0px 0px; width: 195px; height: 219px; background-position: 0px -823px; }
#location-page #loc-southaustin.loc { left: 565px; top: 135px; padding: 32px 35px 0px 0px; width: 193px; height: 286px; }
#location-page #loc-braker.loc { left: 403px; top: 46px; padding: 32px 65px 0px 0px; width: 194px; height: 219px; background-position: 0px -1074px; }
#location-page #loc-lakeway.loc { left: 166px; top: 197px; padding: 32px 20px 0px 40px; width: 291px; height: 145px; background-position: 0px -1325px; }
#location-page #loc-fourpoints.loc { left: 376px; top: 42px; padding: 25px 35px 0px 0px; width: 216px; height: 219px; background-position: 0px -570px; }
#location-page #loc-lakeway.loc h2 { text-align: center; font-size: 18px; }
#location-page #loc-lakeway.loc p { text-align: center; color: #fff; font-size: 17px; }

#shipping-page {
  position: relative;
}
#shipping-page #shipping-plane {
  position: absolute;
  top: 20px;
  right: 0;
}
#shipping-page .right {
  padding-top: 120px;
}
#shipping-page #result-msg { 
  bottom: 0px;
}

#homeimage {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#homeimage img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#slideshow {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#slideshow img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#slideshow .active {
  z-index: 3;
}
#slideshow .next {
  z-index: 2;
}
#slide-nav {
  padding-top: 5px;
}
#slide-nav a {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-left: 2px;
  margin-right: 3px;
  background: transparent url(images/photo-select.png) no-repeat scroll left top; 
  line-height: 0;
  text-indent: -4000px;
  overflow: hidden;
}
#slide-nav a.active {
  background-position: right top; 
}

body.home #lbcontent {
  width: 640px;
  height: 668px;
}
body.home #lbcontent .close {
  display: block;
  position: absolute;
  top: 68px;
  right: 75px;
  background: transparent none;
}
#dallas-page {
  height: 333px;
  position: relative;
}
#dallas-page img.bg {
  position: absolute;
  top: 28px;
  left: 0px;
}
#dallas-page .right.text {
  margin: 0 0 0 514px;
  padding: 0;
}
#dallas-page #freebieText {
  margin-top: 14px;
}
#dallas-page #result-msg { 
  top: 50px;
}
/*Buttons*/
div.hoverable {
  float: left;
  cursor: pointer;
  margin: 0px 25px 0px 25px;
}
div.hoverable p.text {
  text-align: center;
}
div.hoverable.hover p.text {
  font-size: 12px;
  letter-spacing: 1px;
}
div.hoverable a.button {
  width: 274px;
  height: 292px;
  display: block;
  background: transparent url(/splash/images/splash_icons.png) no-repeat scroll 0 0;
}
div.hoverable a.threadzBtn { background-position: 0 0; }
div.hoverable.hover a.threadzBtn { background-position: 0px -293px; }
div.hoverable a.cupcakeBtn { background-position: -320px 0px; }
div.hoverable.hover a.cupcakeBtn { background-position: -320px -293px; }
div.hoverable a.spriggyBtn { background-position: -640px 1px; }
div.hoverable.hover a.spriggyBtn { background-position: -635px -291px; }


