/* created by lazygrace.com */
/* common.css */

body{
	margin: 0 auto 0 auto;
	padding: 0 ;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 14px;
	background: #000000 url(../images/common/main_bg.jpg) top center no-repeat fixed;
}

hr{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	display: none;
	clear: both;
}
h1{
	margin: -10px 0 0 25px;
	padding: 0;
	width: 215px;
	height: 22px;
	position: absolute;
	background: url(../images/common/logo.png) top left no-repeat;
}

h2{
	color: #ffffff;
	font-size: 3em;
	line-height: 2.2em;
	font-family: Tahoma;
	margin: 0px 0 0px 0;
	font-weight: 100;
}
h3{
	color: #d9e8d7;
	font-size: 1.7em;
	line-height: 1.3em;
	font-family: Tahoma;
	margin: 0px 0 20px 0;
	font-weight: 100;
}
h4{
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Tahoma;
	margin: 0px 0 10px 0;
	font-weight: 100;
}
h5{
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Tahoma;
	margin: 0px 0 10px 0;
	font-weight: 100;
}
h6{
}
p{
	color: #ffffff;
	font-size: .9em;
	line-height: 1.6em;
	font-family: Tahoma;
	margin: 0px 0 20px 0;
}

ul{
	margin: 0;
	padding: 0;
 }
li{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
}
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #d9e8d7;
}

.hidden_text{
	display: none;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	font-size:0px;
}
.clear_100{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 100px;
	font-size:0px;
}
.clear_50{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 50px;
	font-size:0px;
}
.clear_20{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 20px;
	font-size:0px;
}
.clear_10{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 10px;
	font-size:0px;
}

.clear_5{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 5px;
	font-size:0px;
}
.clear_line{
	margin: 0 0 0 -150px;
	padding: 0;
	clear: both;
	width: 1109px;
	height: 38px;
	font-size:0px;
	background: url(../images/common/checkout_base.png) no-repeat top left;
}
.clear_line_sm{
	margin: 0 0 -20px 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 38px;
	font-size:0px;
	background: url(../images/common/checkout_base.png) no-repeat top center;
}

#container{
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 850px;
	height: auto;
}
#leaves{
	margin: 0 0 0 -120px;
	position: fixed;
	z-index: -1;
	width: 1048px;
	height: 588px;
	
}
/* navigation */
#navigation{
	margin: 0 auto;
	padding: 0px 0 18px 304px;
	width: 497px;
	height: 25px;
	background: url(../images/common/nav_bg.png) 0 25px no-repeat;
}
#navigation li{
	margin: 0px 34px 0 0;
}
#navigation li.mno{
	margin: 0px 0px 0 0;
}
#navigation a.nav_home{
	display: block;
	width: 34px;
	height: 25px;
	background: url(../images/nav/home.png) top left no-repeat;
}
#navigation a.nav_homeon{
	display: block;
	width: 34px;
	height: 25px;
	background: url(../images/nav/home.png) 0 -25px no-repeat;
}
#navigation .nav_home:hover {
	background: url(../images/nav/home.png) 0 -25px no-repeat;
}
#navigation .nav_about {
	display: block;
	width: 41px;
	height: 25px;
	background: url(../images/nav/about.png) top left no-repeat;
}
#navigation .nav_abouton {
	display: block;
	width: 41px;
	height: 25px;
	background: url(../images/nav/about.png) 0 -25px no-repeat;
}
#navigation .nav_about:hover {
	background: url(../images/nav/about.png) 0 -25px no-repeat;
}

#navigation .nav_our_range {
	display: block;
	width: 68px;
	height: 25px;
	background: url(../images/nav/our_range.png) top left no-repeat;
}
#navigation .nav_our_rangeon{
	display: block;
	width: 68px;
	height: 25px;
	background: url(../images/nav/our_range.png) 0 -25px no-repeat;
}
#navigation .nav_our_range:hover {
	background: url(../images/nav/our_range.png) 0 -25px no-repeat;
}

#navigation .nav_ingredients {
	display: block;
	width: 76px;
	height: 25px;
	background: url(../images/nav/ingredients.png) top left no-repeat;
}
#navigation .nav_ingredientson {
	display: block;
	width: 76px;
	height: 25px;
	background: url(../images/nav/ingredients.png) 0 -25px no-repeat;
}
#navigation .nav_ingredients:hover {
	background: url(../images/nav/ingredients.png) 0 -25px no-repeat;
}

#navigation .nav_news {
	display: block;
	width: 32px;
	height: 25px;
	background: url(../images/nav/news.png) top left no-repeat;
}
#navigation .nav_newson {
	display: block;
	width: 32px;
	height: 25px;
	background: url(../images/nav/news.png) 0 -25px no-repeat;
}
#navigation .nav_news:hover {
	background: url(../images/nav/news.png) 0 -25px no-repeat;
}

#navigation .nav_contact_us {
	margin: 0;
	display: block;
	width: 75px;
	height: 25px;
	background: url(../images/nav/contact_us.png) top left no-repeat;
}
#navigation .nav_contact_uson{
	margin: 0;
	display: block;
	width: 75px;
	height: 25px;
	background: url(../images/nav/contact_us.png) 0 -25px no-repeat;
}
#navigation .nav_contact_us:hover {
	background: url(../images/nav/contact_us.png) 0 -25px no-repeat;
}
/* Homepage */
#homepage{
	margin: 0 auto;
	width: 800px;
}

#homepage #bottles{
	width: 489px;
	height: 659px;
	position: absolute;
	margin: -10px 0 0 -100px;
}

#homepage #intro{
	margin: 30px 0 0 380px;
	padding: 0px 0 0 0;
	width: 400px;
	height: auto;
}
#homepage #intro #stoppress{
	margin: 0px 0 0 -60px;
	width: 492px;
	height: 151px;
	background: url(../images/common/stop_press_bg.png) top left no-repeat;
}

#homepage #intro #stoppress img{
	margin: 6px 0 0 60px;
	padding: 8px;
	width: 150px;
	height: 112px;
	background: url(../images/common/stop_press_img.png) top left no-repeat;
	float: left;
}
#homepage #intro #stoppress .title{
	padding: 40px 0 0 0px;
	margin: 0 0 10px 0;
	width:260px;
	color: #273e1f;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: right;
}
#homepage #intro #stoppress .title a{
	color: #273e1f;
}
#homepage #intro #stoppress .title a:hover{
	color: #273e1f;
	text-decoration: underline;
}
#homepage #intro #stoppress .text{
	padding: 0px 20px 0 0px;
	width:240px;
	color: #ffffff;
	display: block;
	float: right;
}
/* About Us */
#about{
	margin: 0 auto 100px auto;
	width: auto;
	height: auto;
	padding: 0 30px 0 400px;
}
#about ul{
	margin: 0 0 0 -50px;
	width: 550px;
	position: absolute;
}
#about ul li a.history{
	display: block;
	width: 117px;
	height: 42px;
	background: url(../images/buttons/butt_history.png) 0 0 no-repeat;
}
#about ul li a.history:hover{
	background: url(../images/buttons/butt_history.png) 0 -42px no-repeat;
}
#about ul li a.our_philosophy{
	display: block;
	width: 143px;
	height: 42px;
	background: url(../images/buttons/butt_philosophy.png) 0 0 no-repeat;
}
#about ul li a.our_philosophy:hover{
	background: url(../images/buttons/butt_philosophy.png) 0 -42px no-repeat;
}
#about ul li a.the_farm{
	display: block;
	width: 121px;
	height: 42px;
	background: url(../images/buttons/butt_thefarm.png) 0 0 no-repeat;
}
#about ul li a.the_farm:hover{
	background: url(../images/buttons/butt_thefarm.png) 0 -42px no-repeat;
}
#about ul li a.the_team{
	display: block;
	width: 121px;
	height: 42px;
	background: url(../images/buttons/butt_theteam.png) 0 0 no-repeat;
}
#about ul li a.the_team:hover{
	background: url(../images/buttons/butt_theteam.png) 0 -42px no-repeat;
}
#about_flash{
	width: 414px;
	height: 438px;
	position: absolute;
	margin: -10px 0 0 -400px;
	z-index: -1;
	background: url(../images/photos/aboutus.png) top left;
}
#history_flash{
	width: 277px;
	height: 1635px;
	position: absolute;
	margin: -10px 0 0 -350px;
	z-index: -1;
}
#phil_flash{
	width: 302px;
	height: 751px;
	position: absolute;
	margin: -10px 0 0 -320px;
	z-index: -1;
}
#farm_flash{
	width: 302px;
	height: 687px;
	position: absolute;
	margin: -10px 0 0 -320px;
	z-index: -1;
}
#team_flash{
	margin: 0 0 0 -390px;
	width: 842px;
	height: 1150px;
	z-index: -1;
}
/* Our Range */
#our_range{
	margin: 0 auto;
	width: 800px;
}
#our_range #top{
	margin: 0 0 0 0px;
	padding: 0 0 0 375px;
	width: 400px;
	height: 227px;
	background: url(../images/photos/range_bottles.png) 0 0 no-repeat;
}
#top_left{
	margin: 0 0 0 45px;
	padding: 0 0 0 0px;
	width: 500px;
	height: auto;
	float: left;
}
#grid_1{
	margin: 0 0 0 -140px;
	width: 1009px;
	height: 335px;
	background: url(../images/common/grid_1.png) top center no-repeat;

}

