﻿@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////
//////////////////////////////////////////////
Reset
//////////////////////////////////////////////
/////////////////////////////////////////////*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
	color:#000;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"a" "a";
}
a img {
	border:none;
}
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Tipografia
//////////////////////////////////////////////
/////////////////////////////////////////////*/

body {
	font-size:70%;
	font-family:Verdana, Geneva, sans-serif;
}
h1, h2{
	color:#6f8095;
	font-family: 'Agfa Rotis Semi Serif', Verdana, Arial,sans-serif ;
}

h3, h4, h5, h6 {
	color:#6f8095;
	font-family: Arial,Verdana, sans-serif;
}


h1 {
	font-size:2.8em;
	line-height:1;
	margin-bottom:0.5em;
	color:#fff;
	padding-bottom:10px;
	font-weight:bold;
}
h2 {
	font-size:1.8em;
	margin:0.2em 0 0.2em 0;
	color:#fff;
}
h3 {
	font-size:1.7em;
	line-height:1;
	margin-bottom:0.5em;
	/*color:#011335;*/
	color:#fff;
	font-weight:bold;

}

h4 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:0.5em;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
h5 {
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
}
h6 {
	font-size:0.9em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em 0;
	line-height:14px;

}

a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
	color:#990033;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.4em 1.5em 1.5em;
}
ul {
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Tabela
//////////////////////////////////////////////
///////////////////////////////////////////// */
table {
	margin-bottom:1.4em;
	width:100%;
	margin-top:-11px;
	border:1px solid #88AC7B;
}
th {
	background:#C5D7BF;
	border-bottom:0.1px solid #A4BF99;
}
table tr {
	background:#FEFEFE;
}
table tr.old {
	font-weight:bold;
	background:#F6FBFE;
}
thead th {
	background:#fff;
	color:#000;
	text-align:center;
}
th, td, caption {
	padding:6px 15px;
}
td {
border-bottom:0.1px solid #88AC7B;
}
tfoot {
	font-style:italic;
	background:#CCC; !important
}

tfoot th{
	text-align:center;
}

.clear-table {
	background:#fff;
	border:none;
	-moz-border-radius:0px;
	text-align:left;
	padding-left:0;
}
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Formulario
//////////////////////////////////////////////
/////////////////////////////////////////////*/

input[type=text], textarea {
	width:220px;
	-moz-border-radius:5px 5px 5px 5px;
	background:url("images/bkg-transparente.png") repeat;
	border:1px solid #001C5B;
	color:#fff;
	padding:5px;
	width:315px;
	float:right;
}
input[type=text]:hover , textarea:hover  {
	background:#fff;
	background:url("images/bkg-transparente-branco.png") repeat;
	border:1px solid #8AC7F3;
	color:#000;
	font-weight:bold;
}
/*input[type=submit] {
	background:none repeat scroll 0 #502340;
	border:2px solid #3C1A30;
	color:#FFFFFF;
	cursor:pointer;
	padding:5px;
	-moz-border-radius:5px 5px 5px 5px;
	margin-left:8px;
}*/
input[type=button],input[type=submit] {
	background:none repeat scroll 0 #502340;
	border:2px solid #3C1A30;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px;
	/*-moz-border-radius:5px 5px 5px 5px;*/
	/*margin-left:8px;*/
}
label {
	display:block;
	height:35px;
}
fieldset {
}
legend {
}
input[type=text] {
}
input[type=password] {
}
input[type=password] {
}
input[type=checkbox] {
}

/*/////////////////////////////////////////////
//////////////////////////////////////////////
links
//////////////////////////////////////////////
/////////////////////////////////////////////*/

a {
	text-decoration:underline;
}
a:link {
	color:#002B79;
}
a:visited {
	color:#002B79;
}
a:hover {
	color:#990033;
}
a:active {
	color:fff;
}


/*/////////////////////////////////////////////
//////////////////////////////////////////////
links Rodape
//////////////////////////////////////////////
/////////////////////////////////////////////*/
#rodape a {
	text-decoration:none;
}
#rodape a:link {
	color:#8CB8E5;
}
#rodape a:visited {
	color:#8CB8E5;
}
#rodape  a:hover {
	color:#990033;
}
#rodape a:active {
	color:fff;
}


/*/////////////////////////////////////////////
//////////////////////////////////////////////
Estrutura
//////////////////////////////////////////////
/////////////////////////////////////////////*/

body{
/* background:url(images/bkg-body.jpg) repeat-x #020526;*/ background:url("images/bkg-site-laterais.jpg") no-repeat scroll center top #020526;
 }
#doc{
/* background:url("images/bkg-site-laterais.jpg") no-repeat scroll center top #020526;*/
 }
