@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* normalize.css v1.1.0 | MIT License | git.io/normalize
=============================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #000; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #5882f9; }
a:visited { color: #5882f9; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* THEME CSS */
body, html {
	margin: 0;
	padding: 0;
	background: #f2e0b5 url(../images/pagebg.gif) no-repeat bottom left;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;	
	overflow-x: hidden;
}
table, td, input, textarea, select, li {
color: #111;
font: 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
p, ul, div {
	font-size: 15px;
}
img {
	border: none;
	max-width: 100%;
}
a {
	color: #5882f9;
	text-decoration: none;
}
table {
	width: 100%;
}
table thead {
	text-align: left;
}
input, textarea, select {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	outline: none;
	padding: 6px 3px;
	color: #292929;
	outline: none;
}

#container {
    margin: 0 auto;
    max-width: 71.25em;
}

#logo {
	margin-top: 12px;
	margin-left:10px;
	float: left;
}

#logo p {
	color: #FFF;
	margin-top: 0;
	font-size: 18px;
	font-style: italic;
}


#logo h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', verdana, lucida, sans-serif;
	font-size: 27px;
	color: #FFF;
	font-weight: normal;
}


#mini_cart {
	float: right;
	color: #888;
	padding: 10px;
	font-size: 14px;
	height: 85px;
}
#mini_cart a {
	color: #888;
}

#mini_cart p {
	margin: 0px;
	font-size: 17px;
	width: auto;
	text-align: right;
	line-height: 23px;
}

#mini_cart p span {
	font-weight: bold;
}

#fullcontainer {
    margin: 0 auto;
    max-width: 64em;
	padding: 10px;
	background: #FFF;
	margin: 0 auto;
}

#topcontainer {
    margin: 0 auto;
    max-width: 64em;
	height: 534px;	
	margin: 0 auto;
	position: relative;
}
#contact_banner {
	padding: 10px;
}
#contact_banner p {
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
#contact_banner p span, #cartinfo p span {
	color: #000;
}

#cartinfo {
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.facebook-follow {
	background: #3b5998;
	text-align: center;
	margin: 0.2em 0 0.8em 0;
}

.facebook-follow p {
	margin: 0;
}

.facebook-follow a {color: #FFF;
display: block;
font-size: 1.1em;
padding: 1em 0.5em;}

.facebook-follow .fa {
	
}

#main_search_box form {
	float: right;
}

header {
			
	clear: both!important;
}

#main_search_box {
	float: right;
}

#main_search_button {
	background: #355385 url(../images/btn-grad.png) repeat-x 0 0;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 0 6px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.333);
	width: 32px;
	}
	
#main_newsletter_submit, #newslettersignup_submit {
	background: #355385 url(../images/btn-grad.png) repeat-x 0 0;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 0 6px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.333);
	width: 72px;
}	

#main_search_button:hover {
	background-color: #5a749f;
	cursor: pointer;
	}

header #topheader {
	height: 80px;
	background: #314B28;
}

#main_bottom {
    margin: 0 auto;
    max-width: 64em;
	margin-top: 10px;
}

#main_content {
	float: left;
	display: inline;
	width: 72.5%;
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}


#main_content .link {
	text-decoration: underline;
}

#department_departments .image {
	margin: 0px;
}

#department_departments .image img{
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#index_departments .image img{
	border: 1px solid #e6e6e6;
}

#department_departments li a {
	color: #FFF;
}


#index_products, #department_products, #index_departments, #related_departments, #department_departments, #default_products {
	padding: 0;
	margin: 0;
}

#department_departments li {
	display: block;
	width: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;	
}

#index_products li, #department_products li, #default_products li {
	display: block;
	width: 200px;
	float: left;
	display: inline;
	margin: 10px 0 5px 9px;
	border: 1px solid #e6e6e6;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 242px;	
}

#index_departments li, #related_departments li {
	display: block;
	width: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
}

#index_products li p.price, #department_products li p.price, #default_products li p.price, #search_products li p.price {
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 16px;
	margin-top: 6px;
}

#index_products li form.addtocart, #department_products li form.addtocart, #default_products li form.addtocart, #search_products li form.addtocart {
	float: right;
	display: inline;
	padding: 10px 0px;
}

#index_products_container, #index_departments_container, #related_departments_container, #department_products_container, #department_departments_container, #default_products_container {
	clear: both;
}

