/*
Theme Name: Jutebox
Theme URI: http://www.thejuteshop.com.au
Author: adam alexander
Author URI: http://www.adamalexander.com.au
Description: Custom branded theme extending WP Toolbox 1.1
Version: 0.1
License: 
License URI:
Tags:

*/

/* =Structure
-------------------------------------------------------------- */
html, body {
	background: #fff url('_img/bg_body.gif') scroll repeat-x center 0px;
	margin:0;
   	padding:0;
   	height:100%;
}


#page {
	margin: 0 auto;
	width: 100%;
	min-height:100%;
   	position:relative;
   	font-family: "droid-serif-1","droid-serif-2";

}

#branding {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	position: relative;
}

#branding h1 {
	width: 292px;
	height: 108px;
	float: left;
	padding: 0px 0 20px 0;
	margin: 10px 0 0 0;
	background: transparent url('_img/logo_The-Jute-Shop.png') scroll no-repeat 0 0;
	text-indent: -9000px;
}

#branding h1 a {
	margin: 0;
	padding: 0;
	width: 292px;
	height: 108px;
	display: block;
}

#branding ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}

#branding ul li#reusable {
	position: absolute;
	top: -20px;
	right: 265px;
	width: 125px;
	height: 127px;
	background: transparent url('_img/btn_reusable.png') scroll no-repeat 0 0;
	text-indent: -9000px;
}

#branding ul li#sustainable {
	position: absolute;
	top: 10px;
	right: 140px;
	width: 127px;
	height: 128px;
	background: transparent url('_img/btn_sustainable.png') scroll no-repeat 0 0;
	text-indent: -9000px;
}

#branding ul li#biodegradable {
	position: absolute;
	top: -5px;
	right: 10px;
	width: 127px;
	height: 128px;
	background: transparent url('_img/btn_biodegradable.png') scroll no-repeat 0 0;
	text-indent: -9000px;
}

#branding #message {
	width: 225px;
	position: absolute;
	top: 0px;
	left: 300px;
	
	font-size: 12px;
	line-height: 14px;
	padding: 8px;
	color: #fff;
	background-color: #787745;
	font-weight: normal;
}

#main {
	width: 936px;
	margin: 0 auto;
	padding: 20px 0 192px 0;
	overflow: auto;
	background-color: #ddeff5;
	background-color: rgba(221, 239, 245, 0.8);
	border-left: 1px dashed #a8cdda;
	border-right: 1px dashed #a8cdda;
	border-bottom: 1px dashed #a8cdda;
	position: relative;
}

#credentials {

	margin: 0 auto;
}

#primary {
	position: relative;
	z-index: 200;
}

#content {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 40px 0;
	width: 640px;
	
}

.product-secondary-nav  {
	clear: both;
	float: left;
	overflow: hidden;
	
	margin-left: 40px;
}
#colophon {
	background-color: #e4e4e4;
	text-align: right;

	position:absolute;
   	bottom:0;
   	width:100%;
   	height:172px;   /* Height of the footer */
   	background: #fff url('_img/bg_footer.gif') scroll repeat-x 0 82px;
   	text-align: center;
   	color: #fff;
   	font-size: 12px;
}

#colophon ul {
	list-style-type: none;
	padding: 24px 20px 4px 20px;
	margin: 0;
}

#colophon ul li {
	padding: 0px;
	margin: 0;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {

	display: block;
	height: 32px;
	margin: 0px auto 0px auto;
	width: 940px;
	padding: 0;
	background: #614b47 url('_img/bg_nav_primary.gif') scroll repeat-x 0 0px;
	
}
#access ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0px 0.5em;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	background-color: #4b3a37;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*background: #dedede;*/
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	font-weight: normal;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #3c2c29;
}
#access ul ul a:hover {
	/*background: #cecece;*/
}
#access ul li:hover > ul {
	display: block;
	
}

.menu-item {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 1px 1px 1px 0px;
	text-shadow: 1px 1px 1px #000000;
	
}

.menu-item a {
	color: #fff;
	border: 1px solid #695854;
	font-weight: normal;
}

.menu-item a:hover {
	color: #f67302;
	background-color: #3c2c29;
	border: 1px solid #f67302;
}

.sub-menu .menu-item {
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	margin: 0px 1px 1px 1px;
}

.current-menu-item, .current-menu-parent {
	background-color: #3c2c29;
}

#secondary {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	width: 200px;
}

h1 {
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 700;
	font-style: normal;
	font-size:32px;
	margin: 0 0 0px 0;
}

.entry-title {
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 700;
	font-style: normal;
	font-size:24px;
}



p {
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height: 20px;
}

.product-info-long  {
	font-family: "droid-serif-1","droid-serif-2";
	font-size:12px;
	line-height: 16px;
}

