html, body, td, th
{
	font-family: tahoma,arial,"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana,helvetica,sans-serif;
	background: #ff0;
	font-size : 14px;
	color: black;
}
	
ul, ol { list-style-type: square; }

h1, h2, h3
{
	font-family: 'Droid Serif', Georgia, serif;
	font-weight: normal; 
	font-style: italic;
	color: #c13100;
	margin: 0;
	padding: 0;
}

h1, h2 { text-align: center; }

h1 { font-size: 36px; color: #f00; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }

a:link, a:visited { color: #c13100; text-decoration: none; }
a:hover, a:active { color: blue; }


/* BEN README
======================*/
h1 a:link, h1 a:visited, /* Remove this line when you change the headings */
h2 a:link, h2 a:visited
{
	text-decoration: underline;
}


.formlabel {
	color: #c13100;
	font-size: 1.0em;
}

.formtext {
	font-size: 0.9em;
	color: #c13100;
}

.formrequired {
	font-size: 1.0em;
	color: blue;
}

.h2big     { font-size: 200%; }
.h2bigger  { font-size: 225%; }

#index-nav p { font-size: 0.9em; margin: 0; }

#index-nav
{
	margin-bottom: 1em;
}

.footer {
	font-size: 0.9em;
	font-weight: normal;
	color: black;
}

.footerred {
	font-size: 0.9em;
	font-weight: normal;
	color: red;
}

.boldheader {
	font-size: x-small;
	font-weight: bold;
	color: #c13100;
}

.italicheader {
	font-style: italic;
	font-size: x-small;
	color: #c13100;
}

.logo {
	background: Yellow;
}

.trackingform {
	padding: 0em;
	margin: 0em;
}

.trackingbutton {
	width: 9em;
}

.paymentformlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #c13100;
	font-size: x-small;
}

.paymentformtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: #c13100;
}

.texttail
{
	position:absolute;
	visibility:visible;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #c13100;
}

ul.world-cup-items li
{
	margin-bottom: 10px;
}

/* Basics
----------------------*/
a     {        outline: 0; }
a img {         border: 0; }
table { border-spacing: 0; }

/* Helper Classes
----------------------*/
.ie-center, .center, .text-center { text-align: center; }

.float-left  { float: left;  padding: 10px; }
.float-right { float: right; padding: 0 0 20px 20px; }
.clearLeft   { clear: left; }
.clearContainer { overflow: hidden; }
.clearContainer h1 { padding-bottom: 1em; }

.text-left { text-align: left; }

