/*
redt.com.br
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #E3E3E6 url(images/img01.gif) repeat-x; */
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: 5px;
	font-size: 400%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1.3em;
	background: url(../_Arquivos/Imagens/pt_BR/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

/* logo e menu */

#menu {
	width: 770px;
	height: 115px;
	margin: 0 auto;
	background: #CC0000 url(../_Arquivos/Imagens/pt_BR/redt_topo.jpg);
}


.nav	{
	float: left;
	overflow:hidden;/* fix para ie (hide extra height)*/
}

.btn_empresa { background: url(../_Arquivos/Imagens/pt_BR/menu_empresa_dn.gif) no-repeat;}
.btn_voip { background: url(../_Arquivos/Imagens/pt_BR/menu_voip_dn.gif) no-repeat;}
.btn_servicos { background: url(../_Arquivos/Imagens/pt_BR/menu_servicos_dn.gif) no-repeat;}
.btn_produtos { background: url(../_Arquivos/Imagens/pt_BR/menu_produtos_dn.gif) no-repeat;}
.btn_cases { background: url(../_Arquivos/Imagens/pt_BR/menu_cases_dn.gif) no-repeat;}
.btn_noticias { background: url(../_Arquivos/Imagens/pt_BR/menu_noticias_dn.gif) no-repeat;}
.btn_contatos { background: url(../_Arquivos/Imagens/pt_BR/menu_contatos_dn.gif) no-repeat;}

.nav a {
	display: block;
	display: block;
	float: left;
	overflow:hidden;/* fix para ie (hide extra height)*/
}

.nav img { border: 0; }
* html a:hover {visibility: visible}
.nav a:hover img {visibility: hidden}

.first { margin-left:300px; display: inline; }


/* destaque em flash */

#flasher {
	width: 770px;
	height: 300px;
	margin: 0 auto;
	/* background: #010100 url(images/redt_logo.jpg) */
	padding: 0px; 
	margin-bottom: 10px;
}

/* pagina */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(../_Arquivos/Imagens/pt_BR/redt_contentbg.gif) repeat-y;
}

/* conteudo */

#content {
	float: left;
	width: 503px;
}

#colums {
	padding: 0 10px 10px 5px;
	background: #FFFFFF;
}

.floating-box {
	float: left;
	width: 227px;
	background-color:#FFFFFF;
	display: inline;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	margin-bottom: -15px;
}

#cases {
	background: url(../_Arquivos/Imagens/pt_BR/redt_casestitulo.jpg) no-repeat; padding-top: 30px;
}

.cases_box {
	margin: 0 22px 0 12px;
}

.cases_img {
	float: left;
	display: inline;
}

.cases_content {
	margin-left: 180px;
}

.cases_content p, .case_box h4 {
	color: #444444;
	font-size: 11px;
	line-height: normal;
	margin-bottom: inherit;
}

.cases_content h4 {
	font-weight: normal;
	margin-bottom: 5px;
	color: #990000;
}

/* lateral */

#sidebar {
	float: right;
	width: 267px;
	background: url(../_Arquivos/Imagens/pt_BR/redt_rightbgfull.gif);
	font-family: "Trebuchet Ms";
	font-size: 11px;
}

#news {
	padding: 30px 20px 0 15px;
}

#news h3 {
	color: #888;
}

#news p {
	text-align: left;
	line-height: normal;
	font-size: 11px;
}

#news a {
	color: inherit;
}

#news a:hover {
	color: #990000;
}

#news .date {
	color:#666;
}

#links {
}

#links ul {
	background: url(../_Arquivos/Imagens/pt_BR/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(../_Arquivos/Imagens/pt_BR/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(../_Arquivos/Imagens/pt_BR/img08.gif) no-repeat left center;
	color: #DB5600;
}

.busca {
	padding-top: 15px;
	border-top: 1px dashed #bbb;
}

/* rodape */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: inline;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 480px;
	background: #FFFFFF;	
	font-size: 11px;
}

#footer .logo {
	float: right;
	width: 180px;
	margin: 0 auto;
	text-align: right;
}

/* formulario */
input, textarea, select {
	background: #eee;
	color: #666;
	border: 1px #aaa solid;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {	
	padding: 3px;
}

.submit {
	border: none;
}