.product-info-short {
	font-family: "droid-serif-1","droid-serif-2";
	font-size:12px;
	line-height: 16px;
}

.entry-header h4, .nav-previous, .nav-next {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

h4 {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;

}

.ctc-tag-cloud {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.entry-meta p {
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.entry-meta p a {
	font-weight: normal;
}

/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
}
#content div {
	
}



 .nav-previous {
	float: left;
	width: 50%;
}
 .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 0em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
	margin-left: 230px;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */
#search {
	margin: 4px 4px;
	
	background: transparent url('_img/bg_search.gif') scroll no-repeat 0 0px;
	padding: 0 0px;
	float:right;
	text-align: right;
	
}

#searchform {
	padding: 0;
	margin: 0;
	padding: 0;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 100px;
	background-color: transparent;
	border: 0;
	padding: 2px 4px 0 4px;
	height: 20px;
	margin: 0;
	float: left;
}

input[type=text],
input#s {
	
	

}

#searchsubmit {
	padding: 0;
	margin: 1px 0 0 0;
	border: 0;
	width: 22px;
	height: 22px;
	text-indent: -9000px;
	cursor: pointer;
	background: transparent url('_img/icon_search.gif') scroll no-repeat -2px -1px;
	cursor: pointer;
}

#searchsubmit:active {
	background: transparent url('_img/icon_search.gif') scroll no-repeat -2px -23px;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0em 0 0;
}
/*
.nav_search {
	width: 200px;
	float:right;
	margin: 0px 0 0 0;
}
*/

.page-header {
	padding: 0px 40px;
	margin: 0 0 20px 0;
	z-index: 100;
	position: relative;
}

.product-image-thumb {
	float: left;
	width: 210px;
	height: 140px;
	border: 1px solid #E7D592;
	margin: 20px 20px 20px 20px;
	background-color: #fff;
}

.product-image-hero {
	float: left;
	width: 210px;
	height: 210px;
	border: 1px solid #E7D592;
	margin: 20px 20px 20px 20px;
	background-color: #fff;
}


.entry-header {
	
	margin-left: 230px;
}

.product-info-short, .product-info-long {
	margin: 0 20px 10px 250px;
	list-style-type: none;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #E7D592;
	color: #333;
}

.product-info-short strong, .product-info-long strong {
	display: block;
	float: left;
	width: 100px;
}

.product-info-short span, .product-info-long span {
	
	
}

.product-post-long, .product-post-short {
	padding: 0px;
	margin: 0px 0 10px 0;
	border: 1px solid #e7d592;
	
}

.product-post-long {
	background: #fdf7e0 url('_img/bg_post.png') scroll repeat-y center 0;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
}

.product-post-short {
	background: #fdf7e0 url('_img/bg_list.png') scroll no-repeat center 0;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
}

.no-results {
	padding: 10px 0 0px 0;
	margin: 0px 0 10px 0;
	border: 1px solid #ccc;
}


.product-post-short h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 20px 20px 10px 20px;
	border-top: 1px dashed #E7D592;
	border-bottom: 1px dashed #E7D592;
}

.product-post-long h1  {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px 20px 10px 20px;
	border-top: 1px dashed #E7D592;
	border-bottom: 1px dashed #E7D592;
}

.product-post-long h4 {
	padding-top: 0;
	padding-bottom: 0;
	margin: 20px 0 10px 0;
}

.entry-content p {
	padding: 0;
	margin: 0 20px 10px 20px;
}

.entry-meta p {
	padding: 4px 20px 4px 20px;
	margin: 0 0 0 0;
	background-color: #fdeed2;
	font-size: 11px;
	border-top: 1px dashed #E7D592;
	color: #333;
}

.product-secondary-nav div {
	margin: 0 0 10px 0;
	border: 1px solid #e7d592;
	background: #fdf7e0 url('_img/bg_list.png') scroll no-repeat right bottom;

}

.product-secondary-nav div h4 {
	margin: 0 0px 4px 0px;
	padding: 4px 10px;
	background-color: #fdeed2;
	border-bottom: 1px dashed #E7D592;
	color: #333;
}

.product-secondary-nav div ul {
	margin: 0 10px 10px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
}

.product-secondary-nav div ul li a{
	font-weight: normal;
}

/* style for current category*/
li.current-cat {
	background-color: #eee;
}

#nav-above {
	margin: 0 0 10px 0;
	padding: 4px;
	background: #614b47 url('_img/bg_nav_primary.gif') scroll repeat-x 0 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

#nav-below {
	margin: 0px 0 10px 0;
	padding: 4px;
	background: #614b47 url('_img/bg_nav_primary.gif') scroll repeat-x 0 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.search-terms {
	font-style: italic;
}

