* {
	margin: 0;
	padding: 0;
	outline: none;
}

div {

}
html, body {
	height: 100%;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff; 
	font-size: 62.5%;

}

h1 {font-size: 3em;margin-bottom:20px;font-family: Calibri, Arial, Helvetica, sans-serif;}
h2 {font-size: 1.8em;font-family: Calibri, Arial, Helvetica, sans-serif;}
h3 {font-size: 1.5em;font-family: Calibri, Arial, Helvetica, sans-serif;}
h4 {font-size: 1.4em;font-family: Calibri, Arial, Helvetica, sans-serif;}
p {font-size: 1.2em;}
.header { font-family: Calibri, Arial, Helvetica, sans-serif;}
.text-block {
	width:660px;
}
.text-block h1, 
.text-block h2, 
.text-block h3, 
.text-block h4, 
.text-block p {
	margin-bottom:10px;
}

img {	
	border: none;
}

a {
	outline: none;
	color:#4a3c31;
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:underline;
}

ul {
	list-style-type: none;
}
sup {
	font-size:9px;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.no-text {
	text-indent:-9999px;
	line-height:0px;
}

.button {
	display:block;
	padding:5px;
	color:#4a3c31;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-shadow: #b9ab97 1px 1px 0px;
	text-decoration:none;
	text-align:center;
	border:1px solid #d0c8bd;
	background:#efede4;
	background: -moz-linear-gradient(top,#efede4,#d5d3c9);
	background: -webkit-gradient(linear, left top, left bottom,from(#efede4),to(#d5d3c9));
	background: -o-linear-gradient(top, #efede4, #d5d3c9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efede4', endColorstr='#d5d3c9');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover,
.button:active {
	background:#e3e1d6;
	background: -moz-linear-gradient(top,#e3e1d6,#c8c6bb);
	background: -webkit-gradient(linear, left top, left bottom,from(#e3e1d6),to(#c8c6bb));
	background: -o-linear-gradient(top, #e3e1d6, #c8c6bb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e1d6', endColorstr='#c8c6bb');
}
.button.pink {
	color:#fff;
	text-shadow:#c54b57 1px 1px 0px;
	border-color:#d24d5a;
	background:#ff8f99;
	background: -moz-linear-gradient(top,#ff8f99,#e4737e);
	background: -webkit-gradient(linear, left top, left bottom,from(#ff8f99),to(#e4737e));
	background: -o-linear-gradient(top, #ff8f99, #e4737e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f99', endColorstr='#e4737e');
}
.button.pink:hover,
.button.pink:active {
	background:#f18892;
	background: -moz-linear-gradient(top,#f18892,#d56d77);
	background: -webkit-gradient(linear, left top, left bottom,from(#f18892),to(#d56d77));
	background: -o-linear-gradient(top, #f18892, #d56d77);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f18892', endColorstr='#d56d77');
}
.button.large {
	text-transform:uppercase;
	font-weight:bold;
}
.bg_grey {
	display:block;
	padding:5px;
	color:#404040;
	text-decoration:none;
	text-align:center;
	border:1px solid #c9c9c9;
	background:#ededed;
	background: -moz-linear-gradient(top,#fff,#ededed);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),to(#ededed));
	background: -o-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ededed');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#container {
	height:100%;
	margin: 0 auto;
	padding: 0 20px;
	width: 990px;
	max-width: 990px;
	min-width: 990px;
}

/* Header */
#header {
	background: #ffffff url(/images/header_bg.png);
	height: 149px;
	min-height: 149px;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

#headerInfo {
	height: 113px;
	clear: both;
	width: 100%;
}

#loginInfo {
	height: 25px;
	url(/images/sprites/nav_bar.jpg) 0 0 bottom-left;
	float: right;
	margin-right: 0;
	background: url(/images/loginInfo.png) no-repeat;
	padding: 10px;
	color: #f4eede;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}

#loginInfo a {
	color: #fff;
}

#headerLogo {
	float: left;
	margin: 0;
	margin-left: 40px;
	padding: 0;
	height: 113px;
}

#headerLogo img {
	margin: 0;
	padding: 0;
	outline: none;
}


#header a.logo {
	display: block;
	height: 113px;
	width: 273px;
	overflow: hidden;
	text-indent: -5000px;
	padding: 0;
	background: url(/images/logo_ribbon_02.png) no-repeat;
}

}

#content {
	position:relative;
}
/* Content Header */

div #contentHeader {
	clear:both;
	position: relative;
	height: 50px;
	background-color: #ffffff;
	margin-bottom: 5px;
	width: 100%;
}

#contentHeaderLeft {
	float: left;
}
.box_current_offer {
	display:block;
	width:300px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
}
.box_current_offer h2 {
	font-size:14px;
}

.share h1 {
	display:block;
	width:732px;
	height:41px;
	background:url(/images/share_header_bg.png) no-repeat 0 0;
	text-indent:-9999px;
	line-height:0px;
	margin-bottom:20px;
}
.products h1 {
	display:block;
	width:307px;
	height:57px;
	background:url(/images/products_header_bg.png) no-repeat 0 0;
	text-indent:-9999px;
	line-height:0px;
	margin-bottom:20px;
}

.crumbTrail {
	float:left;
	color: #aac75d;
	color: #666;
	font-size: 1.1em;
}

.crumbTrail a, .crumbTrail a:active, .crumbTrail a:hover, .crumbTrail a:visited, .crumbTrail a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.crumbTrail span.CrumbRoot {
	font-weight: bold;
}

#contentHeaderRight {
	float: right;
	padding: 0 4em 0 0;
	margin: 0 300px 0 0;
}

/* Footer */
#footer {
	clear: both;
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	padding: 2.5em 0 10em 2em;
	}

#footer dl {
	font-size: 1.2em;
	line-height: 1.5em;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 1.5em 0 1.5em 1.5em;
	width: 14.5em;
	border-right: #dddddd solid 1px;
	min-height: 10em;
}

#footer dl.right {
	border-right: none;
}


#footer dt {
	font-weight: bold;
	text-align: left;
	color: #3b3e45;
	padding: 0.3em 1em;
}

#footer dd {
	text-align: left;
	margin: 0;
	padding: 0 0 0 1.6em;
	font-size: 1em;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #3b3e45;
}

#footer a:hover {
	color: #3b3e45;
	text-decoration: underline;
}

#footer h4 {
	color: #3b3e45;
	padding: 1em 1em 0 1em;
	font-weight: normal;
	clear: left;
}

/* content sections */
#contentMain {
	position: relative;
	width: 100%;
	clear: both;
	font-size: 1.2em;
	min-height: 25em;
	margin: 10px 0 ;
}

#contentMain h1 {
	color: #333;
}

