/* CSS */

/* Reset default positioning values */
@import "reset.css";

/*************** Layout */

body {
  background: #000000 ;
}

.wrapper {
  float: left;
  width: 100%;
  clear: both;
  height: auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}

.body {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0px;
}

/*************** Header */

.wrapper .header {
  background: #202020 url("../images/header_bg.gif") top repeat-x;
}

#header {
  color: #ffffff;
  min-height: 76px;
  height: auto !important;
  height: 76px;
  position: relative;
}

#logo {
  float: left;
  display: block;
  margin: 0px;
}

.topAction {
  float: right;
  display: inline;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#search {
  width: 220px;
}

#signup {
  width: 280px;
}

.topAction input.text {
  background: #111111 url("../image/form_bg_dark.gif") top left no-repeat;
  border: solid 1px #666666;
  color: #999999;
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  margin: 0px 6px;
}

#search input.text {
  width: 40px;
}

#signup input.text {
  width: 100px;
}

.topAction img {
  display: inline;
}

/*************** Nav */

#nav {
  position: absolute;
  top: 56px;
  left: 267px;
  display: inline;
  width: 700px;
  color: #333333;
  text-align: right;
}

#nav a, #nav a:link {
  float: left;
  display: inline;
  width: auto;
  height: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  background-position: top;
  background-repeat: no-repeat;
}

#nav a:visited {
  color: #cccccc;
  background-position: top;
}

#nav a:hover,
#nav a:active,
#nav a.here:link,
#nav a.here:visited {
  color: #48c0f6;
  background-position: bottom;
}

#nav a.navHome {
  width: 55px;
  background-image: url("../image/nav1.gif");
}

#nav a.navHow {
  width: 244px;
  background-image: url("../image/nav2.gif");
}

#nav a.navTestimonials {
  width: 174px;
  background-image: url("../image/nav3.gif");
}

#nav a.navNutrition {
  width: 138px;
  background-image: url("../image/nav4.gif");
}

#nav a.navContact {
  width: 89px;
  background-image: url("../image/nav5.gif");
}

#nav a span {
  float: none;
  margin: 0px;
  display: none;
}

/*************** Homepage */

.wrapper.home {
  background: #1b1d1f url("../image/bg_internal.gif") repeat-y center;
}

.wrapper.top {
  background: transparent url("../image/home_shadow_bg.gif") top repeat-x;
}

#home {
  color: #ffffff;
  padding: 20px 0px 0px 0px;
  background: url("../image/home_top.gif") top center no-repeat;
}

#home div.message {
  float: left;
  display: inline;
  width: 444px;
  min-height: 360px;
  height: auto !important;
  height: 360px;
}

#slideshow {
  float:left;
  display:inline;
  width:296px;
  height:369px;
}

#home div.message h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 40px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
}

#home div.message h2 {
  font-size: 18px;
  line-height: 22px;
  color: #cccccc;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
}

#home div.message h3 {
  font-size: 17px;
  line-height: 20px;
  color: #999999;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
}

#home div.message h4 {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

#home div.message h4 a:link,
#home div.message h4 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#home div.message h4 a:hover,
#home div.message h4 a:active {
  color: #dddddd;
  text-decoration: underline;
}

/*************** Homepage: Featured Buckets */

.wrapper.featured {
  background: #ffffff url("../image/feature_bg.gif") top repeat-x;
}

#featured {
  height: auto;
  color: #333333;
  padding: 20px 0px;
  font-size: 11px;
}

.feature {
  float: left;
  display: block;
  width: 310px;
  height: auto;
  margin: 0px 15px 0px 0px;
}

.feature.last {
  margin: 0px 0px 20px 0px;
}

#tips {
  float: right;
  margin: 0px;
}

div.feature div.newstip {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}

div.feature div.newstip p.tag {
  float: left;
  display: inline;
  width: 45px;
  height: auto;
  margin: 0px;
  padding: 2px 0px 4px 0px;
  line-height: 10px;
  text-align: center;
  background: #dddddd;
  color: #999999;
}