#product_content select{
	display: none;
}
#product_content label{
	width: auto;
}
#product_content .qty{
	margin: -2px 0 0 -15px;
}
#product_content .bottlesize{
	margin: 0px 0 0 0px;
	padding: 5px 0 3px 0;
	width: 280px;
	height: 30px;
	background: url(../images/common/form_bg.png) no-repeat 0 0;

}
#product_content .bottlesize .list, .shipping_dd .list{
	margin: 0;
	width: 242px;
	height: auto;
	position: relative;
	z-index:5;
	display: none;
}
#product_content .bottlesize .list .mid, .shipping_dd .list .mid{
	margin: 0px 0 0 0px;
	padding: 0px 5px 0 5px;
	width: 232px;
	height: auto;
	background: url(../images/common/form_select_bg.gif) repeat-y 0 0;

}
#product_content .bottlesize .list .mid .item, .shipping_dd .list .mid .item{
	clear: both;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	padding: 0 0 2px 0;
}
#product_content .bottlesize .list .top, .shipping_dd .list .top{
	margin: 0px 0 0 0px;
	padding: 0;
	width: 242px;
	height: 11px;
	background: url(../images/common/form_select_top.gif) no-repeat 0 0;

}
#product_content .bottlesize .list .base, .shipping_dd .list .base{
	margin: 0px 0 0 0px;
	padding: 0;
	width: 242px;
	height: 11px;
	background: url(../images/common/form_select_bottom.gif) no-repeat 0 0;

}
#product_content .bottlesize .selector, .shipping_dd .selector_s{
	margin: 0px 0 0 5px;
	background: url(../images/common/form_buttdown.gif) no-repeat 216px 0;
	padding: 3px;
	width: 240px;
	height: 17px;
	border: none;
	display: block;
	cursor: pointer;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
}
#product_content .bottlesize .selector:hover, .shipping_dd .selector_s:hover{
	background: url(../images/common/form_buttdown.gif) no-repeat 216px -38px;
	color: #778764;
}
#ss_id{
	display:none;
}

.butt_viewrange{
	width: 146px;
	height: 47px;
	background: url(../images/buttons/butt_viewrange.png) 0 0 no-repeat;
	display: block;
	margin: 0 0 0 -10px;
}
.butt_viewrange:hover{
	background: url(../images/buttons/butt_viewrange.png) 0 -50px no-repeat;
}
.butt_olderposts{
	margin: 0 auto;
	width: 146px;
	height: 47px;
	background: url(../images/buttons/butt_olderposts.png) 0 0 no-repeat;
	display: block;

}
.butt_olderposts:hover{
	background: url(../images/buttons/butt_olderposts.png) 0 -50px no-repeat;
}
.butt_moreinfo{
	margin: 0 0 0 -9px;
	width: 146px;
	height: 47px;
	background: url(../images/buttons/butt_moreinfo.png) 0 0 no-repeat;
	display: block;

}
.butt_moreinfo:hover{
	background: url(../images/buttons/butt_moreinfo.png) 0 -50px no-repeat;
}
.butt_addtobasket{
	margin: 0 0 0 -9px;
	width: 146px;
	height: 47px;
	background: url(../images/buttons/butt_addtobasket.png) 0 0 no-repeat;
	display: block;
	border: 0;
	cursor: pointer;
}
.butt_addtobasket:hover{
	background: url(../images/buttons/butt_addtobasket.png) 0 -50px no-repeat;
}
#grid_1  p{
	height: 150px;
}
#grid_1 #grid_1_left{
	margin: 26px 0 0 145px;
	padding: 50px 20px 0 120px;
	position: absolute;
	z-index: 3;
	width: 253px;
	height: 251px;
	background: url(../images/store/our_range.jpg) 0 -1px no-repeat;
	overflow: hidden;
}
#grid_1 #grid_1_right{
	margin: 26px 0 0 538px;
	padding: 50px 20px 0 120px;
	position: absolute;
	z-index: 3;
	width: 252px;
	height: 251px;
	background: url(../images/store/our_range.jpg) -393px -1px no-repeat;
	overflow: hidden;
}
#grid_3{
	margin: -40px 0 0 -105px;
	padding: 43px 0 0 144px;
	width: 864px;
	height: 850px;
	background: url(../images/common/grid_3.png) top center no-repeat;

}
#grid_3 p{
	width: 190px;
	height: 70px;

}
#grid_4 p{

	height: 70px;

}
#grid_3 a{
	color: #ffffff;
}
#in_re{
	margin: 0 auto;
	width: 790px;
	height: 205px;
}
#grid_3 .elderflower, #in_re .elderflower{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 133px;
	background: url(../images/store/healthy_choice/elderflower.jpg) -1px 0 no-repeat;
}
#in_re .elderflower{
	margin: 0 20px 0 0;
}
#grid_3 .detox, #in_re .detox{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/healthy_choice/detox.jpg) -1px 0 no-repeat;
}
#grid_3 .orchard, #in_re .orchard{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/healthy_choice/orchard.jpg) -1px 0 no-repeat;
}
#grid_3 .ginger, #in_re .ginger{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 133px;
	background: url(../images/store/healthy_choice/ginger.jpg) top left no-repeat;
}
#grid_3 .lemonade, #in_re .lemonade{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/healthy_choice/lemonade.jpg) top left no-repeat;
}
#grid_3 .cranberry, #in_re .cranberry{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/healthy_choice/cranberry.jpg) top left no-repeat;
}
#grid_3 .zesty, #in_re .zesty{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 146px;
	background: url(../images/store/healthy_choice/zesty.jpg) -1px 0 no-repeat;
}
#grid_3 .cherry, #in_re .cherry{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 146px;
	background: url(../images/store/healthy_choice/cherry.jpg) top left no-repeat;
}
#grid_3 .buyonline, #in_re .buyonline{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/healthy_choice/buyonline.jpg) top left no-repeat;
}
#grid_3 .ingred, #in_re .ingred{
	margin: 0;
	padding: 55px 10px 10px 20px;
	float: left;
	width: 354px;
	height: 147px;
	background: url(../images/store/healthy_choice/ingred.jpg) top left no-repeat;
}
#grid_8{
	margin: -40px 0 0 -105px;
	padding: 43px 0 0 144px;
	width: 864px;
	height: 860px;
	background: url(../images/common/grid_8.png) top center no-repeat;

}
#grid_8 a{
	color: #ffffff;
}
#grid_8 .cranberry_cor, #in_re .cranberry_tc{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 287px;
	height: 133px;
	background: url(../images/store/cordials/cranberry.jpg) 0 0 no-repeat;
}
#grid_8 .elderflower_cor, #in_re .elderflower_tc{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 133px;
	background: url(../images/store/cordials/elderflower.jpg) 0 0 no-repeat;
}
#grid_8 .ginger_cor, #in_re .ginger_tc{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 137px;
	background: url(../images/store/cordials/ginger.jpg) 0 0 no-repeat;
}
#grid_8 .rosehip_cor, #in_re .rosehip_tc{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 287px;
	height: 137px;
	background: url(../images/store/cordials/rosehip.jpg) 0 0 no-repeat;
}
#grid_8 .detox_cor, #in_re .detox_wb{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 287px;
	height: 133px;
	background: url(../images/store/cordials/detox.jpg) 0 0 no-repeat;
}
#grid_8 .nettle_cor, #in_re .nettle_wb{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 133px;
	background: url(../images/store/cordials/nettle.jpg) -1px 0 no-repeat;
}
#grid_8 .kombucha_cor, #in_re .kombucha_wb{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 138px;
	background: url(../images/store/cordials/kombucha.jpg) 0 0 no-repeat;
}
#grid_8 .buyonline{
	margin: 0;
	padding: 55px 10px 10px 90px;
	float: left;
	width: 284px;
	height: 138px;
	background: url(../images/store/cordials/buyonline.jpg) 0 0 no-repeat;
}
#grid_8 .ingred{
	margin: 0;
	padding: 55px 10px 10px 20px;
	float: left;
	width: 354px;
	height: 138px;
	background: url(../images/store/healthy_choice/ingred.jpg) top left no-repeat;
}
#more_info{

}
#more_info #product_content{
	display: none;
	min-height: 400px;
}
#more_info .one{
	background: url(../images/photos/store_girl_picking.jpg) 520px 64px no-repeat;
}
#more_info .two{
	background: url(../images/photos/store_zesty.jpg) 520px 64px no-repeat;
}