#homeImages {
	width: 716px;
	float: left;
	clear: left;
}

#homeImages .imageRow img {
	display: block;
	float: left;
	padding: 10px;
}

#floatRight {
	float: right;
}

#homeTabs {
	float: left;
	width: 230px;
	min-height: 400px;
	margin-left: 20px;
}

#homeTabs a img {
	padding-right: 20px;
}

#homeTabs a {
/*	outline: 1px red dotted;*/
	display: block;
	color: #121212;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: -0.01em;
}

#homeTabs li a:hover {
	background: #eff2f7;
}

#homeTabs a.getStartedNow {
	text-align: center;
	line-height: 40px;
	font-size: 18pt;
	color: #121212;
	/*background: url(/images/circle.png)no-repeat;*/
}

#homeTabs li a.getStartedNow:hover {
/*	background: #ffffff url(/images/circle.png)no-repeat;*/
}

#homeTabs li {
	border-bottom: dotted 1px #666666;
}

.promoCode {
	padding: 0;
	color: #817665;
	line-height:2em;
	font-size: 1.1em
}

.promoCode a {
	font-size: 0.9em;
	font-weight: bold;
	color: #67721a;
}

.attention {
	clear: both;
	display: block;
	padding: 1em 0 0 2em;
	font-size: x-small;
	color: #aa0000;
	background: url('/images/attention.gif') no-repeat bottom left;
}

.hidden {
	display: none;
}

#msgDiv {
	clear: both;
	height: 5em;
	background-color:#f2f2f2;
}

.form_btns {
	text-align: center;	
}

.continue_btn {
	display: inline-block;
	margin: 2em;
}

.indent {
	padding-left: 1em;
}

.center {
	text-align: center;
}

#navbar {
	display: block;
	width: 990px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	height: 36px;
	background: #b9ab97;
	padding: 0;
}

#navbar ul {
	float: left;
	padding: 0 0;
}

#navbar li {
	list-style-type: none;
	float: left;
}

#navbar ul + ul {
	float: right;
	padding-right: 0;
}

#navbar a {
	display: block;
	width: 125px;
	height: 36px;
	text-align:center;
	color:#4a3c31;
	background:url(/images/header_spacer_bg.png) no-repeat 100% 0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	line-height: 36px;
	text-decoration:none;
}
#navbar a:hover,
#navbar a:active {
	text-decoration:none;
	background-color:#FF8F99;
	color:#fff;
}
#navbar.logged_in ul.menu_left a {
	width:155px;
}

#sideCol {
	float:left;
	width: 15em;
	background-color: #0000ff;
}


.free {
	color: #CC6600;
}

.price {
	color: #ee5e00;
/*	padding: 0 50px 0 10px; */
}

#start {
	width: 990px;
	min-height: 600px;
	clear: both;
	display: block;
}