#main_search, #main_newsletter_emailaddress, #newslettersignup_emailaddress, #newslettersignup_invalid_emailaddress {
	width: 179px;
	padding-right: 15px;

}

#department_departments h3 {
	display:block;
	margin: 0;
	width: 182px;
	height: 20px;
	background: #355385 url(../images/nav-grad.png) repeat-x 0 0;
	color: #fff!important;
	padding: 10px;
	font-size: 12px;
}


#department_products li a, #index_products li a, #default_products li a  {
	color: #000;
}

#index_departments li a {
	color: #FFF;
}


#index_departments h3 {
	display:block;
	margin: 0;
	width: 180px;
	height: 20px;
	background: #355385 url(../images/nav-grad.png) repeat-x 0 0;
	color: #fff!important;
	padding: 10px;
	font-size: 12px;

}

#index_products h3, #department_products h3, #default_products h3, #search_products h3 {
	display:block;
	margin: 0;
	width: 180px;
	height: 40px;
	color: #000!important;
	padding: 5px;
	font-size: 12px;
}

#index_products .addtocart input[type="submit"], #default_products .addtocart input[type="submit"], #department_products .addtocart input[type="submit"], #search_products .addtocart input[type="submit"] {
	display: block;
	background: #314B28 url(../images/nav-grad.png) repeat-x 0 0;
	color: #fff!important;
	padding: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#index_departments .image {
	width: 200px;
}

#index_departments p {
	margin: 0px;
}

#department_products p {
	margin: 0px;
}

#index_products p {
	margin: 0px;
}

#default_products p {
	margin: 0px;
}

#department_products .image {
	width: 200px;
	text-align: center!important;
	height: 150px;
}

#main_sidebar nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fb-page {
	margin-bottom: 1em;
}

.facebook {
display: none;
}

#socialmediabar {
	background: #d0a3cb;
	height: 55px;
	width: 980px;
}

.socialmediabox {
	float: left;
	height: 55px;
	width: 326px;
}

#main_nav {
	background: #314B28;
	height: 58px;
	width: 100%;
	margin-bottom: 10px;
}

nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_nav nav {

	color: #FFFFFF;
	height: 58px;
}
#main_nav nav ul {
	margin: 0;
}
#main_nav nav li {
display: inline;

}
#main_nav nav li:first-child {
	border-left: none;
}
#main_nav nav li:last-child {
	border-right: none;
}

#main_nav nav a {
	background: #314B28;
	border-right: 1px solid #4d642c;
	color: #FFF !important;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(41, 58, 16, .666);
	width: 12.05%;
}

#main_nav nav a:hover {
	background: #BDD2B5;
}


#main_sidebar nav ul li {
	width: 200px;
	height: 30px;
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #000;
}
#mini_cart_num_items, #mini_cart_total, #mini_cart_currency {
	font-weight: bold;
}
#slider, #socialmediabar {
	
}

#topcontainer {
	height: 449px;
}

.body_index #slider, .body_index #socialmediabar {
	display: block;
}

.body_index #topcontainer {
	height: 449px;
}
#slider,
#slider li {
	height: 300px;
	margin: 0;
	overflow: hidden !important;
	padding: 0;
	}
#slider {
	margin: 10px 0 0 0;
	position: relative;
}
#slider ul {
	margin: 0;
	padding: 0;
}
#slider li {
	overflow: hidden !important;
	position: relative;
	z-index: 1;
	}
#controls {
	left: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	width: 340px;
	z-index: 3;
	display: none!important;
	}
#controls li {
	display: inline;
	float: left;
	height: 21px;
	line-height: 21px;
	margin: 0 1px 0 0;
	padding: 0;
	}
#controls li a {
	background: url(../images/controls-bg.png) no-repeat 0 -21px;
	display: inline;
	float: left;
	height: 21px;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	text-indent: -99999em;
	width: 21px;
	}
#controls li a:hover {
	background: url(../images/controls-bg.png) no-repeat 0 -42px;
	}
#controls li.current a {
	background: url(../images/controls-bg.png) no-repeat 0 0;
	}

#default_product_image {
	margin: 0 auto 1em;
	text-align: center;
	width: 630px;
}

#default_product_productinfo {
	width: 650px;
	background: #eee;
	float: left;
	display: inline;
	padding: 20px;
}

