/*
Theme Name: Nome
Theme URI: http://www.storagesystem.com.br
Description: Layout desenvolvido para a Storage System.
Version: 1.0
Author: Victor Melo, Daniel Kiiti Haibara
Author URI: http://www.bullmarketing.com.br/
Tags: storage system
*/
/*---------------------------------------Reset---------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
html,body {
	height:100%;/*hack para rodape no final da pagina*/
	margin: 0px;
	padding:0px;
	background: url(images/topo_bg.jpg) no-repeat top center;
	font-family: "Tahoma","Arial","Verdana","Trebuchet MS";
	color: #000;
	font-size: 13px;
}
h2,h3,h4,h5,h6{ font-weight: bold; color: #01a0a3;}
h2{ font-size: 18px; margin-bottom: 26px;}
h3{ font-size: 14px; margin-bottom: 25px; font-style: italic;}

/*---------------------------------------Estrutura---------------------------------------*/
#estrutura { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/*hack para rodape final da pagina*/
	margin-top: 26px;
}
* html #estrutura {height: 100%;}/*hack para ie6*/
#container{
	width: 827px;
	margin: 0 auto;
	position: relative;
}
#content{
	position: relative;
/*	padding: 16px 20px 40px 20px;*/
	border: 12px solid #575757;
	margin-bottom: 68px;
	float: left;
	width: 827px;
	height: 482px;
	background: #fff url(images/bg_novo.jpg) no-repeat;
	z-index: 1;
}
#content h1{
	padding: 23px 0px 0px 28px;
}
#content h1 a{
	display: block;
	width: 175px;
	height: 0pt;
	padding-top: 73px;
	overflow: hidden;
	background: url(images/logo.jpg) no-repeat;
}
/*Conteudo*/
#content #conteudo{
	padding-top: 20px;
}
#content #conteudo p{
	line-height: 26px;
}
/*---------------------------------------rodapé---------------------------------------*/
#footer {
	background: #01a0a3;
	width: 100%;
	height: 71px;/*152px - 84px*/
	padding-top: 84px;
	position: absolute;
	bottom: 0; /*hack para rodape no final da pagina*/ 
	z-index: 0;
	@z-index: -1;
}
#footer .footer_conteudo{
	position: relative;
	width: 827px;
	height: 68px;
	margin: 0 auto;
	font-size: 20px !important;
	color: white;
	z-index: 10;
}
#footer .footer_conteudo p{
	
	float: left;
	line-height: 68px;
	margin-bottom: 0px !important;
}
#footer .footer_conteudo ul{
	line-height: 68px;
}
#footer .footer_conteudo ul li{
	font-size: 14px !important;
	display: inline;
	color: #000;
	padding: 0px 10px;
}
#footer .footer_conteudo a.bullmkt{
	position: absolute;
	top: 22px;
	right: 8px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
	z-index: 10;
}
#footer .footer_conteudo a.bullmkt span{
	display: block;
	font-weight: bold;
	color: #00426c;
}
.clear {clear:both;}

/***SITE***/
.entrar{
	position: absolute;
	top: 170px;
	right: 78px;
	width: 233px;
	height: 135px;/*157px - 22px*/
	overflow: hidden;
	font-size: 15px;
	padding-top: 22px;
}
.entrar p{
	padding-left: 10px; 
	margin-bottom: 12px;
	font: normal 18px "Tahoma";
}
.entrar ul{
	list-style-type: none;
}
.entrar ul li{
	margin-bottom: 8px;
}
.entrar ul li a{
	display: block;
	width: 194px;/*225px - 6px -25*/
	border-left: 6px solid #000;
	padding: 4px 0px 4px 25px;
	font: bold 15px "Tahoma";
	text-decoration: none;
	color: #fff;
	background: #00cccc;
}
.entrar ul li a:hover{
	background: #000;
	color: #17c5c8;
}
.boxes{
	position: absolute;
	bottom: 0;
	width: 827px;
	height: 129px;
	background: url(images/bg_box1.jpg) no-repeat;
}
.boxes .box{
	display: block;
	height: 129px;
	float: left;
	padding: 14px 20px 0px 20px; 
}
.boxes #b1.box{
	width: 423px;/*463 - 40px*/
}
.boxes #b2.box{
	width: 324px; /*364px - 40px*/
	color: #c1c1c1;
}

.boxes #b1.box h2{
	color: white;
	margin-bottom: 12px;
}
.boxes #b1.box ul{
	list-style-type: none;
}
.boxes #b1.box ul li{
	line-height: 22px;
}
.boxes #b1.box ul.lista1{
	float: left;
	width: 276px;
}
.boxes #b2.box h2{
	margin-bottom: 0px !important;
}
.boxes #b2.box ul{
	list-style-type: none;
}
.boxes #b2.box ul li{
	line-height: 22px;
	font-size: 12px;
}