#products {
	position: relative;
	width: 330px;
}

#product_item_select {
	position: relative;
}
#product_item_select .range {
	position: absolute;
	top: 0;
}

#start #products ul {
	width: 330px;
}

#start #products li {
	height: 45px;
	padding: 150px 0 0 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

#start li.product1 {background: url(/images/products/product-1.jpg) no-repeat;}
#start li.product2 {background: url(/images/products/product-2.jpg) no-repeat;}
#start li.product3 {background: url(/images/products/product-3.jpg) no-repeat;}
#start li.product4 {background: url(/images/products/product-4.jpg) no-repeat;}
#start li.product5 {background: url(/images/products/product-5.jpg) no-repeat;}

#start li table {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	font-size: 12px;
	border-collapse: collapse;
}

#start li table select {
	
}
#start li table td {
	padding: 0;
	line-height: 18px;
}

#start li table td + td {
	width: 40%;
}

.col .deliverySelect {
	padding: 25px 30px;
	max-width: 270px;
	text-align: center;
	color: #607775;
}

.submitButton {
	margin: 50px;
	display: block;
	height: 55px;
	width: 165px;
	background: url(/images/buttons.png) 0 0;
	text-indent: -5000px;
	border: none;
	cursor: pointer;
}

#start fieldset {
	margin: 1em;
	padding: 1em;
	float: left;
	border: none;
}


#productSelection {
	width: 18em;
}

#productSelector ul {
	margin: 20px 0 0 0;
}

#flowSelection {
	width: 28em;
}

#deliverySelection {
	width: 15em;
}

#deliverySelection p {
	clear: left;
	display: block;
}

#start legend {
	font-size: 1.5em;
	font-weight: bold;
}

#start ul {
	list-style-type: none;
	padding: 0;
}

#start ul.itemDesc,#start ul.itemQty {
	float: left;
	margin: 10px 0 0 0;
}

#start ul.itemlist {
	padding: 0;
}

#start ul.itemlist li {
	display: block;
	padding: 0;
}

#start ul.delivery {
	clear: right;
	padding: 10px 0 20px 70px;
}

#start .delivery li {
	padding: 1em 1.7em;
}

#start .delivery label {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

#start .delivery input {
	float: left;
	clear: left;
	margin-right: 2em;
}

#start ul.itemDesc {
	clear: left;
	width: 17em;
	padding-left: 2em;
}

#start ul.itemDesc li {

}

#start ul.itemDesc > li {
	font-weight: bold;
	font-size: 1.2em;
}

#start ul.itemDesc li + li {
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1em;
	text-indent: 2em;
}

#start ul.itemQty {
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
}


#start #submit {
	padding: 2em 0 0 17em;
}

#productSelection a {
	display: block;
	height: 65px;
	width: 146px;
	overflow: hidden;
	text-indent: -5000px;
	padding: 10px 0;
}


 
#productSelection li.non-applicator a {
	background: url(/images/sprite_menus/sprite.png) -260px -260px;
}

#productSelection li.applicator a {
	background: url(/images/sprite_menus/sprite.png) -415px -260px;
}

#orderSummaryPanel {
	float: left;
	clear: left;
	width: 212px;
	padding: 0;
	margin: 0 16px;
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
	
}

#orderSummaryPanel a {
	display: block;
	color: #607775;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#orderSummaryPanel h1 {
	font-size: 16px;
	color: #333333;
	padding: 12px 0 18px 0;
}

table.itemList, table.delivery, table.priceSummary {
	border-collapse: collapse;
	width: 212px;
}

table.itemList tfoot, table.delivery tfoot {
	background: #ffffff;
}

table.itemList td, table.itemList th, table.delivery td, table.delivery th, table.priceSummary td, table.priceSummary th {
	padding: 7px 7px;
	line-height: 16px;
	font-weight: normal;
}

table.itemList td.detail {
	text-align: left;
}

table.itemList tr.odd {
}

table.itemList tr.even {

}

#orderSummaryPanel thead {
	border-top: solid 1px #607775;
	border-bottom: solid 1px #607775;
	background: #607775;
	color: #ffffff;
}

table.itemList thead th + th {
	
}

table.itemList tbody td + td {
	
}


table.itemList tfoot td {
	
}


table.delivery tbody td, table.priceSummary tbody td {
	text-align: center;
	padding-bottom: 25px;
}

table.delivery thead th, table.priceSummary thead th {
	text-align: center;
	
}


span.description {
	display: block;
	float: left;
	font-size: 80%;
}


#howHeader {
	width:970px;
	height:220px; 
	padding: 10px 20px 40px 10px;
}

.headerSection {
	float: left;
	width: 220px;
	height: 220px;
	padding: 0 10px;
}

