@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
.damion{font-family:Damion;font-size: 1.7em;text-align:center;color: #000}
*{
	margin:0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3f654f;
	background: url(i/bg.png);
}
table.sizes{
	margin-bottom: 10px;
}
table.sizes td{
	padding: 5px;
	border:1px dotted #ccc;
}
div.close{
	float: right;
}
#popup{
	visibility: hidden;
	width: 90%;
	background-color: #fff;
	color: #4682B4;
	margin-bottom: 15px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom:25px;
}
#popup ul{
	margin-left:50px;
	padding-bottom: 15px;
}
#popup ul li{
	padding-bottom: 5px;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
	background: url(i/headerBG.png) repeat-x top;
}
#header{
	height: 199px;
	width: 860px;
	position: relative;
	margin: 0 auto;
	text-align: right;
}
#header #logo{
	float: left;
}
#header #banner{
	float: right;
}
#header #basketSummary{
	position: absolute;
	top: 94px;
	right: 10px;
	height: 42px;
}
#header #basket{
	text-align: center;
	background: url(i/basket_c.png) repeat-x;
	height: 42px;
	width: 450px;
	padding-top: 10px;
}
#basket #b_left{
	position: absolute;
	top: 0;
	left: 0;
	background: url(i/basket_l.png) no-repeat left;
	width: 24px;
	height: 42px;
}
#basket #b_right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(i/basket_r.png) no-repeat right;
	width: 24px;
	height: 42px;
}
.picGrid{
    display:flex;justify-content: center;flex-wrap:wrap
}
.picGrid > div{
    flex-basis: 33%;
    flex-shrink: 1;
    text-align:center;
}
.picGrid > div > img{height:90%;width:90%;box-shadow: 5px 5px 5px #666}
figure > img{width:100%}
.figure {
  float: left;
  width: 40%;
  text-align: center;
  font-style: italic;
  text-indent: 0;
  border: thin silver solid;
  margin-right: 1.5em;
  padding: 0.5em;
}
.figureRight {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  text-indent: 0;
  border: thin silver solid;
  margin-left: 1.5em;
  padding: 0.5em;
}
.figureSmall {
  width:22%;
  text-align: center;
  font-style: italic;
  text-indent: 0;
  border: thin silver solid;
  padding: 0.5em;
}
#contentBox{
	position: relative;
	width: 860px;
	margin: 0 auto;
	border: 1px solid #3f654f;
	border-right: 2px solid #3f654f;
	border-bottom: 2px solid #3f654f;
	background-color: #fff;
	min-height: 550px;
}
#content{
	padding: 30px;
	text-align: left;
	overflow: auto;
}
#content p{
	padding-bottom:20px;line-height: 150%;
}
#content p.just{
	padding-bottom: 20px;
	text-align: justify;
}
#content p.tagline{
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	padding: 20px;
	text-shadow: #DCDCDC;
	text-align: center;
}
#footer{
	width: 760px;
	height: 50px;
	padding:0;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 85%;
	clear: both;
    text-align: center;
}
div.productBox{
	width: 700px;
	border: 1px solid #3f654f;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
div.pics{
	float: left;
}
div.pics img{
	margin-bottom: 3px;
}
div.details{
	width: 420px;
	margin-left: 100px;
}
div.details ul{
	margin-left:30px;
	margin-bottom:20px;
}
p.prodTitle{
	font-weight: bold;
	font-size: 120%;
}
div.buy{
	float: right;
	width:165px;
	border: 1px solid #000;
}
a{
	color: #3f654f;
}
a:HOVER{
	color: Blue;
}
p.bigHeading{
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 15px;
}
p.heading{
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
}
ul.quote{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
ul.quote li{
	padding-bottom:10px;
}
/* menu*/
#menu{
	position: absolute;
	right: 0;
	width: 754px;
	bottom: 35px;
	padding: 0;
	padding-right: 6px;
}

#menu ul{
}

#menu ul li{
display: inline;
}

#menu ul li a.m_off{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #4f7f63;
}

#menu ul li a.m_off:hover{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	background-color: #3f654f;
}
#menu ul li a.m_on{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #3f654f;
}
/* boxMenu*/
div.boxMenu{
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}
div.boxMenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.boxMenu ul{
}

div.boxMenu ul li{
	display: inline;
}

div.boxMenu ul li a.off{
	padding: 3px 10px 3px 10px;
	margin-right: 2px;
	text-decoration: none;
	width: 50px;
	border: 1px solid #0d5c91;
}
div.boxMenu ul li a:hover.off,div.boxMenu ul li a.on{
	padding: 3px 10px 3px 10px;
	background-color: #acd7f2;
	margin-right: 2px;
	width: 50px;
	color: #0d5c91;
	border: 1px solid #0d5c91;
	text-decoration: none;
}
input.mailer{
	width: 250px;
}
table.lines{
	width: 100%;
}
table.lines th{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
table.lines td{
	border-bottom: 1px solid #ddd;
}
td.totals{
	font-weight: bold;
	padding-top:10px;
}
.style2 {font-weight: bold}
.style3 {font-size: larger;font-style: italic;font-weight: bold;}

/* hide from IE mac \*/
html {overflow: scroll;}
/* end hiding from IE5 mac */