div.feature div.newstip p.tag strong {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2px;
  color: #333333;
}

div.feature div.newstip p.desc {
  float: right;
  display: inline;
  width: 255px;
  height: auto;
  margin: 0px;
  line-height: 15px;
}

p.poll {
  float: left;
  display: inline;
  width: 300px;
  height: auto;
  margin: 0px 0px 4px 0px;
  padding: 5px;
  line-height: 10px;
  text-align: left;
  background: #dddddd;
  color: #333333;
}

p.poll:hover {
  background: #40c2fc;
}

#featuredButtons {
  float: left;
  display: inline;
  width: 100%;

}

/*************** Internal */

.wrapper.internal {
  background: #f8f8f8 url("../image/internal_bg.gif") top repeat-x;
}

#internal {
  position: relative;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  padding: 30px 0px 20px 0px;
  color: #333333;
}

p.shareThis {
  text-align: right;
  padding: 5px 0px;
  border: solid #cccccc;
  border-width: 1px 0px;
}

/*************** Content */

#content {
  float: left;
  display: inline;
  width: 510px;
  height: auto;
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 20px 0px;
}

div#content img.floatthisright{
		float:right;
}

div#content div.tip {
  float: left;
  display: inline;
  width: 100%;
  margin: 10px 0px 0px 25px;
  padding: 5px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #999999;
}

div#content div.tip h2{
  font-size: 14px;
}

img.heading {
  float: left;
  display: inline;
  margin: 0px 0px 10px 0px;
}

div.news {
  float: left;
  display: inline;
  width: 100%;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
}

div.news span {
  color: #999999;
  font-size: 10px;
}

img.bio {
  float:left;
  display:inline;
  margin:0px 10px 10px 0px;
}

h1.bio, h2.bio {
  width:80%;
}

/****** accordion ******/

#accordion_list {
  float: left;
	width: 510px;
}
.accordion_head {
  float: left;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
  width: 490px;
}

.accordion_head span.ui-icon {
	display: block;
	float: left;
	height: 15px;
	margin-left: -20px;
	width: 11px;
}

.ui-icon-plus {
	background: url("../image/plus.gif") 0px 4px no-repeat;
}

.ui-icon-minus{ 
	background: url("../image/minus.gif") 0px 4px no-repeat;
}

h2.accordion_head {
  color: #333333;
}
	
.accordion_body {
  float: left;  
  width: 490px;
  padding: 0 0 10px 20px;
}

#studio_map {
  border: solid 1px #cccccc;
  clear: both;
  margin-bottom: 10px;
}


/*************** Right Nav (Callouts) */

#callouts {
  float: right;
  display: inline;
  width: 196px;
  height: auto;
  padding: 0px 0px 20px 0px;
}

#callouts div.bucket.offer a:link,
#callouts div.bucket.offer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#callouts div.bucket.offer a:hover,
#callouts div.bucket.offer a:active  {
  color: #eeeeff;
  text-decoration: underline;
}

#callouts div.bucket.offer a.blue:link,
#callouts div.bucket.offer a.blue:visited {
  color: #0066cc;
  text-decoration: none;
}

#callouts div.bucket.offer a.blue:hover,
#callouts div.bucket.offer a.blue:active  {
  color: #003399;
  text-decoration: underline;
}

/*************** Buckets */

div.bucket {
  float: right;
  display: inline;
  clear: right;
  width: 196px;
  height: auto;
  margin: 0px 0px 15px 0px;
}

#leftnav div.bucket {
  float: left;
  clear: left;
}

div.bucket p.top {
  float: left;
  display: inline;
  width: 196px;
  height: 4px;
  margin: 0px;
  font-size: 1px;
  line-height: 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}

div.bucket div.middle {
  float: left;
  display: inline;
  width: 166px;
  height: auto;
  padding: 15px;
}

div.bucket div.middle input.text {
  width: 156px;
}