.headerSection + .headerSection {
	border-left: 1px dotted #ffffff;
}

.calendar {
	margin: 0 0 10px 10px;
	height: 133px;
	width: 200px;	
	background: url(/images/calendar.jpg) no-repeat;
}

.mailbox {
	margin: 0 0 10px 10px;
	height: 133px;
	width: 200px;	
	background: url(/images/postbox.jpg) no-repeat;
}

.flow {
	margin: 0 0 10px 10px;
	height: 133px;
	width: 200px;	
	background: url(/images/how-02.jpg) no-repeat;
}


.product {
	margin: 0 0 10px 10px;
	height: 133px;
	width: 200px;	
	background: url(/images/products.jpg) no-repeat;
}

.headerSection .step {
	display: block;
	float: left;
	font-size: 6em;
	color: #80A000;
	font-weight: bold;
	padding: 0 0 0 0;
}

.headerSection p {
	padding: 1em 0 0 0;
	font-size: 1em;
	color: #aaaaaa;
	font-weight: normal;
}

.headerSection p + p{
	padding: 0.5em 0 0 0;
}

.headerSection a {
	color: #80A000;
	text-decoration: none;
	font-weight: bold;
}

#confirmation {
	width: 600px;
	margin: 0 auto;
}

#confirmation h1 {
	text-align: center;
	color: #999;
}

#confirmation_body {
	padding: 0 20px;
}

#confirmation_footer {
	height: 50px;
	padding: 0 20px;
}

#order {
	margin-bottom: 20px;
}

#order table {
	border-collapse: collapse;
}

#order caption {
	padding: 1em 0 1em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}

#order caption span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}

#order thead th {
	height: 40px;
	background: url(/images/table_box_01.png) top center;
}

#order thead .left {
	background: url(/images/table_box_01.png);
}

#order thead .right {
	background: url(/images/table_box_01.png) top right;
}

#order tbody td {

}

#order tbody .left {
	background: url(/images/table_box_02.png) left center;
	border-bottom: 1px dotted #ccc;
}

#order tbody .right {
	background: url(/images/table_box_02.png) right center;
}

#order tfoot td {
	font-weight: bold;
	padding: 1em 10px 1em 0;
	color: #333;
	background: url(/images/table_box_02.png) bottom center;
	border: none;
}

#order tfoot td span {
	display: block;
	color: #999;
	font-weight: normal;
}

#order tfoot .left {
	background: url(/images/table_box_02.png) left bottom;
}

#order tfoot .right {
	background: url(/images/table_box_02.png) right bottom;
}


#order thead th {
	padding: 10px;
	color: #F4EEDE;
}

#order tbody td + td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#order tbody td {
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4em;
}

#order tbody td + td{
	font-weight: normal;
	padding-left: 0;
}

#order tbody td span {
	display: block;
	font-weight: normal;
	text-indent: 1.5em;
	font-size: 100%;
}

#order .free {
	display: inline;
}

#delivery_details {
	clear both;
	float: left;
	width: 100%;
}

#delivery_details li {
	line-height: 2em;
}

#delivery_details li + li {
	line-height: 140%;
	text-indent: 14%;
}

#delivery_details table {
	padding: 1em 0 2em 0;
	float: left;
}

#delivery_details table + table{
	float: right;
}

#delivery_details table + table td {
	
}

#delivery_details td {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

#delivery_details td + td {
	text-align: left;
	font-weight: normal;
	padding-left: 1em;
}

#info_nav {
	clear: left;
	float: left;
	max-width: 250px;
	width: 250px;
	margin-top: 20px;
}

#info_nav a.mainmenuItem {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

#info_nav a.mainmenuItem img {
	margin-right: 10px;
}
#info_nav a.mainmenuItem:hover  {
	color: #333333;
}

#info_nav .submenu a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 10px 10px 30px;
	font-weight: normal;
}

#info_nav .submenu a:hover {
	text-decoration: underline;
	color: #333333;
}

#info_nav ul.submenu {
	margin-bottom: 20px;
}

#info_nav ul.submenu li {
	border-bottom: 1px dotted #ccc;
}

#info {
	float: left;
	margin: 20px 0 40px 20px;
	width: 650px;
}

#info h1 {
	padding-bottom: 20px;
	color: #333333;
}

#info h2{
	padding: 20px 0;
	color: #333333;
}

#info p + h2 {
	padding: 40px 20px 20px 0;
}

#info p + h3 {
	padding: 20px 20px 20px 0;
}

#info p + p {
	padding-top: 1em;
}

#info p {
	line-height: 120%;
}
#info ul {
	margin-left: 10px;
	padding: 20px;
	font-size: 120%;
}

#info li {
	list-style-type: disc;
	line-height: 120%;
}

.start_col_header {
	height: 63px;
	margin-bottom: 10px;
}