#viewcart_itemtable input {
	width: 22px;
	text-align: center;
}

#viewcart_itemtable th {
	line-height: 30px;
}

#viewcart_buttonholder, #orderdetails_buttonholder, #register_buttonholder, #review_buttonholder  {
	border-top: 1px dotted #000;
	float: right;
	padding: 10px 0px;
	width: 100%;
}

#viewcart_buttonholder_inner, #orderdetails_buttonholder_inner, #register_buttonholder_inner, #review_buttonholder_inner {
	float: right;
}

#orderdetails_buttonholder,  #register_buttonholder {
	margin-top: 10px;
}
#viewcart_buttonholder input, #orderdetails_buttonholder input, #register_buttonholder input, #review_buttonholder input {
	float: left;
	display:  inline;
	margin-left: 5px;
}

#orderdetails_container input[type=text], #register_container input[type=text], #register_container input[type=password] {
	width: 98%;
}
#orderdetails_container input[type=text].short, #review_container input[type=text].short {
	width: 50%;
	display: block;
	float: left;
}
#orderdetails_container select {
	width: 99%;
}
#orderdetails_container label, #register_container label, #review_container label {
	line-height: 30px;
}
#login_alreadyamember, #login_registertoday {
	width: 360px;
	float: left;
	display: inline;
	padding: 20px;
}

#orderchoice_user, #orderchoice_guest {
	width: 360px;
	float: left;
	display: inline;
	padding: 20px;
}

#login_alreadyamember input[type=submit], #login_registertoday input[type=submit] {
	width: 368px;
}

#orderchoice_user input, #orderchoice_guest input, #login_alreadyamember input, #login_registertoday input {
	width: 360px;
	margin: 5px 0px;
}
#orderchoice_guest {
	border-left: 1px dotted #000;
}


#review_address {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}

#review_billing_address, #review_shipping_address {
	float: left;
	width: 332px;
}

#review_shipping_address {
	text-align: right;
}

#review_order_shipping {
	float: left;
	width: 380px;
}

#review_order_shipping dl {
	padding-top: 10px;
	border-top: 1px dotted #000;
}

#review_order_shipping dl dt {
	font-weight: bold;
	line-height: 20px;
	display:block;
}

#review_order_shipping dl dd {
	text-align: right;
	line-height: 20px;
	display:block;
	margin-top: -20px;
}

#viewcart_overview, #review_overview {
	width: 250px;
	float: right;
}

#viewcart_overview dl, #review_overview dl {
	border-top: 1px dotted #000;
	padding-top: 10px;
}

#viewcart_overview dl dt, #review_overview dl dt {
	font-weight: bold;
	line-height: 20px;
	display:block;
}

#viewcart_overview dl dd, #review_overview dl dd {
	text-align: right;
	line-height: 20px;
	display:block;
	margin-top: -20px;
}

#orderdetails_shipping, #orderdetails_promotion {
	width: 340px;
	float: left;
}

#review_payment_container{
	float: left;
	margin-bottom: 10px;
}

#review_additional_container, #review_payment_container {
	width: 340px;	
}

#review_additional_container{
	float: left;
	margin: 0px 0px 10px 10px;
}

#review_container input[type=text] {
	width: 98%;
}
#review_container select {
	width: 100%;
}
#orderdetails_promotion {
	margin-left: 10px;
}

#orderdetails_shipping dl dt {
	line-height: 30px;
	display:block;
}

#orderdetails_shipping dl dd {
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	display:block;
	margin-top: -30px;
}

.submitOverlay {
	border: none;
	position: relative;
	left: 418px;
	top: 54px;
	font-size: 14px;
	background: none;
}


.error_msg, .error_msg li{
	color: #FF0000;
}


#orderdetails_shipping_option_information {
	margin-top: 10px;
}

