﻿/* ##### CSS STUDIO DPI*/

* {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background:url(../images/back_body.jpg) repeat-x top;
	font: normal 12px "trebuchet ms";
}

#geral {
	width: 751px;
	height: auto;
	left: 50%;
	position: relative;
	margin: 0 0 0 -375px;
}

/*##### HEADER*/

#header {
	width: 751px;
	height: 190px;
	overflow: hidden;
}

#headerleft {
	width: 260px;
	height: 190px;
	position: absolute;
	z-index: 5000;
	visibility:visible;
	left: 0px;
	top: 2px;
}

#headerright {
	width: 491px;
	height: 190px;
	background: url(../images/header_right.jpg) no-repeat;
	float: right;
}

/* ##### /HEADER*/

/* ##### CONTEÚDO */

#conteudo {
	width: 751px;
	height: auto;
	background: url(../images/back_cont.jpg);
}

#conteudo #spacer {
	width: 699px;
	height: 5px;
	background: #FFF;
	margin: 0 0 0 27px;
	overflow: hidden;
}

/*##### BARRA ESQUERDA*/

#leftbar {
	margin: 0 0 0 26px;
	width: 175px;
	height: auto;
}

/* ##### MENU ESQUERDO*/

ul.leftmenuul {
	position: relative;
	top: 0;
	left: 0;
}

li.leftmenu {
	display: block;	
}

a.leftmenua, a.leftmenuahelp {
	color: #535456;
	font-size: 14px;
	background: url(../images/menu_normal.jpg) left;
	width: 106px;
	height: 18px;
	display: block;	
	padding: 5px 35px;
}

a.leftmenuahelp {
	cursor: help;
}

a.leftmenua:hover, a.leftmenuahelp:hover {
	color: #fd7700;
	background: url(../images/menu_hover.jpg) left;
}

/* ##### /MENU ESQUERDO*/

div.favorito , div.indique {
	margin: 10px 0 0 0;
	width: 178px;
}

div.favorito {
	height: 87px;
}

div.indique {
	background: url(../images/indique.jpg);
	width: 178px;
	height: 138px;
}

a.fav_a {
	float: left;
	width: 178px;
	height: 87px;
	background: url(../images/favorito.jpg);
}

a.fav_a:hover {
	background: url(../images/favorito_hover.jpg);
}

input.indiqueamigo {	
	width: 156px;
	height: 23px;
	background: url(../images/textfield.jpg) no-repeat;
	margin: 70px 0 0 1px;
	padding: 5px 10px;
	font: bold 13px "trebuchet ms";
	color: #ff9946;
}

input.envia_indique {
	background: url(../images/enviar.jpg) no-repeat;
	width: 81px;
	height: 31px;
	font: bold 13px "trebuchet ms";
	color: #5d594c;
	float: right;
	margin: 2px 4px 0 0;
}

input.envia_indique:hover, input.envia_indique:focus {
	background: url(../images/enviar_hover.jpg) no-repeat;
}


/*##### /BARRA ESQUERDA*/

/*##### CONTEÚDO VARIAVEL*/

#contvariavel {
	width: 510px;
	color: #636363;
	position: relative;
	margin: -498px 0 0 210px;
}

h2 {
	width: 508px;
	height: 25px;
	background: url(../images/h2.jpg);
	padding: 4px 0;
	font: bold 18px "trebuchet ms";
	text-indent: 40px;
	color: #fff;
}

p.text {
	position: relative;
	top: 5px;
	font: normal 15px "trebuchet ms";
	padding: 2px 0 10px 0;
}

p.text strong {
	font: bold 16px "trebuchet ms";
	color: #f57300;
}

p.text img.imghome {
	width: 245px;
}	

a.link {
	position: relative;
	top: 0px;
	font: normal 15px "trebuchet ms";
	padding: 0 0 10px 0;
	color: #f57300;
}

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

hr {
	height: 4px;
	border-bottom: 3px dotted #f57300;
}

/* ##### /CONTEÚDO */

/* ##### FOOTER */

#foot {
	width: 751px;
	height: 69px;
	background: url(../images/bottom.jpg) center;
}

/* ##### /FOOTER */