#start p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom:10px;
}

#product_type_selection {
	width: 673px;
	margin-right:20px;
	padding: 0;
	float: left;
}
#delivery_selection {
	width:295px;
	padding: 0;
	float: left;
}

.product_type_header {
	background: url(/images/start_col_headers.jpg) 0 0 no-repeat;
	padding: 15px 0 0 50px;
}

.product_item_header {
	background: url(/images/start_col_headers.jpg) -295px 0 no-repeat;
}

.product_delivery_header {
	background: url(/images/start_col_headers.jpg) -673px 0 no-repeat;
	padding: 15px 0 0 50px;
}

#product_type_select {
	width: 75%;
	margin: 0 auto;
}

#product_type_select li {
	margin: 20px 10px;;
}

#product_type_selector a {
	display: block;
	text-indent: -5000px;
	width: 175px;
	height: 50px;
	overflow: hidden;
}

.product_type_applicator a {
	background: url(/images/start_widgets.png) 0 0 no-repeat;
}

.product_type_applicator a:hover {
	background: url(/images/start_widgets.png) 0 -50px no-repeat;
}

.product_type_applicator a.selected {
	background: url(/images/start_widgets.png) 0 -100px no-repeat;
}

.product_type_non-applicator a {
	background: url(/images/start_widgets.png) 0 -150px no-repeat;
}

.product_type_non-applicator a:hover {
	background: url(/images/start_widgets.png) 0 -200px no-repeat;
}

.product_type_non-applicator a.selected {
	background: url(/images/start_widgets.png) 0 -250px no-repeat;
}
.range {
	width:320px;
	float:left;
	padding-left:10px;
}
.range h3 {
	margin-bottom:15px;
}
#product_item_select {
	width: 380px;;
	margin: 0 auto;
}

#product_item_selection {
	padding: 0 10px;
	width: 378px;
	float: left;
}

.product_item {
	clear: left;
	margin-bottom:20px;
}


.product_image {
	width: 150px;
	height: 128px;
	float: left;
	margin-right:10px;
}

.product_image_1 {
	background: url(/images/product_items.png) 0 0 no-repeat;
}

.product_image_2 {
	background: url(/images/product_items.png) -150px 0 no-repeat;
}

.product_image_3 {
	background: url(/images/product_items.png) -300px 0 no-repeat;
}

.product_image_4 {
	background: url(/images/product_items.png) -450px 0 no-repeat;
}

.product_image_5 {
	background: url(/images/product_items.png) -600px 0 no-repeat;
}

.product_image_6 {
	background: url(/images/product_items.png) -750px 0 no-repeat;
}

.products_info {
	float: left;
	padding-left: 15px;
}

.product_info .title {
	display:block;
	float:left;
	color: #171716;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: -4px 0 5px;
    text-transform: uppercase;
}
.product_info .productDesc {
	display:block;
	float:left;
	width:150px;
}
.product_info .productDesc span {
	padding-top:5px;
	display:block;
}

.product_info li {
	font-size: 11px;
	line-height: 20px;
}

.product_info select {
	margin-left: 20px;

}

#product_delivery_select {
	width: 75%;
	margin: 0 auto;
	font-size:15px;
}

#delivery_week_select {
	margin: 30px 10px;
}

#delivery_week_select li {
	text-align: center;
}

#weeks li {
	float: left;
	padding-left: 10px;
	margin: 0 0 40px;
	text-align: center
}

#weeks a {
	display: block;
	height: 100px;
	width: 61px;
	overflow: hidden;
	text-indent: -5000px;
}

li.weeks3 a {
	background: url(/images/start_widgets.png) 0 -300px no-repeat;
}

li.weeks3 a:hover {
	background: url(/images/start_widgets.png) -61px -300px no-repeat;
}

li.weeks3 a.selected {
	background: url(/images/start_widgets.png) -122px -300px no-repeat;
}

li.weeks4 a {
	background: url(/images/start_widgets.png) 0 -400px no-repeat;
}

li.weeks4 a:hover {
	background: url(/images/start_widgets.png) -61px -400px no-repeat;
}

li.weeks4 a.selected {
	background: url(/images/start_widgets.png) -122px -400px no-repeat;
}

li.weeks5 a {
	background: url(/images/start_widgets.png) 0 -500px no-repeat;
}

li.weeks5 a:hover {
	background: url(/images/start_widgets.png) -61px -500px no-repeat;
}

li.weeks5 a.selected {
	background: url(/images/start_widgets.png) -122px -500px no-repeat;
}

#start_submit, .continue_submit {
	margin: 20px 30px;
	width: 150px;
	height: 40px;
	outline: none;
	border: none;
	background: url(/images/start_widgets.png) 0 -600px no-repeat;
	cursor: pointer;
}