.reviewThumbnailColumn {
	width: 100px;
}
.reviewProductColumn {
	width: 410px;
}
.reviewPriceColumn {
	width: 85px;
}
.reviewQuantityColumn, .reviewQuantityColumnData {
	width: 81px;
	text-align:center;
}
.reviewTotalColumn, .reviewTotalColumnData {
	text-align:right;
	width: 85px;
}
.viewCartThumbnailColumn {
	width: 100px;	
}
.viewCartProductColumn {
	width: 315px;	
}
.viewCartDeleteColumn {
	width: 100px;
}
.viewCartPriceColumn {
	width: 85px;
}
.viewCartQuantityColumn, .viewCartQuantityColumnData {
	width: 81px;
	text-align:center;
}
.viewCartTotalColumn, .viewCartTotalColumnData {
	text-align:right;
	width: 85px;
}
h1 {
	margin: 0;
	font-size: 16px;
}
#review_bottom_container {
	border-top: 1px dotted #000;
}
#review_payment_options dd p.orderdetails_cv2 {
	float: left;
	display:block;
	margin: 3px 10px;
	width: 140px;
}
.orderdetails_label_cv2 {
	width: 100%;
	display: block;
}
#review_payment_options dd, #review_payment_options dd p {
	margin: 0;
}
#review_payment_options dt label {
	font-weight: bold;
}

/* = suppliers
================================================= */

#supplier-thumb {
	-webkit-transform:translateZ(0);
	padding: 0;
	}

#supplier-thumb li {
	background: #fff;
	border: 1px solid #e6e6e6;
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	-moz-transition: .15s ease-in-out;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	width: 110px;
	height: 90px;
	}

#supplier-thumb p {
	color: #505152;
	font-family: "Kreon", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 18px;
	margin: 23px 0 0 28px;
	padding-top: 4px;
	padding-left: 10px;
	position: absolute;
	width: 50px;
	}

	
#supplier-thumb li:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	}
	
/* SIDER BAR */
#main_sidebar {
float: left;
display: inline;
margin: 0 1% 1em 0;
text-align: left;
width: 26.4%;
background: #BDD2B5;
padding: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
-ms-box-sizing: border-box; 
}




#home-promo3 {
	width: 225px;
	-webkit-transform:translateZ(0);
	margin: 0;
	padding: 0;
	}
#home-promo3 li {
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	display: inline;
	float: left;
	line-height: 0;
	margin: 0 0 10px 10px;
	position: relative;
	-moz-transition: .15s ease-in-out;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	width: 232px;
	}
	
#home-promo3 h3 {
	font: 15px/1 "Kreon", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	border: none;
}
#home-promo3 h3 a {
	background: #d1a2cc url(../images/nav-grad.png) repeat-x 0 0;
	color: #fff;
	display: block;	
}
#home-promo3 p {
	background: url(../images/black-40.png) repeat 0 0;
	bottom: 0;
	color: #fff;
	font-family: "Kreon", "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 30px;
	left: 0;
	line-height: 30px;
	margin: 0;
	padding: 3px;
	position: absolute;
	width: 226px;
	}
	
	
/* FOOTER */
	
footer {
	background: 
	#314B28;
	border: 1px solid 
	#d6d6d6;
	border-width: 1px 0;
	clear: both;
	color: 
	#666;
	text-align: left;
}
footer p {
	color: #7BA56B;
	text-align: center;

}
	
footer .inner {
	margin: 0 auto;
	padding: 1px 0;
	width: 100%;
}

#bottomfooter .inner {
margin: 0 auto;
padding: 1px 0;
width: 100%;
}
	
footer #credits {
	color: #86A57B;
	font: italic 14px Georgia, Times, "Times New Roman", serif;
	margin: 1.5em 0 2em 0;
	line-height: 1;
	text-align: center;
	
}

footer #credits a {
	color: #7BA56B;
	font: italic 14px Georgia, Times, "Times New Roman", serif;
	margin: 1.5em 0 2em 0;
	line-height: 1;
	text-align: center;
}
	
footer ul {
	
	text-align: center;
}

#bottomfooter ul {
	margin: 0 0 1em 0;
	text-align: center;
}

#bottomfooter li {
display: inline;
font-size: 10px;
line-height: 1;
margin: 0 .5em;
color: #876f01;
}

#bottomfooter li a {
color: #876f01;
}

#bottomfooter li a:visited {
color: #876f01;
}

footer ul a {
	font-size: 14px;
}
	
footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}
	
footer li {
	display: inline;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 .5em;

}


footer li a {
	color: #FFF;
}

footer li a:visited {
	color: #FFF;
}


/* BOTTOM 3 BOXES */

#promo {
	float: left;
	clear:both;
	margin: 1em auto 2em auto;
	text-align: left;
	width: 980px;
	}
