@font-face {
    font-family: 'QuestrialRegular';
    src: url('questrial-regular-webfont.eot');
    src: url('questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('questrial-regular-webfont.woff') format('woff'),
         url('questrial-regular-webfont.ttf') format('truetype'),
         url('questrial-regular-webfont.svg#QuestrialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.4 QuestrialRegular, Arial, Helvetica, sans-serif;
	color: #5B4A42; background: #5B4A42 url(/images/main-bg.gif) repeat left top;
}
img {
	border:none;
	vertical-align: bottom;
}
h1 {
	font-size: 1.3em;
	margin-bottom: .3em;
}
h2 {
	font-size: .95em;
	margin: 1em 0 .5em 0;
	background-color: #FFEDD3;
	padding: 3px 5px;
	border: 1px dotted #5B4A42;
}
h3 {
	font-size: .95em;
	margin-bottom: .1em;
}
h4 {
}
h5 {
}
h6 {
}
p, ul, ol {font-size: .75em;
	margin-bottom: 1em;
}
ul, ol {margin-left: 2em;
}
ul ul {font-size: 1em;
}
a {text-decoration: underline;}
a:link {color: #F46B10;}
a:visited {color: #F46B10;}
a:hover {color: #5B4A42; text-decoration: none;}
a:active {color: #5B4A42; text-decoration: none;
}
/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 10px auto;
}
#wrapper {
	background-color: #f2f2f2;
	width: 980px;
	min-height: 680px;
	float: left;
	margin-bottom: 8px;
	padding-bottom: 10px;
}
/**************** Header styles ****************/
#header {
	float: left;
	width: 980px;
	height: 162px;
}
#mainlogo {
	float: left;
	margin: 30px 0 0 85px;
}
#contactbasket {
	float: right;
	margin: 30px 80px 0 0;
	width: 180px;
	height: 105px;
	background: url(/images/contact-bg.gif) no-repeat left top;
	font-size: .9em;
	color: #F46B10;
	position: relative;
}
#contactnumber, #contactemail, #basketamount {
	position: absolute;
	left: 36px; top: 7px;
}
#contactemail {
	top: 42px;
}
#basketamount {
	top: 81px;
	color: #fff;
}
#basketbutton {
	position: absolute;
	left: -36px; top: -10px;
}
#contactbasket a:link, #contactbasket a:visited {color: #F46B10; text-decoration: none;}
#contactbasket a:hover, #contactbasket a:active {color: #F46B10; text-decoration: underline;
}
#contactbasket a.contactinstagram {
    background: #5b4a42;
    border-radius: 50%;
    /*display: block;*/
    display: none;
    float: right;
    padding: 7px 6px;
    text-decoration: none;
}
#contactbasket a.contactinstagram:link {
	color: #fff;
}
/**************** Navigation styles ****************/
#navbar {
	float: left;
	width: 980px;
	height: 25px;
	margin-bottom: 15px;
}
#navbar ul {
	margin: 0 0 0 53px;
	float: left;
	list-style: none;
	height: 25px;
	background: url(/images/navbar-orangeline-repeat.gif) repeat-x left 16px;
	width: 874px;
	overflow: hidden;
	text-transform: uppercase;
}
#navbar li {
	float: left;
	height: 25px;
}
#navbar a {
	float: left;
	display: block;
	padding-left: 36px;
	height: 25px;
}
#navbar a:link, #navbar a:visited {color: #5B4A42; text-decoration: none;}
#navbar a:hover, #navbar a:active, #navbar a.currentpage  {color: #F46B10; text-decoration: none; background: url(/images/nav-currentpage.gif) no-repeat 15px 8px;
}
/**************** Content styles ****************/
#main-content {
	float: left;
	width: 804px;
	padding: 0 88px;
	margin-bottom: 10px;
}
#storesections, #storesections-home {
	float: left;
	width: 898px;
	padding: 0 0 0 82px;
}
.sectionwrapper {
	float: left;
	width: 262px;
	position: relative;
	margin: 0 15px 15px 0;
}
.sectionwrapper h1 {
	font-size: .75em;
	font-weight: normal;
	color: #fff;
	background: url(/images/section-header-bg.png) no-repeat left top;
	line-height: 1.3;
	float: left;
	width: 222px;
	padding: 4px 20px 0;
	height: 33px;
	margin-bottom: 0;
}
#storesections-home .sectionwrapper h1 {
	font-size: .75em;
	font-weight: normal;
	color: #fff;
	background: url(/images/section-header-bg.png) no-repeat left top;
	line-height: 37px;
	height: 37px;
	float: left;
	width: 222px;
	padding: 0 20px;
	text-transform: uppercase;
}
.sectionwrapper .bottomleft {
	position: absolute;
	left: 0; bottom: 0;
	width: 26px;
	height: 24px;
	background: url(/images/section-white-rad-bl.png) no-repeat left top;
}
.sectionwrapper .bottomright {
	position: absolute;
	right: 0; bottom: 0;
	width: 26px;
	height: 24px;
	background: url(/images/section-white-rad-br.png) no-repeat left top;
}
.sectionwrapper a:link, .sectionwrapper a:visited {color: #fff; text-decoration: none;}
.sectionwrapper a:hover, .sectionwrapper a:active  {color: #FAAF40; text-decoration: underline;
}
.imagewrapper {
	min-height: 144px;
	float: left;
	width: 244px;
	text-align: center;
}
#productsection {
	float: left;
	width: 980px;
	position: relative;
}
#previousitem {
	position: absolute;
	left: 63px; top: 136px;
}
#nextitem {
	position: absolute;
	right: 63px; top: 136px;
}
.productwrapper {
	float: left;
	width: 800px;
	background-color: #5B4A42;
	margin-left: 90px;
}
.headerwrapper, .bottomwrapper {
	float: left;
	width: 800px;
	height: 40px;
	background: url(/images/product-top-bg.gif) no-repeat left top;
}
.bottomwrapper {
	background: url(/images/product-bottom-bg.gif) no-repeat left top;
	text-align: right;
	padding: 0 5px;
	width: 790px;
}
.contentwrapper {
	color: #fff;
	float: left;
	width: 800px;
}
.mainimagewrapper {
	float: left;
	width: 510px;
	margin-right: 20px;
}
.headerwrapper p {
	float: left;
	line-height: 40px;
	color: #fff;
}
.headerwrapper h2 {
	font-size: .75em;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	float: left;
	width: 490px;
	padding: 0 20px;
	margin: 0;
	background: none;
	border: none;
}
.productthumbs img {
	float: left;
}
.productthumbs .prodthumb {
	float: left;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin: 0 19px 19px 0;
}
.bottomwrapper img {
	margin: 4px 5px 0 0;
}
.bottomwrapper input {
	border: none;
	padding: 0;
}
#product_extrafields p {
	padding: 0 15px;
}
#product_extrafields {
	padding-top: 15px;
}
.sectionh1 {
	float: left;
}
#enterNewAddress {
	font-size: 1.3em;
}
#contactformtable {
	margin: 0;
}
#instagram-content {
	margin: 10px 0;
	float: left;
	width: 100%;
}
/**************** Footer styles ****************/
#footer {
	text-align: center;
	font-size: .9em;
	line-height: 1.6;
	color: #fff;
	clear: both;
}
#footer a:link, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover, #footer a:active {color: #FAAF40; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.bolditalictext {font-style: italic; font-weight: bold;}
.yellowtext {color: #FAAF40;}