/* CSS Document */
* { 
	padding: 0;
	margin: 0;
}
body {
	background-color:#c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
li {
	margin-left: 15px;
}
td {
	padding: 2px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/************************************ COR DE LINK *********************************/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/************************************ TODAS AS PÁGINAS *********************************/
.logo {
	padding: 30px 0 0 20px;
}
#wrapper {
	width: 756px;
	margin: 0 auto;
}
#conteudo {
	width: 750px;
	margin: 0;
	float: left;
}
#top {	
	width: 750px;
	height: 95px;
	background-image: url(../imagens/bg_topo.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 750px;
	text-align: center;
	margin-top: 12px;
	clear: both;
}
#sombra { 
	float: right;
	width: 6px;
}

/************************************ INTERNAS *********************************/
#imagem {
	width: 750px;
}
#base {
	width: 750px;
	background-image: url(../imagens/bg_fundo.jpg);
	background-repeat:no-repeat;
}
#titulo {
	width: 300px;
	float: left;
	padding-top: 40px;
	text-align: right;
	height: 150px;
}
#texto {
	width: 390px;
	overflow: auto;
	padding: 0 10px 20px 30px;
	height: 150px;
	
	scrollbar-base-color: #e0e0e0;
	scrollbar-face-color: #e0e0e0;
	scrollbar-arrow-color: #cc0000;
	scrollbar-track-color: #ccc;
	scrollbar-highlight-color: #e0e0e0;
	
	scrollbar-shadow-color: #999;
	scrollbar-lightshadow-color: #e0e0e0;
	scrollbar-darkshadow-color: #e0e0e0;
	
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #e0e0e0;
}
/************************************ HOME *********************************/
#baseindex {
	width: 750px;
	height: 347px;
	background-color:#FFFFFF;
}
#colunaesquerda {
	width: 180x;
	float: left;
}
#colunadireita {
	width: 570px;
	float: right;
}
.promo {
	width: 230px;
	text-align: right;
	margin: 40px 0;
	height: 113px;
}
.agendamento {
	width: 230px;
	text-align: right;
	margin: 100px 0 0 0;
}