div.bucket p.bottom {
  float: left;
  width: 196px;
  height: 4px;
  margin: 0px;
  font-size: 1px;
  line-height: 1px;
  background-position: top;
  background-repeat: no-repeat;
}

div.offer p.top {
  background-image: url("../image/offer_top.gif");
}

div.offer div.middle {
  color: #cff0ff;
  background-image: url("../image/offer_bg.gif");
}

div.offer p.bottom {
  background-image: url("../image/offer_bottom.gif");
}

div.callout p.top {
  background-image: url("../image/callout_top.gif");
}

div.callout div.middle {
  background-image: url("../image/callout_bg.gif");
}

div.callout p.bottom {
  background-image: url("../image/callout_bottom.gif");
}

div.dark p.top {
  background-image: url("../image/callout_dark_top.gif");
}

div.dark div.middle {
  color: #9cb8c4;
  background-image: url("../image/callout_dark_bg.gif");
}

div.dark p.bottom {
  background-image: url("../image/callout_dark_bottom.gif");
}

div.dark a:link,
div.dark a:visited {
  color: #ffffff;
}

div.dark a:hover,
div.dark a:active {
  color: #eeeeee;
}

div#callme {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}

/*************** Nutrition Together Buckets */ 

div.bucket div.middle.starburst {
  background-image: url("../image/bucket_bg_starburst.gif");
  background-position: top;
  background-repeat: no-repeat;
}

div.bucket.recipe p.top {
  float: left;
  display: inline;
  width: 136px;
  height: 20px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  padding: 30px 30px 0px 30px;
  background-image: url("../image/recipe_top.gif");
}

div.bucket.recipe div.middle {
  width: 136px;
  padding: 0px 30px;
  background-image: url("../image/recipe_bg.gif");
}

div.bucket.recipe div.middle {
}

div.bucket.recipe p.bottom {
  float: left;
  width: 196px;
  height: 15px;
  margin: 0px;
  font-size: 1px;
  line-height: 1px;
  background-image: url("../image/recipe_bottom.gif");
}

/*************** Left Nav */ 

#leftnav {
  float: left;
  display: inline;
  width: 196px;
  height: auto;
}

div.bucket.leftnav p.top {
  background-image: url("../image/callout_top.gif");
}

div.bucket.leftnav div.middle {
  width: 188px;
  padding: 0px 4px;
  margin: 0px;
  background-image: url("../image/callout_bg.gif");
}

div.bucket.leftnav div.middle p.section {
  width: 168px;
  height: auto;
  padding: 10px;
  margin: 0px;
  font-size: 17px;
  font-weight: bold;
  color: #999999;
  border-bottom: solid 1px #bbbbbb;
  background: #e1e1e1 url("../image/leftnav_section_bg.gif") repeat-x top;
}

div.bucket.leftnav div.middle p.section a:link,
div.bucket.leftnav div.middle p.section a:visited {
  color: #999999;
  text-decoration: none;
}

div.bucket.leftnav div.middle p.section a:hover,
div.bucket.leftnav div.middle p.section a:active {
  color: #333333;
  text-decoration: none;
}

div.bucket.leftnav div.middle div.list {
  margin: 0px;
  padding: 0px;
}

div.bucket.leftnav div.middle div.list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div.bucket.leftnav div.middle div.list ul li {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #bbbbbb;
}

div.bucket.leftnav div.middle div.list ul li.last {
  border-bottom: 0px;
}

div.bucket.leftnav div.middle div.list ul li a:link,
div.bucket.leftnav div.middle div.list ul li a:visited {
  display: block;
  font-weight: bold;
  padding: 8px 10px;
  color: #333333;
  text-decoration: none;
  background: #f4f4f4 url("../image/leftnav_bg.gif") repeat-x top;
}

div.bucket.leftnav div.middle div.list ul li a:visited {
  color: #666666;
}

