﻿/* Sobreposições de estilos Global.css */

html						{background-color: #FFF; }
body						{background-image: url(/Sites/Cadari/_Img/bgBody.png); background-color: #FFF; }
a								{color:#0059B2;}
a:hover				{color:#0059B2;}
h1							{padding:0; font-family: Trebuchet MS; font-size:22px; color:#0059B2; text-shadow:1px 1px 0 #FFF;}
h2							{padding:0; font-family: Trebuchet MS; font-size:16px; color:#555; text-shadow:1px 1px 0 #FFF;}
.Redes					{float:right; width:200px; margin-top:-20px;}
.LoginBotao		{font-size:10px; font-family:Tahoma; background-color:#0189DD; color:#FFF; border:1px solid #333;}
.LoginCaixa		{height:14px; padding:0 5px; font-size:11px; font-family:Tahoma; background-color:#EEE !important; color:#666 !important; border:1px solid #333;}
.Conteudo			{margin:30px 0 20px 20px;}
.PainelTit				{width:245px; padding:5px 20px; margin:30px 0 20px 0; font-family:Trebuchet MS; font-size:18px; color:#FFF; border-radius:3px 0 0 3px;  background-color: #A8A8B7; background-image: url(/Sites/Cadari/_Img/RodapeSeta.png); background-position: 10px; background-repeat:no-repeat;}
.PainelTit		a		{color:inherit;}
.ListaTube			{padding-right:20px;}

				
/* Exclusivo cadari.com.br */

.PaginaCadari					{width: 990px; min-height:100%;}
.RodapeCadari					{width: 990px; height: 170px; margin: 0 auto;}
.Separador							{float:left; width: 960px; height:0; margin:20px 15px; border-bottom:1px solid #FFF; border-top:1px solid #EEE;}
.LogosTecnologias		{width: 990px; height: 80px; padding:20px 0; margin: 0 auto; }


.RodapeCadari ul			{width:200px; height:80px; float:left; margin-top:20px; margin-right:50px; font-family:Arial; font-size:14px; color:#FFF; list-style:none;}
.RodapeCadari li				{height:auto; display:block; padding:4px 20px; background-image: url(/Sites/Cadari/_Img/RodapeSeta.png); background-position: 10px; background-repeat:no-repeat; border-bottom:1px dotted #B9B9C8}
.RodapeCadari li	a			{color:#FFF;}

.LinhaFinaHome				{width:450px; padding:10px; font-family: Trebuchet MS, Verdana; font-size:15px; color:#FFF; background-color:#0076EC;}
.Conteudo							{font-family:Trebuchet MS; color:#666;}
.Quadro								{width:280px;}
.Quadro img						{margin-bottom:10px; border: 1px solid #99CCFF;}

img.opacity							{opacity: 1;	filter: alpha(opacity=100); -webkit-transition: opacity 0.2s linear; border: 1px solid #99CCFF; } 
img.opacity:hover			{opacity: 0.7; filter: alpha(opacity=70); 	-webkit-transition: opacity 0.2s linear; }
		
.CaixaDir								{float:right; width:280px; height:200px; margin-right:20px; border:1px solid #BBB; background-color:#F7F7FB;}
.CaixaDirTit						{height:37px; padding: 5px 0 0 15px; font-family: Verdana; font-size:20px; color:#0059B2; border-bottom: 1px solid #BBB; background-color:#DBDBEA; text-shadow:1px 1px 0 #FFF;	}
.CaixaDirSubTit				{padding: 10px 0 0 25px; font-family: Verdana; font-size:16px; color:#555; background-image: url(/Sites/Cadari/_Img/CaixaDirSeta.png); background-position: 15px 20px; background-repeat:no-repeat; text-shadow:1px 1px 0 #FFF;	}
.CaixaDirTxt						{padding-left:25px; font-family: Arial; font-size:12px; color:#737384;}
		
.bgTopFull							{width: 100%; height: 180px; background-image: url(/Sites/Cadari/_Img/bgTopFull.png); background-position: top center;}
.header								{width: 100%; height: 180px; background-image: url(/Sites/Cadari/_Img/bgTop.jpg); background-position: top center; background-repeat:no-repeat;}
		
				
.bgRodapeFull		{float:left; width:100%; height: 170px; margin-bottom:-86px; position:relative; top:-86px; background-image: url(/Sites/Cadari/_Img/bgRodape.gif); background-position: top center; border-bottom:1px dashed #DDD;}
.SombraPagina   {position: relative; top:-86px; margin: 0 auto; width:1000px; height:600px; padding:0 5px; background-image: url(/Sites/Cadari/_Img/bgPagina.png); background-repeat:no-repeat;}

/* início - Toolbar com JQuery */

.Toolbar
{
	width: 100%;
	height:18px;
	display:block;
	padding: 5px;
	color:#FFF;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #FFF;
}

.Toolbar a					{color:#FFF;}
.Toolbar a:hover		{color:#EEE;}


/* início - SLIDER */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
		float:left;
		padding:20px 10px 20px 20px;
		margin:0;
		position:relative;
		text-align:left;
		width:710px;
		height:280px;
		background:#fff;
        
		}	
			
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:710px;
		height:280px;
		overflow:hidden; 
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:710px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:2px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */