html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight:normal;
	list-style:none;
}

/* ELEMENTS */
html{
	height: 100%;
}
body{
	background: #000 url('../layout/fundo-gradient-total.png');
	color: white;
	font-family: Verdana;
	font-size: 11px;
}


.central{
	background:transparent url(../layout/olga_cardoso.png) no-repeat scroll right top;
	position: relative;
	width: 900px;
	margin: auto;
	padding-top: 69px;
	padding-bottom: 82px;
}
#body{
	background-color: black;
}
#body2{
	background: transparent url('../layout/curls-left-bottom.png') no-repeat left bottom;
}


a, a:hover, a:visited{
	color: white;
	text-decoration: none;
}


.tools{
  position: absolute;
	top: 45px;
	left: 11px;
}
.tools li{
  float: left;
	display: inline;
	height: 17px;
	line-height: 17px;
	margin-right: 21px;
}
.tools li img{
	vertical-align: bottom;
}

.bt_home img{
	width: 19px;
	height: 17px;
	background: transparent url('../layout/sprite-bts.gif') repeat-x 0 0;
}
.on .bt_home img, .bt_home:hover img{
	background: transparent url('../layout/sprite-bts.gif') repeat-x 0 -17px;
}

.bt_blog img{
	width: 33px;
	height: 17px;
	background: transparent url('../layout/sprite-bts.gif') repeat-x -19px 0px;
}
.on .bt_blog img, .bt_blog:hover img{
	background: transparent url('../layout/sprite-bts.gif') repeat-x -19px -17px;
}

.bt_cont img{
	width: 22px;
	height: 17px;
	background: transparent url('../layout/sprite-bts.gif') repeat-x -52px 0;
}
.on .bt_cont img, .bt_cont:hover img{
	background: transparent url('../layout/sprite-bts.gif') repeat-x -52px -17px;
}



.menu{
	height: 67px;
	margin-left: 140px;
	position: absolute;
	top: 37px;
	right:0;
}

.menu li{
	float: left;
	display: inline;
	height: 67px;
	margin-left: 0px;
	background: transparent url('../layout/bt_off.png') repeat-x 0 0;
}

.menu li a{
	display: block;
	height: 67px;
	background: transparent url('../layout/bt_off.png') repeat-x 0 0;
	padding: 0 30px 0 30px;
	font-size: 10px;
  line-height: 32px;
}
.menu li a:hover{
	background: transparent url('../layout/bt_on.png') repeat-x 0 0;
}
.menu li.on a{
	background: transparent url('../layout/bt_on.png') repeat-x 0 0;
}

.menu li div{
	position: relative;
	top: -34px;
	visibility: hidden;
	background: #8c8c8c;
}


.menu li div a, .menu li.on div a{
	height: 27px;
	background: #8c8c8c;
}
.menu li div a:hover, .menu li.on div a:hover{
  background: #6c6c6c;
}


#lateral{
  float: left;
	display: inline;
	width: 202px;
	margin-left: 16px;
	padding-bottom:353px;
}


#main{
	padding-top: 49px;
	margin-left: 218px;
	width: 682px;
	background: transparent url('../layout/curls-right-top.png') no-repeat right top;
}



h1{
 	font-family: Trebuchet MS;
	font-size: 30px;
	font-weight: normal;
}
h2{
 	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: normal;
	color:red;
}
h3{
 	font-family: Trebuchet MS;
	font-weight:bold;
	font-size: 14px;
	font-weight: normal;
	color:red;
}

address{	
 	font-family: Trebuchet MS;
	text-align:right;
	font-size: 28px;
	font-weight: normal;
	padding-right:50px;
}

.phone{
 	font-family: Trebuchet MS;
	text-align:right;
	font-size: 24px;
	font-weight: normal;
	padding-right:50px;
}

.email{
 	font-family: Trebuchet MS;
	text-align:right;
	font-size: 16px;
	font-weight: normal;
	padding-right:50px;
}

.info .imagem{
	float:right;
	display: inline;
	padding-left:15px;
	padding-bottom:15px;
}
.info .texto{
	text-align:justify;
}

.info table{
	margin-right:40px;
}

.info table td{
	text-align:justify;
	vertical-align:top;
	padding-bottom:7px;
	padding-top:7px;
}


#logo_home{
	background:#333;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}


.logo_home .imagem {
	text-align:center;
}

.logo_home .texto{
	text-align:justify;
	padding:10px;
}

#main p{
	line-height: 19px;
	margin-bottom: 11px;
	margin-right: 42px;
	text-align: justify;
}

#main a, #main a:visited{
	color: red;
	text-decoration: none;
}

#main a:hover{
	color:#C60;
	text-decoration: none;
}

.footer{
	width: 900px;
  font-size:10px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left:0;
	bottom: 44px;
}

strong{
	font-weight:bold;
}