div.bucket.leftnav div.middle div.list ul li a:hover,
div.bucket.leftnav div.middle div.list ul li a:active,
div.bucket.leftnav div.middle div.list ul li a.here:link,
div.bucket.leftnav div.middle div.list ul li a.here:visited {
  color: #ffffff;
  background: #5ccbfb url("../image/leftnav_bg_hover.gif") repeat-x top;
  text-decoration: none;
}

div.bucket.leftnav p.bottom {
  background-image: url("../image/callout_bottom.gif");
}

/*************** Footer */

.wrapper.footer {
  background: url("../image/footer_bg_internal.gif") top repeat-x;
}

#footer {
  min-height: 61px;
  height: auto !important;
  height: 61px;
  color: #ffffff;
  font-size: 11px;

}

#footer a,
#footer a:link {
  margin: 0px 4px;
  color: #ddddee;
}

#footer a:visited {
  color: #778899;
}

#footer a:hover,
#footer a:active {
  color: #ffffff;
}

#footer img {
  float: right;
  margin: 8px 0px 0px 0px;
}

/*************** Buttons */

a.button,
a.button:link,
a.button:visited,
button {
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}

a.button:hover,
a.button:active,
button:hover,
button:active {
  background-position: bottom right;
}

a.button span,
button span {
  display: none;
}

a.button.subscribe {
  width: 64px;
  height: 24px;
  background-image: url("../image/button_subscribe.gif");
}

a.button.find,
button.find, {
  width: 50px;
  height: 24px;
  background-image: url("../image/button_search.gif");
}

a.button.contact,
button.contact, {
  width: 50px;
  height: 24px;
  background-image: url("../image/button_contact.gif");
}