#promo .col {
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	display: inline;
	float: left;
	min-height: 230px;
	width: 318px;
	margin-left: 10px;
	}
		
#promo .col .inner {
	padding: 1px 20px 1.5em 20px;
	}
#promo .col h3 {
	color: #333;
	font-size: 1.8em;
	}
#promo .col .inner {
	padding: 1px 20px 1.5em 20px;
	}
#promo .col h3 {
	color: #333;
	font-size: 1.8em;
	}
	
#promo .col.col-first {
	margin: 0;
}

#promo .quote {
	font: italic 14px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-bottom: 0;
}

#promo .cite {
	margin: 0 0 0 0;
}

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

#promo .more-link {
	background: #355385 url(../images/btn-grad.png) repeat-x 0 0;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 0 6px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.333);
	width: 110px;
}

#promo .more-link a {
	color: #fff;
	padding-left: 9px;
}

#addtocartbtn {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	background: #355385 url(../images/btn-grad.png) repeat-x 0 0;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 0 6px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.333);
	width: 110px;
}

#default_product_pricecurrency {
display: block;
position: relative;
float: left;
font-size: 18px;
width: 540px;
}

#default_product_rrp {
	color: #FF0000;
	text-decoration: line-through;
}

/* PAGINATION */

.pagination_nav {
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #777;
	height: 20px;
	padding: 10px;
	clear: both;
	margin-top: 5px;
}

.pagination_nav ul li {
	margin: 0;
	padding: 0;
	float:left;
	display:inline;
}
.pagination_nav li.pagination_info {
	color: #999;
	display: inline;
	float: right;
	font: italic 13px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}
.pagination_nav li.pagination_results {
	border-left: 1px dotted #bbb;
	color: #999;
	display: inline;
	float: right;
	font: italic 13px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-left: 10px;
	padding-left: 10px;
}
.pagination_nav a {
	color: #999;
	margin-right: 5px;
	line-height: 20px;
	display:block;
	height: 20px;
}
.pagination_nav a:hover {
	color: #777;
}
.pagination_nav a.selected {
	color: #444;
	font-weight: bold;
}

.no_image_available {
	background: #fff;
	border: 1px solid #e6e6e6;
	display: block;
	width: 200px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	color: #000!important;
}

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

#search_products_container ul li {
	display: block;
	width: 200px;
	float: left;
	display: inline;
	margin: 10px 0 5px 15px;
	border: 1px solid #e6e6e6;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 275px;
}

#review_container .no_image_available, #viewcart_container .no_image_available {
	width: auto;
	height: 52px;
	line-height: 25px;
	color: #000!important;
	padding: 5px;
	margin: 0px 5px 0px 0px;
}

#default_products_container {
	overflow: auto;
	height: 275px;
}

#orderdetails_additional textarea {
	width: 100%;
}

.body_order_details h3 {
	margin: 5px 0;
}

.mandatory {
	color: #FF0000;
}

.body_contact input, .body_contact textarea {
	width: 98%;
}
input.submitOverlay {
	width: auto;
}
.body_contact label {
	line-height:30px;
}

#contact_buttonholder {
	border-top: 1px dotted #000;
	float: right;
	padding: 10px 0px;
	width: 100%;
	margin-top: 10px;
}

#contact_buttonholder_inner {
	float: right;
}

#review_order_additional {
	margin-top: 10px;
	border-top: 1px dotted #000;
}

#review_order_additional p {
	margin: 0;
}

#main_breadcrumbs {
	margin-bottom: 10px;
	font-style: italic;
	color: #777;
}

#main_breadcrumbs a {
	color: #777;
}

#main_breadcrumbs a:hover {
	color: #777;
}

#main_breadcrumbs a:visited {
	color: #777;
}

.product_on_sale_badge {
	display: block;
	height: 50px;
	width: 50px;
	background: #FF0000;
	line-height: 50px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	right: 0;	
}

#default_product_image, p.image {
	position: relative;
	text-align: center;
}

#default_product_image .no_image_available {
	width: auto;
}

#default_product_gallery {
	width: 440px;
	padding-top: 5px;
	margin: 0 auto 1em;
}

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


#default_product_gallery ul li {
	float: left;
	display: inline;
	margin: 0 5px 5px 5px;
}

