.landing-main {
  float: left;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  width: 380px;
  z-index: 200;
}

.landing-main .intro {
  position: relative;
  margin-top: 47px;
  width: 354px;
}

.landing-main .intro a {
  color: #0B4786;
}

.landing-main .intro a:hover {
  color: #009be1;
}

.landing-main .title {
  background: url('../../200903/img/title.png') no-repeat 0 0;
  height: 54px;
  width: 309px;
}

.landing-main .subhead {
  background: url('../img/index-subhead.png') no-repeat 0 0;
  height: 18px;
  width: 250px;
  margin-bottom: 20px;
}

.landing-main .competition-main  {
  display: block;
  position: relative;
  height: 445px;
  
}

.landing-main .competition-main {
  left: -15px;
  background: url('../img/comp-1-main.png') no-repeat 0 0;
  display: block;
  height: 316px;
  width: 384px;
  
}

.landing-main .competition-main a {
  left: -15px;
  display: block;
  height: 316px;
  width: 384px;
  
}

.landing-main .index-comp-link a:hover {
  background: url('../img/comp-1-link-hover.png') no-repeat 0 0;
}

.landing-main .index-comp-link {
  position: relative;
  height: 84px;
  width: 380px;
  margin-bottom: 10px;
}

.landing-main .index-comp-link a {
  top: 0;
  left: -15px;
  position: absolute;
  background: url('../img/comp-1-link.png') no-repeat 0 0;
  display: block;
  height: 84px;
  width: 384px;
  
}

.landing-main .spa-main {
  position: relative;
  left: -15px;
  background: url('../img/comp-2-main.png') no-repeat 0 0;
  display: block;
  height: 127px;
  width: 385px;
  
}

.landing-main .spa-link {
  position: relative;
  height: 36px;
  width: 380px;
}

.landing-main .spa-main a {
  position: relative;
  left: -15px;
  display: block;
  height: 127px;
  width: 381px;
  
}

.landing-main .spa-link a:hover {
  background: url('../img/comp-2-link-hover.png') no-repeat 0 0;
}

.landing-main .spa-link a {
  top: 0;
  left: -15px;
  position: absolute;
  background: url('../img/comp-2-link.png') no-repeat 0 0;
  display: block;
  height: 50px;
  width: 385px;
}

.landing-sidebar {
  float: right;
  margin-right: 0;
  margin-top: 0;
  width: 240px;
  z-index: 100;
}

.landing-sidebar .back {
  background: transparent url(/img/site/layout/sprite.png) no-repeat scroll 0 -500px;
  float: right;
  height: 11px;
  position: static;
  margin-top: 40px;
  margin-right: 50px;
}

.landing-sidebar .date {
  background: url('../../200910/img/date.png') no-repeat 0 0;
  height: 54px;
  float:left;
  width: 128px;
}

.landing-sidebar .sidebar-1 {
  background: url('../img/index-sidebar-1.png') no-repeat 0 0;
  height: 350px;
  float:left;
  width: 250px;
  margin-top: 43px;
}

.landing-sidebar a.sidebar-1-button {
  background: url('../img/index-sidebar-1-button.png') no-repeat 0 0;
  display: block;
  height: 78px;
  float:left;
  width: 250px;
}

.landing-sidebar a.sidebar-1-button:hover {
  background: url('../img/sidebar-1-button-hover.png') no-repeat 0 0;
}

.landing-sidebar .sidebar-2 {
  background: url('../img/index-sidebar-2.png') no-repeat 0 0;
  height: 378px;
  float:left;
  width: 250px;
}

.landing-sidebar a.sidebar-2-button {
  background: url('../img/sidebar-2-button.png') no-repeat 0 0;
  display: block;
  height: 47px;
  float:left;
  width: 250px;
}

.landing-sidebar a.sidebar-2-button:hover {
  background: url('../img/sidebar-2-button-hover.png') no-repeat 0 0;
}


/** Recipe **/