.pg-home{
	background:url("images/bkg-site.jpg") no-repeat scroll center top transparent;
	}
.pg-caracteristicas{
	background:url("images/bkg-caracteristicas.jpg") no-repeat scroll center top transparent;
	}	
.pg-demostracao{
	background:url("images/bkg--demostracao.jpg") no-repeat scroll center top transparent;
	}
.pg-testes-resistencia{
	background:url(images/bkg-testes-resistencia.jpg) no-repeat center top;
	}
.pg-testes-resistencia-menor{
	background:url(images/bkg-testes-resistencia-menor.jpg) no-repeat center top;
	}	
	
.pg-caracteristicas-publico-gay{
	background:url(images/pg-caracteristica-gay.jpg) no-repeat center top;
}
.pg-onde-comprar{
	background:url(images/bkg-onde-comprar.jpg) no-repeat center top;
}
.pg-testes-resistencia-mini{
	background:url(images/bkg-testes-mini.jpg) no-repeat center top;
	}	
#conteudo-scroll-mini {
height:320px;
margin:0 45px;
overflow:auto;
}		
#corpo{
	width:740px;
	margin:0 auto;
	}	
#site{
	width:910px;
	margin:0 auto;
	padding:30px;
	}
#topo{
	margin-top:50px;
	height:105px;
	}
.pg-caracteristicas #conteudo, .pg-caracteristicas-publico-gay #conteudo{
	padding:25px;
	height:310px;
	margin-top:25px;
	}

.chamada{
	text-align:center;
	}

.chamada h1 {
	font-size:2.7em;
	margin-bottom:0;
	color:#2F7A9B;
	padding-bottom:10px;
	font-weight:bold;
}
.chamada h2 {
	font-size:1.8em;
	margin:0;
	color:#fff;
	font-weight:bold;

}

#produto{
	height:325px;
	width:725px;
	margin:0 auto;
	text-indent:-999em;
	}

.slogan{}
#rodape{
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#8CB8E5;
	margin-bottom:30px;
	
	}
#rodape ul li {
border-left:1px solid #8CB8E5;
display:inline-block;
*float:left;
padding:0 5px 0 7px;
font-size:11px;
}
#rodape ul{
	margin:5px;
	display:inline-table;
	}
	
#rodape ul.menu{
	margin-left:51px;
}

#rodape p{
	font-size:9px
	}
#pre-rodape  {
margin:35px auto 0;
width:100%;
}

.lista-caracteristica li{
	font-family: 'Agfa Rotis Semi Serif', Verdana, Arial,sans-serif;
	font-weight:bold;
	}
.lista-caracteristica li{
	font-size:18px;
	line-height:28px;
	}
#conteudo-coluna{
	width:460px;
	float:left;
	}
#video{
	}
#barra-lateral{
margin:85px 0 0 30px;
width:240px;
	height:375px;
	float:left;
	font-size:11px;
	}
#barra-lateral p{
	color:#8CB8E5	
	}
#conteudo-scroll{
	height:1000px;
	margin:0 45px ;
	overflow:auto;
	}
#conteudo-scroll-comprar{
	height:1200px;
	margin:0 45px ;
	overflow:auto;
	}	
#conteudo-scroll a:link{
	color:#fff;
	}
#conteudo-scroll a:visited{
	color:#fff;
	}	
#conteudo-scroll a:hover {
	color:#990033;
}
#conteudo-scroll-mini a:link{
	color:#fff;
	}
#conteudo-scroll-mini a:visited{
	color:#fff;
	}	
#conteudo-scroll-mini a:hover {
	color:#990033;
}
#conteudo-scroll-menor{
	height:520px;
	margin:0 45px ;
	overflow:auto;
}	
	#conteudo{
		color:#fff;
		}
	#conteudo ul li a{
		text-decoration:none;
		}	
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Menu e botões
//////////////////////////////////////////////
/////////////////////////////////////////////*/
#menu {
background:url("images/bkg-menu.png") no-repeat scroll 0 0 transparent;
height:100px;
margin:-25px auto 0;
width:745px;
}

#menu ul li{
display:inline-block;
margin-left:24px;

}

#menu ul li a{
display:block;
cursor:pointer;
height:90px;
text-indent:-999em;
width:185px;


}
#menu ul li{
	width:193px;
*float:left;
}
.bt-caracteristicas  {
background:url("images/bt-caracteristicas-e-diferenciadas.png") no-repeat scroll 0 0 transparent;
}

.bt-demo  {
background:url("images/bt-demostracao-do-produto.png") no-repeat scroll 0 0 transparent;
}

.bt-testes  {
background:url("images/bt-testes.png") no-repeat scroll 0 0 transparent;
}