input.find {
  width: 50px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../image/button_search.gif");
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input.find:hover {
  background-position: bottom right;
}

a.button.findBig {
  width: 154px;
  height: 30px;
  background-image: url("../image/button_big_find_studio.gif");
}

a.button.findGrey {
  width: 96px;
  height: 22px;
  background-image: url("../image/button_grey_find_studio.gif");
}

a.button.findParticipating {
  width: 158px;
  height: 22px;
  background-image: url("../image/button_grey_find_participating.gif");
}

a.button.franchiseOnGrey {
  width: 146px;
  height: 22px;
  background-image: url("../image/button_ongrey_franchise.gif");
}

a.button.moreNews {
  width: 92px;
  height: 22px;
  background-image: url("../image/button_more_news.gif");
}

a.button.moreTips {
  width: 84px;
  height: 22px;
  background-image: url("../image/button_more_tips.gif");
}

a.button.vote {
  width: 62px;
  height: 22px;
  background-image: url("../image/button_vote.gif");
}

a.button.playVideo {
  width: 87px;
  height: 22px;
  background-image: url("../image/button_play_video_white.gif");
}

a.button.playVideoOnGrey {
  width: 87px;
  height: 22px;
  background-image: url("../image/button_play_video.gif");
}

a.button.getItNow {
  width: 88px;
  height: 22px;
  background-image: url("../image/button_getitnow.gif");
}

a.button.getItNowonGrey {
  width: 83px;
  height: 22px;
  background-image: url("../image/button_getitnow_ongrey.gif");
}

a.button.applyFranchise {
  width: 137px;
  height: 22px;
  background-image: url("../image/button_apply_franchise.gif");
}

a.button.callme {
  width: 257px;
  height: 30px;
  background-image: url("../image/button_call_me.gif");
}

input.calculateOnGrey {
  width: 83px;
  height: 22px;
  background-image: url("../image/button_ongrey_calculate.gif");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input.calculateOnGrey {
  background-position: bottom right;
}

a.pdf {
  padding-left: 30px;
  background: url("../image/icon_pdf.gif") 0px 1px no-repeat;
}

/*************** Progress Bar */

.progress {
  float: left;
  display: inline;
  width: 506px;
  height: auto;
  padding: 1px;
  border: solid 1px #cccccc;
  margin: 0px 0px 10px 0px;
}

.progress p {
  width: auto;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  background: #40c2fc;
  text-align: right;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
}

.progress span {
  float: left;
  display: inline;
  font-size: 11px;
  line-height: 16px;
  margin: 0px 0px 0px 8px;
  color: #999999;
}

.progress p span {
  float: right;
  display: inline;
  font-size: 11px;
  line-height: 16px;
  margin: 0px 4px 0px 0px;
  color: #ffffff;
}

/*************** Video Callout */

div.videoCallout {
  float: right;
  display: inline;
  width: 164px;
  height: auto;
  padding: 10px;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin: 0px 0px 10px 10px;
}

/*************** Tags */

h1, h2, h3, h4, p {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  font-family: arial, helvetica, sans-serif;
}

h1 {
  font-weight: normal;
  color: #555555;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

span.h1 {
  font-weight: normal;
  color: #555555;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #40c2fc;
  margin: 0px 0px 10px 0px;
}

h2.underline {
  padding: 0px 0px 10px 0px;
  border-bottom: solid 1px #dddddd;
}

h3 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #555555;
  margin: 0px 0px 10px 0px;
}

h4 {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: #6699cc;
  margin: 0px 0px 4px 0px;
}

p {
  margin: 0px 0px 10px 0px;
  line-height: 19px;
}

a:link,
a:visited {
  color: #0066cc;
  text-decoration: none;
}

a:hover, 
a:active {
  color: #003399;
  text-decoration: underline;
}

a.black:link,
a.black:visited {
  color: #111111;
}

a.black:hover, 
a.black:active {
  color: #333333;
  text-decoration: underline;
}

a.green:link,
a.green:visited {
  color: #88aa33;
}

a.green:hover, 
a.green:active {
  color: #b4bd38;
  text-decoration: underline;
}

blockquote {
  float: left;
  display: inline;
  width: 488px;
  height: auto;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  border: solid 1px #cccccc;
  color: #555555;
  background: #eeeeee;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  display: block;
}

div.clear {
  float: left;
  display: block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

div.hr {
  float: left;
  display: block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  margin: 0px 0px 10px 0px;
  border-top: solid 1px #cccccc;
}

sup {
  font-size:10px;
  line-height:10px;
}

/*************** Lists */

div.list {
  float: left;  
  display: inline;
  width: 100%;
  height: auto;
  margin: 0px 0px 12px 0px;
}

div.list.border {
  width: 498px;
  border:solid 1px #aaaaaa;
  padding:5px 10px 5px 10px;
  background-color:#eeeeee;
}

div.list.border ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.list.border ul li {
  list-style-type:none;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#aaaaaa;
  margin:0px 0px 5px 0px;
  padding:0px 0px 5px 0px;
}

ul, ol {
  margin: 0px;
}

ul {
  list-style: disc;
  padding: 0px 0px 0px 18px;  
}

ul.sitemap {
  list-style-type:none;
}

ol {
  list-style: decimal;
  padding: 0px 0px 0px 28px;  
}

ul li, ol li {
  font-size: 14px;
  line-height: 19px;
  padding: 0px;
  margin: 0px;
}

ul li ul {
  margin: 4px 0px;
  padding: 0px 0px 0px 18px;
}

ol li ol {
  list-style: lower-alpha;
  margin: 4px 0px;
  padding: 0px 0px 0px 18px;  
}

ul li ul li, ol li ol li {
  font-size: 12px;
  line-height: 17px;
  padding: 0px;
  margin: 0px;
}

div.list.checks ul {
  list-style: none;
  padding: 0px;
}

div.list.checks ul li {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  background: url("../image/check.gif") 0px 1px no-repeat;
}

/*************** Tables */

table {
  float: left;
  clear: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
  border-collapse: collapse;
}

table tr th {
  width: 30%;
  height: auto;
  font-weight: normal;
  padding: 12px 5px 5px 0px;
  vertical-align: top;
  line-height: 16px;
}

table tr td {
  width: 70%;
  height: auto;
  padding: 5px 5px 5px 0px;
  vertical-align: top;
  line-height: 16px;
}

table tr td.knockout,
table tr th.knockout {
  background: #111111;
  color: #ffffff;
}

table tr td.centered {
  text-align: center;
}

table.entrepreneur {
  margin:20px 0px 0px 0px;
}

table.entrepreneur tr td {
  width: 30%;
  height: auto;
}

table.short {
  clear:none;
  width:45%;
  margin:0px 10px 0px 0px;
}

table#about {
  width:80%;
}

table#about td {
  width:40%;
}

table.biz {
  width:75%;
}

table tr td h2 {
  text-align:right;
}

table.findStudio th {
  width: 20%;
}

table.findStudio td {
  width: 30%;
}

table.border {
  border-width:0px;
}

table.border td {
  border:solid 1px #aaaaaa;
  padding:5px 5px 5px 5px;
}

/*************** Franchise App Form */

table.franchise {
  border-collapse: collapse;
}

table.franchise tr th {
  padding: 8px;
  border: solid 1px #cccccc;
  vertical-align: middle;
}

table.franchise tr td {
  padding: 8px;
  border: solid 1px #cccccc;
  vertical-align: middle;
}

table tr td.header {
  width: 100%;
  height: auto;
  padding: 5px;
  vertical-align: middle;
  line-height: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #40c2fc;
}

table tr td.subheader {
  width: auto;
  height: auto;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  color: #333333;
  background: #dddddd;
}

table tr td.subsubheader {
  width: auto;
  height: auto;
  padding: 8px;
  vertical-align: middle;
  line-height: 16px;
  font-weight: bold;
  color: #333333;
  background: #cff0ff;
}

table tr.thirds th,
table tr.thirds td {
  width: 33%;
}

table tr.fourths th,
table tr.fourths td {
  width: 111px;
}

table tr td p {
  margin: 0px 0px 4px 0px;
}

/****** Slideshow ******/

.slideshow {
  float:left;
  display:inline;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slideshow img {
  top:0px;
  left:0px;
}

#franchiseBorder {
  float:left;
  display:inline;
  overflow: hidden;
  height:150px;
  width:502px;
  border: solid 4px #dddddd;
  margin: 0px 0px 10px 0px;
}

#slideshowBorder {
  float:left;
  display:inline;
  overflow: hidden;
  height:327px;
  width:494px;
  border: solid 8px #dddddd;
}
  