#more_info #product_content .bottle{
	width: 150px;
	height: 430px;
	margin: -95px 0 0 450px;
	position: absolute;
}

#more_info #product_content .b_id_75{
	background: url(../images/bottles/cordial/ginko_green_tea.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_76{
	background: url(../images/bottles/cordial/detox.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_77{
	background: url(../images/bottles/cordial/wild_nettle.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_78{
	background: url(../images/bottles/cordial/kombucha.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_79{
	background: url(../images/bottles/cordial/cranberry_hibiscus.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_80{
	background: url(../images/bottles/cordial/wild_elderflower.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_81{
	background: url(../images/bottles/cordial/pink_ginger.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_82{
	background: url(../images/bottles/cordial/autumn_rosehip.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_83{
	background: url(../images/bottles/healthy_thirst/elderflower.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_84{
	background: url(../images/bottles/healthy_thirst/pink_ginger.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_85{
	background: url(../images/bottles/healthy_thirst/apple_dandelion.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_86{
	background: url(../images/bottles/healthy_thirst/cloudy_lemonade.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_87{
	background: url(../images/bottles/healthy_thirst/orchard_cola.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_88{
	background: url(../images/bottles/healthy_thirst/cranberry_hibiscus.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_89{
	background: url(../images/bottles/healthy_thirst/zesty_orange.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .b_id_90{
	background: url(../images/bottles/healthy_thirst/cherry.png) 0 0 no-repeat;
	display: block;
}

#more_info #product_content .i_id_75{
	margin: 145px 0 0 520px;
	position: absolute;
	width: 324px;
	height: 198px;
	background: url(../images/products_ing/cordial/ginko_green_tea.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_76{	
	margin: 125px 0 0 510px;
	position: absolute;
	width: 338px;
	height: 208px;
	background: url(../images/products_ing/cordial/detox.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_77{
	margin: 110px 0 0 510px;
	position: absolute;
	width: 345px;
	height: 250px;
	background: url(../images/products_ing/cordial/wild_nettle.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_78{
	margin: 90px 0 0 510px;
	position: absolute;
	width: 400px;
	height: 257px;
	background: url(../images/products_ing/cordial/kombucha.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_79{
	margin: 145px 0 0 520px;
	position: absolute;
	width: 324px;
	height: 198px;
	background: url(../images/products_ing/cordial/cranberry_hibiscus.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_80{
	margin: 125px 0 0 500px;
	position: absolute;
	width: 375px;
	height: 217px;
	background: url(../images/products_ing/cordial/wild_elderflower.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_81{
	margin: 70px 0 0 520px;
	position: absolute;
	width: 344px;
	height: 238px;
	background: url(../images/products_ing/cordial/pink_ginger.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_82{
	margin: 125px 0 0 500px;
	position: absolute;
	width: 350px;
	height: 203px;
	background: url(../images/products_ing/cordial/autumn_rosehip.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_83{
	margin: 130px 0 0 550px;
	position: absolute;
	width: 284px;
	height: 197px;
	background: url(../images/products_ing/healthy_thirst/elderflower.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_84{
	margin: 80px 0 0 520px;
	position: absolute;
	width: 344px;
	height: 238px;
	background: url(../images/products_ing/healthy_thirst/pink_ginger.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_85{
	margin: 90px 0 0 450px;
	position: absolute;
	width: 301px;
	height: 245px;
	background: url(../images/products_ing/healthy_thirst/apple_dandelion.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_86{
	margin: 95px 0 0 560px;
	position: absolute;
	width: 350px;
	height: 228px;
	background: url(../images/products_ing/healthy_thirst/cloudy_lemonade.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_87{
	margin: 145px 0 0 520px;
	position: absolute;
	width: 324px;
	height: 198px;
	background: url(../images/products_ing/healthy_thirst/orchard_cola.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_88{
	margin: 145px 0 0 520px;
	position: absolute;
	width: 324px;
	height: 198px;
	background: url(../images/products_ing/healthy_thirst/cranberry_hibiscus.png) 0 0 no-repeat;
	display: block;
}
#more_info #product_content .i_id_89{
	margin: 120px 0 0 620px;
	position: absolute;
	width: 225px;
	height: 205px;
	background: url(../images/products_ing/healthy_thirst/zesty_orange.png) 0 0 no-repeat;
	display: block;
}

#more_info #product_content .i_id_90{
	margin: 60px 0 0 620px;
	position: absolute;
	width: 226px;
	height: 248px;
	background: url(../images/products_ing/healthy_thirst/cherry.png) 0 0 no-repeat;
	display: block;
}

#more_info #product_content .info{
	margin: 0 0 10px 40px;
	width: 390px;
}
#more_info #product_content .buttons{
	margin: 0 0 20px 40px;
	width: 390px;
}
#more_info #product_content .buttons .price{
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}
#more_info .loader{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100px;
	height: 30px;
	text-align: center;
	background: url(../images/common/basket_loader.gif) top center no-repeat;
	display: none;
}
#payment {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 500px;
	text-align: center;
}
#payment .loader{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100px;
	height: 30px;
	text-align: center;
	background: url(../images/common/basket_loader.gif) top center no-repeat;
}
/* Ingredients */

#ingred_content{
	margin: 0 0 20px 0;
	min-height: 300px;
}
#ingred_content .info{
	margin: 0 0 0 35px;
	width: 500px;
	clear: both;
}
#ingred_content .ingred_content_1{
	margin: 0px 0 0 500px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_1.png) top right no-repeat;
}
#ingred_content .ingred_content_2{
	margin: -30px 0 0 500px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_2.png) top right no-repeat;
}
#ingred_content .ingred_content_3{
	margin: 20px 0 0 470px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_3.png) top right no-repeat;
}
#ingred_content .ingred_content_4{
	margin: 0px 0 0 520px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_4.png) top right no-repeat;
}
#ingred_content .ingred_content_5{
	margin: 0px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_5.png) top right no-repeat;
}
#ingred_content .ingred_content_6{
	margin: 30px 0 0 500px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_6.png) top right no-repeat;
}
#ingred_content .ingred_content_7{
	margin: 20px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_7.png) top right no-repeat;
}
#ingred_content .ingred_content_8{
	margin: 0px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_8.png) top right no-repeat;
}
#ingred_content .ingred_content_9{
	margin: -10px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_9.png) top right no-repeat;
}
#ingred_content .ingred_content_10{
	margin: 20px 0 0 500px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_10.png) top right no-repeat;
}
#ingred_content .ingred_content_11{
	margin: 10px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_11.png) top right no-repeat;
}
#ingred_content .ingred_content_12{
	margin: 0px 0 0 425px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_12.png) top right no-repeat;
}
#ingred_content .ingred_content_13{
	margin: -2px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_13.png) top right no-repeat;
}
#ingred_content .ingred_content_14{
	margin: 50px 0 0 450px;
	height: 300px;
	width: 400px;
	position: absolute;
	background: url(../images/ingredients/bg_14.png) top right no-repeat;
}
#ingred_content .ingred_content_15{
	margin: -10px 0 0 500px;
	height: 297px;
	width: 350px;
	position: absolute;
	background: url(../images/ingredients/bg_15.png) top right no-repeat;
}
#ingred_content .ingred_content_16{
	margin: -10px 0 0 550px;
	height: 267px;
	width: 309px;
	position: absolute;
	background: url(../images/ingredients/bg_16.png) top right no-repeat;
}
#ingredients{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#ingredients #intro{
	margin: -20px 0 0 -53px;
	padding: 0;
	width: 905px;
	height: 248px;
}
#grid_2{
	margin: -100px 0 0 -132px;
	padding: 112px 0 0 145px;
	width: 864px;
	height: 1150px;
	background: url(../images/common/grid_2.png) top center no-repeat;

}
#grid_2 a{
	color: #ffffff;
}
#grid_2 .butt_elderflower{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 73px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px 1px no-repeat;
}
#grid_2 .butt_elderflower:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px 1px no-repeat;
}
#grid_2 .butt_ginger{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 77px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -137px no-repeat;
}
#grid_2 .butt_ginger:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -137px no-repeat;
}
#grid_2 .butt_hibiscus{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -279px no-repeat;
}
#grid_2 .butt_hibiscus:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -279px no-repeat;
}
#grid_2 .butt_nettle{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -419px no-repeat;
}
#grid_2 .butt_nettle:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -419px no-repeat;
}
#grid_2 .butt_dandelion{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -559px no-repeat;
}
#grid_2 .butt_dandelion:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -559px no-repeat;
}
#grid_2 .butt_kombucha{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -699px no-repeat;
}
#grid_2 .butt_kombucha:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -699px no-repeat;
}
#grid_2 .butt_ginko{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 74px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -839px no-repeat;
}
#grid_2 .butt_ginko:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -839px no-repeat;
}
#grid_2 .butt_burdock{
	margin: 0;
	padding: 55px 10px 10px 130px;
	float: left;
	width: 244px;
	height: 76px;
	background: url(../images/buttons/ingredients_sprite.jpg) -1px -978px no-repeat;
}
#grid_2 .butt_burdock:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -771px -978px no-repeat;
}
#grid_2 .butt_cranberry{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 73px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px 1px no-repeat;
}
#grid_2 .butt_cranberry:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px 1px no-repeat;
}
#grid_2 .butt_rosehip{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 77px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -137px no-repeat;
}
#grid_2 .butt_rosehip:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -137px no-repeat;
}
#grid_2 .butt_lemon{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -279px no-repeat;
}
#grid_2 .butt_lemon:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -279px no-repeat;
}
#grid_2 .butt_apple{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -419px no-repeat;
}
#grid_2 .butt_apple:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -419px no-repeat;
}
#grid_2 .butt_tea{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -559px no-repeat;
}
#grid_2 .butt_tea:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -559px no-repeat;
}
#grid_2 .butt_coriander{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 75px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -699px no-repeat;
}
#grid_2 .butt_coriander:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -699px no-repeat;
}
#grid_2 .butt_liquorice{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 74px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -839px no-repeat;
}
#grid_2 .butt_liquorice:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -839px no-repeat;
}
#grid_2 .butt_orange{
	margin: 0;
	padding: 55px 170px 10px 22px;
	float: left;
	width: 193px;
	height: 76px;
	background: url(../images/buttons/ingredients_sprite.jpg) -385px -978px no-repeat;
}
#grid_2 .butt_orange:hover{
	background: url(../images/buttons/ingredients_sprite.jpg) -1155px -978px no-repeat;
}

/* News */
#news{
	height: auto;
}
#news_left{
	margin: 0 0 20px 50px;
	float: left;
	width: 238px;
	height: auto;
}
#news_left .post{
	margin: 0;
	padding: 5px 0 0 0;
	width: 238px;
	height: 100px;
	background: url(../images/common/line_newsarchive.png) 0 0 no-repeat;
}
#news_left .post img{
	margin: 0;
	padding: 6px;
	width: 82px;
	height: 60px;
	background: url(../images/common/news_thumb_img.png) 0 0 no-repeat;
	float: left;
}
#news_left .post h5{
	margin: 0;
	font-size: .9em;
	color: #d9e8d7;
	display: block;
	float: right;
	width: 135px;
}
#news_left .post p{
	margin: 0;
	font-size: .7em;
	color: #ffffff;
	float: right;
	width: 135px;
}

#news_right{
	float: right;
	width: 518px;
	height: auto;
}
#news_right img{
	margin: 0 12px 12px 0;
	padding: 6px;
	width: 82px;
	height: 60px;
	background: url(../images/common/news_thumb_img.png) 0 0 no-repeat;
	float: left;
}
#news_right img.nope{
	margin: 0 0px 12px 0;
	padding: 6px;
	width: 82px;
	height: 60px;
	background: url(../images/common/news_thumb_img.png) 0 0 no-repeat;
	float: left;
}
/* Contact Us */
#contact{
	margin: 0 auto 30px auto;
	width: 800px;
	height: auto;
}


#contact_right{
	margin: 0 0 0 0px;
	width: 518px;
	height: auto;
	float: right;
}
#contact_left{
	margin: 0 0 20px 00px;
	width: 280px;
	height: auto;
	float: left;
}
/* Forms */
label{
	padding: 6px 15px 0 3px;
	display: block;
	color: #ffffff;
	width: 100px;
	height: 22px;
	text-align: right;
	float: left;
	font-size: .9em;
}
input.text_white{
	margin: 0;
	padding: 8px 8px;
	width: 238px;
	height: 17px;
	border: none;
	color: #3d4b23;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	background: url(../images/common/form_bg_white.png) top left no-repeat;
}
input.text_yellow{
	margin: 0;
	padding: 8px 8px;
	width: 238px;
	height: 17px;
	border: none;
	color: #3d4b23;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	background: url(../images/common/form_bg_yellow.png) top left no-repeat;
}
input.text_white_sm{
	margin: 0;
	padding: 8px 8px;
	width: 198px;
	height: 17px;
	border: none;
	color: #3d4b23;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	background: url(../images/common/form_bg_white_small.png) top left no-repeat;
}
input.text{
	margin: 0;
	padding: 6px 8px;
	width: 204px;
	height: 23px;
	border: none;
	color: #ffffff;
	background: url(../images/common/text_input_220.png) top left no-repeat;
}
input.text_375{
	margin: 0;
	padding: 6px 8px;
	width: 354px;
	height: 23px;
	border: none;
	color: #ffffff;
	background: url(../images/common/text_input_375.png) top left no-repeat;
}
/* JQuery Hover Labels */
div.hover-wrap {
	position:relative;
	display:inline;
}
div.hover-wrap input.invalid {
	border:2px solid red;
}
div.hover-wrap label.hover {
	position:absolute;
	top:-3px;
	left:6px;
	color:#fff;
	display: block;
	text-align: left;
	width: 200px;
}
.red{
	color: red;
}
div.hover-wrap2 label.hover {
	margin: 3px 0 0 6px;
	position:absolute;
	color:#fff;
	display: block;
	text-align: left;
	width: 200px;
}


