@charset "ISO-8859-1";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #800000 url(../images/bg.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#centro {
	width: 937px;
	margin: 0 auto;
	vertical-align: 
}

#IE6 {
	color: #efb804;
	background: url(../images/doctorv.gif) no-repeat center top;
	padding-top: 250px;
	margin-top: 20px;
}

#IE6 a {
	color: #FC9;
	text-decoration: none;
}

#IE6 a:hover {
	color: #efb804;
	text-decoration: underline;
}

#header {
	background: url(../images/box_top.png) center bottom no-repeat;
	height: 81px;
}

#conteudo {
	background: url(../images/box_middle.png) center repeat-y;
	overflow: hidden;
}	

/* ============================================================= */
/* == SIDEBAR                                                 == */
/* ============================================================= */


#sidebar {
	width: 231px;
	margin: 180px 0 0 39px;
	float: left;
}

#sidebar h3 {
	color: #800000;
	margin-left: 20px;
	font-variant: small-caps;
	padding-bottom: 5px;
}


/* =======================  PADRAO  ============================ */

#sidebar ul.padrao li {
	display: block;
	width: 192px;
}

#sidebar ul.padrao li a {
	text-indent: -9999px;
	display: block;
	height: 100px;
}

#sidebar ul.padrao li.vendas a {
	background: url(../images/maisvendas_off.png) no-repeat center top;
}

#sidebar ul.padrao li.vantagens a {
	background: url(../images/maisvantagens_off.png) no-repeat center top;
}

#sidebar ul.padrao li.vitorias a {
	background: url(../images/maisvitorias_off.png) no-repeat center top;
}

#sidebar ul.padrao li.vendas a:hover {
	background: url(../images/maisvendas_on.png) no-repeat center;
}

#sidebar ul.padrao li.vantagens a:hover {
	background: url(../images/maisvantagens_on.png) no-repeat center;
}

#sidebar ul.padrao li.vitorias a:hover {
	background: url(../images/maisvitorias_on.png) no-repeat center;
}

/* =====================  PORTFOLIO  =========================== */

#menuPortfolio {
	background: url(../images/bg_menu_portfolio_top.jpg) no-repeat left top;
	padding-top: 40px;
}

#menuPortfolio div {
	background: url(../images/bg_menu_portfolio_bottom.jpg) no-repeat left bottom;
	padding-bottom: 53px;
}

#menuPortfolio div div {
	background: url(../images/bg_menu_portfolio_middle.jpg) repeat-y left;
	padding-bottom: 0;
}

#menuPortfolio ul {
	margin-left: 20px;
}

#menuPortfolio ul li {
	list-style: none;
}

#menuPortfolio  a {
	display: block;
	width: 150px;
	height: 20px;
	color: #800000;
	text-decoration: none;
	padding: 3px 5px;
	border-bottom: #d7c17b 1px solid;
}

#menuPortfolio ul li ul li a {
	width: 130px;
}

#menuPortfolio ul a:hover {
	border-bottom: #800000 1px solid;
}

#menuPortfolio li ul {
	display: none;
	_display: block;
}

#menuPortfolio li:hover ul {
	display: block;
}

#menuPortfolio li ul li {
}

/* ============================================================= */
/* == LOGO                                                    == */
/* ============================================================= */

#logo {
	text-indent: -9999px;
	position: absolute;
}

#logo a {
	background: url(../images/doctorv.png) no-repeat top center;
	display: block;
	width: 150px;
	height: 211px;
	margin: 20px 0 0 60px;
}


/* ============================================================= */
/* == TEXTO                                                   == */
/* ============================================================= */

#texto {
	margin: 10px 50px 0 241px;
	overflow: auto;
	width: 615px;
}

#texto p, #texto h1, #texto h2, #texto h3, #texto h4, #texto ul {
	padding-bottom: 18px;
}

#texto h1, #texto h2, #texto h3, #texto h4 {
	font-variant: small-caps;
	color: #800000;
}

#texto h2 {
	font-size: 16px;
}

#texto a {
	color: #777;
	text-decoration: none;
	border-bottom: #777 1px dotted;
}

#texto a:hover {
	color: #000;
	border-bottom: #000 1px solid;
}

#texto ul {
	margin-left: 20px;
}



/* ============================================================= */
/* == MENU HORIZONTAL                                         == */
/* ============================================================= */

#menu {
	padding: 44px 0 0 380px;
}

#menu ul {
	overflow: auto;
}

#menu li {
	float: left;
	display: block;
}

#menu li a {
	display: block;
	width: 102px;
	height: 26px;
	text-indent: -9999px;
}
	
#menu li.quemsomos a {
	background: url(../images/quemsomos_off.png) no-repeat right top;
}
	
#menu li.planos a {
	background: url(../images/planos_off.png) no-repeat right top;
}
	
#menu li.portfolio a {
	background: url(../images/portfolio_off.png) no-repeat right top;
}
	
#menu li.contato a {
	background: url(../images/contato_off.png) no-repeat right top;
}
	
#menu li.gabinetec a {
	background: url(../images/gabinetec_off.png) no-repeat right top;
}
	
#menu li.quemsomos a:hover, #menu li.quemsomos a:active {
	background: url(../images/quemsomos_on.png) no-repeat right top;
}

#menu li.planos a:hover, #menu li.planos a:active {
	background: url(../images/planos_on.png) no-repeat right top;
}

#menu li.portfolio a:hover {
	background: url(../images/portfolio_on.png) no-repeat right top;
}

#menu li.contato a:hover {
	background: url(../images/contato_on.png) no-repeat right top;
}

#menu li.gabinetec a:hover {
	background: url(../images/gabinetec_on.png) no-repeat right top;
}

#menu li.quemsomosAtivo a {
	background: url(../images/quemsomos_ativo.png) no-repeat right top;
}
	
#menu li.planosAtivo a {
	background: url(../images/planos_ativo.png) no-repeat right top;
}
	
#menu li.portfolioAtivo a {
	background: url(../images/portfolio_ativo.png) no-repeat right top;
}
	
#menu li.contatoAtivo a {
	background: url(../images/contato_ativo.png) no-repeat right top;
}
	
#footer {
	background: url(../images/box_bottom.png) center top no-repeat;
	height: 50px;
	text-align: center;
	padding-top: 20px;
	color: #efb804;
}

.plano {
	width: 170px;
	height: 400px;
	float: left;
	padding: 10px;
	margin: 5px;
	border: 1px solid #800000;
	background-color: #FFF;
}

.plano h3 {
	text-align: center;
	padding-bottom: 0px !important;
	margin-bottom: 5px;
	background-color: #800000 !important;
	color: #FFF !important;
	font-weight: bold;
}

.plano p {
	text-align: right;
	padding-bottom: 5px !important;
	font-size: 11px;
}

.planosSideBar {
	display: block;
	width: 163px;
	height: 188px;
	margin-left: 19px;
	text-indent: -9999px;
	background: url(../images/planos_sideBar.png) no-repeat center;
}

.destaque {
	color: #800000;
	font-weight: bold;
}

#video {
	width: 330px;
	height: 250px;
	background: #000;
	margin: 20px auto;
	padding: 10px 0 0 10px;
}
