@charset "utf-8";
/* CSS Document */

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
	margin: 0;
	height: 100%;
	background-image: url(../images/bg18.png);
	border-top: 4px solid darkgray;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1.75em;
}
h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0;
	padding: .25em;
	font-size: 1.65em;
}
h2 {
	padding: .4em 0;
	background-color: #363636;
	color: #e1e1e1;
	text-align: center;
}
#wrap {
  min-height: 100%;
	width: 90%;
	max-width: 980px;
  margin: 0 auto -92px auto; /* equal to footer height */
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 92px; /* must be the same height as footer */
}
#footer {
  background: gray;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
header {
	margin-top: 2em;
}
address {
	line-height: 1.15em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.logo {
	float: left;
	width: 30%;
	margin-right: 2em;
	text-align:center
}
.intro {
	float: right;
	width: 65%;
}
.featured {
	width: 100%;
}
.f-prod {
	float: left;
	width: 48%;
	text-align: center;
}
.f-prod img {
	width: 75%;
	display: block;
	margin: 0 auto 0.6em auto;
	border: 1px solid darkgray;
}
.f-prod:first-of-type {
	border-right: 1px solid gray;
}
.price {
	display: block;
}
a.button {
  background: #cfd3d6;
  background-image: -webkit-linear-gradient(top, #cfd3d6, #abacad);
  background-image: -moz-linear-gradient(top, #cfd3d6, #abacad);
  background-image: -ms-linear-gradient(top, #cfd3d6, #abacad);
  background-image: -o-linear-gradient(top, #cfd3d6, #abacad);
  background-image: linear-gradient(to bottom, #cfd3d6, #abacad);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: black;
  font-size: .8em;
  padding: .2em .4em;
  border: solid #d1cad1 1px;
  text-decoration: none;
	cursor: pointer;
}
a.button:active {
  background: #edeaed;
  background-image: -webkit-linear-gradient(top, #edeaed, #d1cfd1);
  background-image: -moz-linear-gradient(top, #edeaed, #d1cfd1);
  background-image: -ms-linear-gradient(top, #edeaed, #d1cfd1);
  background-image: -o-linear-gradient(top, #edeaed, #d1cfd1);
  background-image: linear-gradient(to bottom, #edeaed, #d1cfd1);
  text-decoration: none;
}
.featured a.button {
	font-size: 1em;
	padding: .4em .8em;
}
.prods {
	margin-top: .5em;
	padding: .8em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.row {
	width: 90%;
	margin: 0.4em auto;
}
.col1, .col2, .col3 {
	float: left;
}
.col1 {width: 80%;}
.col2 {width: 10%;}
.col3 {width: 10%;}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}

.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}

@media (max-width: 730px){
	.logo {
		float: none;
		width: 100%;
	}
	.intro {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.row {width: 100%;}
}

@media (max-width: 565px){
	.row {
		border-bottom: 1px solid gray;
		padding-bottom: .4em;
	}
	.row:last-of-type {border:none}
	.col1, .col2, .col3 {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 410px){
	.f-prod {
		float: none;
		width: 100%;
	}
	.f-prod:first-of-type {
		border-right:none;
		border-bottom: 1px solid gray;
		padding: 0.8em 0;
	}
}