select{
	margin: 0;
	padding: 0;
	clear: both;
	width: 300px;
	height: 20px;
	border: 1px #694232 solid;
	background: #f4ebd2 url(../images/common/form_bg.png) top left no-repeat;
}
textarea{
	margin: 0;
	padding: 6px 8px;
	width: 204px;
	height: 138px;
	border: none;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 1em;
	overflow: hidden;
	background: url(../images/common/text_area.png) top left no-repeat;
}
textarea.l_420{
	width: 354px;
	background: url(../images/common/text_area_375.png) top left no-repeat;
}
input.butt_send{
	margin: 0 0 0 -4px;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons/butt_sendenquiry.png) 0 0 no-repeat;
}
input.butt_send:hover{
	background: url(../images/buttons/butt_sendenquiry.png) 0 -50px no-repeat;
}
input.butt_postcomment{
	margin: 0 0 0 -4px;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons/butt_postcomment.png) 0 0 no-repeat;
}
input.butt_postcomment:hover{
	background: url(../images/buttons/butt_postcomment.png) 0 -50px no-repeat;
}
.butt_refresh{
	height: 25px;
	width: 25px;
	display: inline;
	border: 0;
	cursor: pointer;
	background: url(../images/common/butt_refresh.png) 0 6px no-repeat;
	margin: 0 0 0 2px;
}

#base_content{
	margin: 0 auto;
	width: 838px;
	height: 219px;
	background: url(../images/common/base_bg.png) top left no-repeat;
}
#base_content #left{
	margin: -26px 0 0 19px;
	width: 282px;
	height: 256px;
	float: left;
	display: inline;
	position: relative;
	z-index: 3;
	background: url(../images/common/base_left.png) top left no-repeat;
}
#base_content #centre{
	margin: -6px 0 0 -15px;
	width: 283px;
	height: 220px;
	float: left;
	display: inline;
	background: url(../images/common/base_centre.png) top left no-repeat;
}
#base_content #centre .butt_moreinfo{
	margin: 148px 0 0 50px;
	width: 110px;
	height: 57px;
	border: none;
	cursor: pointer;
	background:  url(../images/buttons/butt_s_moreinfo.png) 0 0 no-repeat;
}
#base_content #right{
	margin: 19px 0 0 -16px;
	padding: 80px 0 0 10px;
	width: 256px;
	height: 108px;
	float: left;
	display: inline;
	background: url(../images/common/base_right.png) top right no-repeat;
}
#base_content #right p{
	margin: 3px 0 0 0;
	padding: 0 5px 0 3px;
	font-size: .9em;
}
#newsletter_form .butt_join{
	margin:0px 0 0 0px;
	width: 87px;
	height: 34px;
	border: none;
	cursor: pointer;
	background:  url(../images/buttons/butt_s_signup.png) 0 0 no-repeat;
}
#newsletter_form .nettles{
	margin: -15px 0 0 150px;
	width: 160px;
	height: 95px;
	position: absolute;
	z-index: 2;
	background:  url(../images/common/base_right_nettles.png) 0 0 no-repeat;
}
#newsletter_form legend{
	display: none;
}
#footer{
	margin: 10px auto 0 auto;
	clear: both;
	width: 800px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	line-height: 12px;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	text-decoration: underline;
}

#footer #nav{
	float: left;
}
#footer #nav li{
	margin: 0 5px 0 0;
	padding: 0px 5px 0 0;
	border-width: 0 1px 0 0;
	border-color: #ffffff;
	border-style: solid;
	height: 12px;
}
#footer #nav li.end{
	border: none;
}
.copy{
	margin: 20px 0 0 628px;
	clear: both;
	position: absolute;
	Opacity: 0.6;
	filter: alpha(opacity=60);
}
.lazy{
	width: 164px;
	height: 17px;
	float: right;
	background: url(../images/common/lazy.png) no-repeat;
}
.lazy:hover{
	height: 16px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #afb8a9;
}
.facebook{
	margin: 15px 0 15px 0;
	width: 90px;
	height: 24px;
	float: left;
	clear: both;
	background: url(../images/common/facebook.png) no-repeat;
}
.facebook:hover{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #293e69;
	height: 23px;
}
.facebook_lrg{
	margin: 15px 0 0px 5px;
	width: 144px;
	height: 44px;
	float: left;
	clear: both;
	background: url(../images/common/facebook_bg.png) no-repeat;
}
#grp{
	clear: both;
}
#security_field_please_leave_blank{
	display: none;
}
#comments_cont h4{
	display: block;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
}

#comments_cont h5{
	display: block;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}

#comments_cont h6{
	padding: 2px 0;
	display: block;
	font-size: .9em;
	color: #ffffff;
	font-weight: 100;
}

#comments_cont h6.red{
	color: red;
	font-weight: bold;
}

#comments_cont h6.centre{
	margin: 0 auto;
	text-align: center;
}

#comments_cont #comments .post{
	margin: 5px 0 0 0;
	padding: 5px;
	height: auto;
	width: 500px; 
	clear: both;
	border-style: dotted;
	border-color: #ffffff; 
	border-width: 0 0 1px 0;
}
#comments_cont #comments .post .txt{
	border-width: 0;
	border-style: solid;
	border-color: #ffffff;
	float: right;
	width: 300px;
	padding: 0 5px;
	min-height: 40px;
}
#comments_cont #comments .post .data{
	width: 170px;
	height: auto;
	float: left;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
}
#comments_cont #comment{

}
#comments_form{
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border: 0;
}

input.off{
	display: none;
}
.butt_sq_back{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_back.png) 0 0 no-repeat;
}
.butt_sq_back:hover{
	background: url(../images/buttons/butt_back.png) 0 -50px no-repeat;
}
.butt_sq_addcomment{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_addcomment.png) 0 0 no-repeat;
}
.butt_sq_addcomment:hover{
	background: url(../images/buttons/butt_addcomment.png) 0 -50px no-repeat;
}
.butt_nextin{
	position: absolute;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0 0 0 700px;
	background: url(../images/buttons/butt_nextin.png) 0 0 no-repeat;
}
.butt_nextin:hover{
	background: url(../images/buttons/butt_nextin.png) 0 -50px no-repeat;
}
.butt_previn{
	margin: 0 0 0 550px;
	padding: 0;
	position: absolute;
	z-index: 3;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	background: url(../images/buttons/butt_previn.png) 0 0 no-repeat;
}
.butt_previn:hover{
	background: url(../images/buttons/butt_previn.png) 0 -50px no-repeat;
}
.butt_sq_viewcomments{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_viewcomments.png) 0 0 no-repeat;
}
.butt_sq_viewcomments:hover{
	background: url(../images/buttons/butt_viewcomments.png) 0 -50px no-repeat;
}

.butt_moredetails{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_moredetails.png) 0 0 no-repeat;
}
.butt_moredetails:hover{
	background: url(../images/buttons/butt_moredetails.png) 0 -50px no-repeat;
}

