@charset "UTF-8";
/* CSS Document */
html, body {
	overflow:hidden; 		
	padding: 0;
	margin:0;		
	height:100%;
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #F0F;
}
p {
	margin: 8px 0;
	line-height: 120%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	line-height: 100%;
}
h1 {
	font-size: 36px;
	margin: 15px 0;
	letter-spacing: -2px;
	line-height: 90%;
}
h2 {
	font-size: 24px;
	margin: 15px 0;
}
h3 {
	font-size: 21px;
	margin: 10px 0;
}
h4 {
	font-size: 18px;
	margin: 10px 0;
}
h5 {
	font-size: 16px;
	margin: 5px 0;
}
h6 {
	font-size: 14px;
	margin: 5px 0;
}
/************** ESTILOS GERAIS **************/
.clearFloat {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/************** ESTRUTURA **************/
#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height: 100%;width:100%;	/* Make the new body fill the screen */
	/*background: url('../images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

/************** MENU ***************/

#topLeft{
	position:absolute;
	width: 250px;
	margin-top: 40px;
	}
#logo{
	padding: 30px 20px 30px 20px;
	width: 200px;
	background: url(../images/pixel-black.png);
	color: #FFF;
	}
#logo img{
	margin-bottom: 30px;
	}
#logo a{
	color: #999;
	}
#logo a:hover{
	color: #FF0;
	}
#menu{
	margin: 20px 0;
	}
#menu ul{
	margin: 0;
	padding: 0;
	}
#menu li{
	list-style: none;
	}
#menu li a{
	min-width: 100px;
	padding: 5px 10px 5px 20px;
	display: table;
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 2px;
	}
#menu .menu1 a:hover{
	color: #fff;
	background: #09C;
	}
#menu .menu2 a:hover{
	color: #fff;
	background: #F09;
	}
#menu .menu3 a:hover{
	background: #FF0;
	}
#menu .menu4 a:hover{
	color: #fff;
	background: #000;
	}
.contacts{
	margin-top: 5px;
	}

/************** CONTENTS **************/
#content{
	position:absolute;
	padding: 50px 25px 25px 25px;
	width: 220px;
	top: 0;
	right: 75px;
	}
.whitebg{
	background: url(../images/pixel-white.png);
	}
.blackbg{
	background: url(../images/pixel-black.png);
	color: #fff;
	}
.promocoes{
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #FFF;
	}
.promocoes h4{
	color: #999;
	}
.promocoes h3{
	text-align: right;
}

/************** ESTILOS TEXTO **************/
.text14{
	font-size: 14px;
	}

/************** ESTILOS GERAIS **************/
.grey {
	color: #666;
}
.grey-dark {
	color: #333;
}
.grey-light {
	color: #999;
}
.cyan {
	color: #09C;
}
.magenta {
	color: #F09;
}
.yellow {
	color: #FF0;
}
.black {
	color: #000;
}
.button-black a {
	min-width: 80px;
	display: table;
	padding: 6px 20px;
	background: #333;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 15px;
}
.button-black a:hover {
	background: #111;
}
.button a {
	width: 100px;
	display: block;
	padding: 6px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#333), color-stop(25%, #333));
	background-image: -webkit-linear-gradient(top, #555, #333 25%, #333);
	background-image: -moz-linear-gradient(top, #555, #333 25%, #333);
	background-image: -o-linear-gradient(top, #555, #333 25%, #333);
	background-image: -ms-linear-gradient(top, #555, #333 25%, #333);
	background-image: linear-gradient(to bottom, #555, #333 25%, #333);
	border: 2px solid #555;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align:center;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1);
	cursor: pointer;
}
.button a:hover {
	background: #111;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#333), to(#111), color-stop(25%, #111));
	background-image: -webkit-linear-gradient(top, #333, #111 25%, #111);
	background-image: -moz-linear-gradient(top, #333, #111 25%, #111);
	background-image: -o-linear-gradient(top, #333, #111 25%, #111);
	background-image: -ms-linear-gradient(top, #333, #111 25%, #111);
	background-image: linear-gradient(to bottom, #333, #111 25%, #111);
	border: 2px solid #111;
}
.tex-shadow {
	text-shadow: #999 2px 2px 4px; /* color, x, y, blur */
}
.rounded-corners {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.drop-shadow {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}
.inner-shadow {
	box-shadow: inset 0 1px 0 #333;
	-webkit-box-shadow: inset 0 1px 0 #333;
	-moz-box-shadow: inset 0 1px 0 #333;
}
.background-gradient {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#666), to(#fff), color-stop(75%, #333));
	background-image: -webkit-linear-gradient(top, #666, #333 75%, #fff);
	background-image: -moz-linear-gradient(top, #666, #333 75%, #fff);
	background-image: -o-linear-gradient(top, #666, #333 75%, #fff);
	background-image: -ms-linear-gradient(top, #666, #333 75%, #fff);
	background-image: linear-gradient(to bottom, #666, #333 75%, #fff);
}
.transparency {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.85);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cccccc, endColorstr=#99cccccc)";
}
