/* **********************************************************************************************
	GPOP
   ---------------------------------------------------------------------------------------------- */
body {
	width: 960px;
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
/* **********************************************************************************************
	header
   ---------------------------------------------------------------------------------------------- */
#header {
	background: url(../img/bg-header.jpg) repeat-x left top;
	height: 115px;
	text-align: center;
	margin: 0;
	color: #FF7F1F;
}
/* **********************************************************************************************
	footer
   ---------------------------------------------------------------------------------------------- */
#footer {
	background: url(../img/bg-footer.png) repeat-x center bottom;
	height: 80px;
}
#footer p {
	color: #373737;
	font-size: 14px;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

#logo {
	position: absolute;
	top: 0px;
	left: 20px;
}
#logo > h1 {
	position: absolute;
	top: -20px;
	height: 60px;
	width: 280px;
	font-size: 44px;
	font-weight: 800;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#logo > h2 {
	position: absolute;
	top: 45px;
	width: 280px;
	height: 40px;
	font-size: 24px;
	font-weight: 800;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#menu {
	position: absolute;
	top: 40px;
	left: 320px;
}
#menu > a {
	color: #FF7F1F;
	font-size: 20px;
	text-decoration: none;
	padding: 0px 20px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#menu > a span {
	color: #F7F7F7;
}
#menu > a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7F7F7F;
	padding: 0px 20px;
}

#logo1 {
	position: absolute;
	top: 0px;
	left: 20px;
	color: #06C2F9;
}
#logo1 > h1 {
	position: absolute;
	top: -15px;
	height: 60px;
	width: 280px;
	font-size: 32px;
	font-weight: 800;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#logo1 > h2 {
	position: absolute;
	top: 40px;
	width: 280px;
	height: 40px;
	font-size: 24px;
	font-weight: 800;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#menu1 {
	position: absolute;
	top: 40px;
	left: 320px;
	color: #06C2F9;
}
#menu1 > a {
	color: #05A2CF;
	font-size: 20px;
	text-decoration: none;
	padding: 0px 20px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#menu1 > a span {
	color: #F7F7F7;
}
#menu1 > a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7F7F7F;
	padding: 0px 20px;
}

/* **********************************************************************************************
	contents
   ---------------------------------------------------------------------------------------------- */
#contents {
	background: #FFF7DB;
	padding-top: 15px;
	padding-bottom: 10px;
}
#contents div {
	margin: 0;
	padding-top: 10px;
}
#contents h3 {
	margin: 0px 20px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contents p {
	color: #171717;
	font-size: 14px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

/* **********************************************************************************************
	contents -> fig
   ---------------------------------------------------------------------------------------------- */
#contents div#fig {
	padding: 0;
	text-align: center;
}
#fig img {
	position: absolute;
	left: 35px;
	top: 160px;
}
#fig a {
	position: absolute;
	left: 40px;
	top: 500px;
	width: 300px;
	font-size: 16px;
	font-weight: 600;
	margin-left: 0px;
	text-align: center;
}

/* **********************************************************************************************
	contents -> init
   ---------------------------------------------------------------------------------------------- */
#contents div#init {
	padding: 0;
	text-align: center;
}
#init h3 {
	margin-left: 400px;
	color: #171717;
	font-size: 24px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}
#init p {
	width: 400px;
	margin-left: 400px;
	text-align: justify;
}
#init a {
	position: absolute;
	left: 40px;
	top: 560px;
	width: 300px;
	margin-left: 0px;
	text-align: center;
}

/* **********************************************************************************************
	contents -> info
   ---------------------------------------------------------------------------------------------- */
#contents div#info {
	margin-right: 20px;
	margin-left: 20px;
}
#info img {
	float: right;
	margin-left: 20px;
}
#info h3 {
	text-align: center;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 0px;
	background-color: #BFBFBF;
}
#contents div#info1 {
	min-height: 350px;
	padding-bottom: 20px;
 }
#contents div#info2 {
	min-height: 150px;
	padding-bottom: 20px;
}
#contents div#info3 {
	min-height: 230px;
	padding-bottom: 20px;
}

/* **********************************************************************************************
	contents -> downl
   ---------------------------------------------------------------------------------------------- */
#contents div#downl {
	padding: 0px 50px 30px 0px;
	margin-left: 100px;
}
#downl h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#downl p {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}
#downl a {
	font-size: 14px;
	font-weight: 700;
}

/* **********************************************************************************************
	contents -> comprar
   ---------------------------------------------------------------------------------------------- */
#contents div#shop {
	margin: 10px 100px 80px 100px;
	padding-left: 40px;
	padding-right: 20px;
}
#shop h2 {
	font-size: 24px;
	line-height: 120%;
	font-weight: 800;
	text-align: center;
}
#shop li {
	margin: 10px 0px 30px 0px;
	line-height: 120%;
	font-size: 18px;
}
#shop li span { 
	color: darkgreen;
	font-weight:600;
}
#shop p {
	font-size: 18px;
	line-height: 100%;
	font-weight: 800;
	text-align: center;
}
#shop a {
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	text-align: center;
}
#shop a span { 
	font-size: 20px;
	font-weight:800;
}

/* **********************************************************************************************
	contents -> contato
   ---------------------------------------------------------------------------------------------- */
#contents div#contact {
	padding: 20px 120px 0;
}
#contact h4 {
	color: darkgreen;
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 20px;
}
#contact p {
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}
#contact p span { 
	color: darkgreen;
	font-weight:600;
}
#contact a {
	color: #1717FF;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	margin: 0;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}