.butt_next{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	float: left;
	background: url(../images/buttons/butt_next.png) 0 0 no-repeat;
}
.butt_next:hover{
	background: url(../images/buttons/butt_next.png) 0 -50px no-repeat;
}
.butt_back{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_back.png) 0 0 no-repeat;
}
.butt_back:hover{
	background: url(../images/buttons/butt_back.png) 0 -50px no-repeat;
}

.butt_login{
	margin: 0 0px 0 182px;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_login.png) 0 0 no-repeat;
}
.butt_login:hover{
	background: url(../images/buttons/butt_login.png) 0 -50px no-repeat;
}

.butt_continue{
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: right;
	background: url(../images/buttons/butt_continue.png) 0 0 no-repeat;
}
.butt_continue:hover{
	background: url(../images/buttons/butt_continue.png) 0 -50px no-repeat;
}

.butt_register{
	margin: 0 0px 0 192px;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_register.png) 0 0 no-repeat;
}
.butt_register:hover{
	background: url(../images/buttons/butt_register.png) 0 -50px no-repeat;
}

.butt_skiptocheckout{	
	margin: -30px 0px 0 182px;
	padding: 0;
	width:146px;
	height: 47px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/buttons/butt_skiptocheckout.png) 0 0 no-repeat;
}
.butt_skiptocheckout:hover{
	background: url(../images/buttons/butt_skiptocheckout.png) 0 -50px no-repeat;
}

.butt_modifybasket{
	margin: 100px 0 0 20px;
	padding: 0;
	width:120px;
	height: 38px;
	border: 0;
	cursor: pointer;
	display: block;
	background: url(../images/buttons/butt_modifybasket.png) 0 0 no-repeat;
	z-index:7;
	position: absolute;
}
.butt_modifybasket:hover{
	background: url(../images/buttons/butt_modifybasket.png) 0 -41px no-repeat;
}

.butt_buyonline{
	padding: 0;
	width:116px;
	height: 100px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 30px 0 0 172px;
	position: absolute;
	background: url(../images/buttons/butt_buyonline.jpg) 0 -1px no-repeat;
}
.butt_buyonline:hover{
	background: url(../images/buttons/butt_buyonline.jpg) 0 -103px no-repeat;
}

.butt_ingred{
	padding: 0;
	width: 124px;
	height: 100px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: -31px 0 0 241px;
	position: absolute;
	background: url(../images/buttons/butt_ingred.jpg) 0 0 no-repeat;
}
.butt_ingred:hover{
	background: url(../images/buttons/butt_ingred.jpg) 0 -100px no-repeat;
}
.butt_buyoneline_base{
	padding: 0;
	width: 140px;
	height: 40px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 173px 0 0 10px;
	position: absolute;
	background: url(../images/buttons/butt_buyonline_base.png) 0 0 no-repeat;
}
.butt_buyoneline_base:hover{
	background: url(../images/buttons/butt_buyonline_base.png) 0 -39px no-repeat;
}

#cart{
	position: absolute;
	margin: -17px 0 0 594px;
	padding: 5px 0 0 0;
	width: 230px;
	height: 20px;
	text-align: center;
	background: url(../images/common/cart_bg.png) top left repeat;
}
.carty{
	margin: -2px 0 0 2px;
	width: 21px;
	height: 18px;
	background: url(../images/store/cart.png) 0 0 no-repeat;
	display: block;
	float: left;
}
/* Basket */
#basket{
	margin: 0 auto;
	width: 800px;
	height: auto;

}
#basket_edit_holder{
	display: none;
}
table#basket_edit {
	margin: 0 auto;
	width: 750px;
	color: #000;
	clear: both;
	padding: 3px;
}

table#basket_edit tr{
	border-width: 1px 0 0px 0;
	border-style: solid;
	border-color: #d1d6b9;
}
table#basket_edit tr.topper{
	border-width: 0 0 0px 0;
}
table#basket_edit .butt_delete{
	margin: -1px 0 0 5px;
	padding: 0;
	height: 17px;
	width: 17px;
	background: url(../images/buttons/butt_basket_delete.gif) no-repeat 0 0;
	display: block;
	float: left;
}
table#basket_edit .butt_delete:hover{
	background: url(../images/buttons/butt_basket_delete.gif) no-repeat 0 -17px;
}
table#basket_edit td{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
	vertical-align: middle;
	height: 30px;
	margin: 0 0 2px 0px;
}
table#basket_edit td .item_info{
	margin: 0 0 0 15px;
	float: left;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
}
table#basket_edit td .item_info a{
	color: #ffffff;
}
table#basket_edit td input.qty{
	margin: 0 0 0 0;
	padding: 3px;
	height: 15px;
	text-align: center;
	color: #434a28;
	font-weight: bold;
	font-size: .9em;
	background: #c7cfb7;
	border: 1px solid #434a28;
}
table#basket_edit td input.basket_refresh{
	margin: 0px 0 0 -15px;
	background: url(../images/common/form_butt.png) no-repeat 0 0;
	padding: 3px;
	width: 25px;
	height: 22px;
	border: none;
	cursor: pointer;
}
table#basket_edit td input.basket_refresh:hover{
	background: url(../images/common/form_butt.png) no-repeat 0 -22px;
}
table#basket_edit tr th.item{
	height: 32px;
	background: url(../images/text/basket_edit_items.png) no-repeat 35px 0;
}
table#basket_edit tr th.qty{
	height: 32px;
	width: 50px;
	padding: 0 3px;
	background: url(../images/text/basket_edit_qty.png) no-repeat 0 0;
}
table#basket_edit tr th.price{
	width: 55px;
	height: 32px;
	background: url(../images/text/basket_edit_price.png) no-repeat 0 0;
}
table#basket_edit tr th.subtotal{
	width:75px;
	height: 32px;
	background: url(../images/text/basket_edit_subtotal.png) no-repeat 0 0;
}

table#basket_summ {
	margin: 0 auto;
	width: 750px;
	color: #000;
	clear: both;
	padding: 3px;
}

table#basket_summ tr{
	border-width: 1px 0 0px 0;
	border-style: solid;
	border-color: #b6c5a8;
	height: 70px;
	background: url(../images/common/basket_bg_10.png);
}
table#basket_summ tr.topper{
	border-width: 0 0 0px 0;
	border-width: 0px;
	height: 20px;
	background: none;
}
table#basket_summ .butt_delete{
	margin: -1px 0 0 5px;
	padding: 0;
	height: 17px;
	width: 17px;
	background: url(../images/buttons/butt_basket_delete.gif) no-repeat 0 0;
	display: block;
	float: left;
}
table#basket_summ .butt_delete:hover{
	background: url(../images/buttons/butt_basket_delete.gif) no-repeat 0 -17px;
}
table#basket_summ td{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
	vertical-align: middle;
	height: 30px;
	margin: 0 0 2px 0px;
}
table#basket_summ td .item_info{
	margin: 0 0 0 15px;
	float: left;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
}
table#basket_summ td .item_info a{
	color: #c9cebf;
	line-height: 1.5em;
	font-size: 1.5em;
}
table#basket_summ td input.qty{
	margin: 0 0 0 0;
	padding: 3px;
	height: 15px;
	text-align: center;
	color: #434a28;
	font-weight: bold;
	font-size: .9em;
	background: #c7cfb7;
	border: 1px solid #434a28;
}
table#basket_summ td input.basket_refresh{
	margin: 0px 0 0 -15px;
	background: url(../images/common/form_butt.png) no-repeat 0 0;
	padding: 3px;
	width: 25px;
	height: 22px;
	border: none;
	cursor: pointer;
}
table#basket_summ td input.basket_refresh:hover{
	background: url(../images/common/form_butt.png) no-repeat 0 -22px;
}
table#basket_summ tr th.item{
	width: 360px;
	height: 32px;
	background: url(../images/text/basket_edit_items.png) no-repeat 15px 0;
}
table#basket_summ tr th.qty{
	height: 32px;
	width: 130px;
	padding: 0 3px;
	background: url(../images/text/basket_edit_qty.png) no-repeat top center;
}
table#basket_summ tr th.price{
	width: 130px;
	height: 32px;
	background: url(../images/text/basket_edit_price.png) no-repeat top center;
}
table#basket_summ tr th.subtotal{
	width:130px;
	height: 32px;
	background: url(../images/text/basket_edit_subtotal.png) no-repeat top center;
}