.bt-voltar a {
background:url("images/bt-voltar.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:22px;
text-indent:-999em;
width:220px;
}
.bt-voltar-escuro a{
background:url("images/bt-voltar-escuro.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:22px;
text-indent:-999em;
width:220px;
}
.bt-comprar {
/*background:url("images/bt-ondas-comprar.png") no-repeat scroll 0 0 transparent;
height:120px;*/
margin:-45px 0 0 45px; /*margin:-44px auto 0;
width:740px;*/
}

.bt-comprar a {
background:url("images/bt-ondas-comprar.png") no-repeat scroll 0 0 transparent;
display:block;
height:132px;
text-indent:-999em;
width:712px;
}

.bt-seduzame {
background:url("images/seduzame.png") no-repeat scroll 0 0 transparent;
float:left;
margin-left:200px;
position:absolute;
}
.bt-seduzame a {
height:70px;
width:217px;
display:block;
text-indent:-999em;
}



.bt-angeloni {
background:url("images/angeloni.png") no-repeat scroll 0 0 transparent;
float:left;
position:absolute;
top:140px; 
margin-left:620px;
}
.bt-angeloni a {
height:80px;
width:135px;
display:block;
text-indent:-999em;
}


.bt-comprar-interno a {
background:url("images/bt-ondas-comprar-interno.png") no-repeat scroll 0 0 transparent;
*background:url("images/bt-ondas-comprar-interno.png") no-repeat scroll -50px 0 transparent;
float:right;
height:126px;
text-indent:-999em;
width:518px;
margin-top:-50px;
*margin-top:-80px;
*margin-right:-65px
}
.link-saibamais {
display:block;
margin-bottom:20px;
}

.bt-gay a, .bt-hetero a{
	height:65px;
	text-indent:-999em;
	width:375px;
	display:block;
	float:left;
	}
.bt-hetero a{
	background:url(images/bt-heterosexual.png) no-repeat;
}
.bt-gay a{
	background:url(images/bt-gay.png) no-repeat;

	}

.bt-demostracao-e-testes {
	height:45px;
	width:245px;
	padding-top:20px;
	display:block;
	float:right;
	text-align:right;
	}

#pre-rodape  .bt-voltar, #pre-rodape .bt-voltar-escuro {
position:relative;
top:20px;
}

.nav-secundaria{
	padding:10px 0 0 0;
	color:#002B79;
	}
#nav-teste-resistencia{
	height:55px;
	margin:5px 15px;
	}
#nav-teste-resistencia ul li {
	display:inline;
	margin-right:65px;
	}	
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Padrões CSS
//////////////////////////////////////////////
/////////////////////////////////////////////*/
.clear{
	clear:both;
	}
	
.sem-traco{
	border:none !important;
	}
.sem-margin{
	margin:0 !important;
	}	
.pg-caracteristicas #conteudo a, .pg-caracteristicas-publico-gay #conteudo a{
	color:#fff;
	vertical-align:top;
	}
.pg-caracteristicas #conteudo p{
	color:#fff;
	}
/*/////////////////////////////////////////////
//////////////////////////////////////////////
Ligthbox
//////////////////////////////////////////////
/////////////////////////////////////////////*/


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes .dialog {
	background:url(images/bg-lightbox.png) no-repeat center;
	width:650px; 
  	height:370px;
	margin-left:-18px;

}

.dialog .conteudo-lightbox  {
height:310px;
margin-top:25px;
overflow:auto;
padding:0 25px 0 20px;
color:#000;
}


#boxes .dialog-peq {
	background:url(images/bg-lightbox-peq.png) no-repeat center;
	width:450px; 
  	height:200px;
}
.dialog-peq h3{
color:#011335;
}
.dialog-peq .conteudo-lightbox  {
margin-top:10px;
overflow:auto;
height:160px;
padding:0 25px 0 20px;
color:#000;
}


.topo-lightbox{
	padding:0 25px 0 20px;
	}
.topo-lightbox a{
	float:right; text-decoration:none;color:#ff660; 
	}	
.topo-lightbox  h3{
	width:335px;
	display:inline-block;
	}	
.close{display:block; text-align:right; color:#ff660; text-decoration:none; }
.bt-hetero{
	
	}

ol.bookmarks { display:inline !important; list-style:none; margin-left:-42px;
position:absolute; }
ol.bookmarks li{ border-left:none !important; margin:0 2px; padding:0 !important; display:inline-block !important; width:16px !important; float:left; }
.bookmarks a{ text-indent:-9999em; display:block; width:16px; height:16px; background:url(images/bookmarks.png) 0 0 no-repeat; }
.bookmarks a.twitter { }
.bookmarks a.facebook { background-position:0 -16px; }
.bookmarks a.orkut { background-position:0 -32px; }
.bookmarks a.favoritos { background-position:0 -48px; }