.strong-red  { color: #f00; }
.gara-style  { font: italic 22px/1em Volkhov, Garamond, Geargia, serif; color: #f00; }

.leftCol, .rightCol { width: 48%; }

.leftCol  { float: left;  }
.rightCol { float: right; }

.three-col
{
	width: 32%;
	float: left;
}
.three-col-mid
{
	margin: 0 1em;
}

.hide-me
{
  display: none;
}


.button {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(http://www.interpetal.com/images/ui/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}




/* Modern owsers
-----------------------*/
.dropShadow
{
	box-shadow:         0 0 10px #aaa;
	-moz-box-shadow:    0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
}

/* [06] Forms
=====================*/
.formrequired { color: #00f; }
.formtext { font-weight: normal; }

form ol
{
	list-style-type: none;
}

label
{
	font-family: "Droid Sans", sans-serif;
	color: #666;
	margin-bottom: 5px;
}

label input, textarea
{
	display: block;
	width: 300px;
	margin: 5px 0;
}

legend
{
	height: 0;
	visibility: hidden;
}

input[type=submit], input[type=reset]
{
	margin: 5px 0;
}

form.contact-form input[type=submit]
{
	float: right;
}

form tr td:first-child
{
	width: 410px;
}

#order-form input, #order-form select, #order-form textarea
{
	margin-bottom: .4em;
	width: 375px;
}

#order-form h2
{
	color: #f00;
	text-align: left;
	margin-bottom: 0;
}

#order-form select.delivery-date-day
{
	width: 56px;
}
#order-form select.delivery-date-month
{
	width: 96px;
}
#order-form select.delivery-date-year
{
	width: 61px;
}

#sidebar input
{
	margin: .2em 0;
}

#order-form a:link, #order-form a:visited { color: blue; text-decoration: none;      }
#order-form a:hover, #order-form a:active { color: blue; text-decoration: underline; }

/* [12] Formalize
=====================*/
/* `Widths
------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other owsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(http://www.interballoon.com/images/ui/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(http://www.interballoon.com/images/ui/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* select[size], */ /* Our select boxes on order form had size attribute so dropdown arrow didn't show */
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  max-height: 130px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/

.ie6_button,
* html button {
  background: #ddd url(http://www.interballoon.com/images/ui/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}

.ie6_input_disabled {
  background: #eee;
}

/* Balloon Bouquet Colour section
------------------------------------*/
div#BBWrapper { text-align: center; }

div#BBColours
{
	width: 655px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}


/* Helium Tanks sections
-----------------------------------*/
p#notice { text-transform: uppercase; text-align: center; font-size: 11px; width: 70%; margin: 0 auto; }

/*	
----------------------------------------------------------
The following styles are for the helium tank feature list
----------------------------------------------------------
*/
div#feature-list
{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	width: 740px;
	padding: 0;
}

div#feature-list ul
{
	float: left;
	min-width: 125px;
	width: 240px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, "trebuchet MS", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}

div#feature-list ul.middle
{
	padding: 0 10px;
}

div#feature-list li
{
	height: 2.5em;
	padding: 5px;
}

div#feature-list li:first-child
{
	height: 130px;
	text-align: center;
}

div#feature-list li.highlighted
{
	background: #ee0;
}

/* Rules for Popup pages
-----------------------------------------------------------*/
	body#popup {
    text-align: center;
}

  body#popup strong {
    color: #f00;
  }

  body#popup img:first-child {
    display: block;
    margin: 0 auto 10px auto;
  }
  body#popup h1 {
    margin: 10px;
    padding: 0;
    font-size: 30px;
    
  }
  body#popup h2 {
    font-size: 22px;
  }


  body#popup ul, body#popup dl {
    text-align: left;
  }

  body#popup dl
  {
    list-style-type: none;
  }

  body#popup dt
  {
    font: italic 22px/1em Garamond, Geargia, serif;
    text-align: center;
    margin-bottom: 1em;
    color: #C13100;
  }

  body#popup dd:before
  {
    content: '';
  }

  body#popup dd
  {
    background: url('images/bullet.gif') center left no-repeat;
    padding-left: 1em;
    margin: 0 0 1em 1em;
  }

  body#popup ul#section-jump /* used in messages.shtml */
  {
    padding: 0;
    width: 288px;
    margin: 0 auto;
    list-style-type: none;
    -moz-column-count: 2;    /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    -moz-column-gap: 40px;    /* Firefox */
    -webkit-column-gap: 40px; /* Safari and Chrome */
    column-gap: 40px;
    -moz-column-rule: 1px solid rgba(193,49,0,0.5);    /* Firefox */
    -webkit-column-rule: 1px solid rgba(193,49,0,0.5); /* Safari and Chrome */
    column-rule: 1px solid rgba(193,49,0,0.5);
  }


