@charset "utf-8";
/* CSS Document */
html {
	background:url(images/backgroundpri.jpg) repeat-x;
}


body {
	margin:0;
	padding:0;
}

.hd1 {
	background:url(images/hd1.jpg) no-repeat;
	width:1000px;
	margin:auto;
	height:191px;
}

.hd2 {
	background:url(images/hd2.jpg) no-repeat;
	height:316px;
	width:1000px;
	margin:auto;
}

.menu {
	position:absolute;
	margin:226px 0 0 290px;
}

.buy {
	float:right;
	margin:226px 40px 0 0;
}

.price {
	position:absolute;
	float:right;
	margin:4px 0 0 803px;
}

.logohome {
	width:305px;
	height:150px;
	display:block;
	margin:18px 0 0 675px;
	position:absolute;
}

/*conteudo*/
.conteudo {
	width:1000px;
	margin:auto;
	background:url(images/bgconteudo.png) no-repeat bottom center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	padding:0 0 40px 0;
}

.divisao {
	margin:20px 0 0 0;
	padding:0 10px 0 10px;
}

.ladoum {
	width:50%;
	float:left;
}

.ladodois {
	float:left;
	width:50%;
}

.textoum {
	padding:10px 20px 10px 10px;
	line-height:17px;
	color:#333;
}

.player {
	float:left;
	margin:0 5px 0 0px;
}

.textodois {
	padding:10px 10px 10px 20px;
 
	color:#333;
	clear:both;
}

.textoum a, .textodois a {
	color:#0f4298;
	text-decoration:none;
}

/*depoimentos*/
.depoimento {
	clear:both;
	background:url(images/depoimentosback.jpg) repeat-x;
	height:270px;
	margin:10px 0 10px 0;
}

.depo {
	background:url(images/bgdepoimentos.jpg) no-repeat;
	width:1000px;
	margin:auto;
	height:270px;
	font-family:Arial, Helvetica, sans-serif;
}

.depotext {
	font-size:12px;
	width:220px;
	float:left;
	margin:113px 0 0 285px;
}

.depotext2 {
	font-size:12px;
	width:220px;
	float:right;
	margin:113px 15px 0 0px;
}


.depotext a, .depotext2 a {
	color:#000;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.depotext a:hover, .depotext2 a:hover {
	text-decoration:underline;
}

/*footer*/
.footer {
	clear:both;
	background:url(images/bgfooter.jpg) repeat-x;
	height:201px;
}

.direitos {
	width:980px;
	margin:auto;
	height:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}


.lista{
	list-style:none;
	margin:0;
	padding:120px 0 0 0;
}

.direitos ul li {
	float:left;
	padding:0 0 0 10px;
	background:url(images/arrow.jpg) no-repeat 0px 4px;
	margin: 0 10px 0 0;
}

.direitos a {
	color:#00249f;	font-weight:bold;
	text-decoration:none;
}

.atendimento {
	position:absolute;
	margin:1px 0 0 770px;
}

/*paginassingle*/
.divisaosingle {
	margin:20px 0 0 0;
	padding:0 20px 0 20px;
	line-height:17px;
}

.divisaosingle a {
	color: #333;
	text-decoration:none;
}

.divisaosingle a:hover {
	text-decoration:underline;
}

.divisaosingle .str {
	color:#0682ce;
	font-size:24px;
	margin:0;
	font-weight:bold;
}

.divisaosingle .sub {
	font-size:18px;
	font-weight:bold;
	color:#333;
}

/*contato*/
.formulario {
	width:600px;
	margin:auto;
}

.botao {
	color:#fff;
	background:#333;
	margin:10px 0 0 0;
	border:1px solid #222;
	padding:2px 5px 2px 5px;
	-moz-border-radius:5px;
}

.botao:hover {
	background: #eee;
	border:1px solid #CCC;
	color:#000;
}

.nome, .email, .mensagem {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	color:#666;
}

#nome, #email {
	width:560px;
	border:1px solid #CCC;
	background:#eee;
	padding:10px;
	font-size:11px;
	margin:0 0 10px 0;
	font-family:Verdana, Geneva, sans-serif;
}

#mensagem{
	width:560px;
	border:1px solid #CCC;
	background:#eee;
	padding:10px;
	font-size:11px;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
}