#start_submit:hover, .continue_submit:hover {
	width: 150px;
	height: 40px;
	outline: none;
	border: none;
	cursor: pointer;
	background: url(/images/start_widgets.png) 0 -640px no-repeat;
}

#product_item_select h1 {
	margin: 0 0 10px 20px;
	font-size: 16px;
	color: #000;
}

#week_selector {
	height: 73px;
	width: 61px;
	margin: 0 auto;
}

#week_selector a {
	margin: 32px 5px;
	height: 10px;
	width: 10px;
	display: block;
	float: left;
	text-indent: -5000px;
	overflow: hidden;

}

#week_schedular {
	float: left;
	height: 73px;
	width: 61px;
}

.week_schedular_3 {
	background: url(/images/weeks.png) no-repeat;
}

.week_schedular_4 {
	background: url(/images/weeks.png) -61px 0 no-repeat;
}

.week_schedular_5 {
	background: url(/images/weeks.png) -122px 0 no-repeat;
}

a.week_back {
	background: url(/images/weeks.png) -200px -30px no-repeat;
}

a.week_fwd {
	background: url(/images/weeks.png) -200px -20px no-repeat;
}

a.top {
display: block;
margin: 20px 0;
color: #333;
font-weight: bold;
}

#share {
	float:left;
}
#share_box_top {
	display:block;
	height:235px;
	background:url(/images/share_box_top_bg.png) repeat-x 0 0;
	color:#fff;
	margin-bottom:20px;
}
#share_box_top img {
	float:left;
	margin-right:30px;
}
#share_box_top h2 {
	font-size:24px;
	padding-top:20px;
}
#share_box_top p {
	display:block;
	float:left;
	font-size:20px;
	width:500px;
	margin-top:25px;
	padding-left:40px;
	background:url(/images/share_box_tick.png) no-repeat 0 0;
}
.share_and {
	display:block;
	float:left;
	width:51px;
	height:22px;
	background:url(/images/share_box_and.png) no-repeat 40px 0!important;
}
.share_sign_in {
	font-size:20px;
}
.share_sign_in a {
	color:#ff818d;
}
.share_box_middle {
	color:#fff;
	text-shadow:#c54b57 1px 1px 0px;
	border-color:#d24d5a;
	margin-bottom:20px;
	background:#ff8f99;
	background: -moz-linear-gradient(top,#ff8f99,#e4737e);
	background: -webkit-gradient(linear, left top, left bottom,from(#ff8f99),to(#e4737e));
	background: -o-linear-gradient(top, #ff8f99, #e4737e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f99', endColorstr='#e4737e');
}
.share_box_middle li {
	width:260px;
	float:left;
	padding:20px 20px 20px 50px
}
.share_box_middle li h3 {
	font-size:19px;
	font-weight:normal;
}
.share_box_middle li p {
	color:#fff4b9;
	font-size:18px;
	margin-bottom:0;
}
.share_box_middle li.first { background:url(/images/share_list_1.png) no-repeat 20px 20px; }
.share_box_middle li.second { background:url(/images/share_list_2.png) no-repeat 10px 20px; }
.share_box_middle li.third { background:url(/images/share_list_3.png) no-repeat 10px 20px; }
.share_code {
	padding:10px;
	margin-bottom:20px;
	border:1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}.share_code_left {
	width:330px;
	float:left;
	padding-top:18px;
}
.share_code_left h2 {
	margin-bottom:10px;
	text-align:center;
}
.share_code_left p {
	color:#ff818d;
	width:200px;
	font-size:28px;
	margin-left:60px;
}
.share_code_right {
	float:right;
	width:556px;
	padding:10px 15px 15px 15px;
	color:#838383;
	border:1px solid #bbbbbb;
	background:#f3f3f3;
	background: -moz-linear-gradient(top,#f3f3f3,#dadada);
	background: -webkit-gradient(linear, left top, left bottom,from(#f3f3f3),to(#dadada));
	background: -o-linear-gradient(top, #f3f3f3, #dadada);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.share_code_right h2 {
	color:#ff818d;
	text-align:center;
	margin-bottom:5px;
}

.share_code_right p#share_buttons {
	margin-left:80px;
}
.share_code_right a {
	width:170px;
	float:left;
	line-height:30px;
	margin-right:20px;
	text-align:left;
	margin-left:0px;
}
.share_code_right a span {
	display:block;
	float:right;
	height:30px;
}
.share_code_right a.facebook span {
	width:112px;
	background:url(/images/share_code_social_fb.png) no-repeat 50% 50%;
}
.share_code_right a.twitter span {
	width:108px;
	background:url(/images/share_code_social_twitter.png) no-repeat 0 50%
}
.share_code_right a.email {
	margin-right:0px;
}
.share_code_right a.email span {
	width:37px;
	background:url(/images/share_code_social_email.png) no-repeat 0 50%
}
.share_code_right .grey {
	clear:both;
	padding-top:10px;
	text-align:center;
}

#about {
	width: 600px;
	margin-left: 220px;
}
.about_us_img {
	float:left;
	margin-left:-230px;
}

#about p {
	color: #333333;
	margin: 20px 10px;
	line-height: 125%;
}

#sidebar {
	float:right;
	width:226px;
	font-size:14px;
}
#sidebar .button {
	font-size:20px;
	padding:10px;
	margin-bottom:15px;
}
#sidebar .promo_code {
	display:block;
	font-size:15px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding:5px;
	margin-bottom:18px;
	color:#4d4d4d;
	border:1px solid #c9c9c9;
	background:#fff;
	background: -moz-linear-gradient(top,#fff,#ededed);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff),to(#ededed));
	background: -o-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ededed');
	-moz-box-shadow:0 3px 5px #ddd;
	-webkit-box-shadow:0 3px 5px #ddd;
	box-shadow:0 3px 5px #ddd;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#home_left {
	float:left;
	width: 747px;
}
#banner {
	position:relative;
	height: 344px;
	width: 747px;
	background:#4c3e35 url(/images/home_banner_bg.png) repeat 0 0;
	margin-bottom:20px;
}
#banner span.header {
	display:block;
	font-size:26px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:50px;
	margin:0px 0 5px 0;
}
#banner span.text {
	font-size:14px;
}
#banner .overlay {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:88px;
	height:88px;
	background:transparent url(/images/home_banner_overlay.png) no-repeat 0 0;
	margin:-2px 0 0 -2px;
}
#banner a {
	position:relative;
	display: block;
	color:#fff;
}
#banner a span.caption {
	position:absolute;
	bottom:3px;
	font-size:14px;
	left:0;
	right:0;
	padding:5px;
	background: transparent url(/images/home_banner_box_bg.png) repeat 0 0;
	text-align:right;
	cursor:pointer;
}
#banner_1 {
	float: left;
	height: 172px;
	width: 260px;
	text-align:center;
}
#banner_1 a,
#banner_6 a {
	width:260px;
	height:172px;
	line-height:20px;
}