.hilite {
	background-color: yellow;
}

.clear {
	height: 10px;
	width: 100%;
	clear: both;
}

.archive-meta p {
	margin: 0 0 0px 0;
	color: #333;
}

.page-title {
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	color: #819b24;
	text-shadow: 1px 1px 2px #fff;
}

.bg-main {
	/*background: transparent url('_img/_bg_main.png') scroll no-repeat center bottom;*/
	
}

a {
	color: #f89404;
	font-weight: bold;
}

a:hover {
	color: #e56018;
	text-decoration: none;
}

.secondary-nav-group {

}

.actual-page-content {
	margin: 0 0 0px 20px;
	width: 600px;
	padding: 0 20px 20px 20px;
	border: 1px solid #e7d592;
	background: #fdf7e0 url('_img/bg_list.png') scroll no-repeat right bottom;
	
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;

}

.actual-page-content ul {
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height: 20px;
	background: none;
	list-style-type: outside;
	margin: 0;
	padding: 10px 0 0 20px;
}

h3 {
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 600;
	font-style: normal;
	font-size:20px;
	line-height: 20px;
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #e7d592;
	color: #614b47;
}

.action {
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 4px;
	
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	
	font-family: "apertura-1","apertura-2";
	font-weight: 700;
	font-style: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 1px 1px 1px 0px;

	-webkit-box-shadow: 1px 1px 1px #adcfdb;
	-moz-box-shadow: 1px 1px 1px #adcfdb;
	box-shadow: 1px 1px 1px #adcfdb;

}

.action:hover {
	color: #9ecb2d;
	background: #614b47;
}

.quote {
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 4px;
	
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	
	font-family: "apertura-1","apertura-2";
	font-weight: 700;
	font-style: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 4px 10px 0px 0px;

	-webkit-box-shadow: 1px 1px 1px #adcfdb;
	-moz-box-shadow: 1px 1px 1px #adcfdb;
	box-shadow: 1px 1px 1px #adcfdb; 
}

.quote:hover {
	color: #9ecb2d;
	background: #614b47;
}

.right {
	float: right;
}

.wpcf7-form p > label {
	float: left;
	display: block;
	width: 200px;
}

.wpcf7-form input[type="submit"] {
	float: right;
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	
	font-family: "apertura-1","apertura-2";
	font-weight: 700;
	font-style: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 1px 1px 1px 0px;

	-webkit-box-shadow: 1px 1px 1px #adcfdb;
	-moz-box-shadow: 1px 1px 1px #adcfdb;
	box-shadow: 1px 1px 1px #adcfdb;
}

.wpcf7-form input[type="submit"]:hover {
	color: #9ecb2d;
	background: #614b47;
}

.hide {
	display: none;
}

#feature {
	width: 900px;
	/*height: 300px;*/
	
	margin: 0 auto;
	position: relative;
}

#feature-msg {
	
}

#carousel {
	width: 900px;
	height: 300px;
	overflow: hidden;
	
}

.slide {
	width: 900px;
	height: 300px;
	border-radius: 8px;
}


.slide h1 {
	margin: 70px 0 20px 40px;
	padding: 0 0 0px 0;
	color: #333;
	text-shadow: 1px 1px 2px #fff;
	
	line-height: 32px;
}

#slide-0 {
	background: transparent url('_img/bg_slide_0.jpg') scroll no-repeat 0 0px;
}

.slide p {
	margin: 20px 0 20px 40px;
}


#slide-1 {
	background: transparent url('_img/bg_slide_1.jpg') scroll no-repeat 0 0px;
}

#slide-1-h1 {
	width: 440px;
}

#slide-1-a {

}

#slide-1-b {

}

#slide-2 {
	background: transparent url('_img/bg_slide_2.jpg') scroll no-repeat 0 0px;
}

#slide-2-h1 {
	width: 400px;
	margin: 80px 0 20px 40px;
}

#slide-2-a {

}

#slide-3 {
	background: transparent url('_img/bg_main_tt.jpg') scroll no-repeat 0 0px;
}

#slide-4 {
	background: transparent url('_img/bg_homewares.jpg') scroll no-repeat 0 0px;
}

#slide-nav {
	position: absolute;
	left: 40px;
	top: 5px;
	z-index: 10000;
}

#slide-nav a { border: 0px solid #ccc; background: #ea0; text-decoration: none; margin: 0px 2px; padding: 5px 5px;  }
#slide-nav a.activeSlide { background: #ea0; color: #fff; }
#slide-nav a:focus { outline: none; }

.big-action-parent {
	margin: 20px 0 20px 40px;

}

