/*_____{ global }______________________________________________________________________________________*/

* { margin: 0; padding: 0; }

hr { display: none; }

html {
	position: relative;
	height: 100%;
}

body {
	position: relative;
	height: 100%;
  font-family: 'Trebuchet MS', 'Tahoma', 'Lucida Sans', Helvetica;
  font-size: 13px;
  color: #555;
	line-height: 1.3;
	background: url('../images/bg.jpg') transparent top center no-repeat fixed;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
  color: #b50000;
  letter-spacing: 1px;
}

h2 {
  font-size: 26px;
  color: #555;
  margin-top: 10px;
}

h3 {
  font-size: 18px;
  padding-top: 10px;
}

h4 {
  font-size: 14px;
}

img {
  border: 0;
}

a {
  text-decoration: none;
	color: #b50000;
	outline: none;
}

a:hover {
  text-decoration: underline;
}

/*_ Container _____________________________________________*/

#container {
	margin: 0 auto;
	width: 1020px;
}

/*_ Header _____________________________________________*/

#header {
	width: 922px;
	margin: 0 auto;
  padding: 21px;
	background: url('../images/head_bg.png') transparent repeat-y center;
}

#header #logo {
	margin-left: 43px;
	float: left;
}

#header #slogan {
	color: #b50000;
	font-size: 18px;
	margin: 40px 60px 0 0;
	float: right;
}

/*_ Menu _____________________________________________________*/

.menu {
	margin: 28px 0 0 53px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	display: inline;

	letter-spacing: 0;
	cursor: default;
	color: #b50000;
	font-size: 14px;
	margin-left: 4px;
}

.menu ul li a, .menu ul li.gray {
  color: #555;
}

.menu ul li a:hover {
	color: #b50000;
  text-decoration: none;
}
/*_ Extras _____________________________________________*/

#title {
	background: url('../images/panel_bg.png') transparent bottom center no-repeat;
	padding: 10px 56px 40px;
}


#sub_main {
	background: url('../images/panel_bg.png') transparent bottom center no-repeat;
	height: 130px;
	padding: 10px 56px;
}

#sub_main #corebit_3d {
	background: url('../images/cb3d.png') transparent no-repeat;
	width: 144px;
	height: 67px;
	margin-top: 30px;
	float: right;
}

#footer_title {
	background: url('../images/main_bg.png') transparent center repeat-y;
	padding: 0 35px 20px;
}

/*_ Panel _____________________________________________*/


#panel {
  margin: 0 auto;
}
#panel ul {
	list-style: none;
}

#panel ul li {
	width: 808px;
	height: 250px;
}

#panel ul li div {
	width: 390px;
	margin:15px 0 0 30px;
	float: left;
}

#panel ul li div .site {
	margin: 0 0 15px 0;
	font-size: 14px;
}

#panel ul li div .site a {
	color: #b50000;
}

#panel ul li div .site a:hover {
	text-decoration: underline;
}

#panel ul li img {
	float: right;
}

/* arrow controls */

#prevBtn, #nextBtn {
  display:block;
  width:32px;
  height:77px;
  position:absolute;
  margin-left: 12px;
  top:240px;
  z-index:1000;
  overflow:hidden;
  text-indent:-8000px;
}
#nextBtn {
  margin-left: 862px;
}
#prevBtn a, #nextBtn a {
  display:block;
  position:relative;
  width:32px;
  height:77px;
  background:url(../images/left.png) no-repeat 0 0;
}
#nextBtn a{
  background:url(../images/right.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls {
	margin: 0;
	padding:0;
	height:28px;
}

ol#controls li {
	padding:0;
	float:left;
	list-style:none;
}

ol#controls li a {
	float:left;
	height:30px;
	font-size: 18px;
	color:#b50000;
	padding:2px 14px 2px 13px;
	text-decoration:none;
}

ol#controls li.current a {
	background: url('../images/panel_select_bg.png') center no-repeat transparent;
	color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/*_ Main _____________________________________________*/

#main {
  width: 880px;
	margin: 0 auto;
	background: url('../images/head_bg.png') transparent center repeat-y;
  padding: 0 70px;
}

/* Apresentação */

.fundador {
  float: left;
  width: 430px;
}

#fabiano {
  float: right;
}

.fundador .images {
  float: left;
  width: 120px;
}

.fundador .text {
  float: right;
  width: 300px;
}

/*_ Content _________________________________________________*/

.box{
	width: 283px;
	float: left;
	padding: 0 6px;
}

.box .head {
	height: 97px;
	background: url('../images/box_head_bg.png') transparent top center no-repeat;
}

.box #head_2 {
	background-position: center -98px;
}

.box #head_3 {
	background-position: center -199px;
}

.box h3 {
	margin: 10px 0 14px;
}

.box p {
	margin-bottom: 8px;
}

#steps_container {
	height: 100px;
	background: url('../images/steps_bg.png') transparent top center no-repeat;
	text-align: center;
	padding-top: 30px;
	margin-top: 10px;
}

#steps_container #transform {
	font-size: 18px;
}

#steps_container #steps {
	margin: 5px 82px;
}

#steps_container #steps .step {
	width: 152px;
	height: 55px;
	margin-right: 15px;
	background: url('../images/step_bg.png') transparent top left no-repeat;
	color: #fff;
	float: left;
}

#steps_container #steps .step .number {
	width: 15px;
	margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
	float: left;
}

#steps_container #steps .step .text {
	width: 90px;
	margin-top: 10px;
	padding-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0;
	float: left;
}

#steps_container #steps .step .text span {
	border-bottom: 1px dotted #fff;
	color: #fff;
	cursor: default;
}

/*_ General _________________________________________________*/

#loading {
	display: none;
	background: #FFF url(../images/loader.gif) no-repeat scroll center center;
	border: 1px solid #000;
	top: 30%;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	padding-top: 3px;
	height: 120px;
	width: 120px;
	position: fixed;
	z-index: 2;
}

.clear {
	clear: both;
}

.illustrated img {
  float: left;
  margin-right: 10px;
}

.illustrated img.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.illustrated .content {
  float: left;
  width: 584px;
}

.illustrated .content h2 {
  margin-top: 0;
}

.illustrated p {
  margin-top: 6px;
}

.illustrated .content p.site {
  font-size: 17px;
	margin: 8px 0;
	text-align: center;
	padding-bottom: 20px;
	background: transparent url(../images/shadow.png) no-repeat scroll center bottom;
}

fieldset {
  border: none;
}

fieldset p {
	margin: 8px 0;
}

#form {
  float: left;
  width: 300px;
}

#info_map {
  float: right;
  width: 570px;
}

/* Form */

.input_form {
  font-size: 10px;
  color: #555;
  width: 290px
}

.flash {
  border: solid 2px #99ff99;
  background-color: #d5ffd5;
  color: #006200;
  padding: 3px;
}

/*_ Footer _________________________________________________*/

#footer {
	background: url('../images/footer_bg.png') transparent bottom center no-repeat;
	height: 100px;
	padding: 0 28px;
}

#footer #copy {
	float: right;
}

#footer .menu, #footer .menu  ul {
	display: inline;
  margin: 0;
}

.tooltip {
	background-color: #F5F5B5;
	border: 2px solid #DECA7E;
	color: #303030;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 10px;
	position: absolute;
	text-align: center;
	z-index: 2;
}