/* Balloon Showcase section on index.shtml
-----------------------------------------------*/
	ul#balloon-showcase
	{
		list-style-type: none;
		list-style-position: outside;
		width: 386px;
		margin: 0 auto 12px auto;
		overflow: hidden;
		padding: 0;
		
	}
	
	ul#balloon-showcase:hover
	{
		-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		ul#balloon-showcase li
		{
			float: left;
			padding: 10px 0;
		}
		
		ul#balloon-showcase + p /* I<3CSS ;) */
		{
			clear: left;
		}


/* MidMenu styling
--------------------------*/
#mid-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#mid-menu a
{
	font: 1em/0.8em tahoma, Myriad, helvetica, sans-serif;
	text-decoration: none;
}

#sidebar form p
{
	font-size: .8em;
	line-height: 1.2em;
}

#sidebar-extra
{
	text-align: center;
  min-width: 154px;
}

li.menu-sep
{
	background: url("http://www.interballoon.com/images/ui/heart_sep.png") center center no-repeat;
	height: 31px;
}

#ss-icon-grid
{
	width: 104px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#ss-icon-grid li
{
	float: left;
	margin: 0 2px 2px 0;
}

#sidebar form
{
	margin-top: 1em;
	padding: 5px;
}

#sidebar form label
{
	overflow: hidden;
	height: 50px;
}

#sidebar form label span
{
	display: block;
	width: 42px;
	float: left;
	margin-top: 5px;
}

#sidebar form label input
{
	width: 90px;
}

		
/* Form Styling
--------------------------*/
/* Product footer section*/
	
	.prod-footer
	{
    	font: 11px/1.1em Verdana,Geneva,Arial,Helvetica,sans-serif;
    	margin: 0;
    	padding: 0;
    	text-align: center;
	}

/* Styles for bday age lists
------------------------------*/
	#bday-age-list    { overflow: hidden; width: 725px; margin: 0 auto; }
	#bday-age-list ul { float: left; list-style-type: none; }

/* Makes the left column on the order form fixed width */
	form tr td:first-child { width: 366px; }

/* Extra Balloons Page and the popup
-------------------------*/
	.view-toggle
	{
		display: none;
		text-align: left;
	}
	
	.trrs-button
	{
		text-align: center;
		width: 200px;
		margin: 0 auto;
        padding: 5px;
		font: italic 1em/1em Georgia,serif;
		color: #c80000;
		border: 1px solid #d58585;
		border-bottom: 1px solid #c80000;
        border-radius: 4px;
		text-shadow: 1px 1px 0 #fff;
		box-shadow: 0 0 7px rgba(0,0,0,.2);
		cursor: pointer;
        filter: progid:DXImagetransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit owsers */
        background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
		background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
	}
	
	.trrs-button:hover
	{
		box-shadow: none;
		border-bottom: 1px solid #d58585;
	}

	
/* Balloons Pages
------------------------------*/
	.page-info
	{
		display: block;
		font: 14px/1em Tahoma,Arial,"Lucida Grande",Verdana,sans-serif;
		color: #000;
		margin-top: 1em;
	}
	
/* Order Form
--------------------------------*/
#order-form input, #order-form select, #order-form textarea
{
	margin-bottom: .4em;
	width: 375px;
}

#order-form input[type=image], #order-form input[type=checkbox]
{
	width: auto;
}

#order-form input[type=checkbox]
{
	margin-right: 0.5em;
	margin-bottom: 0;
}

#order-form input[name="display_price"],
#order-form input[name="presetmessage"] { width: 56px; }


/*------------------- Feature Slider --------------------*/
#front-page-feature
{
  width: 896px;
  height: 200px;
  margin: 2em auto;
}
  #front-page-feature ul
  {
    list-style-position: outside;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 860px;
    height: 194px;
    border: 3px solid #C13100;
  }
    #front-page-feature li
    {
      width: 100%;
      height: 100%;
      float: left;
      display: none;
      position: relative;
    }
    
    #front-page-feature li.being-shown
    {
      display: block;
    }
    
    #front-page-feature span.overlay
    {
      position: absolute;
      bottom: 1em;
      right: 0;
      background: rgba(0,0,0,.6);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* IE */
      color: #eee;
      padding: 10px;
      max-width: 400px;
    }
    
      #front-page-feature span.overlay h2
      {
        color: #eee;
        font: italic 24px/1em 'Georgia';
        text-align: left;
      }
      
      #front-page-feature span.overlay p
      {
        font: italic 14px/1em 'Georgia';
        margin: 5px 0 0 0;
      }
      
  #front-page-feature div.left-button,
  #front-page-feature div.right-button
  {
    height: 100%;
    width: 15px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
    
  #front-page-feature div.left-button
  {
    float: left;
    background: #C13100 url("images/ui/IN_left-arrow.png") center center no-repeat;
  }
  
  #front-page-feature div.right-button
  {
    float: right;
    background: #C13100 url("images/ui/IN_right-arrow.png") center center no-repeat;
  }

/*-------------------------- Corner Free Delivery------------------------*/
a#cornerFree
{
  background: url('http://www.interballoon.com/images/FreeDeliveryCorner.png') top left no-repeat;
  width: 141px;
  height: 142px;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
}
	
a#cornerFree:hover
{
  background-position: top right;
  width: 141px;
  height: 142px;
  outline: 0;
  border: 0;
}


