@charset "utf-8";

	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style:none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}



body{
	 background:url(http://www.cursoedubras.com.br/img_layout/index/fundo_body.png);
	 margin:0;
	 padding:0;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 	 font-size: 11px;
	 color: #000;
	}

address{
	color:#FFF;
	font-style:normal;
	font-size:12px;

	}	

	h3 {
		margin: 0px;
		padding: 0px;	
	}

	
#site{
	background:url(http://www.cursoedubras.com.br/img_layout/index/fundo_site.png) repeat-x;
	}	

#barra{
	background:url(http://www.cursoedubras.com.br/img_layout/index/barra.png) repeat-x;
	height:35px;
	}

#pesquisa{
	height:35px;}	

#cabecalho{
	background:url(http://www.cursoedubras.com.br/img_layout/index/cabecalho_edubras.png) no-repeat;
	height:250px;
	}

#logotipo{
	padding:25px 0 0 265px;
	}

#logotipo h2{
	margin:0 0 0 25px;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFF;
	text-shadow: 1px 1px #006;
	}

#botoes{
	background:#efefef;
	width:950px;
	height:50px;
	padding:0 5px 10px 5px;
	}
	
#botoes a{
	background:url(http://www.cursoedubras.com.br/img_layout/index/botao.png) no-repeat;
	display:block;
	width:135px;
	padding:8px 0 0 15px;;
	margin-right:8px;
	height:42px;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	}	

#botoes a:hover{
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;*/
	color:#000099;
	}	


#conteudo{
	background:#efefef;
	min-height:500px;
	}

#coluna_esquerda{
	background:#FFF;
	width:265px;
	float:left;
	margin-left:10px;
	}

#coluna_direita{
	width:665px;
	float:left;
	border:1px solid #CCC;
	margin-left:5px;
	}	

#coluna_direita h1{
	display:block;
	font-size:16px;
	color:#699;
	width:650px;
	text-align:center;
	border-bottom:#090 dotted 1px;
	}	
	
#menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}	

#menu h3{
	background:#F8F8F8;
	display:block;
	margin-top:10px;
	padding:2px 4px;;
	font-family:"Helvetica",Arial, sans-serif;
	font-weight:bold;
/*	text-indent:20px;*/
	}	

#menu ul{
	margin:0;
	padding:0;
	width:265px;
}

#menu li{
	/*background:url(http://www.cursoedubras.com.br/img_layout/index/fundo_menu.png) no-repeat;*/
	display:block;
	width:250px;
	/*height:15px;*/
	padding-top:5px;
	padding-left:12px;
	text-transform:lowercase;
	border-bottom:1px dotted #CCCCCC;
	}

#menu li:hover{
	background:#F5F5F5;
	}

#menu li:first-letter{
	text-transform:capitalize;
	}

#menu a{
	display:block;
	font-family:"Helvetica",Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#666;
	}

#menu a:hover{
	color:#063;
	}


#rodape{
	background:url(http://www.cursoedubras.com.br/img_layout/index/rodape.png) repeat-x;
	height:200px;
	}



.rodape_esquerda{
	width:230px;
	margin:15px 0 0 25px;	
	float:left;
	color:#CCC;
	}

.rodape_esquerda span{
	display:block;
	margin-top:5px;
	border-top:1px dotted #CCCCCC;
	font-size:9px;
	}

.rodape_direita{
	float:left;
	margin:15px 0 0 25px;
	width:620px;
	}

.rodape_direita a{
	font-size:12px;
	color:#FFFFFF;
	}

.rodape_direita span{
	color:#FFF;
	margin-left:10px;
	margin-right:5px;
	}

.curso{
	width:145px;
	margin-left:9px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}

.curso h2{
	border-bottom:#060 1px dotted; 
	text-transform:lowercase;
	display:block;
	margin:0; padding:0px;
	height:50px;
	font-size:14px;
	font-weight:bold;
	color:#003;
	}

.curso h2:first-letter{
		text-transform:capitalize;
	}

.curso img{
	margin:0; padding:0px;
	width:145px;
	height:101px;
	}

.curso a{
		text-decoration:none;
	}

.detalhes{
	display:block;
	width:145px;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
	color:#999;
	}

.detalhes b{
	color:#060;	}

.linha{
	clear:both;
	border-bottom:1px dotted #009900;
	height:10px;
		margin-left:9px;
	margin-right:5px;
	}	

.limite {
	width:960px;
	margin:0 auto;
	}

.fl{
	float:left;
	}	

.google{
	margin:10px 0 0 5px;
	display:block;
	float:left;
	color:#006;
	text-decoration:none;
	font-weight:bold;
	}

.clear{
	clear:both;
	}	
	
	

		