#basket_butt_holder{
	margin: 00px auto 20px auto;
	padding: 0;
	width: 292px;
	height: 47px;
	clear: both;
}
#basket_cont{
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
	height: auto;
	background: url(../images/store/right_basket_bg.png) 400px 0 repeat-y;
}
#basket_base, #basket_base_b{
	margin: 0 0 0 -150px;
	width: 1087px;
	height: auto;
}

#basket_base #totals, #basket_base_b #totals {
	margin: 0 auto;
	width: 1109px;
	background: url(../images/common/checkout_base.png) no-repeat top left;
}
#basket_base #totals .total, #basket_base_b #totals .total{
	margin: 0 auto;
	width: 1109px;
	height: 28px;
	font-size: 1.5em;
	padding: 18px 0 5px 0px;
	text-align: center;
	background: url(../images/common/checkout_base.png) no-repeat top left;
}
#basket_base .loader, #basket_base_b .loader{
	margin: 0px auto;
	padding: 40px 0 0 0;
	width: 100px;
	height: 30px;
	text-align: center;
	background: url(../images/common/basket_loader.gif) 40px 20px no-repeat;
}
#discounts_form {
	margin: 0px 0 0 0px;
	width: 1087px;
	height: 40px;
	background: url(../images/store/bg_promocode.png) no-repeat 0 0;
}
#discounts_form form{
	margin: 0px 0 0 470px;
	width: 300px;
	height: 40px;
	background: url(../images/common/form_bg.png) no-repeat 0 0;
}
#discounts_form label{
	display: none;
}
#discounts_form .text{
	margin: 2px 0 0 5px;
	background: transparent;
	padding: 3px;
	width: 200px;
	height: 15px;
	border: none;
	color: #3d4b23;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-weight: bold;
}
#discounts_form .butt{
	margin: 6px 0 0 5px;
	background: url(../images/common/form_butt.png) no-repeat 0 0;
	padding: 3px;
	width: 25px;
	height: 22px;
	border: none;
	cursor: pointer;
}
#discounts_form  .discounts .butt:hover{
	background: url(../images/common/form_butt.png) no-repeat 0 -22px;
}

#shipping_form {
	margin:0 0 0 61px;
	width: 1087px;
	height: 41px;
	background: url(../images/store/bg_shipping.png) no-repeat;
}
#shipping_form label{
	clear: both;
	width: 305px;
}


#basket_base .shipping_dd, #basket_base_b .shipping_dd{
	margin: 4px 0 0 410px;
	position: absolute;
	padding: 5px 0 3px 0;
	width: 280px;
	height: 30px;
	background: url(../images/common/form_bg.png) no-repeat 0 0;
}
#basket_base .shipping label, #basket_base_b .shipping label{
	display: none;
}
#basket_base .shipping .butt, #basket_base_b .shipping .butt{
	margin: 6px 0 0 5px;
	background: url(../images/common/form_buttdown.gif) no-repeat 216px 0;
	padding: 3px;
	width: 240px;
	height: 17px;
	border: none;
	display: block;
	cursor: pointer;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
}
#basket_base .shipping .butt:hover, #basket_base_b .shipping .butt:hover{
	background: url(../images/common/form_buttdown.gif) no-repeat 216px -38px;
	color: #778764;
}
#basket_base .shipping .list, #basket_base_b .shipping .list{
	margin: 6px 0 0 5px;
	padding: 3px;
	width: 240px;
	height: auto;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
}
#basket_left{
	width: 350px;
	padding: 0 25px;
	height: auto;
	float: left;
}
#basket_right{
	width: 350px;
	padding: 0 25px;
	height: auto;
	float: left;

}
.left_box{
	margin: 10px 0 0 0;
	width: 400px;
	height: auto;
	cleaR: both;
}
.left_box{
	margin: 10px 0 0 0;
	width: 400px;
	height: auto;
	cleaR: both;
}
.box{
	width: 200px;
	height: 175px;
	margin: 0px 0 0 20px;
	padding: 75px 0 0 0;
	float: left;
	background: url(../images/store/box_bg.png) top left no-repeat;
}
.box2{
	width: 143px;
	height: auto;
	margin: 0px 0 0 -20px;
	padding: 0px 0 20px 0;
	float: left;
}
.box2 ul{
	width: 143px;
	height: 115px;
}
.thebox{
	width: 121px;
	height: 107px;
	padding: 8px 0 0 22px;
	float: left;
	background: url(../images/store/box.png) top left no-repeat;
}
.thebox li{
	margin: 0 4px 3px 0px;
	width: 25px;
	height: 26px;
	display: block;
	background: url(../images/store/bottle_top.png) top left no-repeat;
}
.qty{
	margin: 0;
	padding: 7px 0 0 0;
	width: 39px;
	height: 25px;
	border: 0;
	color: #444444;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	display: block;
	float: left;
	background: url(../images/store/qty_box.png) 0 0 no-repeat;
}


.b_dep{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #b9c8b3;
}
#basket_progress{
	margin: -50px 0 0 270px;
	padding: 5px 20px 0  168px;
	width: 365px;
	height: 37px;
	background: url(../images/store/basket_progress.png) 0 0 no-repeat;
}
#basket_progress .basket{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_basket.png) 0 0 no-repeat;
}
#basket_progress .basket_on{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_basket.png) 0 -34px no-repeat;
}
#basket_progress .checkout{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_checkout.png) 0 0 no-repeat;
}
#basket_progress .checkout_on{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_checkout.png) 0 -34px no-repeat;
}
#basket_progress .summary{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_summary.png) 0 0 no-repeat;
}
#basket_progress .summary_on{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_summary.png) 0 -34px no-repeat;
}
#basket_progress .payment{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_payment.png) 0 0px no-repeat;
}
#basket_progress .payment_on{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_payment.png) 0 -34px no-repeat;
}
#basket_progress .complete{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_complete.png) 0 0 no-repeat;
}
#basket_progress .complete_on{
	margin:0 ;
	padding: 0;
	width: 73px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/store/butt_basket_complete.png) 0 -34px no-repeat;
}