/*************** Forms */

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  border: solid 1px #cccccc;
  background: #ffffff;
  padding: 4px;
}

input.image {
  border: 0px;
  padding: 0px;
  width: auto;
}

input.file {
  width: 110px;
  height: auto;
}

input.email {
  width: 290px;
  height: auto;
}

input.text {
  width: 332px;
  height: auto;
  font-size: 16px;
  background: #ffffff url("../image/form_bg.gif") top left no-repeat;
}

input.text.disabled {
	background: #efefef;
	color: #aaaaaa;
}

input.text.condensed {
  width: 200px;
  height: auto;
  font-size: 12px;
  padding: 1px;
  margin: 0px 0px 0px 4px;
}

input.city {
  width: 130px;
  height: auto;
}

input.zip {
  width: 50px;
  height: auto;
}

input.notsowee {
  width: 170px;
  height: auto;
}

input.mid {
  width: 145px;
  height: auto;
}

input.short {
  width: 110px;
  height: auto;
}

input.shorter {
  width: 74px;
  height: auto;
}

div.bucket div.middle input.text.wee {
  width: 24px;
  height: auto;
}

span.check {
  float: left;
  clear: left;
  display: inline;
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0px 2px 0px;
}

span.check input,
input.radio {
  float: left;
  display: inline;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  border: 0px;
  background: transparent;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
}

.centered span.check {
  float: none;
  clear: none;
}

.centered span.check input {
  float: none;
}

.centered input.radio {
  float: none;
  top: 0px;
  margin: 0px;
}

label {
  cursor: pointer;
  position: relative;
  top: -2px;
}

select {
  height: auto;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  border: solid 1px #cccccc;
  background: #ffffff;
}

