html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Geral
----------------------------------------------- */
body { color: #666; font: 12px/1.5  Arial, Helvetica, sans-serif; }

.sgp a, .sgp a:link, .sgp a:visited, .sgp a:active { color: #4CACAB/*13B3A1*/; text-decoration: none; }
.sgp a:hover { color: #5bbdbc; }
.orkestra a, .orkestra a:link, .orkestra a:visited, .orkestra a:active { color: #CF2929; text-decoration: none; }
.orkestra a:hover { color: #FF3333; }
a img { border: none; }
img.foto { border: 6px solid #409AC6 }

.sgp h1, .sgp h2, .sgp h3, .sgp h4, .sgp h5, .sgp h6 { color: #4CACAB !important; font-weight: bold; text-align: left; }
.orkestra h1, .orkestra h2, .orkestra h3, .orkestra h4, .orkestra h5, .orkestra h6 { color: #CF2929 !important; font-weight: bold; text-align: left; }
h1 {font-size: 1.9em; margin: 0 0 10px; padding: 0.25em 0;}
h2 {font-size: 24px; line-height: 26px; margin: 0 0 5px; padding: 0.25em 0;}
h3 {font-size: 20px; line-height: 22px; margin: 0 0 5px; padding: 0.125em 0;}
h4 {font-size: 18px; line-height: 20px; margin: 5px 0 0;}
h5 {font-size: 16px; margin: 5px 0 0;}
h6 {font-size: 12px; margin: 5px 0 0;}
p {margin: 0.33em 0 15px 0;}
ul, ol {margin: 1em 0; padding-left: 2.5em;}
dt {margin: 0.5em 0 0;}
dd {margin: 0.25em 0 0.5em 2.5em;}
hr {background: #eaeaea; color: #eaeaea; clear:both; float:none; width:100%; height: 3px; margin:0; border:none; }
strong { font-weight: bold; }

/* Basicos
----------------------------------------------- */
.pointer, .clickable { cursor: pointer; }
.alignL { text-align: left !important; }
.alignR { text-align: right !important; }
.alignC { text-align: center !important; }
.clearB { line-height: 1px !important; clear: both !important; }
.clearN { clear: none !important; }
.clearL { clear: left !important; }
.clearR { clear: right !important; }
.center { margin: 0 auto !important; float: none; display: block; }
.floatL { float: left !important; display: inline !important; height:auto !important; }
.floatR { float: right !important; display: inline !important; height:auto !important; }
.noBorder { border-width: 0 !important; }
.fontBold { font-weight: bold !important; }
.fontNormal { font-weight: normal !important; }
.toLower { text-transform: lowercase; }
.toUpper { text-transform: uppercase; }
.displayNone { display: none !important; }
.displayInline { display: inline !important; }
.displayBlock { display: block !important; }
.clearfix {	clear:both; overflow:hidden; }
.clearfix:after { clear:both; content: " "; display: block; }
.del { text-decoration: line-through; }
.icons, .required { background-color: transparent; background-repeat: no-repeat; background-position: left top; padding-left: 20px !important; }
.bgCenter { background-position: left center !important; }
/*hr {background:#FFF;color:#FFF;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}*/
hr.space {background:#fff;color:#fff;visibility:hidden;}

.txt_verde { color: #99ff00; }
.txt_vermelho { color: #cc3636; }
.txt_preto { color: #000; }
.txt_azul { color: #0077A7; }

.opacity-0 { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */ filter: alpha(opacity=0); /* Netscape */ -moz-opacity: 0; /* Safari 1.x */ -khtml-opacity: 0; /* Good browsers */ opacity: 0; }
.opacity-30 { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity=30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; /* Good browsers */ opacity: 0.3; }
.opacity-50 { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
.opacity-70 { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */ filter: alpha(opacity=70); /* Netscape */ -moz-opacity: 0.7; /* Safari 1.x */ -khtml-opacity: 0.7; /* Good browsers */ opacity: 0.7; }
.opacity-100 { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */ filter: alpha(opacity=100); /* Netscape */ -moz-opacity: 1; /* Safari 1.x */ -khtml-opacity: 1; /* Good browsers */ opacity: 1; }


/**************************************************
******************* SITE **************************
**************************************************/

#site { margin: 0px auto; padding-top: 51px; position: relative; width: 900px; }	
	
	/* ON & OFF */
	#site #onoff {  position: absolute; display: block; height: 60px; line-height: 60px !important; top: 2px; right: 0; width: 160px; text-align: right; }

	/* Header */
	#header { background: transparent url(../images/menu/menu_bg.gif) repeat-x 0 12px; height: 45px; padding-right: 70px; width: 830px; position: relative; }
	
		#header .logo { margin: 0 0; float: left; padding: 0; width: 140px; height:50px; }
		#header .logo a { width: 140px; height:50px; overflow: hidden; }

		#header .media { margin: -43px 0 -50px 840px ; float: left; padding: 0; width: 54px; height:29px; z-index: 10; }

		/* Menu */
		#header ul.topnav { position: relative; float: right; width: 410px; margin: 7px 0 0 0; }
		.orkestra #header ul.topnav { position: relative; float: right; width: 305px; margin: 7px 0 0 0; }
		#header ul.topnav li { list-style: none; margin-left: 10px; text-indent: -9999px; float: left; position: relative; cursor: pointer; width: 95px; }
        #header ul.topnav li.first { margin-left: 0; }
		#header ul.topnav li a { height: 34px; width: 95px; display: block; }
				
		.sgp #header ul.topnav li.agencia a { background: url(../images/menu/sgp_menu_agencia.jpg) repeat-x 0 top; }
		.orkestra #header ul.topnav li.agencia a { background: url(../images/menu/orkestra_menu_agencia.jpg) repeat-x 0 top; }

		.sgp #header ul.topnav li.cases a { background: url(../images/menu/sgp_menu_cases.jpg) no-repeat center top; }
		.orkestra #header ul.topnav li.cases a { background: url(../images/menu/orkestra_menu_cases.jpg) no-repeat center top; }

		.sgp #header ul.topnav li.trabalhos a { background: url(../images/menu/sgp_menu_trabalhos.jpg) no-repeat center top; }
		.orkestra #header ul.topnav li.trabalhos a { background: url("../images/menu/orkestra_menu_trabalhos.jpg") no-repeat center top; }

		.sgp #header ul.topnav li.labs a { background: url(../images/menu/sgp_menu_labs.jpg) no-repeat center top; }
		.orkestra #header ul.topnav li.labs a { background: url("../images/menu/orkestra_menu_labs.jpg") no-repeat center top; }
		
		.sgp #header ul.topnav li.contato a { background: url(../images/menu/sgp_menu_contato.jpg) no-repeat center top; }	
		.orkestra #header ul.topnav li.contato a { background: url(../images/menu/orkestra_menu_contato.jpg) no-repeat center top; }	
				
		html body#agencia ul.topnav li.agencia a, body#cases ul.topnav li.cases a, body#trabalhos ul.topnav li.trabalhos a, body#labs ul.topnav li.labs a, body#contato ul.topnav li.contato a{ background-position: 0 -34px !important; }
		body #header ul.topnav li a:hover, body #header ul.topnav li:hover a { background-position: 0 -34px !important; }
		
		#header ul.topnav li ul.subnav {
			list-style: none;
			position: absolute;
			left: 1px; top: 24px;
		    z-index: 10001;
			background: #E0E0E0;
			margin: 0; 
			padding: 10px 0 5px;
			display: none;
			float: left;
			width: 90px;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			border: 1px solid #E0E0E0;
		    border-width: 0 1px 1px 1px;
			
		}
		#header ul.topnav li ul.subnav li{ margin: 0; padding: 0; text-indent: 0; clear: both; width: 90px; }
		html #header ul.topnav li ul.subnav li a { float: left;	width: 85px; height:25px; background: none !important; padding-left: 5px; color: #666; }
		html #header ul.topnav li ul.subnav li a:hover { }

	/* Destaque */
	#site #destaque { margin: 35px 0 35px 2px; position: relative; display: block; }

	/* Conteúdo */
	#site #content { text-align: left; margin-bottom: 10px; }
		/* site 900px */
		/* interna 900px */
		
		.line { margin-bottom: 15px; }
		.coluna-e, .coluna-d, .box-full { position: relative; display: inline; text-align: left; }
		.coluna-e { float: left; }
		.coluna-d { float: right; text-align: right; }
		.box-430 { width: 430px; }
		.box-390 { width: 390px; padding: 0 20px; }
		.box-350 { width: 350px; padding: 0 40px; }
		.box-310 { width: 310px; padding: 0 60px; }
		.box-full { display: block; width: 900px; text-align: center; }
		
		.line .inner { text-align: left; padding: 0 20px; }

		#content ul { padding-left: 0px; }
            #content ul li { padding: 0 0 2px 15px; background: transparent no-repeat 0 5px; }
            .sgp #content ul li { background-image: url(../images/sgp_li_bg.gif); color: #4CACAB }
            .orkestra #content ul li { background-image: url(../images/orkestra_li_bg.gif); color: #CF2929 }
		#content p { font: 12px/1.4  Arial, Helvetica, sans-serif; }
		#content p.alert, #content p.info { font-size: 14px; margin-top: 15px; text-align: center; font-weight: bold; }
		.sgp #content p.alert { color: #4CACAB; }
		.orkestra #content p.alert { color: #CF2929; }
		#content p.info { color: #317E0C; }
        #content .balao_mask-e { background: transparent url(../images/balao_mask-e.jpg) no-repeat 0 0; height: 279px; padding-bottom: 50px; }
		#content .balao_full { background: transparent url(../images/balao_linha_clientes.jpg) no-repeat 0 0; height: 256px; width:900px; padding-bottom: 0px; }
		
		#mapa-do-site #content ul li { font-weight: bold; font-size: 13px }
            #mapa-do-site #content ul li ul { margin: 0 0 0 15px; list-style: disc; color: #000; }
            #mapa-do-site #content ul li li { background-image: none; font-weight: normal; padding-left: 0; }
		
	/* Footer */
	#site #footer { height: 25px; line-height: 25px; border-top: 1px solid #ddd; padding: 20px 0 10px; margin: 0; color:#999999;}
	   #site #footer .copyright { font-size: 11px; }	
	   #site #footer a { margin-left: 25px }

/**************************************************
******************** ABA **************************
**************************************************/

#aba { position: absolute; right: auto; left: expression(eval(document.documentElement.scrollLeft)); height: 100%; margin-left: -307px; width: 330px; z-index: 10000; }
body > div#aba { position: fixed; top: 0; left: 0; right: auto; }

.sgp #aba { background: #5DBDBC url(../images/aba/sgp_aba_bg.jpg) repeat-y right top; }
.orkestra #aba { background: #EB4A69 url(../images/aba/orkestra_aba_bg.jpg) repeat-y right top; }
	#aba #aba_open, #aba #aba_close { position: absolute; top: 0; right: 0; line-height: 30px; margin: -15px 0 0 -10px; width: 23px; height: 100%; }
	#aba #aba_open { background: transparent url(../images/aba/aba_seta_abrir.png) no-repeat center center; }
	#aba #aba_close { background: transparent url(../images/aba/aba_seta_fechar.png) no-repeat center center; display: none; }
	#aba #aba_open span, #aba #aba_close span { display: block; text-indent: -99999px !important; }

    #aba #aba_loader { display: none; text-align: center; color: #FFF; width: 54px; height: 52px; position: absolute; top: 50%; left: 50%; margin-left: -40px; margin-top: -26px; } 

	#aba #aba_inner { position: relative; margin: 15px 50px 10px 30px; overflow: auto; }
        #aba_inner #scroller {  }

		#aba_inner p, #aba_inner h2, #aba_inner h3 { color: #FFF !important; }
        #aba_inner h3 { font-size: 18px; line-height: 22px }
        #aba_inner p { font-size: 12px; line-height: 1.35 }
		#aba_inner a { color: #FFF; text-decoration: underline; font-weight: bold  }

		#aba_logo { padding: 0; margin: 0 0 10px;  display: block; position: relative; }
        .sgp #aba_logo a span, .orkestra #aba_logo a span { display: block; text-indent: -999999px; }

		.sgp #aba_logo { background: transparent url(../images/aba/sgp_aba_logo.jpg) no-repeat center center; width: 142px; height: 53px; line-height: 53px; }
        .orkestra #aba_logo { background: transparent url(../images/aba/orkestra_aba_logo.jpg) no-repeat center center; width: 250px; height: 53px; line-height: 53px; }


		.sgp #aba_logo a { width: 142px; height: 53px; line-height: 53px; }
        .orkestra #aba_logo a { width: 250px; height: 53px; line-height: 53px; }