﻿html, body {
	height: 100%;
}
body {
	width: 100%;
	/*overflow: hidden;background-image: url('../images/bg2.png');*/
	background-size:100%;
	background-repeat:no-repeat;
	 height: 100%;
  margin: 0;
  padding: 0;
	
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration:none;
}


/*header {
	position: absolute;
	z-index: 2000;
	width: 250px;
	top: 0px;
	background-position: right;
	height: 100%;
}*/

#logo {
	float: right;
	top: 0px;
	background-image: url('../images/logo.PNG');
	background-repeat: repeat-y;
	width: 800px;
	min-width: 800px;
}
#navigation {
	margin-top: 20px;
	width: 250px;
	display: block;
	list-style: none;
	z-index: 3;
}
#navigation a {
	color: #444;
	display: block;
	background: #fff;
	background: transparent;
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 14px;
}
#navigation a:hover {
	color: black;
	font-weight: bold;
}
.content {
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}
.content h2 {
	font-size: 100px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.panel {
	height: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 80%;
	min-width:720px;
	color: white;
	background-color: rgba(0,0,0,0.7);
	margin: 20px auto;
	font-family: Dotum;
	font-weight: bold;
	z-index:0;
	float:right;
}
.panel p {
	font-size: 14px;
	font-family: Dotum;
	padding-left: 20px;
	padding-top: 10px;
	color: #ADADAD;
}
/*808080 & background: #CECECE;*/
.panel h2 {
	font-size: 15px;
	font-family: Dotum;
	color: #ADADAD;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 15px;
}
.sub-title {
	font-size: 15px;
	font-family: Dotum;
	font-weight: bold;
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact{
	background: #000;
	color: #fff;
}
#works {
	padding: 15px 0px;
}
#works li {
	display: inline;
}
#works li a {
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px;
	background: rgba(255,255,255,0.9);
}
#form p {
	background: #fff;
	color: #000;
}
#form input, #form textarea {
	background: #000;
	color: #fff;
	border: none;
}
#form textarea {
	width: 493px;
	height: 100px;
}
#form label {
	padding-right: 10px;
	float: left;
}
.footnote a {
	color: #ddd;
}
<!--
Produtos -->

#product_grid {
	list-style-type: none;
	width: 538px;
	font-size: 1.2em;
	padding: 0;
}
#product_grid li {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	width: 150px;
	padding: 2px;
	text-align: center;
}
#gallery {
	padding: 10px;
	width: 700px;
	margin: auto;
}

.xpto0{
	background:#3e3e3e; 
	margin:auto; 
	padding:0px; 
	text-align:center;  
	font-weight:normal;  
	width:125px; 
	font-size:11px; 
	border-bottom:5px #3e3e3e solid
}

.xpto100{
	background:#3e3e3e; 
	margin:auto; 
	padding:0px; 
	text-align:center;  
	font-weight:normal;  
	width:110px; 
	font-size:11px; 
	border-bottom:5px #3e3e3e solid
}


.xpto {
	background:#3e3e3e; 
	margin:auto; 
	padding:0px; 
	text-align:center;  
	font-weight:normal;  
	width:160px; 
	font-size:11px; 
	border-bottom:5px #3e3e3e solid
}

.xpto200{
	background:#3e3e3e; 
	margin:auto; 
	padding:0px; 
	text-align:center;  
	font-weight:normal;  
	width:210px; 
	font-size:11px; 
	border-bottom:5px #3e3e3e solid
}



#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline-table;
	line-height:5px;
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #444;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
/* 	border: 1px dashed #282828; */
.panel_tipos {
	width: 600px;
	height: 280px;
	margin: auto;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width:720px;
	color: white;
	margin: 20px auto;
	font-family: Dotum;
	font-weight: bold;
	z-index:0;*/
}

.panel_descricao_tipos {
	position: relative;
	width: 600px;
	height: 130px;
	margin: auto;
}

#Footer{
	position:absolute;
	height:30px;
	background:fuchsia;
	width:800px;
	margin:auto;
}