#cottage1 {
background: #e8dec5;
border: 1px solid #b3a277;
height: auto;
width: 100%;
margin-bottom: 10px;
padding-top: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
-ms-box-sizing: border-box;  
}

#cottage2 {
	background: #e8dec5;
	border: 1px solid #b3a277;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
}

#cottage1 p, #cottage2 p {
	font-size: 13px;
	margin: 4px 0 4px 0;
}


#cottage1 h3, #cottage2 h3 {
color: #314B28;
text-decoration: none;
margin: 0;
margin-bottom: 6px;
}

#cottage1l, #cottage2l {
float: left;
line-height: 17px;
width: 100%;
padding: 0 10px 0 10px;
box-sizing: border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
-ms-box-sizing: border-box; 
}

#cottage1r {
	margin-left: 10px;
}

#cottage1 h3 a, #cottage2 h3 a {
	color: #314B28!important;
}

#cottage1 h3 a:visited, #cottage2 h3 a:visited {
	color: #314B28!important;
}

#main_content h1 {
	background: #BDD2B5;
	color: #314B28;
	font: normal bold 400 13px/24px "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	text-align: center;
	width: 100%;
	margin: -10px 0 0 -11px;
	padding: 6px 10px;
}

#main_content .wifi {
	background: #BDD2B5;
	color: #314B28;
	font: normal bold 400 13px/24px "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	height: 25px;
	text-align: center;
	width: 100%;
	margin: 0 0 0 -11px;
	padding: 6px 10px;
	font-size: 16px;
}

#fishingside {
background: #314b28 url(../images/fishingside.gif) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

#fishingside2 {
background: #314b28 url(../images/fishingside2.jpg) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

#guestbook {
background: #314b28 url(../images/guestbook.gif) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

#fishingside a, #fishingside2 a, #guestbook a, #wifi a, #fly-fishing a, #web-cam a {
	display:block;
	padding-top:120px;
}

#wifi {
background: #314b28 url(../images/wifi.gif) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

#fly-fishing {
background: #314b28 url(../images/fly-fishing.gif) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

#web-cam {
background: #314b28 url(../images/web-cam.gif) no-repeat;
border: 1px solid #006400;
height: 120px;
margin: 11px 0 0;
	width: 100%;
}

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

#photogallery1, #photogallery2, #photogallery3 { 
margin: 0;
width: 224px;
height: 452px;
clear: left;
}

#ddecom_flickr_modal li {
float: left;
list-style: none;
margin:7px 4px 0px 6px;
}

#ddecom_flickr_modal img {
height: 100px;
width: 100px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#ddecom_flickr_modal {
height: 258px;
margin: 1px 0px 0px 2px;	
}

#contactdetails {
margin-top: 30px;
margin-right: 10px;
float: right;
font-size: 20px;
font-style: italic!important;
color: #BDD2B5!important;
}

.float_image_left {
	border: 1px solid #BDD2B5;
	padding: 5px;
	float: left;
	margin: 0 20px 4px 0;
}

.float_image_right {
	border: 1px solid #BDD2B5;
	padding: 5px;
	float: right;
	margin: 0 0 4px 20px;
}

/* =Site map
-------------------------------------------------- */

.sitemap-wrapper {}

.sitemap-wrapper h2 {
	border-top: 1px solid #eee;
	clear: left;
	float: left;
	margin: 0;
	padding-top: 1em;
	padding-right: 5%;
	width: 20%;
}

.sitemap-wrapper ul,
.sitemap-wrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap-wrapper ul {
	border-top: 1px solid #eee;
	float: left;
	margin: 0 0 1.6em 0;
	padding-top: 1em;
	width: 75%;
}

.sitemap-wrapper ul li {
	margin: 0 0 .4em 0;
}

/* clearfix class */

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}


/* =Bookings
-------------------------------------------------- */

.table_container {
	width: 300px;
	height: 310px;
	float: left;
	margin: 15px;
}

.table_container h3 {
	text-align: center;
	padding: 0 1.55em;	
}


.make_your_booking {
	display: block;
	width: 300px;
	padding: 10px 0;
	border: 1px solid #333;
	background: #314B28;
	text-align: center;
	color: #FFF!important;
	float: right;
	margin-top: 10px;
}

.booking_heading_container h2 {
	float: left;
}



.calendar_table {
color:					#314B28;
font: 					normal bold 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
margin:					10px 0 10px 9px;
}

