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

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

.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: 40px;
  width: 338px;
}

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

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

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

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

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

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

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

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

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

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

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

.landing-sidebar {
  float: right;
  margin-right: 0;
  margin-top: 30px;
  width: 255px;
  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('../../200907/img/date.png') no-repeat 0 0;
  height: 54px;
  float:left;
  width: 95px;
}

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

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

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

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

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

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

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

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


/** Recipe **/

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

.recipe-content .section-heading {
  color: #608804;
  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;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  text-indent: 0;
}

.recipe-content .details {
  color: #720f22;
  margin-bottom: 3px;
}

/** Holiday **/

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

.holiday-content .text {
  color:#333333;
  font-weight:bold;
  text-indent: 0;
  width:285px;
  padding-bottom: 160px;
}

.holiday-content .text span {
  color:#ff7e00;
  font-weight:bold;
  font-size: 16px;
}

/** Hamper **/

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

.hamper-content .text, .hamper-content .text_2 {
  color:#a90303;
  font-weight:bold;
  text-indent: 0;
  width:270px;
}

.hamper-content .text_2 {
  width:370px;
}

.hamper-content .text span, .hamper-content .text_2 span {
  color: #6b4b1d;
}

.hamper-content .recipe-button {
  background: url('../img/hamper-agree.png') no-repeat 0 0;
  width: 389px;
  height: 40px;
  margin-top: 30px;
  display: block;
}

.hamper-content .recipe-button:hover {
  background: url('../img/hamper-agree-hover.png') no-repeat 0 0;
}






/** 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;
}
