@charset "utf-8";
/* CSS Document */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a {
	font-weight: bold;
	color: #6CF;
	text-decoration: none;
}
a:hover {
	color: #666;
}
h1 {
	font-size: 22px;
	color: #FFF;
	margin-top: -10px;
	font-weight: lighter;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	color: #FFF;
	margin-top: -10px;
	padding-left: 10px;
}
strong {}
#6zig {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.head {
	height: 180px;
}
.menu {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.corpo {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 650px;
	vertical-align: top;
	width: 560px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #333;
	border-left-color: #333;
}
.bg-corpo {
	background-image: url(corpo.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#prod {
	width: 98%;
}
#prod hr{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.prod_sx {
	vertical-align: top;
	width: 160px;
}
.prod_sx img{
	padding: 1px;
	height: 100px;
	width: 160px;
	border: 8px solid #333;
}
.prod_dx {
	padding-left: 10px;
}
.nav {
	vertical-align: top;
	padding-right: 10px;
}
.nav strong{
}
.nav a {
	background-color: #333;
	display: block;
	padding: 4px;
	margin-bottom: 10px;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
}
.nav a:hover {
	color: #FFF;
	background-color: #999;
}

.banner {
	vertical-align: top;
	width: 130px;
	padding-left: 10px;
}
#continua {}
#continua a{}
#continua a:hover{}
.footer {
	text-align: center;
	padding: 4px;
	background-color: #000;
}
.footer a{
	color: #FFF;
}
.footer a:hover{
	color: #6CF;
}
