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

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

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

.landing-main a:hover {
  color: #208ad8;
}

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

.landing-main .digin-text  {
  background: url('../img/digin-text.png') no-repeat 0 0;
  display: block;
  position: relative;
  margin-left: 0px;
  width: 306px;
  height: 33px;
}
.landing-main .competition-intro-top  {
  background: url('../img/comp-intro.png') no-repeat 0 0;
  display: block;
  position: relative;
  margin-left: -10px;
  margin-top: 10px;
  width: 390px;
  height: 343px;
}

.landing-main a.competition-intro:hover  {
  background: url('../img/comp-intro-button-hover.png') no-repeat 0 0;
}

.landing-main a.competition-intro {
  margin-left: -10px;
  position: relative;
  background: url('../img/comp-intro-button.png') no-repeat 0 0;
  display: block;
  height: 34px;
  width: 389px;
  
}

.landing-main .spa-stories-main {
  background: url('../img/spa-stories.png') no-repeat 0 0;
  margin-left: -9px;
  margin-top: 7px;
  position: relative;
  width: 390px;
  height: 391px;
}
.landing-main a.spa-stories {
  margin-left: -9px;
  position: relative;
  background: url('../img/spa-stories-button.png') no-repeat 0 0;
  display: block;
  width: 389px;
  height: 35px;
}
.landing-main a.spa-stories:hover  {
  background: url('../img/spa-stories-button-hover.png') no-repeat 0 0;
}

.landing-main .spa-text {
	position:absolute;
  left: 20px;
  top: 203px;
  width: 237px;
  height: 13px;
}

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

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

.landing-sidebar p {
  color: #7a7a7a;
  width: 180px;
}

.landing-sidebar .recipe-intro-top {
  background: url('../img/recipe-intro.png') no-repeat 0 0;
  margin-top:51px;
  width: 250px;
  height: 320px;
}
.landing-sidebar a.recipe-intro {
  position: relative;
  background: url('../img/recipe-intro-button.png') no-repeat 0 0;
  display: block;
  width: 250px;
  height: 51px;
}
.landing-sidebar a.recipe-intro:hover {
  background: url('../img/recipe-intro-button-hover.png') no-repeat 0 0;
}

.landing-sidebar .fizz-intro {
  background: url('../img/fizz-intro.png') no-repeat 0 0;
  width: 252px;
  height: 190px;
}
.landing-sidebar a.fizz-intro {
  position: relative;
  background: url('../img/fizz-intro-button.png') no-repeat 0 0;
  display: block;
  width: 252px;
  height: 51px;
}
.landing-sidebar a.fizz-intro:hover {
  background: url('../img/fizz-intro-button-hover.png') no-repeat 0 0;
}

.landing-sidebar .dig-intro {
  background: url('../img/dig-intro.png') no-repeat 0 0;
  width: 250px;
  height: 189px;
}
.landing-sidebar a.dig-intro {
  position: relative;
  background: url('../img/dig-intro-button.png') no-repeat 0 0;
  display: block;
  width: 250px;
  height: 66px;
}
.landing-sidebar a.dig-intro:hover {
  background: url('../img/dig-intro-button-hover.png') no-repeat 0 0;
}

/** Competition **/

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

.left-col {
  color: #5e8e01;
  font-weight: bold;
  float: left; 
  margin-top:-52px;
  padding: 0px 20px 15px 17px; 
  width: 275px; 
}

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

.left-col p.para1 {
  font-size:15px;
}
.left-col p.para2 {
	font-weight: normal;
	font-size:13px;
  font-style:italic;
}
.left-col p.para3 {
  color: #535353;
  font-size:13px;
}
.right-col {
  float: left; 
  margin-top: -146px;
  width: 267px;
}


.right-col a#link1 {
  background: url('../img/comp-1.png') no-repeat 0 0;
  display: block;
  position: relative;
  width: 282px;
  height: 159px;
}
.right-col a#link1:hover {
  background: url('../img/comp-1-hover.png') no-repeat 0 0;
  position: relative;
}
.right-col a#link2 {
  background: url('../img/comp-2.png') no-repeat 0 0;
  display: block;
  position: relative;
  width: 277px;
  height: 125px;
}