.big-action {
	
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 4px;
	
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	
	font-family: "apertura-1","apertura-2";
	font-weight: 700;
	font-style: bold;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;


	-webkit-box-shadow: 1px 1px 1px #adcfdb;
	-moz-box-shadow: 1px 1px 1px #adcfdb;
	box-shadow: 1px 1px 1px #adcfdb;

}

.big-action:hover {
	color: #9ecb2d;
	background: #614b47;
}

#process {
	margin: 10px 20px;
	padding: 10px 10px;
	position: relative;
	overflow: auto;
	border: 1px solid #e7d592;
	background: #FDEED2 url('') scroll no-repeat right bottom;
}

#process h2 {
	margin: 0px 20px 0px 0px;
	padding: 0 0 0px 0;
	color: #614B47;
	text-shadow: 1px 1px 2px #fff;
	
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	font-size: 20px;
	
	float: left;
	width: 270px;
	height: 40px;

	
	text-align: right;
	padding: 5px 0px 5px 0;
	
	
}

#process ul {
	list-style: none;
	margin: 0px 0 0px 0px;
	padding: 0 0 0px 0;
}

#process ul li {
	width: 170px;
	float: left;
	display: block;
	border: 1px solid red;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 5px;
	
	border: 1px solid #e7d592;
	background: #fdf7e0 url('') scroll no-repeat right bottom;
	
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height: 20px;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#process ul li span {
	float: left;
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	font-size: 24px;
	padding: 0 5px 0 0;
	color: #e7d592;
}

#subfeature {
	margin: 10px 20px;
	padding: 0 0 20px 0;
	overflow: visible;
}

.segments {
	width: 290px;
	float: left;
	margin: 0 10px 0 0px;
	border: 1px solid red;
	
	border: 1px solid #e7d592;
	background: #fdf7e0 url('') scroll no-repeat right bottom;
	overflow: visible;
	text-align: center;
	
}

.segment-last {
	width: 288px;
	float: right;
	margin: 0 0px 0 0px;
	border: 1px solid red;
	
	border: 1px solid #e7d592;
	background: #fdf7e0 url('') scroll no-repeat right bottom;
	overflow: visible;
	text-align: center;
}

.segments h3,  .segment-last h3{
	text-align: center;
	font-family: "apertura-1","apertura-2";
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #e7d592;
	background-color: #FDEED2;
}

.seg-action-parent {
	text-align: center;
	height: 32px;
	margin: 0 0 10px 0;
}

.img-center {
	margin: 0 auto;
}

.menu-footer-nav-container {

	margin: 0 auto;
	width: 940px;
	text-align: center;
}

#menu-footer-nav {
	list-style-type: none;
	margin: 0 auto;
	width: 900px;
}

#menu-footer-nav li {
	float: left;
	margin: 0 auto;

}

#menu-footer-nav li a {
	padding: 4px;
	display: block;
	
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 400;
	font-style: normal;
	font-size:11px;
	line-height: 11px;
	text-transform: none;
	
	text-decoration: none;
	background-color: transparent;
	border-right: 1px solid #fff;
	border-left: 0;

	border-top: 0;
	border-bottom: 0;
}

#menu-footer-nav li a:hover {
	text-decoration: none;
	background-color: transparent;
	border-right: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}

#colophon p {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-size:11px;
	line-height: 11px;
	clear: both;
}

#bg-why {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('_img/bg_why.png') scroll no-repeat 0 0;
	width: 351px;
	height: 542px;
	z-index: 0;
}

#bg-tesco {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('_img/bg_tesco.png') scroll no-repeat 0 0;
	width: 351px;
	height: 542px;
	z-index: 0;
}

#bg-services {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('_img/bg_services.png') scroll no-repeat 0 0;
	width: 351px;
	height: 542px;
	z-index: 0;
}

#bg-about {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('_img/bg_about.png') scroll no-repeat 0 0;
	width: 351px;
	height: 542px;
	z-index: 0;
}

table {
	border-collapse: collapse;
	}

td {
	font-family: "droid-serif-1","droid-serif-2";
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height: 20px;
	vertical-align: top;
	border: 1px solid #E7D592;
	padding: 10px;
}

.choice {
	width: 160px;
	font-weight: bold;
	
}

.seo-crap {
	background: url("") no-repeat scroll right bottom #FDEED2;
    border: 1px solid #E7D592;
    margin: 0px 20px;
    overflow: auto;
    padding: 10px;
    position: relative;
}

.seo-crap h2 {
    color: #614B47;
    float: left;
    font-family: "museo-slab-1","museo-slab-2";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 10px 10px 0px;
    padding: 20px;
    text-align: left;
    text-shadow: 1px 1px 2px #FFFFFF;
    width: 270px;

    background: url("") no-repeat scroll right bottom #FDF7E0;
    border: 1px solid #E7D592;
    border-radius: 4px 4px 4px 4px;

}