.calbody {
background:				#E8DEC5;
}

.calendar_table th {
background:				#314B28;
color:					#FFF;
font: 					normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
height:					25px;
padding:				5px;
width:					25px;
}

.calendar_table td {
border:					1px solid #314B28;
color:					#314B28;
font: 					normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
height:					25px;
text-align:				center;
padding:				5px;
width:					25px;
}

.calendar_table .evening {
	background: url(../images/evening.png) no-repeat center right;
}

.calendar_table .selected {
	background: #BDD2B5;
}

.calendar_table .morning {
	background: url(../images/morning.png) no-repeat center left;
}

.booked {
background:				#314B28 !important;
border:					1px solid #678F59 !important;
color:					#FFF !important;
}

.make_booking_calendar_galance {
	width: 250px;
	float: left;
}

.make_booking_calendar_galance .table_container {
	width: 250px;
	float: left;
	height: auto!important;
}
.make_booking_selection {
	float: right;
	width: 375px;
}

.make_booking_search {
	margin-bottom: 15px;
}

.make_booking_search fieldset {
	display: inline-block;
}

.make_booking_search .actions input {
	border: 1px solid #333;
	background: #314B28;
	color: #FFF;
	border-radius: 0;
	text-align: center;
	width: 150px;
}

.make_booking_selection .actions input {
	border: 1px solid #333;
	background: #314B28;
	color: #FFF;
	border-radius: 0;
	text-align: center;
	width: 150px;
	float: right;
}

.make_booking_selection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.make_booking_selection ul input[type="checkbox"], input[type="radio"] {
	margin-right: 10px;
}

.service_selector {
	width: 300px;
	float: left;
	margin-left: 10px;
	background: #e8dec5;
	border: 1px solid #b3a277;
	padding: 0 10px 5px 10px;
}

.service_selector a img {
	width: 100%;
}

.service_selector a {
	color: #314B28;
}

.service_selector a:visited {
	color: #314B28;
}

.body_page_id_20 #cottage1 {
	display: none!important;
}

#bandbside {
	display: none;
}

.body_page_id_20 #bandbside {
	display: block;
	background: #314b28 url(../images/bbimage.gif) no-repeat;
	border: 1px solid #006400;
	height: 160px;
	margin: 11px 0 0;
		width: 100%;
}


.content-images img {
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
}


.guestbook-container {
  position: relative;
  height: 0;
  overflow: hidden;	
}

.guestbook-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =Photogallery
-------------------------------------------------- */
.photogallery-container {
    margin: 0.7em 0 0 0;
    width: 100%;
    float: left;
}

.photogallery-container ul {
    list-style: none;
    margin: 0;
	padding: 0;
}

.photogallery-container li {
    background: #FFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 2% 2% 0;
    padding: 1%;
    width: 16.1%;
}

img.mfp-img {
	padding: 0;
}

.mfp-close {
	display: none !important;
}

.photogallery-container li:hover {
    border: 1px solid #CCC;
}

.photogallery-container li:nth-child(-n+5) {
    margin-top: 0;
}

.photogallery-container li:nth-child(5n) {
    margin-right: 0;
}

.photogallery-container img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 100%;
}

.photogallery-container img:hover {
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -o-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -ms-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
}

.mfp-bottom-bar {
    -webkit-border-radius: 0 0 0.15em 0.15em;
    -moz-border-radius: 0 0 0.15em 0.15em;
    border-radius: 0 0 0.15em 0.15em;
    padding: 0.7em 0;
    display: none;
    margin-top: -50px !important;
}

.mfp-figure figure {
    background: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    padding: 0em;
}

.mfp-img {
    -webkit-border-radius: 0.2em 0.2em 0 0;
    -moz-border-radius: 0.2em 0.2em 0 0;
    border-radius: 0.2em 0.2em 0 0;	
}

.mfp-title {
    color: #333 !important;
    font-weight: 600;
    margin: 0 0 0 2%;
}

.mfp-counter {
    color: #000 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1em !important;
    font-weight: normal;
    top: 1em !important;
    right: 2% !important;
}

/* Mobile optimsation */
img {
    border: none;
    height: auto;
    max-width: 100%;
}

table {
    text-align: left;
    width: 100%;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	
	}