select.multiple {
  width: 308px;
  height: auto;
}

select.state {
  width: 120px;
  height: auto;
  margin: 0px 8px;
}

select.state.short {
  width: 60px;
  height: auto;
  margin: 0px 8px;
}

select.state.noMargin {
  margin: 0px;
}

select.location {
  width: 150px;
  height: auto;
}

select.month,
select.year  {
  width: 100px;
  height: auto;
}

select.day {
  width: 70px;
  height: auto;
}

select.miles {
  width: 70px;
  height: auto;
}

textarea {
  width: 330px;
  height: 50px;
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  border: solid 1px #cccccc;
  background: #ffffff url("../image/form_bg.gif") top left no-repeat;
}

#content textarea {
  width: 480px;
}

#content td textarea {
  width: 330px;
}

textarea.disabled {
	background: #efefef;
	color: #aaaaaa;
}

textarea.notsowee,
#content textarea.notsowee,
#content td textarea.notsowee {
  width: 170px;
}

input.submit {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  padding: 3px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #26afed url("../image/submit_bg.gif") top repeat-x;
  border: solid 1px #1291cb;
  cursor: pointer;
  text-decoration: none;
}

input.submit.padded {
  padding: 5px 10px;
  font-size: 12px;
}

input.submit.noMargin {
  margin: 0px;
}

input.submit.marginRight.floatRight {
  margin-right: 12px;
}

input.submit:hover {
  color: #cceeff;
  cursor: pointer;
}

a.submit {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  padding: 3px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

a.submit:link,
a.submit:visited {
  color: #ffffff;
  border: solid 1px #1291cb;
  background: #26afed url("../image/submit_bg.gif") top repeat-x;
}

a.submit:hover,
a.submit:active {
  color: #cceeff;
  cursor: pointer;
}

a.submit.skip:link,
a.submit.skip:visited {
  color: #ffffff;
  background: #898989 url("../image/skip_bg.gif") top repeat-x;
  border: solid 1px #666666;
  text-decoration: none;
}

a.submit.skip:hover,
a.submit.skip:active {
  color: #eeeeee;
  border-color: #333333;
}

a.submit.back:link,
a.submit.back:visited {
  color: #26afed;
  background: #90d6f6 url("../image/back_bg.gif") top repeat-x;
  border: solid 1px #33aadd;
  text-decoration: none;
}

a.submit.back:hover,
a.submit.back:active {
  color: #1291cb;
  border-color: #1291cb;
}

.error {
  float: left;
  display: inline;
  width: 756px;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  background: #ee9999;
  border: 1px solid #aa2222;
  padding: 5px;
  margin: 0px 0px 12px 0px;
}

#supplier_errors {
	color: #ff0000;
}


/*************** Facebox */

#facebox .b {
  background:url(/image/facebox/b.png);
}

#facebox .tl {
  background:url(/image/facebox/tl.png);
}

#facebox .tr {
  background:url(/image/facebox/tr.png);
}

#facebox .bl {
  background:url(/image/facebox/bl.png);
}

#facebox .br {
  background:url(/image/facebox/br.png);
}

#facebox {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
  width: auto;
  height: auto;
  float: none;
  margin: 0px;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  width: auto;
  height: auto;
}

#facebox .body {
  padding: 20px;
  background: #ffffff;
  width: auto;
}

#facebox .body h1,
#facebox .body h2,
#facebox .body p,
#facebox .body div.list {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}

#facebox .body h1 {
  color: #111111;
}

#facebox .body div.list li {
  margin: 0px 0px 8px 0px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  float: left;
  display: inline;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: #ffffff;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#facebox .big {
  font-size: 16px;
  line-height: 20px;
}

#facebox .green {
  color: #669900;
}

#facebox .blue {
  color: #0099ff;
}

/****************** Recaptcha */

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#ffffff !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #cccccc !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #cccccc !important; //Text input field border color
   background-color:#ffffff !important; //Text input field background color
 }

/*************** Generic Classes */