/* Quick Buy */
.buynow_form{
	margin: 0;
}
.buynow_form .price{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 20px;
	font-size: 14px;
}
.buynow_form label{
	display: none;
}
.buynow_form .qty{
	margin: 0;
	padding: 20px 16px 17px 46px;
	font-size: 12px;
	width: 31px;
	height: 19px;
	background: url(../images/store/qb_qty.png) no-repeat 0 0;
}
.buynow_form .butt_addtobasket{
	clear: both;
}
.buynow_form select{
	display: none;
}
.buynow_form .bottlesize{
	margin: 0px 0 0 0px;
	padding: 5px 0 3px 0;
	width: 280px;
	height: 30px;
	background: url(../images/common/form_bg.png) no-repeat 0 0;

}
.buynow_form .bottlesize .list{
	margin: 5px 0 0 -3px;
	
	width: 242px;
	height: auto;
	position: relative;
	z-index:5;
	display: none;
}
.buynow_form .bottlesize .list .mid{
	margin: 0px 0 0 0px;
	padding: 0px 5px 0 5px;
	width: 232px;
	height: auto;
	background: url(../images/common/form_select_bg.gif) repeat-y 0 0;

}
.buynow_form .bottlesize .list .mid .item{
	clear: both;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	padding: 0 0 2px 0;
}
.buynow_form .bottlesize .list .top{
	margin: 0px 0 0 0px;
	padding: 0;
	width: 242px;
	height: 11px;
	background: url(../images/common/form_select_top.gif) no-repeat 0 0;

}
.buynow_form .bottlesize .list .base{
	margin: 0px 0 0 0px;
	padding: 0;
	width: 242px;
	height: 11px;
	background: url(../images/common/form_select_bottom.gif) no-repeat 0 0;

}
.buynow_form .bottlesize .selector{
	margin: 0px 0 0 5px;
	background: url(../images/common/form_buttdown.gif) no-repeat 216px 0;
	padding: 3px;
	width: 240px;
	height: 17px;
	border: none;
	display: block;
	cursor: pointer;
	color: #3d4b23;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
}
.buynow_form .bottlesize .selector:hover{
	background: url(../images/common/form_buttdown.gif) no-repeat 216px -38px;
	color: #778764;
}
.title_modify{
	margin: 0 0 0 -140px;
	padding: 10px 0 0 166px;
	width: 900px;
	height: 47px;
	display: block;
	clear: both;
	font-size: 20px;
	background: url(../images/text/title_modify.png) no-repeat 0 0;
}

/* Checkout */
#checkout{
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 790px;
}
#checkout form{
	margin: 0 auto;
	width: 790px;

}
#checkout label{
	width: 100px;
	padding: 8px 0px 0 00px;
	float: left;
	display: block;
	color: #ffffff;
	text-align: right;
}
#checkout legend{
	display: none;
}
#checkout #user{
	margin: 0;
	padding: 50px 0 30px 0;
	width: 790px;
	background: url(../images/common/hor_ver_790.gif) no-repeat 0 0;
}
#checkout #user #passwords{
	margin: -82px 0 0 410px;
	position: absolute;
	padding: 0px 0 10px 0;
	width: 480px;
}
#checkout #billing, #basket #billing{
	margin: 0 auto;
	padding: 0px 0 10px 0;
	width: 392px;
	float: left;
	background: url(../images/common/checkout_sep.png) repeat-y top right;
}
#checkout #billing .txt{
	margin: -15px 0 10px 120px;
	padding: 0;
	width: 253px;
	height: 15px;
	display: block;
	background: url(../images/store/checkout_txt_1.gif) no-repeat 0 0;
}
#checkout #shipping, #basket #shipping{
	margin: 0 auto;
	padding:0px 0 10px 10px;
	width: 380px;
	float: left;
	background: url(../images/common/vert_sep.gif) repeat-y 0 0;
}

#checkout #shipping .txt{
	margin: -15px 0 10px 120px;
	padding: 0;
	width: 253px;
	height: 15px;
	display: block;
	background: url(../images/store/checkout_txt_2.gif) no-repeat 0 0;
}
#checkout #shipping .txt:hover{
	background: url(../images/store/checkout_txt_2.gif) no-repeat 0 -15px;
}
#checkout .where{
	margin: 0 0 0 105px;
	padding: 0;
	height:24px;
	width: 243px;
	background: url(../images/common/checkout_where.png) 0 0 no-repeat;
	display: block;
}
#checkout .sameas{
	margin: 0 0 10px 105px;
	padding: 0 0 0 0;
	height:14px;
	width: 243px;
	background: url(../images/common/checkout_sameas.gif) 0 0 no-repeat;
	display: block;
	cursor: pointer;
}
#checkout .sameas:hover{
	background: url(../images/common/checkout_sameas.gif) 0 -14px no-repeat;
}
#checkout h5 {
	font-weight: bold;
	font-size: .9em;
}
#checkout h5 span{
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
}
#checkout_buttons{
	margin: -10px auto 0 auto;
	padding: 0px 0 0 0;
	width: 790px;
	height: 100px;
	background: url(../images/common/hor_ver_790.gif) no-repeat 0 0;
}
#checkout_login{
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: url(../images/titles/checkout_1.gif) 0 50px no-repeat;
	width: 790px;
	height: auto;
	
}
.ver_790{
	margin: 0;
	padding: 00px 0 30px 0;
	width: 790px;
	height: 10px;
	background: url(../images/common/hor_ver_790.gif) no-repeat 0 0;
	clear: both;
}
#register_form{
	margin: 0px 0 0 0;
	padding: 0px 30px 0 0;
	float: left;
	width: 385px;
	height: 300px;
	background: url(../images/common/vert_sep.gif) top right repeat-y;
	
}
#register_form legend{
	display: none;
}
#checkout_login label{
	margin: 0;
	padding: 3px 10px 0 0;
	float: left;
	text-align: right;
	width: 110px;
	height: auto;
	color: #fffffff;
}
#login{
	margin: 0 0 0 60px;
	padding: 0px 0 0 0;
	width: 345px;
	float: right;
	height: auto;
	color: #82807d;
}
#login_form{
	margin: 0px 60px 0 450px;
	padding: 0px 0 0 0;
	width: 345px;
	height: auto;
	color: #82807d;
	position: relative;
}
#login a{
	color: #82807d;
	text-decoration: underline;
}
#login_form legend{
	display: none;
}
#login_form label{
	margin: 0;
	padding: 3px 10px 0 0;
	float: left;
	text-align: right;
	width: 100px;
	height: auto;
	color: #ffffff;
}

#nothanks{
	margin: 10px 60px 0 450px;
	padding: 0px 0 0 0;
	width: 345px;
	height: auto;
	color: #82807d;
}


#launch{
	margin: 20% auto 0 auto;
	text-align: center;
}
#launch h1{
	margin: 0 auto;
	position: static;
}

#addedtocart{
	margin: 50px 0 0 550px;
	padding: 100px 0 0 0;
	width: 317px;
	height: 133px;
	background: url(../images/common/addedtobasket.png) 0 0 no-repeat;
	position: absolute;
	z-index:100;
	display: none;
}
#addedtocart .message{
	margin: 0 auto;
	width: 200px;
	height: 40px;
	color: #ffffff;
	font-size: .9em;
	text-align: center;
}

#addedtocart .message a{
	text-decoration: underline;
	color: #ffffff;
}
.basket_status{
	margin: 5px 0 0 -44px;
	padding: 90px 0 0 0;
	width: 317px;
	height: 143px;
	background: url(../images/common/addedtobasket.png) 0 0 no-repeat;
	position: absolute;
	z-index:99;
	display: none;
}
.basket_status p{
	margin: 0 auto;
	width: 200px;
	height: 40px;
	color: #ffffff;
	font-size: .9em;
	text-align: center;
}
.butt_phil{
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../images/buttons/butt_phil.png) 0 0 no-repeat;
	width: 237px;
	height: 93px;
	display: block;
}
.butt_phil:hover{
	background: url(../images/buttons/butt_phil.png) 0 -93px no-repeat;
}
.butt_goodness{
	margin: 0 auto 20px auto;
	padding: 0;
	width: 666px;
	height: 99px;
	display: block;
	background: url(../images/common/butt_goodness.png) 0 0 no-repeat;
}
.butt_goodness:hover{
	background: url(../images/common/butt_goodness.png) 0 -99px no-repeat;
}
.butt_goodness span{
	display: none;
}
.butt_goodnesssmall{
	margin: 0 0 20px 0;
	padding: 0;
	width: 371px;
	height: 168px;
	display: block;
	background: url(../images/common/butt_goodnesssmall.png) 0 0 no-repeat;
}
.butt_goodnesssmall:hover{
	background: url(../images/common/butt_goodnesssmall.png) 0 -168px no-repeat;
}
.butt_goodnesssmall span{
	display: none;
}