#banner_2 {
	float: left;
	height: 172px;
	width: 224px;
}

#banner_3 {
	float: left;
	height: 172px;
	width: 263px;
}

#banner_5 {
	float: left;
	height: 172px;
	width: 260px;
	text-align:center;
}

#banner_6 {
	float: left;
	height: 172px;
	width: 485px;
	background: url(/images/link_holder_02.png) -259px -175px no-repeat;
}

#banner_7 {
	float: left;
	height: 172px;
	width: 224px;
	background: url(/images/link_holder_02.png) -258px -221px no-repeat;
}

#banner_8 {
	float: left;
	height: 172px;
	width: 263px;
	background: url(/images/link_holder_02.png) -484px -221px no-repeat;

}

#home_press {
	display:block;
	float:left;
	width:487px;
	height:90px;
	background:#f4f4f4;
	background: -moz-linear-gradient(top,#f4f4f4,#ebebeb);
	background: -webkit-gradient(linear, left top, left bottom,from(#f4f4f4),to(#ebebeb));
	background: -o-linear-gradient(top, #f4f4f4, #ebebeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ebebeb');
}
#home_press h2 {
	display:block;
	width:482px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	font-size:14px;
	text-transform:uppercase;
	color:#686868;
	background:#e0e0e0;
	background: -moz-linear-gradient(top,#ededed,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom,from(#ededed),to(#e0e0e0));
	background: -o-linear-gradient(top, #ededed, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e0e0e0');
}
#home_press p {
	line-height:61px
}
#home_press p img {
	vertical-align:middle;
}
.home_press_style {
	margin:0px 0 0 25px;
}
.home_press_independent {
	margin:5px 0 0 40px;
}
#share_the_secret {
	display:block;
	position:relative;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	width:205px;
	height:140px;
	padding:10px;
	text-decoration:none;
	border:1px solid #95b4b9;
	background:#d6e5e8 url(/images/home_share_bg.png) no-repeat 50% 50%;
}
#share_the_secret span {
	cursor:pointer;
}
#share_the_secret .share_email {
	display:block;
	position:absolute;
	width:105px;
	height:85px;
	right:0;
	bottom:0;
	margin:0 -15px -10px 0;
	background:url(/images/home_share_email.png) no-repeat 0 0;
}
#share_the_secret .header {
	display:block;
	color:#545d5e;
	font-size:18px;
	margin-bottom:5px;
}
#share_the_secret .share_image {
	display:block;
	width:202px;
	height:29px;
	margin-bottom:5px;
	color:#c89d1b;
	font-size:30px;
	background:url(/images/home_share_text.png) no-repeat 0 0;
	text-indent:-9999px;
	line-height:0px;
}
#share_the_secret .text {
	display:block;
	color:#798789;
	width:122px;
	font-size:15px;
}
#start_btn a {
	display: block;
	float: right;
	border: #3f3933 2px solid;
	height: 20px;
	padding: 10px;
	width: 150px;
	font-size: 18px;
	font-weight: normal;
	color: #3f3933;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}

