/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

@font-face {
    font-family: 'Times Roman';
    src: url('fonts/times-roman.eot');
    src: url('fonts/times-roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/times-roman.woff') format('woff'),
         url('fonts/times-roman.ttf') format('truetype'),
         url('fonts/times-roman.svg#times-roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Times Italic';
	src: url('fonts/times-italic.eot');
	src: local(''), url('fonts/times-italic.woff') format('woff'), url('fonts/times-italic.ttf') format('truetype'), url('fonts/times-italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Gill';
    src: url('fonts/gillsansmtpro-medium.eot');
    src: url('fonts/gillsansmtpro-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/gillsansmtpro-medium.woff') format('woff'),
         url('fonts/gillsansmtpro-medium.ttf') format('truetype'),
         url('fonts/gillsansmtpro-medium.svg#gillsansmtpro-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Light';
    src: url('fonts/gillsansmtpro-light.eot');
    src: url('fonts/gillsansmtpro-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/gillsansmtpro-light.woff') format('woff'),
         url('fonts/gillsansmtpro-light.ttf') format('truetype'),
         url('fonts/gillsansmtpro-light.svg#gillsansmtpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h2 {
	font: 24px "Gill Light";
	color: #002f68;
	text-transform: uppercase;
	border-bottom: 1px solid #bfaf85;
	padding: 0 0 5px 0;
	margin: 0 0 17px 0;
}

h2 small {
	font-size: 24px;
	text-transform: none;
}

h3 {
	font: 24px "Gill Light";
	text-transform: uppercase;
	line-height: 1em;
	color: #fdfefe;
	margin: 0 0 10px 0;
}

h4 {
	font: 20px "Gill Light";
	color: #193e6c;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #bfaf85;
	line-height: 1.1em;
	padding: 0 20px 10px 0;
}

h5 {
	font: bold 23px Gill;
	color: #335c8e;
	margin: 0 0 15px 0;
}

h6 {
	font: 16px Gill;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 5px 5px;
}

/* Links */

a:link, a:visited, a:active {
	color: #335c8e;
	text-decoration: none;
}

a:hover {
	color: #335c8e;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
	line-height: 1.6em;
}

/* Lists */

.content-area ul {
	margin: 0 0 25px 6px;
}

.content-area ul li {
	list-style: none;
	background: url('../i/li-navy.gif') no-repeat 0 7px;
	padding: 0 0 0 15px;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}
/* Sub Nav */

.sub-nav {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	padding-top: 5px;
	text-align: center;
	width: 280px;
}

.sub-nav ul li {
	list-style: none;
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right:0px;
	padding-bottom: 0;
}
.sub-nav ul li a{
	color: #ac9661;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.sub-nav ul li a:hover{	color: #c7ac6b;	text-decoration: underline;}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 15px Gill, Arial, Helvetica, sans-serif;
	color: #465160;
	background: #0a203b url('../i/page-bg.jpg') repeat-x 50% -51px;
}

.homepage {
	background-position: 50% 0;
}

.all {
	width: 940px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}

/* Header */

.header {
	overflow: visible;
	position: relative;
}

.logo {
	margin: 0 0 0 -10px;
	display: inline-block;
}

/* Social Menu */

.social-menu {
	float: right;
}

.social-menu a {
	display: block;
	float: left;
	padding: 12px 0 12px 8px;
}
.social-menu a:last-child {
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding-top: 21px;
}

/* Home Menu */

.home-menu {
	margin: 117px 0 54px -33px;
	width: 980px;
}

.home-menu li {
	float: left;
	display: inline;
	color: #FFF;
	width: 209px;
	margin: 0 0 0 35px;
	position: relative;
	overflow: hidden;
}

.home-menu a:link, .home-menu a:visited {
	float: left;
	display: inline;
	color: #FFF;
}

.centered {
	position: relative;
	width: 100%;
	display: block;
}

.centered:after {
	content: '';
	display: block;
	clear: both;
}

.centered .inner-1 {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
	display: block;
}

.centered .inner-2 {
	position: relative;
	left: -50%;
	float: left;
	display: block;
	text-align: left;
}

.home-menu img {
	border: 3px solid #948660;
}

.home-menu small {
	font: italic 20px "Times New Roman";
	display: block;
	line-height: 1em;
	margin: 0 0 0 0;
	text-shadow: 2px 1px 1px #193f55;
}

.home-menu big {
	font: 44px "Times Roman";
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	margin: -6px 0 17px 0;
	text-shadow: 2px 1px 1px #193f55;
}

.overlay {
	display: block;
	background: #948660;
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 87px;
	color: #FFF;
	font: 18px "Times Italic";
	text-align: center;
	overflow: hidden;
	display: none;
}

.overlay span {
	display: block;
	margin: 10px 10px 0 10px;
}

.home-menu a:hover .overlay {
	display: block;
}

/* Testimonials */

.testimonials {
	background: url('../i/testimonials-bg.png') no-repeat;
	height: 237px;
	color: #FFF;
}

.testimonials a:link, .testimonials a:visited {
	color: #FFF;
	text-decoration: none;

}

.testimonials-title {
	float: left;
	display: inline;
	margin: 85px 0 0 75px;
	width: 200px;
}

.testimonials-title a span {
	display: block;
}

.testimonials .line-1 {
	font: italic 20px "Times New Roman";
	line-height: 1.1em;
}

.testimonials .line-2 {
	font: 44px "Times Roman";
	text-transform: uppercase;
	line-height: 1em;
	margin: -2px 0 0 0;
	text-shadow: 2px 2px 1px #091b32;
}

.testimonials .line-3 {
	font: italic 20px "Times New Roman";
	margin: 0 0 0 55px;
	line-height: 1.1em;
}

.testimonials-slideshow {
	float: left;
	display: inline;
	width: 600px;
	min-height: 110px;
	margin: 45px 0 0 27px;
	position: relative;
	font: italic 18px "Times New Roman";
	position: relative;


}

.slide {
	color: #feffff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	/*padding-bottom: 25px;*/	
}

.slide .inner {
	display: table-cell;
	height: 165px;
	vertical-align: middle !important;
}

.slide p {
	line-height: 1.4em;
	margin: 0 0 6px 0;
}

.author {
	font-size: 16px;
}

#prev, #next {
	position: absolute;
	top: 74px;
}

#prev {
	left: 0;
}

#next {
	right: 0;
}

/* Footer */

.footer {
	margin: 100px 0 0 0;
	padding: 0 0 30px 0;
}

.bottom-menu li {
	float: left;
	display: inline;
	font: 17px Gill;
	text-transform: uppercase;
	margin: 0 2px;
}

.bottom-menu a:link, .bottom-menu a:visited {
	float: left;
	display: inline;
	color: #ffffff;
	height: 32px;
	padding: 0 14px;
	line-height: 32px;
}

.bottom-menu a:hover {
	color: #8c7e59;
	text-decoration: none;
}

.bottom-menu li.current {
	background: url('../i/bottom-menu-right.gif') no-repeat 100% 0;	
}

.bottom-menu li.current a {
	background: url('../i/bottom-menu-left.gif') no-repeat;
	color: #FFF !important;
}

.bottom-menu {
	position: relative;
	width: 690px;
	margin: 0 auto;
	border-top: 1px solid #a3976d;	
}

.bottom-menu:after {
	content: '';
	display: block;
	clear: both;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu ul {
	position: relative;
	left: -50%;
	float: left;
	display: block;
	margin: 20px 0 0 0;
}
.copyright {
	float:left;
	font: 11px Arial;
	color: #aebdcf;
	text-align: left;
	margin-top: 47px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.developer {
	float:right;
	font: 11px Arial;
	color: #FFF;
	text-align: right;
	margin-top: 47px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.developer a:link, .developer a:visited {
	color: #FFF;
}

.developer a:hover {
	color: #8c7e59;
	text-decoration: none;
}

/* User Menu */

.user-menu {
	position: absolute;
	top: 21px;
	right: 265px;
	color: #71777e;
	font: 13px Gill;
	text-transform: uppercase;
}

.user-menu a:link, .user-menu a:visited {
	color: #71777e;
	text-decoration: underline;
}

.user-menu a:hover {
	text-decoration: none;
}

/* Search */

.search {
	position: absolute;
	top: 14px;
	right: 6px;
}

.search .text {
	float: left;
	display: inline;
	background: url('../i/search-bg.png') no-repeat;
	width: 195px;
	padding: 6px 10px 7px 10px;
	font: 14px Gill;
	color: #767676;
	border: none;
	margin: 1px 0 0 0;
}

.search .btn {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
}

/* Search Results */

.search-info {
	font-size: 19px;
	color: #335c8e;
	margin: 24px 0 28px 0;
}

.search-info strong {
	font: normal 19px;
	color: #ac9661;
}

ul.results {
	margin: 0 20px 0 0 !important;
}

.results li {
	margin: 0 0 28px 0 !important;
	list-style: none !important;
	padding: 0 0 0 27px;
	background-image: url(../i/li-arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.result-title {
	font: 18px Gill;
	margin: 0 0 7px 0;
}

/* Shop Menu */

.shop-menu {
	margin: 70px 0 45px 95px;
	color: #FFF;
	overflow: hidden;
}

.shop-menu li {
	float: left;
	display: inline;
	width: 205px;
	margin: 24px 0 0 0;
}

.shop-menu-title {
	margin: 0 0 12px 0;
	text-align: center;
}

.shop-menu-title small {
	font: 16px "Times Italic";
	text-transform: uppercase;
	display: block;
}

.shop-menu-title big {
	font: 32px "Times Roman";
	text-transform: uppercase;
	display: block;
}

.shop-menu-title a:link, .shop-menu-title a:visited {
	color: #FFF;
}

.shop-menu a:hover {
	text-decoration: none;
}

.shop-menu-pic {
	background: #948660;
	text-align: center;
	padding: 3px 0;
	width: 200px;
}

.shop-menu-items {
	background: #a3976d;
	width: 200px;
	padding: 0 0 2px 0;
}

.shop-menu-items ul {
	overflow: hidden;
	margin: 0 3px;
}

.shop-menu-items li {
	float: none;
	display: block;
	width: auto;
	margin: -1px 0 0 0;
	font: 16px Gill;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.shop-menu-items a:link, .shop-menu-items a:visited {
	display: block;
	height: 26px;
	line-height: 26px;
	border-top: 1px solid #cdc19e;
	color: #FFF;
}

.shop-menu-items li.current a:link, .shop-menu-items li.current a:visited {
	background: #c4b887;
	color: #51441f;
}

.shop-menu-items li.level-1 a:link, .shop-menu-items li.level-1 a:visited {
	background: #c4b887;
	color: #51441f;
}

.shop-menu-items a:hover {
	background: #0a203b;
	color: #FFF;
}

/* Our Speciality Salmon */

.shop-menu li.shop-menu-big {
	margin: 3px 44px 0 44px;
	width: 249px;
}

.shop-menu-big .shop-menu-title big {
	font-size: 42px;
	margin: -10px 0 0 0;
}

.shop-menu-big .shop-menu-items {
	padding: 0 0 5px 0;
	width: auto;
}

.shop-menu-big .shop-menu-pic {
	width: auto;
}

/* Contact Us */

.contact-note {
	text-align: center;
	font: 13px Arial;
	color: #FFF;
	line-height: 1.4em;
}

.contact-note big {
	font: 17px Gill;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.contact-note a:link, .contact-note a:visited {
	color: #FFF;
	text-decoration: underline;
}

.contact-note a:hover {
	text-decoration: none;
}
.text {
	background: url('../i/text-bg1.jpg') no-repeat;
	width: 196px;
	font: 12px "Century Gothic";
	color: #797979;
	padding: 7px 10px;
	border: none;
}

/* Columns */

.columns {
	margin: 75px 0 0 0;
}
.columns.columns-shop-product {
	margin: 125px 0 0 0;
}

.sidebar {
	float: left;
	display: inline;
	width: 205px;
	margin: 17px 0 0 7px;
}

.side-menu {
	margin: 14px 0 60px 0;
}

.side-menu li {
	font: 18px Gill;
	text-transform: uppercase;
	background: url('../i/arrow-down.png') no-repeat 100% 18px;
}

.side-menu a:link, .side-menu a:visited {
	color: #FFF;
	display: block;
	height: 41px;
	line-height: 41px;
	border-bottom: 1px solid #8ca1b0;
}

.side-menu a:hover {
	text-decoration: none;
}

.submenu {
	padding: 6px 0 0 0;
	display: none;
	width: 205px;
}

.submenu ul {
	margin: 0 0 10px 0;
}

.submenu li {
	font: 13px Gill;
	text-transform: uppercase;
	background: transparent;
	padding: 0 0 0 5px;
}

.submenu a:link, .submenu a:visited {
	display: block;
	height: auto;
	line-height: 1em;
	border-bottom: none;
	padding: 4px 0 4px 12px;
	background: url('../i/arrow-right.png') no-repeat 2px 8px;
}

.submenu a:hover {
	color: #476a82;
	text-decoration: none;
}

.submenu li.current {
	background: url('../i/submenu-bg.png');
}

.submenu li.current a {
	color: #FFF !important;
}

.sidebar .contact-note, .sidebar .contact-note a:link, .sidebar .contact-note a:visited {
	color: #ccd2d7;
}

/* Content */

.content {
	float: left;
	display: inline;
	width: 693px;
	margin: 50px 0 0 27px;
}

.results{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 20px;
	font-style: italic;
	color: #002F68;
	margin-top: -10px;
}

.white-box {
	background: #fdfefe;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	overflow: visible;
	padding: 0 0 40px 0;
}


.white-box p{
	font-weight: normal;
}

.wrapper {
	margin: 24px 20px 0 18px;
}

.wrapper-2 {
	margin: 24px 20px 0 32px;
}

.content .white-box h2 {
	margin-right: 12px;
}

/* Products */

.content ul.products {
	margin: 0 0 0 -18px;
}

.content ul.products li {
	float: left;
	display: inline;
	width: 195px;
	list-style: none;
	height: 318px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}

.product-pic {
	background: #ffffff url('../i/product-shadow.gif') no-repeat;
	width: 195px;
	height: 179px;
	overflow: hidden;
}

.product-pic a {
	display: block;
	width: 179px;
	height: 161px;
	display: table; #position: relative; overflow: hidden;
	border: 1px solid #948660;
	margin: 4px 0 0 3px;
	text-align: center;
}

.product-pic a span {
	display: block;
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
	width: 179px;
	text-align: center;
}

.product-pic a span img {
	#position: relative; #top: -50%	
}

.product-info {
	margin: 0 20px 0 0;
}

.product-title {
	font: 16px Gill;
	color: #594a20;
	text-align: center;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
}

.product-title a:link, .product-title a:visited {
	color: #594a20;
}

.product-price {
	font: 23px Gill;
	text-align: center;
	color: #112943;
	margin: 0 0 6px 0;
}

.button a:link, .button a:visited {
	float: left;
	display: inline;
	font: 12px Gill;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 9px;
	height: 24px;
	line-height: 24px;
	background: #ac9661;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button a:hover {
	background: #335c8e;
	text-decoration: none;
}

.centered-button {
	position: relative;
	width: 100%;
	display: block;
}

.centered-button:after {
	content: '';
	display: block;
	clear: both;
}

.centered-button .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
	display: block;
}

.centered-button a {
	position: relative;
	left: -50%;
	float: left;
	display: block;
	text-align: left;
}

/* Pages */

.pages {
	border-top: 1px solid #bfaf85;
	position: relative;
	width: 100%;
	margin: 0 0 32px 0;
}

.pages:after {
	content: '';
	display: block;
	clear: both;
}

.pages .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.content .pages ul, .single-column .pages ul {
	position: relative;
	left: -50%;
	float: left;
	margin: 14px 0 0 20px;
}

.content .pages ul li, .single-column .pages ul li {
	list-style: none;
	float: left;
	display: inline;
	font: 19px Gill;
	color: #0a203b;
	margin: 0 8px;
}

.page-prev, .page-next {
	font: 14px Arial;
	color: #0a203b;
	text-transform: uppercase;
	position: absolute;
	top: 14px;
}

.page-prev {
	left: 12px;
}

.page-next {
	right: 12px;
}

.pages a:link, .pages a:visited {
	color: #0a203b;
	text-decoration: none;
}

.pages a:hover, .pages li.current a:link, .pages li.current a:visited {
	text-decoration: underline;
}

a.page-prev:link, a.page-prev:visited,
a.page-next:link, a.page-next:visited {
	text-decoration: underline;
}

a.page-prev:hover, a.page-next:hover {
	text-decoration: none;
}

/* Product Page */

.col-left {
	float: left;
	display: inline;
	margin: 25px 0 0 25px;
	width: 650px;
}

.product {
	margin: 0 0 18px 0;
}

.product-big-pic {
	width: 339px;
	height: 303px;
	border: 1px solid #bdab81;
	position: relative;
	float: left;
	display: inline;
}

.product-big-pic a {
	display: block;
	width: 339px;
	height: 303px;
	display: table; #position: relative; overflow: hidden;
	text-align: center;
}

.product-big-pic a span {
	display: block;
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
	width: 339px;
	text-align: center;
}

.product-big-pic a span .the-pic {
	#position: relative; #top: -50%	
}


.zoom {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Product Info */

.single-product-info {
	float: left;
	display: inline;
	height: 305px;
	position: relative;
	width: 275px;
	margin: 0 0 0 15px;
}

.single-product-info p {
	font: 13px Arial;
	color: #002d63;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 145px;
}

.product-price-big {
	font: 40px "Gill Light";
	color: #bfaf85;
	margin: 0 0 4px 0;
}

.qty label {
	float: left;
	display: inline;
	font: 18px Gill;
	text-transform: uppercase;
	color: #002d63;
	margin: 5px 6px 0 0;
}

.qty .text {
	float: left;
	display: inline;
	background: url('../i/qty-bg.gif') no-repeat;
	width: 47px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px 0;
	color: #002c61;
	border: none;
	margin: 2px 2px 0 0;
}

.plus-minus {
	float: left;
	display: inline;
	width: 17px;
}

.plus-minus a {
	display: block;
}

.qty .minus {
	margin: -1px 0 0 0;
	position: relative;
	z-index: 10;
}

.qty .plus {
	position: relative;
	z-index: 20;
}

/* Blue Button */

.blue-button a:link, .blue-button a:visited {
	background: #335c8e;
	height: 26px;
	line-height: 26px;
	padding: 0 14px;
}

.blue-button a:hover {
	background: #ac9661;
}

.single-product-info .button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.single-product-info .international-note {
	position: absolute;
	bottom: 45px;
	left: 5px;
	font-size: 12px;
	font-family: Arial;
}

/* Back Link */

.back {
	margin: 0 0 25px 0;
}

.back a:link, .back a:visited {
	font: 12px Arial;
	color: #0c233e;
	text-decoration: underline;
}

.back a:hover {
	text-decoration: none;
}

/* Related Products */

.related {
	margin: 50px 0 70px 0;
}

.related li {
	float: left;
	display: inline;
	width: 292px;
	margin-bottom: 25px;
}

.thumbnail {
	float: left;
	display: inline;
	border: 3px solid #948660;
}

.related-info {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 0 12px;
}

.related-title {
	font: 14px Arial;
	color: #003472;
	margin: 4px 0 3px 0;
}

.related-title a:link, .related-title a:visited {
	color: #003472;
}

.related-price {
	font: 18px Arial;
	color: #003472;
}

.white-box .contact-note, .white-box .contact-note a:link, .white-box .contact-note a:visited {
	color: #002d64;
}

/* Product Page - Right Column */

.col-right {
	float: left;
	display: inline;
	width: 217px;
	margin: 17px 0 0 28px;
}

/* Suggestions */

.suggestions {
	margin: 0 0 65px 0;
}

.suggestions li {
	clear: both;
	width: 100%;
	margin: 0 0 18px 0;
}

.suggestions li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.suggestions li:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.suggestions li {height: 1%;}


.suggestion-info {
	float: left;
	display: inline;
	width: 130px;
	margin: 0 0 0 8px;
	color: #5a7ca5;
	/*font: 14px "Gill Light";*/
	font-size: 14px;
	height: 67px;
	display: table; #position: relative; overflow: hidden;
}

.suggestion-info .inner-1 {
	display: block;
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}

.suggestion-info .inner-2 {
	#position: relative; #top: -50%	
}

.suggestion-info a:link, .suggestion-info a:visited {
	color: #5a7ca5;
}

.suggestions .thumbnail {
	border-color: #b0bcca;
}

/* Testimoials in the sidebar */

.side-testimonials {
	/*font: 14px "Gill Light";*/
	font-size: 14px;
	color: #465160;
}

.side-testimonials p {
	font-size: 15px;
	line-height: 1.3em;
	font-style: italic;
	margin: 0 0 12px 0;
}

.side-testimonials li {
	margin: 0 0 35px 0;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
}

.side-author {
	color: #002f68;
	font: 13px Arial;
}

/* View Basket */

.basket-link {
	position: absolute;
	top: 236px;
	right: 110px;
	height: 25px;
	overflow: visible;
}

.basket-link a.trigger:link, .basket-link a.trigger:visited {
	font: 13px Arial;
	color: #FFF;
	text-decoration: underline;
}

.basket-link a.trigger:hover {
	text-decoration: none;
}

.currency {
	width: 89px;
	height: 28px;
	position: absolute;
	top: 230px;
	right: 8px;
}

.currency .inner {
	position: relative;
	z-index: 110;
	background: url('../i/currency-bg.png') no-repeat;
}

.currency .inner a:link, .currency .inner a:visited {
	font: 13px "Gill Light";
	color: #777777;
	text-transform: uppercase;
	display: block;
	width: 89px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 12px;
	text-decoration: none;
}

.currency-eur {
	background: url('../i/ico-eur.png') no-repeat 47px 50%;
}

.currency-usd {
	background: url('../i/ico-usd.png') no-repeat 47px 50%;
}

.currency-stg {
	background: url('../i/ico-stg.png') no-repeat 47px 50%;
}

.currency a span {
	width: 28px;
	float: left;
	display: inline;
}

/* Currency Popup */

.currency-popup {
	position: absolute;
	top: 25px;
	left: 0;
	width: 87px;
	background: #FFF;
	border: 1px solid;
	border-top: none;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	z-index: 100;
	padding: 9px 0 0 0;
	display: none;
	-moz-box-shadow: 2px 2px 5px #1e506c;
	-webkit-box-shadow: 2px 2px 5px #1e506c;
	box-shadow: 2px 2px 5px #1e506c;
}

.currency-popup a:link, .currency-popup a:visited {
	font: 13px "Gill Light";
	color: #777777;
	text-transform: uppercase;
	display: block;
	width: 89px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 11px;
	text-decoration: none;
}

.currency-popup a:hover {
	color: #000;
}

.currency-popup li {
	margin: 0 0 5px 0;
}

/* Basket Popup */

.popup {
	background: #ffffff;
	border: 1px solid #ac9661;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 252px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: -70px;
	z-index: 9999;
	display: none;
}

.popup .inner {
	margin: 10px 15px 0 18px;
	padding: 0 0 17px 0;
}

.popup-summ {
	font: 16px Gill;
	color: #ac9661;
	float: right;
	display: inline;
}

.popup-caption {
	font: 16px Gill;
	color: #335c8e;
	text-transform: uppercase;
	border-bottom: 1px solid #ac9661;
	padding: 0 0 1px 0;
	margin: 0 0 14px 0;
}

.popup-thumbnail {
	border: 1px solid #ac9661;
	float: left;
	display: inline;
	margin: 2px 0 0 0;
}

.popup-info {
	float: left;
	display: inline;
	width: 158px;
	margin: 0 0 0 8px;
	font: 12px Gill;
	color: #003472;
}

.popup-title {
	margin: 0 0 6px 0;
	font-family: Arial;
	font-size: 11px;
}

.popup-title, .popup-title a:link, .popup-title a:visited {
	color: #113b6d;
}

.popup-price {
	font: 14px Arial;
	color: #ac9661;
	margin: 0 0 4px 0;
}
.popup-qty{	font: 11px Arial;}

.popup-delete {
	position: absolute;
	top: 3px;
	right: 0;
}

.popup-products li {
	clear: both;
	width: 100%;
	margin: 0 0 12px 0;
	position: relative;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
}

.popup-products li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.popup-products li:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.popup-products li {height: 1%;}

.view-all {
	text-align: center;
	color: #335c8e;
}

.view-all a:link, .view-all a:visited {
	color: #335c8e;
	background: url('../i/arrow-down-blue.gif') no-repeat 100% 5px;
	padding: 0 11px 0 0;
}

.popup-total {
	border-top: 2px solid #ac9661;
	text-align: right;
	font: 16px Gill;
	color: #335c8e;
	margin: 10px 0 12px 0;
	padding: 10px 0 0 0;
}

.popup-buttons {
	margin: 0 0 16px 0;
}

.popup-buttons .button {
	float: right;
	display: inline;
	margin: 0 0 0 12px;
}

.small-button a:link, .small-button a:visited {
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}

.popup-note {
	font: 12px Arial;
	color: #335c8e;
	text-align: right;
	border-top: 1px solid #dfdfdf;
	padding: 8px 10px 0 0;
}

/* Shop Basket */

.top-button {
	float: right;
	display: inline;
}

.single-column {
	margin: 22px 30px 0 33px;
}

.basket {
	margin: -8px 0 9px 0;
	border-bottom: 2px solid #ac9661;
}

.basket th {
	background: #e6dfcf;
	height: 30px;
	vertical-align: middle;
	font: 14px Gill;
	color: #525252;
	font: 14px Gill;
}

.basket-pic {
	width: 62px;
}

.basket-description {
	width: 310px;
	padding: 0 0 0 15px;
	text-align: left;
}

.basket-qty {
	width: 96px;
	text-align: center;
}

.basket-price, .basket-total-price {
	width: 135px;
	text-align: right;
}


.basket-delete {
	width: 116px;
	padding: 0 10px 0 0;
	text-align: right;
}

.basket td {
	height: 90px;
	vertical-align: middle;
	border-top: 1px solid #dfdfdf;
	font: 14px Gill;
	color: #113b6d;
}

.basket-description a:link, .basket-description a:visited {
	color: #113b6d;
	text-decoration: underline;
}

.basket-description a:hover {
	text-decoration: none;
}

.basket .qty {
	margin: 0 0 0 18px;
}

.basket .qty .text {
	font: 14px Gill;
	color: #002c61;
}

.basket-pic img {
	border: 1px solid #948660;
}

/* Basket Summary */

.basket-summary {
	margin: 0 0 25px 0;
}

.basket-total {
	float: right;
	display: inline;
	color: #335c8e;
	font: 18px "Gill Light";
}

.basket-total big {
	font: 24px Gill;
}

.left-button {
	float: left;
	display: inline;
	margin: 4px 0 0 0;
}

.center-button {
	float: left;
	display: inline;
	margin: 4px 0 0 260px;
}

.right-button a:link, .right-button a:visited {
	float: right;
	display: inline;
}

.big-button a:link, .big-button a:visited {
	font-size: 16px;
	height: 31px;
	line-height: 31px;
}

/* Delivery Estimates */

.delivery {
	background: #e2dac8;
	height: 31px;
	font: 14px Gill;
	color: #5b5b5b;
	margin: 30px 0 0 0;
}

.delivery .inner {
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 13px;
	word-spacing: 3px;
}

.delivery ul {
	float: left;
	display: inline;
	margin: 8px 0 0 37px;
}

.delivery li {
	float: left;
	display: inline;
	margin: 0 42px 0 0;
}

.delivery-note{
	font: 17px Trebuchet MS;
	color: #335d8e;
	margin-left:15px;
	margin-bottom:15px;

}

a.info:link, a.info:visited {
	background: url('../i/ico-info.gif') no-repeat 0 4px;
	padding: 0 0 0 15px;
	color: #5b5b5b;
}

.delivery .checkbox label {
	float: left;
	display: inline;
	margin: 0 0 0 6px;
}

.delivery .checkbox input {
	float: left;
	display: inline;
}

.cust_checkbox, .cust_radio {
	display: block;
	float: left;
	display: inline;
	width: 10px;
	height: 11px;
	overflow: hidden;
	cursor: pointer;
	margin: 2px 0 0 0;
}

.cust_checkbox_on {
	background: url('../i/checkbox.gif') no-repeat 0 -11px;
}

.cust_checkbox_off {
	background: url('../i/checkbox.gif') no-repeat 0 0;
}

.big-checkbox .cust_checkbox_on {
	background: url('../i/checkbox-big.gif') no-repeat 0 -12px;
	width: 12px;
	height: 12px;
	margin: 3px 0 0 0;
}

.big-checkbox .cust_checkbox_off {
	background: url('../i/checkbox-big.gif') no-repeat 0 0;
	width: 12px;
	height: 12px;
	margin: 3px 0 0 0;
}

.big-checkbox label {
	float: left;
	display: inline;
	font: 16px Gill;
	color: #545454;
	margin: 0 0 0 8px;
}

/* Customer Login */

.login-form {
	/*margin: 140px 0 0 150px;*/
	width: 665px;
}

.returning {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 270px;
}

#login_form .text {
	background: url('../i/text-bg.gif') no-repeat;
	width: 222px;
	font: 14px Gill;
	color: #787878;
	border: none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#forgot_form .line {
	margin: 0 0 8px 0;
}

#forgot_form .text {
	background: url('../i/text-bg.gif') no-repeat;
	width: 222px;
	font: 14px Gill;
	color: #787878;
	padding: 5px 7px 7px 7px;
	border: none;
}

#login_form .line {
	margin: 0 0 8px 0;
}

.fields {
	margin: 0 0 30px 0;
}

.mid-button a:link, .mid-button a:visited {
	font-size: 12px;
}

.forgot {
	font: 13px Gill;
	margin: 13px 0 0 0;
}

.forgot a:link, .forgot a:visited {
	color: #335c8e;
	text-decoration: underline;
}

.forgot a:hover {
	text-decoration: none;
}

.login-form p {
	line-height: 1.2em !important;
	margin: 0 0 15px 0 !important;
}

/* New Customer */

.new-customer {
	float: left;
	display: inline;
	width: 260px;
	margin: 0 0 0 45px;
}

.sub-heading {
	font: bold 17px Gill;
	color: #5b5b5b;
	margin: -5px 0 2px 0;
}

.login-form p {
	font: 14px Gill;
	color: #5b5b5b;
	margin: 0 0 18px 0;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #e0e0e0;
	margin: 22px 0;
}

.login-form .wrapper {
	background: url('../i/sep.gif') repeat-y 295px 0;
}

/* New Customer Registration */

.steps {
	background: #335d8e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 53px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.steps ul {
	margin: 14px 0 0 20px;
}

.steps li {
	float: left;
	display: inline;
	font: 20px Gill;
	color: #93aac3;
	background: url('../i/step-line.gif') no-repeat 100% 9px;
	padding: 0 94px 0 0;
	margin: 0 17px 0 0;
}

.steps a:link, .steps a:visited {
	color: #93aac3;
	text-decoration: none;
}

.steps li.current {
	background: url('../i/step-arrow.gif') no-repeat 100% 9px;
}

.steps li.complete {
	background: url('../i/step-complete.gif') no-repeat 100% 3px;
}

.steps li.complete {
	padding-right: 62px;
}

.steps a {
	float: left;
	display: inline;
	padding: 0 32px 0 0;
}

.steps a div, .steps a label {
	cursor: pointer;
}

.steps li.last {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.circle {
	float: left;
	display: inline;
	background: url('../i/circle.gif') no-repeat 0 -27px;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #335c8e;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}

.steps li.current {
	color: #FFF;
}

.steps li.current .circle {
	background-position: 0 0;
}

.steps label {
	float: left;
	display: inline;
	margin: 3px 0 0 5px;
	line-height: 1.1em;
}

.form .label {
	float: left;
	display: inline;
	width: 135px;
	font: 13px Arial;
	color: #335d8e;
	margin: 7px 0 0 0;
}

.form .label small {
	display: block;
	font-size: 11px;
	text-transform: none;
	font-style: italic;
}

.form .two-lines {
	margin: 1px 0 0 0;
}

.form .formw {
	float: left;
	display: inline;
	width: 265px;

}
.formw select{	font: 13px Arial;}

.form .text {
	background: url('../i/text-bg.gif') no-repeat;
	width: 212px;
	font: 13px Arial;
	color: #545454;
	padding: 7px 12px 5px 12px;
	border: none;
}

.form .default {
	color: #9f9e9e !important;
}

#ccv {
	background: url('../i/text-bg-ccv.gif') no-repeat;
	width: 61px;
}

.form .line {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line {height: 1%;}

.button-line {
	margin: 50px 0 0 0;
}

.semi-big-button a:link, .semi-big-button a:visited {
	font-size: 14px;
	height: 31px;
	line-height: 31px;
}

/* Customer Express Checkout */

.form-left {
	float: left;
	display: inline;
	width: 420px;
}

.form-right {
	float: left;
	display: inline;
	width: 420px;
	margin: 0 0 0 33px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0 0 28px 0;
}

.legend {
	font: 18px Gill;
	color: #545454;
	border-bottom: 1px solid #ac9661;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
}

.valid {
	background: url('../i/ico-valid.gif') no-repeat 100% 6px;
}

.valid .text {
	background-position: 0 -100px;
	color: #545454 !important;
}

.invalid {
	background: url('../i/ico-invalid.gif') no-repeat 100% 6px;
}

.invalid .text {
	background-position: 0 -200px;
}

.error {
	color: #af0101;
	font: 12px Arial;
	clear: both;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-left: 2px;
}

.checkbox-line {
	margin: 25px 0 0 3px;
}

.terms-line {
	margin-top: 12px;
}

.checkbox-line label {
	float: left;
	display: inline;
	font: 15px Gill;
	color: #545454;
	margin: 0 0 0 5px;
}

.checkbox-line a:link, .checkbox-line a:visited {
	color: #545454;
	text-decoration: underline;
}

.checkbox-line a:hover {
	text-decoration: none;
}

.push-down {
	padding: 17px 0 0 0;
}

.expiry label {
	float: left;
	display: inline;
	font: 14px Gill;
	margin: 5px 5px 0 0;
	color: #545454;
}

/* Calendar */

.calendar {
	width: 215px;
	float: left;
	display: inline;
}

.calendar-info {
	width: 160px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
	font: 12px Arial;
	color: #335d8e;
}

.calendar-ico {
	float: left;
	display: inline;
	margin: 6px 0 0 5px;
}

.date-field {
	float: left;
	display: inline;
}

.date-field input {
	float: left;
	display: inline;
}

.calendar-field {
	float: left;
	display: inline;
	margin: 0 0 0 7px;
}

/* Account Details */

.delete-address {
	float: right;
	display: inline;
	margin: 2px 4px 0 0;
}

.add-button a:link,.add-button a:visited {
	background-image: url('../i/ico-add.png');
	background-position: 7px 9px;
	background-repeat: no-repeat;
	padding: 0 15px 0 23px;
}

.logout-button a:link,.logout-button a:visited {
	background-image: url('../i/ico-logout.png');
	background-position: 13px 8px;
	background-repeat: no-repeat;
	padding: 0 10px 0 24px;
}

/* Account Menu */

.account-menu {
	margin: 0 0 18px 0;
}

.account-menu li {
	float: left;
	display: inline;
	margin: 0 13px 0 0;
}

.account-menu a:link, .account-menu a:visited {
	float: left;
	display: inline;
	font: 12px Gill;
	color: #545454;
	text-transform: uppercase;
	padding: 0 15px 0 19px;
	background-image:url('../i/arrow-right-blue.png');
	background-repeat: no-repeat;
	background-position: 9px 11px;
	height: 26px;
	line-height: 26px;
}

.account-menu li.current a:link, .account-menu li.current a:visited {
	background-color: #ac9661;
	background-image: url('../i/arrow-right-white.png');
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	text-decoration: none !important;
}

/* Delivery Address - Existing Customer */

.push-up {
	margin-top: -12px;
}

.vertical-buttons {
	margin: 10px 0 0 0;
}

.vertical-buttons .button {
	margin: 0 0 9px 0;
}

.arrow-button a:link, .arrow-button a:visited {
	background-image: url('../i/arrow-right-big.png');
	background-position: 7px 8px;
	background-repeat: no-repeat;
	padding: 0 15px 0 23px;
}


.vertical-buttons .button a:link, .vertical-buttons .button a:visited {
	padding: 0 0 0 23px !important;
	width: 215px !important;
}

#delivery .button-line {
	margin: 30px 0 0 0;
}

.address-button {
	margin: 15px 48px 30px 0;
}

.address-button a:link, .address-button a:visited {
	height: 24px;
	padding: 0 10px;
}

/* Order Confirmation */

.summary .label {
	margin: 0;
}

.summary .formw {
	width: 250px;
	margin: 0 0 0 15px;
	color: #545454;
	font: 14px Gill;
}

.summary .button {
	margin: 12px 0 0 0;
}

.date {
	background: url('../i/text-bg-date.gif') no-repeat !important;
	width: 82px !important;
	float: left;
	display: inline;
	font: 14px Gill;
	color: #545454;
	padding: 7px 12px 5px 8px !important;
	border: none;
}

.ui-datepicker-trigger {
	float: left;
	display: inline;
	margin: 6px 0 0 5px;
}

.summary .edit-button {
	margin: -1px 0 0 0;
}

/* Details of My Order */

.order {
	border: 1px solid #d4c4a5;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

.order-address {
	background: #f3eddc;
	font: 12px Arial;
	padding: 0 0 0 5px;
	height: 24px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4c4a5;
}

.order-items {
	margin: 3px 0 0 5px;
}

.order-items li {
	list-style: none;
	font: 12px Arial;
	margin: 0 0 5px 0;
}

.order-items a:link, .order-items a:visited {
	color: #113b6d;
	text-decoration: underline;
}

.order-items a:hover {
	text-decoration: none;
}

.delete-order {
	position: absolute;
	top: 6px;
	right: 4px;
}

.order-total {
	font: 16px Arial;
	color: #335c8e;
	text-align: right;
	margin: 13px 5px 2px 0;
}

.order-shipment {
	position: absolute;
	bottom: 7px;
	left: 6px;
	font: 13px Arial;
	color: #545454;
	padding: 1px 0 0 22px;
	background: url('../i/ico-calendar.gif') no-repeat;
}

.order-shipment span {
	color: #000001;
}

/* Totals */

.totals {
	border-top: 2px solid #ac9661;
	margin: 14px 0 0 0;
	padding: 11px 0 0 0;
}

.totals dt {
	float: left;
	display: inline;
	width: 307px;
	text-align: right;
}

.totals dd {
	float: left;
	display: inline;
	width: 112px;
	text-align: right;
}

.new-total {
	font: 16px Gill;
	color: #335c8e;
	border-bottom: 1px solid #efefef;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}

.delivery-fee {
	font: 16px Gill;
	color: #ac9661;
	border-bottom: 1px solid #efefef;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}

.absolute-total {
	font: bold 18px Gill;
	color: #335c8e;
	margin: 5px 0 0 0;
}

/* Order History */

.history {
	border: 1px solid #e8e8e8;
	border-collapse: collapse;
}

.history th, .history td {
	width: 175px;
	text-align: center;
}

.history th {
	height: 31px;
	background: url('../i/th-bg.gif') repeat-x;
	font: 14px Gill;
	color: #545454;
	text-align: center;
	vertical-align: top;
	padding: 7px 0 0 0;
	border-right: 1px solid #e8e8e8;
}

.history td {
	font: 14px Gill;
	color: #545454;
	padding: 0;
	height: 29px;
	vertical-align: middle;
	border-right: 1px solid #e8e8e8;
}

.history a:link, .history a:visited {
	color: #002f68;
	text-decoration: underline;
}

.history a:hover {
	text-decoration: none;
}

.history .button a:link, .history .button a:visited {
	padding: 0;
	width: 99px;
	text-align: center;
	margin: 0 0 0 40px;
	color: #FFF !important;
	text-decoration: none !important;
}

/* Recipe */

.recipe-left {
	float: left;
	display: inline;
	width: 430px;
}

.recipe-right {
	float: left;
	display: inline;
	width: 415px;
	margin: 12px 0 0 20px;
}

.recipe-big-pic {
	border: 1px solid #ac9661;
	margin: 0 0 25px 0;
}

.heading {
	font: 24px "Gill Light";
	color: #977c3b;
	margin: 0 0 15px 0;
}

.h-ingredients {
	background: url('../i/ico-ingredients.gif') no-repeat 0 5px;
	padding: 0 0 0 42px;
}

.h-method {
	background: url('../i/ico-method.gif') no-repeat 0 5px;
	padding: 0 0 0 42px;
}

.ingredients {
	margin: 0 0 15px 0;
}

.ingredients li {
	background: url('../i/li.jpg') no-repeat 0 4px;
	padding: 0 0 0 11px;
	margin: 0 0 5px 0;
}

.recipe-info {
	font-size: 16px;
	color: #ac9661;
	margin: 0 0 20px 0;
}

.cooking-time {
	background: url('../i/ico-time.gif') no-repeat 0 3px;
	padding: 0 0 0 18px;
	margin: 0 0 3px 0;
}

.serves {
	background: url('../i/ico-serves.gif') no-repeat 0 3px;
	padding: 0 0 0 18px;
}

.recipe-info span {
	color: #002f68;
}

.method {
	margin: 0 0 0 2px;
}

.method li {
	list-style: decimal;
	list-style-position: inside;
	line-height: normal;
	font-family: Gill;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

.method li .inner {
	font-weight: normal;
}

/* Videos */

.video {
	margin: 0 0 25px 0;
}
.v-caption{
	font-family: Verdana;
	font-size: 12px;
	padding-top: 4px;

}

.videos li {
	font: 16px Gill;
	color: #595858;
	margin: 0 0 25px 0;
	line-height: 1.4em;
}

.videos small {
		font-family: Verdana;
	font-size: 12px;
}

.videos .button {
	margin: 3px 0 0 0;
}

a.video-title:link, a.video-title:visited {
	color: #002f68;
	text-decoration: underline;
}

.videos a:hover {
	text-decoration: none;
}

.recipe-pic {
	float: left;
	display: inline;
	border: 1px solid #ac9661;
	margin: 4px 0 0 0;
}

.recipe-summary {
	float: left;
	display: inline;
	width: 265px;
	margin: 0 0 0 15px;
}

.recipe-title {
	font-size: 16px;
	color: #002f68;
	line-height: 1.1em;
	margin: 0 0 4px 0;
}

.recipe-title a:link, .recipe-title a:visited {
	color: #002f68;
	text-decoration: underline;
}

.recipe-title a:hover {
	text-decoration: none;
}

.recipe-info-inline {
	font-size: 15px;
	color: #ac9661;
	margin: 0 0 8px 0;
}

.recipe-info-inline span {
	color: #002f68;
}

.recipe-summary p {
	color: #595858;
	line-height: 1.2em;
	min-height: 50px;
	margin: 0;
	padding-bottom: 4px;
}

.recipes li {
	clear: both;
	width: 100%;
	margin: 0 0 26px 0;
}
.video-thumbs li {
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
}

.recipes li:before ,.video-thumbs li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.recipes li:after ,.video-thumbs li:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.recipes li, .video-thumbs li {height: 1%;}

/* Multiple Delivery */

.instructions {
	margin: 0 0 30px 0;
}

.instructions .inner {

	font: 22px Gill;
	color: #d24000;
	padding: 8px 25px 8px 15px;
	float: left;
	display: inline;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.big-legend {
	color: #002f68;
	font-size: 22px;
	padding: 0 0 4px 0;
}

.top-add-button a:link, .top-add-button a:visited {
	height: 22px;
	line-height: 22px;
}

/* Your Products */

.basket-product {
	background: #f3efe7;
	width: 395px;
	position: relative;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 7px 0;
}

.basket-product-pic {
	float: left;
	display: inline;
	border: 1px solid #948660;
	margin: 10px 0 0 10px;
}

.basket-product-info {
	float: left;
	display: inline;
	margin: 10px 0 0 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.basket-product-title {
	color: #113b6d;
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.basket-product-title a:link, .basket-product-title a:visited {
	color: #113b6d;
	text-decoration: underline;
}

.basket-product-title a:hover {
	text-decoration: none;
}

.basket-product-price {
	font: bold 14px Arial;
	color: #ac9661;
	margin: 0 0 4px 0;
}

.basket-product-qty {
	color: #002f68;
	font-size: 12px;
}

.basket-product-delete {
	position: absolute;
	top: 6px;
	right: 9px;
}

/* Addresses */

.address {
	margin: 0 0 12px 0;
	position: relative;
}

.address-products {
	float: left;
	display: inline;
	width: 193px;
	min-height: 130px;
	background: #f3efe7;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.address-products ul {
	margin: 5px 0 0 10px;
}

.address-products li {
	font-size: 13px;
	margin: 0 0 6px 0;
}

.address-products a:link, .address-products a:visited {
	color: #113b6d;
	text-decoration: underline;
}

.address-products a:hover {
	text-decoration: none;
}

.address-info {
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
	width: 195px;
	color: #545454;
}

.address-title {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.shipment {

	margin: 0 0 12px 0;
}

.shipment label {
	display: block;
	color: #002f68;
	margin: 0 0 7px 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.include label {
	float: left;
	display: inline;
	font: 12px Arial;
	margin: 1px 0 0 6px;
}

.gift-note {
	border: 1px solid #8e8e8e;
	font: 12px Arial;
	color: #545454;
	width: 170px;
	height: 96px;
	padding: 2px 15px 0 8px;
	margin: 5px 0 0 0;
	display: none;
}

.gift-note.default {
	color: #bbbbbb;
}
.gift-note-confirm {
	color: #545454;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 8px;

}

#scroller-1{ width: 420px; clear: both; margin: 0; }
#scroller-1 .viewport { width: 400px; height: 424px; overflow: hidden; position: relative; }
#scroller-1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroller-1 .thumb .end,
#scroller-1 .thumb { background-color: #9bafc8;}

.thumb, .scrollbar, .track {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.end {
	display: none;
}
#scroller-1 .scrollbar { position: relative; float: right; width: 14px; }
#scroller-1 .track { background-color: #335c8e; height: 100%; width:12px; position: relative; padding: 0 1px; }
#scroller-1 .thumb { height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; margin: 1px 0; }
#scroller-1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scroller-1 .disable{ display: none; }


#scroller-2{ width: 420px; clear: both; margin: 0; }
#scroller-2 .viewport { width: 400px; height: 424px; overflow: hidden; position: relative; }
#scroller-2 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroller-2 .thumb .end,
#scroller-2 .thumb { background-color: #9bafc8; }
#scroller-2 .scrollbar { position: relative; float: right; width: 14px; }
#scroller-2 .track { background-color: #335c8e; height: 100%; width:12px; position: relative; padding: 0 1px; }
#scroller-2 .thumb { height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; margin: 1px 0;  }
#scroller-2 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scroller-2 .disable{ display: none; }

.facebook {
	float: right;
	display: inline;
	height: 40px;
	margin: 3px 0 0 0;
	z-index: 999999;
}

/* Lightbox */

.lightbox {
	position: absolute;
	top: 45%;
	left: 160px;
	width: 664px;
	min-height: 364px;
	margin: -182px 0 0 0;
	display: none;
	z-index: 9999;
}

.lightbox .white-box {
	-moz-box-shadow: 9px 8px 40px #061324;
	-webkit-box-shadow: 9px 8px 40px #061324;
	box-shadow: 9px 8px 40px #061324;
}

.lightbox .white-box .wrapper {
	margin: 22px 30px 0 30px;
	padding: 0 0 7px 0;
}

.lightbox-headline-1 {
	text-align: center;
	font: bold 31px Gill;
	color: #335c8e;
	margin: 0 0 14px 0;
}

.lightbox-headline-2 {
	font: bold 23px Gill;
	color: #335c8e;
	margin: 0 0 14px 0;
}

.lightbox-headline-3 {
	font: bold 18px Gill;
	color: #545454;
	margin: 0 0 7px 0;
}

.delivery-buttons {
	margin: 0 0 23px 100px;
}


.huge-button a:link, .huge-button a:visited {
	font: bold 20px Gill;
	color: #fdfefe;
	text-transform: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #9b8c61;
}

.huge-button a:hover {
	background: #335c8e;
	text-decoration: none;
}

.delivery-buttons .huge-button {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

.lightbox p {
	line-height: 1.5em;
	margin: 0 0 0 0;
}

.lightbox .hr {
	margin: 10px 0;
}

.lightbox .form .text {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
}

.lightbox .form .button {
	float: left;
	display: inline;
	margin: 2px 0 0 50px;
}

.lightbox .form .button a:link, .lightbox .form .button a:visited {
	height: 25px;
	line-height: 25px;
	padding: 0 9px;
}

/* Internal Page */

.internal-columns .col-left {
	margin-left: 30px;
	width: 627px;
}

.internal-columns .col-right {
	margin: 27px 0 0 40px;
}

.headline-1 {
	font: 23px Gill;
	color: #002f68;
	margin: 25px 0 8px 0;
}

.headline-2 {
	font: 24px Gill Light;
	color: #85661b;
	margin: 35px 0 8px 0;
}

.headline-3 {
	font: 20px Gill;
	color: #545454;
	margin: 35px 0 8px 0;
}

/* Features */

.features {
	margin: 0 0 58px 0;
}

.feature-pic {
	float: left;
	display: inline;
	border: 2px solid #ac9661;
}

.feature-info {
	float: left;
	display: inline;
	width: 130px;
	margin: 7px 0 0 10px;
}

.feature-title {
	font: 18px "Gill Light";
	text-transform: uppercase;
	color: #0a203b;
	border-bottom: 1px solid #bfbaaa;
	padding: 0 0 1px 0;
	margin: 0 0 5px 0;
}

.feature-title a:link, .feature-title a:visited {
	color: #0a203b;
}

.features p {
	font: italic 11px Georgia;
	color: #0a203b;
	line-height: 1.2em;
	margin: 0;
}

.features li {
	clear: both;
	width: 100%;
	margin: 0 0 14px 0;
	background: #e7dcc2;
}

.features li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.features li:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.features li {height: 1%;}

/* Top Menu */

.top-menu {
	background: url('../i/top-menu-bg.png') no-repeat;
	width: 729px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 165px;
	right: 0;
}

.top-menu ul {
	margin: 7px 0 0 37px;
}

.top-menu li {
	font: 17px Gill;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}

.top-menu a:link, .top-menu a:visited {
	float: left;
	display: inline;
	color: #FFF;
	height: 31px;
	line-height: 31px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 13px;
}

.top-menu .current a:link, .top-menu .current a:visited, .top-menu .current a:hover {
	background: #dce6ec;
	text-decoration: none;
	color: #0f3953;
}

/* Map Tabs */
#map-uk, #contact-uk {
	display: none;
}

.tabs {
	background:#4f7a93;
	height: 44px;
	border-top-left-radius:11px;
	border-top-right-radius:11px;
}
.tabs li {
	font: 17px Gill;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 184px;
	text-align: center;
	line-height: 44px;
	margin: 0;
	background: #4f7a93;
	cursor: pointer;
	position: relative;
	border-top-left-radius: 11px;
}
.tabs li:last-child {
	border-radius: 0;
}
.tabs li.active, .tabs li:hover {
	background: #9DC1D6;
	color: #002f68;
}
.tabs li.active::after {
	content:" ";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #9DC1D6;
	position: absolute;
	top: 44px;
	left: 72px;
}
.tabs li a:link {
	color: #fff;
	text-decoration: none;
}
.tabs li a:hover, .tabs li a:active, .tabs a:visited {
	color: #002f68;
	text-decoration: none;
}

/* Back Button */

.back-button {
	float: right;
	display: inline;
}
.back-button2 {
	float: right;
	display: inline;
	margin-right: 6px;
}


.back-button a:link, .back-button2 a:link, .back-button a:visited, .back-button2 a:visited {
	height: 26px;
	padding: 0 10px 0 20px;
	background-image: url('../i/arrow-left.png');
	background-position: 8px 10px;
	background-repeat: no-repeat;
}

.button-video {
	position: relative;
	display: block;
}

.button-video .overlay-button {
	background: url('../i/button-video.png') no-repeat 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 148px;
	height: 30px;
}

/* Download Recipe Button */

a.download:link, a.download:visited {
	display: block;
	background: url('../i/button-download.gif') no-repeat;
	font: 10px Gill;
	color: #fdfefe;
	width: 110px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 40px;
	color: #FFF;
}

/* Available for International Delivery */

.button-international, .button-ireland {
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.button-international .overlay-button {
	position: absolute;
	top: -1px;
	left: -1px;
	background: url('../i/button-international.png') no-repeat;
	width: 29px;
	height: 29px;
}
.button-ireland .overlay-button {
	position: absolute;
	top: 2px;
	left: 3px;
	background: url('../i/button-ireland.png') no-repeat;
	width: 29px;
	height: 29px;
}

.international-note {
	background: url('../i/ico-international.png') no-repeat 0 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 23px;
}
.ireland-note-lrg {
	background: url('../i/ico-ireland-lrg.png') no-repeat 0 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 44px;
	height: 30px;
	color: #002e65;
	font-size: 15px;
	line-height: 15px;
}
.green{
	color: #028800;
}
.ireland-note {
	background: url('../i/ico-ireland.png') no-repeat 0 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 23px;
}

.top-note {
	float: right;
	display: inline;
	margin: 5px 12px 0 0;
	font-size: 13px;
}
.top-note-lrg{
	float: right;
	display: inline;
	font-size: 13px;
	margin-top: -8px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}

/* Medium Button */

.medium-button a:link, .medium-button a:visited {
	font-size: 14px;
	height: 29px;
	line-height: 29px;
}

/* Login Lightbox */

.login-lightbox {
	top: 297px;
	margin: 0;
}

.close {
	position: absolute;
	top: -18px;
	right: -17px;
}
/* Contact */

.contact-left {
	float: left;
	display: inline;
	width: 285px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;

}

.contact-right {
	float: left;
	display: inline;
	width: 290px;
	margin: 0 0 0 50px;
}

.label {
	float: left;
	display: inline;
	width: 67px;
	font-size: 12px;
	color: #797979;
	text-transform: uppercase;
	margin: 7px 0 0 2px;
}

.formw {
	float: left;
	display: inline;
	width: 216px;
}

.contact .text {
	background: url('../i/text-bg-contact.jpg') no-repeat;
	width: 196px;
	color: #999;
	padding: 7px 10px;
	border: none;
	font-family: Arial;
	font-size: 12px;
}
.contact .textarea {
	background: url('../i/textarea-bg-contact.jpg') no-repeat;
	width: 206px;
	height: 110px;
	font: 12px Arial;
	color: #999;
	padding: 7px 0 0 10px;
	border: none;
}

.line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .line {height: 1%;}

.line {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

.submit {
	border: none;
	background: #ac9661;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 14px Arial;
	color: #FFF;
	text-transform: uppercase;
	cursor: hand;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.submit:hover{	cursor: hand;}

.indent {
	margin: 10px 0 0 5px;
}

.indent p {
	margin: 0 0 15px 0;
}

.contact-left a:link, .contact-left a:visited {
	color: #828282;
}

.contact-left a:hover {
	color: #000;
}

/* Add To Basket Popup */

.atbp{
	left: 333px;
	width: 332px;
	min-height: 304px;
	margin: -182px 0 0 0;
}

.atbp-form {
	width: 333px;
}

.atbp-container {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 270px;
}

.atbp-quantity{
	float: left; 
	margin-right: 10px;
	font: 12px Gill;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}

.sliderlabels{
	width: 100%;
}

.sliderlabelleft{
	float: left;
}

.sliderlabelright{
	float: right;
}
/* FAQ */

.question {
	font: 18px Gill;
	color: #33497c;
	text-indent: -18px;
	padding: 0 40px 0 18px;
}

.faq li {
	cursor: pointer;
	border-bottom: 1px solid #f3f2f5;
	padding: 18px 0 17px 15px;
	background: url('../i/expand.gif') no-repeat 100% 0;
	width: 650px;
	margin: 0 0 1px 0;
	list-style-type: none;
}

.faq li.open {
	background: #ededed url('../i/collapse.gif') no-repeat 100% 0;
}

.answer {
	display: none;
	overflow: hidden;
	width: 630px;
}

.answer .inner {
	margin: 15px 20px 0 11px;
	border-left: 1px solid #33497c;
	padding: 0 0 3px 10px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.3em;
}

.answer label {
	font: normal 18px Gill;
	color: #33497c;
}

.content ul{
	padding-left: 16px;
	margin-left: 12px;
}
.content ul li{
	margin-bottom: 5px;
}

ul{border:0; margin:0; padding:0;}

.message{
	border: 1px solid #BFAF85;
	padding: 25px;
	margin-top: 12px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002F68;
	background-color: #e9ddc2;
}

.product-added{
display: none;
/*font;Arial;
margin-top:5px;*/
margin-left: 5px;
padding-top:3px;
padding-bottom:3px;
padding-left:4px;
padding-right:4px;
border:dotted 1px #ac9661;
background-color:#f6edd6;
}