@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------------------------*/

body#home_pg{
	margin:0;
	background:#000 url(../img/bg.png) no-repeat scroll 0 0;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#B1D7E4;
	line-height:18px;
}

blockquote{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#B1D7E4;
	line-height:18px;
	padding:17px 0 0 22px;
	width:472px;
	font-style:italic;
	text-align:justify;
	margin:0 0 0 16px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Segoe UI, Tahoma, Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color:#B1D7E4;
}

.azul{
	color:#4379B3
}

.small{
	font-size:10px;
}

.italico{
	font-style:italic;
}

.right{
	text-align:right;
}

.cinza{
	color:#666;
}

#top_bg{
	width:100%;
	background:transparent url(../img/bg_top.gif) repeat-x scroll center top;
	float:left;
}

#wrapper{
	margin:0 auto;
	width:100%;
}

#header{
	width:auto;
	height:55px;
	margin-left:454px;
	float:left;
}

#header ul li{
	display:block;
	float:left;
}

a.quemSomos, a.quemSomos:active, a.quemSomos:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:128px;
	background-image:url(../img/nav_quemSomos.jpg);
}

a.depoimentos, a.depoimentos:active, a.depoimentos:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:118px;
	background-image:url(../img/nav_depoimentos.jpg);
}

a.social, a.social:active, a.social:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:69px;
	background-image:url(../img/nav_social.jpg);
}

a.empresarial, a.empresarial:active, a.empresarial:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:110px;
	background-image:url(../img/nav_empresarial.jpg);
}

a.blog, a.blog:active, a.blog:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:54px;
	background-image:url(../img/nav_blog.jpg);
}

a.parceiros, a.parceiros:active, a.parceiros:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:91px;
	background-image:url(../img/nav_parceiros.jpg);
}

a.contato, a.contato:active, a.contato:visited{
	text-indent:-9999px;
	outline:none;
	display:block;
	height:55px; width:83px;
	background-image:url(../img/nav_contato.jpg);
}

a:hover{
	background-position:0 -55px;
}

.current{
	background-position:0 -55px;
}

#content{
	width:840px; 
	margin:auto;
}

h1{
	display:block;
	width:259px;
	float:left;
	margin:46px 15px 0 0;
}

#box{
	width:545px; height:767px;
	background-color:#000;
	margin:46px 0 0 0;
	background:url(../img/bg_box.png);
	padding-bottom:22px;
	float:left;
/*	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);*/
}

#menuBox{
	width:270px;
	float:left;
	margin:260px 0 0 0;
	clear:left;
}

#footer{
	width:auto;
	float:left;
}

#box #footer p{
	padding:22px 22px 0 22px;
}

.TxtFooter{
	font-size:10px;
	color:#111F30;
}

.orkut{
	vertical-align:middle;
	margin:0 5px;
}

.flickr{
	vertical-align:middle;
	margin:0 5px;
}

.assinatura{
	margin-left:50px
}

.menu2{
	text-indent:-9999px;
	margin-left:180px
}

.menu2 li{
	margin-bottom:20px;
}

.photoSlide{
	width:497px; 
	margin:auto;
	padding:22px 0 0 0;
}

/*/////////////////////////SLIDER*/

#slider {
    width: 497px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:auto;
}
#sliderContent {
    width: 497px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin:auto;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 497px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: -9999px;
	left: -9999px;
}

.bottom {
	bottom: -9999px;
    left: -9999px;
}

.bottomok{
	left:0; bottom:0;
}

ul { list-style-type: none;}

#boxes{
	width:545px;
	float:left;
}