#start_btn a:hover {
	text-decoration: underline;
}

/* home page - lighthouse */

#home_banner {
	width:100%;
	background: url(/images/home_banner_bg.jpg) 0 0 repeat-x;
	height:50px;
	line-height:50px;
	color:#64888f;
	text-shadow: #fff 1px 0 0;
	font-size:1.2em;
}
#home_banner_left,
#home_banner_right {
	position:relative;
	width:470px;
	float:left;
	padding-left:15px;
}
#home_banner_right {
	text-align:right;
}
#home_banner_left {
	background: url(/images/home_banner_right_bg.png) bottom right no-repeat;
}
#home_banner_right {
	background: url(/images/home_banner_right_bg.png) bottom right no-repeat;
	width:490px;
}
#home_banner a {
	color:#5e8188;
	color:#55787f;
	color:#476970;
	text-decoration:none;
	background: url(/images/home_banner_arrow.png) top right no-repeat;
	padding-right:20px;
}
#home_banner_right a {
	background: none;
}
#home_banner a:hover {
	color:#2e474c;
	background-position:right -20px;
}
#home_banner a:hover span {
	background-position:0 -20px;
}
#home_banner a span {
	font-size:90%;
	color:#789fa6;
	color:#6e949b;
	color:#658b92;
	background: url(/images/home_banner_arrow.png) top left no-repeat;
	padding-left:17px;
	margin-left:3px;
}
#home_banner_left_img {
	position:absolute;
	right:30px;
	top:-7px;
}
#home_social {
	float:left;
	text-align:center;
	width:260px;
}
#home_social h2 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}
#home_social .facebook, 
#home_social .twitter {
	display:block;
	float:left;
	width:44px;
	height:44px;
	margin-right:10px;
	text-indent:-9999px;
	line-height:0px;
}
#home_social .facebook {
	background: transparent url(/images/home_social_fb.png) no-repeat 0 0;
	margin-left:80px;
}
#home_social .twitter {
	background: transparent url(/images/home_social_tw.png) no-repeat 0 0;
}


/* new menu stuff */
.login a { background-position:-863px -50px; }
.login a:hover { background-position: -863px -100px;}
.login a.selected { background-position: -863px -150px;}

#navbar .blog a{ width: 115px; }
.blog a { background-position: -750px -50px;}
.blog a:hover { background-position: -750px -100px;}
.blog a.selected { background-position: -750px -150px;}



/* why trinkets - lighthouse */
#testimonials {
	clear:both;
	margin-top:20px;
}
#testimonials h2 {
	margin-bottom:20px;
}
.testimonial,
.blue_box {
	padding:20px 40px 20px 20px;
	display:block;
	float:left;
	width:360px;
	font-size:1.2em;
	margin-right:35px;
	margin-bottom:20px;
	border:1px solid #bdd2d5;
	background: -moz-linear-gradient(top,#d7eff3,#bdd2d5);
	background: -webkit-gradient(linear, left top, left bottom,from(#d7eff3),to(#bdd2d5));
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7eff3', endColorstr='#bdd2d5');
}
.testimonial .quote {
	padding:0 0 0 60px;
	background: url(/images/testimonial_quote.png) no-repeat 0 0;
	color:#64888f;
}
.testimonial .name {
	margin:0 0 0 60px;
	background: transparent url(/images/dots_white.gif) repeat-x 0 0;
	color:#4c7177;
	margin-top:7px;
	padding-top:7px;
}
.ui-dialog-titlebar {
	font-size:20px;
	padding:5px 0 0 10px!important;
}
.ui-widget-header {
	background:none!important;
	border:0!important;
	color:#000!important;
}
.ui-widget-header .ui-icon { background-image:url("/images/ui-icons_222222_256x240.png")!important; }
#dialogMsg h1,
#dialogMsg h2,
#dialogMsg h3,
#dialogMsg h4,
#dialogMsg p {
	margin-bottom:15px;
	font-size:14px;
}
#dialogMsg .button {
	width:180px;
	float:right;
}
.modal_congrats {
	display:block;
	height:57px;
	background:url(/images/modal_congratulations.png) no-repeat 10px 10px!important;
}
#login .button {
	width:155px;
	float: right;
    margin: -4px 225px 20px 0;
	padding:3px;
}