@media only screen and (max-width: 62.5em) { 
	
	}
	
@media only screen and (max-width: 53em) {
	#main_nav {
		display: none;
	}
	
	body {
		background: #FFF;
		
		padding-top: 3em;
	}
	
	#fullcontainer {
		background: #FFF;
		padding: 0;
	}
	
	#topcontainer,
	.body_index #topcontainer {
		height: 390px;
	}
	
	#contactdetails {
		margin-top: -40px;
		margin-right: 10px;		
	}
	
    .turtle-mobile-menu-button-container {
		position: fixed;
		height: 41px;
		top: 0px;
		width: 100%;
		background: #BDD2B5;
		border-bottom: 2px solid #202f1b;
		text-align: center;
		z-index: 9999;
	}

    .turtle-mobile-menu-button-container .turtle-mobile-menu-button {
		color: #FFF;
		font-size: 18px;
		font-weight: 700 !important;
		text-transform: uppercase;
		padding: 7px 0 0 0;
		border-radius: 3px;
		letter-spacing: 0.1em;
		text-decoration: none;
		font-weight: normal;
		text-align: center !important;
	}

    .turtle-mobile-menu-container li {
        text-align: left !important;
        border-bottom: 1px solid #eee;
        width: 100% !important;
        border-radius: 5px;
        font-size: 15px;
        background: #FFF;
        margin: 0 0 20px 0 !important;
        padding: 5px 10px !important;
        box-sizing: border-box;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    }
    
    .turtle-mobile-menu-container li a,
    a.turtle-mobile-menu-button     {
	    color: #555;
	    text-decoration: none;
    }
    
    .turtle-mobile-menu-container li {
        text-decoration: none;
    }

    .turtle-mobile-menu-container li:active,
    .turtle-mobile-menu-container li:hover {
        background: #eee;
    }

    .turtle-mobile-menu-button {
        text-align: left !important;
        width: 100% !important;
        border-radius: 5px;
        font-size: 15px;
        margin: 0 0 10px 0;
        box-sizing: border-box;
    }

    .turtle-mobile-menu-button {
        font-size: 16px;
        font-weight: bold;
    }

    .turtle-mobile-menu-container li a {
        font-weight: 500;
    }
}

@media only screen and (max-width: 50em) {
	
}


@media only screen and (max-width: 48em) { 
	}
	

@media only screen and (max-width: 41em) {
	#main_sidebar,
	#slider {
		display: none !important; 
	}
	
	#main_content {
		width: 100%;
	}
	
	#logo h1 {
		font-size: 20px;
	}
	
	#topcontainer {
		height: 120px;
	}
	
	#main_bottom {
		margin-top: -4px;
	}
	
	.facebook {
		background: #3b5998;
		display: block;
		text-align: center;
		padding: 10px 0;
		width: 100%;
	}
	
	.facebook a {
		color: #FFF;
		font-size: 16px;
		padding: 10px 0;
	}
	
	.facebook a .fa {
		margin-right: 5px;
	}	
}
	

@media only screen and (max-width: 37.5em) {
	section#slider {
		height: 252px;
	}
}	
	
	
@media only screen and (max-width: 33.75em) {
	#logo {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	#logo h1 {
		padding: 0.5em;
		margin: 0;
	}
	
	#logo p {
		margin: 0em auto;
		width: 100%;
		float: none;
		text-align: center
	}
	
	#contactdetails {
		float: none;
		width: 100%;
		margin: 0.5em auto;
		text-align: center;		
	}
	
	header #topheader {
		height: 120px;
	}
	
	#topcontainer,
	.body_index #topcontainer {
		height: 162px;
	}
}
	
@media only screen and (max-width: 27.5em) {
	#logo h1 {
		font-size: 25px;
		text-align: center;
	}
	
	#topcontainer,
	.body_index #topcontainer {
		height: 202px;
	}	
	
	header #topheader {
		height: 160px;
	}
}
	
@media only screen and (max-width: 20em) {
	#logo h1 {
		font-size: 20px;
	}
	
	header #topheader {
		height: 140px;
	}
	
	#topcontainer {
		height: 170px;
	}
	
	#topcontainer,
	.body_index #topcontainer {
		height: 182px;
	}		
}
	
	
/* Helpers
-------------------------------------------------- */
/* for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* clearfix class */
.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    * zoom: 1;
}	