.right-col a#link3 {
  background: url('../img/comp-2.png') no-repeat 0 -125px;
  display: block;
  position: relative;
  width: 277px;
  height: 100px;
}
/** Recipe **/

.recipe-content {
  clear: both;
  float: left;
  width: 634px;
  margin-top: 32px;
}
.recipe-content .background {
  background: url('../img/recipe-main.png') no-repeat right 0;
  position:absolute;
  left:560px;
  width: 346px;
  height: 409px;
}

.recipe-content h3.spicy-title {
	background: url('../img/spicy-summer-title.png') no-repeat right 0;
	float: left;
  margin-top: 0px;
  width: 294px;
  height: 68px;
}
.recipe-content h3.bbq,
.recipe-content h3.doorstep {
	clear: left;
  float: left;
  margin-top: 20px;
  width: 257px;
  text-indent:0;
  font-size:16px;
  color:#aa3d00;
}
.recipe-content h3.bbq{
  color:#54380e;
}
.fizz-content .details,
.recipe-content .details,
.recipe-content .ingredients {
	font-size:12px;
  clear:both;
  float: left;
  line-height: 1.4;
  margin-top: 20px;
  text-indent: 0;
  width: 630px;
  color:#54380e;
}
.fizz-content .details h3,
.recipe-content .details h3,
.recipe-content .ingredients h3{
	font-size:14px;
  color:#aa3d00;
}

.fizz-content .details h4,
.recipe-content .details h4{
	font-size:14px;
	color:#54380e;
}

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

.fizz-content .details li,
.recipe-content .details li {
  margin-left: 19px;
  margin-bottom: 3px;
}

.dig-content .long a,
.dig-content .long a:visited,
.dig-content .long a:active,
.recipe-content a,
.recipe-content a:visited,
.recipe-content a:active {
	color:#54380e;
}
.recipe-content a:hover {
  color:#aa3d00;
}
	

/** family fizz **/
.fizz-content {
  clear: both;
  float: left;
  width: 634px;
  margin-top: 35px;
}
.fizz-content .background {
  background: url('../img/fizz-main.png') no-repeat right 0;
  position:absolute;
  left:445px;
  top:189px;
  width: 448px;
  height: 449px;
  z-index:-1;
}
.fizz-content h3.fizz-title {
  background: url('../img/family-fizz-title.png') no-repeat right 0;
  float: left;
  margin-top: 0px;
  width: 204px;
  height: 80px;
}
.fizz-content h3.punchbowl,
.fizz-content h3.refresh {
  clear: left;
  float: left;
  margin-top: 20px;
  width: 257px;
  text-indent:0;
  font-size:16px;
  color:#aa3d00;
}
.fizz-content h3.punchbowl{
  color:#333333;
}

.fizz-content .gap{
	margin-top:35px;
	}
	
/** dig **/
.dig-content {
  clear: both;
  float: left;
  width: 634px;
  margin-top: 35px;
}
.dig-content .background {
  background: url('../img/dig-main.png') no-repeat right 0;
  position:absolute;
  left:375px;
  top:206px;
  width: 509px;
  height: 378px;
  z-index:-1;
}
.dig-content h3.dig-title {
  background: url('../img/dig-title.png') no-repeat right 0;
  float: left;
  margin-top: 0px;
  width: 215px;
  height: 77px;
}
.dig-content h3.garden {
  clear: left;
  float: left;
  margin-top: 12px;
  width: 257px;
  text-indent:0;
  font-size:16px;
  color:#6a8212;
}
.dig-content .details{
	font-size:13px;
  clear:both;
  float: left;
  line-height: 1.4;
  margin-top: 20px;
  text-indent: 0;
  width: 215px;
  color:#54380e;
}
.dig-content .gap{
  margin-top:20px;
  }
.dig-content .bigger{
  font-size:16px;
}
.dig-content .long{
	 font-weight:normal;
	font-size:12px;
  width:600px;
}
.dig-content .long a:hover {
  color:#6a8212;
}


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

/* @group Common insider styles */

.landing-sidebar {
	overflow: hidden;
}

/* @end */