.recipe-content {
  background: url('../img/recipe-intro.png') no-repeat 0 0;
  clear: both;
  padding-top: 195px;
  width: 634px;
  float:left;
  margin-top: 40px;
}

.recipe-content .section-heading {
  color: #4ea402;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.recipe-content td {
  padding: 1px 0;
  width: 160px;
}

.recipe-content td.value {
  font-weight: bold;
}

.recipe-content .ingredients {
  color: #720f22;
  float: left;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  text-indent: 0;
  width: 500px;
}

.recipe-content .details {
  float: left;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 30px;
  text-indent: 0;
}

.recipe-content .details {
  color: #630714;
  margin-bottom: 3px;
  width: 530px;
}

.recipe-content p {
  margin-left: 12px;
}

.recipe-content .details ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0;
}

.recipe-content .details li {
  margin-left: 30px;
  margin-bottom: 3px;
}

.recipe-content .tip {
  background: url('../img/tip.png') no-repeat 0 0;
  clear: both;
  padding-top: 25px;
  width: 515px;
  height: 116px;
  float:left;
}

.recipe-content .treats {
  background: url('../img/treats.png') no-repeat 0 0;
  border-top: 1px solid #d8d8d8;
  clear: both;
  width: 609px;
  height: 116px;
  float:left;
}

.recipe-content .treat-1 {
  background: url('../img/treat-1.png') no-repeat 0 0;
  border-bottom: 1px solid #d8d8d8;
  clear: both;
  width: 609px;
  padding-top: 43px;
  height: 265px;
  float:left;
}

.recipe-content .treat-2 {
  background: url('../img/treat-2.png') no-repeat 0 0;
  border-bottom: 1px solid #d8d8d8;
  clear: both;
  width: 609px;
  padding-top: 62px;
  float:left;
}

/** Blues **/

.blues-content {
  background: url('../img/blues-intro.png') no-repeat 0 0;
  clear: both;
  padding-top: 286px;
  margin-top:12px;
  width: 634px;
  float:left;
}

.blues-content .text {
  color:#009be1;
  font-weight:bold;
  text-indent: 0;
  padding-left:3px;
  width:295px;
  padding-bottom: 60px;
}

.blues-content .text p {
  margin-bottom: 22px;
}

.blues-content .text .big {
  color:#700a22;
  font-weight:bold;
  font-size: 14px;
}

.blues-content .text span {
  color:#003c7b;
  font-weight:bold;
  font-size: 14px;
}

/** Bouncing Berries **/

.bouncing-content {
  background: url('../img/bouncing-intro.png') no-repeat 0 0;
  clear: both;
  padding-top: 220px;
  margin-top: 7px;
  width: 634px;
  float:left;
}

.bouncing-content .text {
  color:#de0000;
  font-weight:bold;
  text-indent: 0;
  padding-left:3px;
  width:350px;
  padding-bottom: 160px;
}






/** Competition **/



.competition-intro {
  background: url('../img/comp-intro.png') no-repeat 0 0;
  float: left;
  height: 345px;
  margin-top: 30px;
  width: 579px;
}

.left-col {
  color: #972247;
  font-weight: bold;
  float: left; 
  padding: 25px 25px 15px 17px; 
  width: 265px; 
}

.left-col a {
  color: #972247;
  font-weight: normal;
}

.right-col {
  float: left; 
  margin-top: -105px;
  width: 267px;
}

.right-col #link1 {
  background: url('../img/comp-1.png') no-repeat 0 0;
  display: block;
  position: relative;
  width: 276px;
  height: 281px;
}

.left-col .subhead {
  background: url('../img/comp-subhead.png') no-repeat 0 0;
  display: block;
  position: relative;
  width: 214px;
  height: 19px;
}

em {
  font-weight: bold;
}


/** Terms **/

.terms {
  float: left;
  padding: 30px;
  width: 600px;
}

.terms ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: decimal;
}

.terms li {
  margin-bottom: 10px;
}
