@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	height: 100%;
    box-sizing: border-box;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	line-height: 1.75em;
}
*, *:before, *:after {
    box-sizing: inherit;
}
#wrap {
	width: 90%;
	max-width: 950px;
	min-height: 100%;
	margin: 0 auto -92px auto; 
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 92px; 
}
#footer {
  background: #003300;
}
header {
	margin:2em 0;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
}
header .left {
	float: left;
	width: 45%;
}
header .right {
	float: right;
	width: 50%;
	text-align: center;
}
.clear {clear:both}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", "serif";
}
h1 {margin-top: .3em;color: #006600;}
address {font-family: "Times New Roman", "serif"; }
h2 {margin-top: 0.25em;font-weight: normal}
h3 {color: #006600;}
h4 {font-weight: normal}
hr {border: 1px solid #006600;}

main {margin: 1em;}
.intro {margin-bottom: 2em}
.intro .left {
	float: left;
	width: 70%;
	padding: 2em 2em 1em 0;
	border-right: 2px solid #006600;
}
.intro .right {
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
	text-align: center;
}
.intro .right img {
	width: 80%;
	border: 1px solid #006600;
	border-radius: 15px;
}
.prod {margin: 0 1em 3em 1em;}
.title {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Times New Romain", serif;
	color: #006600;
	border-bottom: 1px dotted #006600;
}
.order {
	font-size: .8em;
	border-top:1px solid #006600;
	opacity: 0.85;
	padding: 0 .75em;
}
.order:last-child {border-bottom: 1px solid #006600}
.order:hover {opacity: 1}
.order:nth-child(odd) {background-color: #ccffcc}
.order:nth-child(even) {background-color: #eeeeee}

.desc {
	float: left;
	width: 80%;
}
.price {
	float: left;
	width: 10%;
}
.buy {
	float: right;
	width: 10%;
}
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: #000;
  font-size: .8em;
  padding: .4em .8em;
  border: solid #d1cad1 1px;
  text-decoration: none;
}
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;
}
.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: 785px){
	header .left,
	header .right,
	.intro .left, 
	.intro .right,
	.desc,
	.price,
	.buy {
		float: none;
		width: 100%;
		text-align: center;
	}
	.intro .left {
		border: none;
		padding: 0;
		text-align: left;
		margin-bottom: 1.5em;
		border: none;
	}
	.intro .right img {max-width: 300px;}
}