.half           { float: left; display: inline; width:250px;}
.twoThirds      { float: left; display: inline; width:333px;}
.threeQuarters  { float: left; display: inline; width:383px;}
.floatLeft      { float: left; display: inline; }
.floatRight     { float: right; display: inline; }
.block          { display:block; }
img.floatLeft   { float: left; display: inline; margin: 0px 8px 0px 0px; }
img.floatRight  { float: right; display: inline; margin: 0px 0px 8px 8px; }
img.border      { border: solid 1px #999999; }
img.thickBorder { border: solid 4px #cccccc; }
.centered       { text-align: center; }
.center         { margin: 0 auto; }
.alignRight     { text-align: right; }
.underline      { border-bottom: solid 1px #999999; }
.underline.white { border-bottom: solid 1px #ffffff; }
.borderTop      { border-top: solid 1px #cccccc; padding-top: 10px; }

.noMargin       { margin: 0px; }
.marginRight    { margin-right: 8px; }
.marginLeft     { margin-left: 8px; }
.marginBottom   { margin-bottom: 8px; }
.marginTop      { margin-top: 8px; }
.smallMargin    { margin: 0px 0px 4px 0px; }

.tiny           { font-size: 10px; line-height: 17px; }
.small          { font-size: 11px; line-height: 17px; }
.recipe         { font-size: 14px; line-height: 15px; }
.normal         { font-size: 14px; line-height: 19px; }
.medium         { font-size: 16px; line-height: 23px; }
.big            { font-size: 18px; line-height: 25px; }
.huge           { font-size: 20px; letter-spacing: -1px; line-height: 24px; }

.italic         { font-style: italic; }
.bold           { font-weight: bold; }
.nobold         { font-weight: normal; }

.grey           { color: #999999; }
.blue           { color: #40c2fc; }
.green          { color: #339933; }
.lightgreen     { color: #88aa33; }
.red            { color: #993333; }
.brightRed      { color: #ff0000; }
.black          { color: #111111; }
.lightgrey      { color: #eeeeee; }
.white          { color: #ffffff; }







/****************** contact us map   */
#contact_us_map_container {
	color:#999999;
	font-size:12px;
	line-height:18px;
}

.contact_us_map {
	color:#999999;
}

.contact_us_map_links{
	color:#999999;
}

.contact_us_map_links a:link{
	color:#333333;
}
.contact_us_map_links a:visited{
	color:#333333;
}
.contact_us_map_links a:hover{
	color:#40c2fc;
}
.contact_us_map_links a:active{
	color:#40c2fc;
}

/* links below map */

.contact_anchors {
	color:#333333;
	font-size:10px;
	line-height:17px;
}

.contact_anchors a:link{
	color:#999999;
	text-decoration:none;
}

.contact_anchors a:visited{
	color:#999999;
	text-decoration:none;
}

.contact_anchors a:hover{
	color:#40c2fc;
	text-decoration:underline;
}

.contact_anchors a:active{
	color:#40c2fc;
	text-decoration:none;
}

<!--  -->

.freedvdbox{
	color:#999999;
	font-size:11px;
	line-height:17px;
}

.freedvdbox a:link{
	color:#999999;
	text-decoration:none;
}

.freedvdbox a:visited{
	color:#999999;
	text-decoration:none;
}

.freedvdbox a:hover{
	color:#999999;
	text-decoration:underline;
}

.freedvdbox a:active{
	color:#999999;
	text-decoration:underline;
}

<!-- img recipe-->

img.imgfloatrightinit{
	float:right;
	clear:right;
}

<!-- testimonial-->
.testimonials{

  float: left;
  display: inline;
  width: 510px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
}
.testimonialpic{
	width: 200px;
	float:left;
}
.testimonialtext{
	width:309px;
	float:left;
}

.testimonials img {
  border: 0;
  margin: 0;
}
.bottombar{
	float:left
  	display: inline;
	width: 490px;
  	height: 20px;
	background-color:#666666;
	margin: 10px 10px 10px 10px;
	
}





