
/*raph.com.br css*/

/*begin global*/
body, body td,
body input, body select, body textarea {
	font-family:arial,sans-serif;
	color:#666;
}
body {
	margin:0;
	background:#fff;
	font-size:1.3em;
}
a {
	color:#676f81;
	text-decoration:none;
	outline:none;
}
a:visited {
  	color:#969;
  	text-decoration:none;
}
a:hover {
  	color:#c60;
  	text-decoration:underline;
}
p {
	margin:0 0 10px 0;
}
form {
	margin:0;
}

a img {
	border:0;
}
img.block {
	display:block;
}
img.imgleft {
	margin:0 10px 10px 0;
	display:block;
	float:left;
}
img.imgright {
	margin:0 0 10px 10px;
	display:block;
	float:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.spacer {
	font-size:1%;
}
.center {
	text-align:center;
}
.big {
	font-size:110%;
}
.small {
	font-size:85%;
}
.noborder {
	border:0 !important;
}
/*end global*/


/*begin structure*/
div.str-geral {
	width:900px;
	margin:0 auto;
}

div.str-hdr {
	background:url(../i/bg_hdr.jpg) repeat-x 0 0;
	height:200px;
}
/*end structure*/


/*begin menus*/
div.lists {
	padding:0 0 0 44px;
	width:820px;
}
div.lists .row {
	padding:20px 0 20px 44px;
	border-bottom:2px solid #e9e9e9;
	margin:0 0 20px 0;
}
div.lists h2.ico {
	width:100px;
	height:44px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
div.lists h2.bra {
	background:url(../i/ico_bra.png) no-repeat 0 0;
}
div.lists h2.eng {
	background:url(../i/ico_eng.png) no-repeat 0 0;
}
div.lists h2.tit {
	width:100px;
	float:left;
	margin:0;
	padding:0;
	font-size:120%;
	font-weight:normal;
}
div.lists h2.tit-wide {
	margin:0;
	padding:0;
	font-size:120%;
	font-weight:normal;
}

div.lists ul.menu {
	width:600px;
	float:left;
	padding:0;
	margin:8px 0 0 0;
	list-style:none;
}
div.lists ul.menu li {
	float:left;
	padding:0 35px 20px 0;
}

div.lists ul.menu2 {
	width:600px;
	float:left;
	padding:0 0 0 15px;
	margin:0;
	list-style:none;
}
div.lists ul.menu2 li {
	float:left;
	padding:0 30px 20px 0;
}
div.lists ul.menu2 li a {
	display:block;
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
div.lists ul.menu2 li a.gp {
	background:url(../i/ico_gp.png) no-repeat 0 0;
}
div.lists ul.menu2 li a.tt {
	background:url(../i/ico_tt.png) no-repeat 0 0;
}
div.lists ul.menu2 li a.fb {
	background:url(../i/ico_fb.png) no-repeat 0 0;
}

ul.nav {
	list-style:none;
	margin:0;
	padding:10px 20px 40px 50px;
}
ul.nav li {
	float:left;
	margin-right:12px;
}
ul.nav li a {
	font-size:0.9em;
	color:#666;
	display:block;
	padding:8px 12px;
	border:1px solid #dfdfdf;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 2px #dfdfdf;
	-moz-box-shadow:0 0 2px #dfdfdf;
	-webkit-box-shadow:0 0 2px #dfdfdf;
	background-color:#f6f6f6;
	background-image:-moz-linear-gradient(#ffffff,#e9e9e9);
	background-image:-webkit-gradient(linear,0 top,0 bottom,from(#ffffff),to(#e9e9e9));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e9e9e9));
}
ul.nav li a:hover {
	text-decoration:none;
	color:#333;
	border-color:#ccc;
	box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc;
}
/*end menus*/


/*begin areas*/
#logo {
	padding:0 10px;
}
#logo h1, #logo h1 a {
	display:block;
	width:880px;
	height:175px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background:url(../i/logo_main.jpg) no-repeat 0 0;
}

div.nav-back {
	text-align:right;
	padding:2px 40px 90px 0;
	font-size:0.8em;
}

.jq-tooltip, .jq-tooltip2 {
	font-size:80%;
	width:300px;
	color:#f1f1f1;
	padding:6px;
	border:1px solid #666;
	background:#333;
	border-radius:4px;
 	-moz-border-radius:4px;
 	-webkit-border-radius:4px;
	box-shadow:0 0 5px #666;
 	-moz-box-shadow:0 0 5px #666;
 	-webkit-box-shadow:0 0 5px #666;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
}
.jq-tooltip2 {
	width:auto;
}
/*end areas*/
