@charset "utf-8";
/* CSS Document */

html {
  font-family:Arial, Helvetica, sans-serif;
}
article,
aside,
details,
footer,
header,
main,
nav,
section,
small,
summary {
  display: block;
}
body {
  margin: 0;
  background:linear-gradient(#fff,rgba(0,0,0,.8));
  line-height:1.5rem;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#000;
}
header {
	padding:10px 0;
	border-bottom:medium solid #000;
	top:0;
	left:0;
	position:fixed;
	width:100%;
}
#logo {
	margin-left:5%;
	background:url(icon.png) no-repeat;
	padding:7px 0 0 65px;
}
header a, aside a{
	text-decoration:none;
}
#top {
	float:right;
	margin-right:5%;
	margin-top:-40px;
}
#top ul li {
	float:left;
	margin-left:10px;
	list-style:none;
}
#top a {
	padding:10px;
}
#top a:hover, #top a.current{
	border:solid thin #000;
	border-radius:6px;
}
#container {
	width:90%;
	margin:auto;
	margin-top:90px;
	margin-bottom:10px;
	border:solid thin #000;
	overflow:hidden;
	padding:10px 0;
}
#container, header, footer {
	background:#fff;
}
main {
	float:left;
	width:75%;
	border-right:solid thin #000;
	padding:10px 20px;
	box-sizing:border-box;
}
main p {
	text-align:justify;
	margin:10px 0;
}
h1, h3, h4, #top, aside {
	text-transform:capitalize;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h3 {
	margin:10px 0;
}
aside {
	float:right;
	width:25%;
	box-sizing:border-box;
	padding:20px;
}
aside ul li {
	list-style:none;
	margin-top:1rem;
}
aside a:hover {
	text-decoration:underline;
}
aside h4 {
	border-bottom:medium solid #000;
	padding-bottom:10px;
}
.product {
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
	padding:10px;
	border:solid thin #396;
	border-top:thick solid #396;
	line-height:1.2rem;
}
.product img, #blog img {
	float:left;
	margin-right:10px;
}
.product:hover {
	border-top:thick solid #3C9;
}
footer {
	text-align:center;
	padding:10px 0;
}
.button {
	float:right;
	margin-top:-45px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	border-radius:5px;
	padding:7px 14px;
	color:#fff;
	background:linear-gradient(to bottom, rgba(17,123,45,.5) 0%,rgba(17,123,45,1) 100%);
}
.button:hover {
	background:linear-gradient(to bottom, rgba(17,123,45,1) 0%,rgba(17,123,45,.5) 100%);
}	
.star {
	color:#800000;
	margin-left:10px;
}
.cross {
	color:red;
	text-decoration:line-through;
}
.red {
	background:rgba(227,5,42,.6);
	color:#f8f8f8;
}
.green {
	background:rgba(3,144,0,.6);
	color:#f8f8f8;
}
.right {
	float:right;
	color:#063;
}
.rating {
	margin-top:10px;
}
.rating ul {
	width:68%;
	float:left;
}
.rating ul li {
	list-style:none;
	border-bottom:dashed 1px #000;
	margin-top:0.5rem;
}
#siteimg {
	float:right;
	text-align:center;
}
#siteimg p {
	text-align:center;
}	
#siteimg img {
	float:none;
}
.site {
	padding:10px 20px;
	float:none;
	width:50%;
	margin:auto;
	margin-top:10px;
}
blockquote {
	background:#f8f8f8;
	padding:20px;
	font-family:"Times New Roman", Times, serif;
}
table {
	clear:both;
	width:100%;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	border-collapse:collapse;
	border-spacing:0;
	display:table;
}
thead {
	background:rgba(147,123,45,.8);
	color:#fff;
	line-height:1.5em;
}
td {
	text-align:center;
	border:1px solid #ccc;
}
.center {
	text-align:center;
}
#blog {
	overflow:hidden;
}
#blog ul li {
	list-style:decimal outside;
	margin-left:20px;
}
#btm a {
	padding:0 10px;
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
	#logo { margin-left:10px;}
	#container { width:98%;padding:0;}
	.rating ul {width:60%;}
	.center img {width:100%;}
}
 
/* Tabled Portrait */
@media screen and (max-width: 768px) {
	main {float:none;width:100%;border:none;}
    aside {float:none;width:100%;}
	#siteimg {display:none;}
	.rating ul{width:100%;float:none;}
}
@media screen and (max-width: 480px) {
	#top {display:none;}
	#logo {width:100%;background:url(icon2.png) no-repeat;padding:0 0 0 40px;box-sizing:border-box;font-size:80%;}
	#container {margin-top:55px;}
	#logo small {display:none;}
	.site {width:80%;}
	.button {float:none;margin:20px 0;}
	img {display:none;}
}