@charset "utf-8";
@import url("style1.css");

/* CSS Document */
html, body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 100%;
	float: left;
}

#main{
	width: 1000px;
	float: left;	
}

#top_menu{
	margin-left: 405px;
	height: 35px;	
}

#header{
	float: left;
}

div.header{
	margin-bottom: 25px;
}

div.header_no_margin{
	margin-bottom: 0px;
}

#footer{
	clear: both;
	height: 100px;
}



#left_column.small{
	float: left;
	width: 280px;
	padding-left: 100px;

}

#right_column.big{
	float: left;
	width:	545px;
	padding-left: 55px;

}

#right_column.big p{
	width:	450px;
}

div.left_column_standard{
	float: left;
	width: 415px;
	padding-left: 100px;
}

div.right_column_standard{
	float: left;
	width:	400px;
	padding-left: 55px;

}

div.left_column_alt_1{
	float: left;
	width: 500px;
	padding-left: 100px;
}

div.right_column_alt_1{
	float: left;
	width:	380px;

}

div.left_three_column{
	float: left;
	width: 293px;
	padding-left: 66px;
	min-height: 800px;	
	*height:auto !important;
	*height:800px;	
}

div.middle_three_column{
	float: left;
	width: 293px;
	padding-left: 18px;
	min-height: 800px;	
	*height:auto !important;
	*height:800px;	
}

div.right_three_column{
	float: left;
	width: 293px;
	padding-left: 18px;	
	min-height: 800px;
	*height:auto !important;
	*height:800px;	
}

#single_column{
	padding-left: 100px;
	float: left;
	padding-bottom: 200px;
	width: 750px;
}

#promo_homepage_video{
  background-image: url('../images/promo_home_page_video_2.jpg');
  background-repeat: no-repeat;
  overflow: auto;

  width: 100%;
}

#promo_homepage_video p{
  padding-bottom: 10px;  
  width: 310px !important;
  font-size: 1.1em;
  padding-left: 15px;
}

#promo_homepage_video h2{
  padding-left: 15px;
  padding-top: 15px;
}

#promo_homepage_video ol{
  list-style: none;
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;
}

#promo_homepage_video ol li{
  float: left;
  width: 115px;
}

#promo_homepage_video ol li a{
  display: inline-block;
  background-image: url('../images/video_icon.gif');
  background-repeat: no-repeat;
  padding-left: 35px;
  color: #6F1910;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  background-position: 0 4px;
  height: 30px;
}

.promo_videos{
  background-color: #fae7b6;  
  width: 285px;  
  clear: both;
  margin-left: 50px;
  margin-bottom: 50px;
}

.promo_videos h2{
  padding-left: 10px;
  padding-top: 10px;
}

.promo_videos p{
  font-size: 1.1em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.promo_videos ol{
  list-style: none;
  padding-bottom: 5px;
  padding-top: 10px;
  background-image: url('../images/promo_small_video_2.jpg');
  background-repeat: no-repeat;  
  width: 285px;
}

.promo_videos ol li{
  width: 115px;
  padding-left: 15px;
}

.promo_videos ol li a{
  display: inline-block;
  background-image: url('../images/video_icon.gif');
  background-repeat: no-repeat;
  padding-left: 35px;
  color: #6F1910;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  background-position: 0 4px;
}

h2.videoTitle{
  color: #e8a713;
}

p.videoDescription{
  padding-bottom: 0 !important;  
}

.order_cookbook{
  padding-left: 140px;	
}
