html {
overflow-x: hidden;
}
body{
	color: #959595;
	background: #000;
	margin: 0;
	padding: 0;
}

body * {
	font: 11px Arial,Helvetica,sans-serif normal;

}
img{
	border:none;
}
#topo {
    width: 100%;
	height: 71px;
	background: #333333;
	overflow:hidden;
}

#topo div {
    width: 700px;
    margin: 0 auto;
    color: #FFFFFF;
	font-size: 18px;
    font-weight: bold;
	height:71px;
}
#topo div div{
	float:left;
	width:auto;
	height: 71px;
	line-height:71px;
	margin-right:10px;
	font-size:11px;
}
#topo div h1{
	float:left;
	line-height:71px;
	margin:0;
	font-size:18px;
}
#topolinks{
	margin:0;
	float:right;
}
#topolinks li{	
	color:#FFF;
	margin:0;
	display:inline;
	line-height:71px;
}
#topolinks li a{

	color:#FFFFFF;
	text-decoration:none;
}
#topolinks li a:hover{	
	text-decoration:underline;
}
#header{
	width:750px;
	height:235px;
	background: url(imgs/header.jpg) no-repeat;
	background-position: 0 -46px;
	margin:0 auto;
	position:relative;
}
#header h1{
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	width: 501px;
	height: 83px;
}

#tudo{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	background:url(imgs/header_bottom.jpg) no-repeat;
}
#navegacao{
	width: 154px;
	background: #464646 url(imgs/borda_arred_inferior.jpg) no-repeat;
	background-position:bottom;
	float: left;
}

#navegacao div{
	width:146px;
	margin:0 auto;
}

#navegacao span{
	display:block;
	background:url(imgs/borda_arred_sup.jpg) no-repeat;
	height: 6px;
	color:#FFF;
}
#conteudos{
	width: 587px;
	background: #363636 url(imgs/bottom.jpg) no-repeat left bottom;
	float: right;
	overflow:hidden;
	height:1%;
}
#conteudos span.top{
	background: #363636 url(imgs/top.jpg) no-repeat left top;
	display:block;
	height:7px;
}
#conteudoint{
	padding:5px 19px;
	}
#navegacao ul, #rodape ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
#navegacao li{
	border-bottom: 2px solid #464646;
}
#navegacao li a{
	/*background: #363636 url(imgs/bullet_menu.gif) no-repeat;
	background-position: 3px;*/
	background: #363636 url(imgs/menu_bkg1.jpg) no-repeat;
	text-decoration: none;
	color: #949494;
	font-weight: bold;	
	display:block;
	padding: 5px 0 5px 15px;
	height: 1%;
}

#navegacao li a:hover{
	background: #464646 url(imgs/bullet_menu.gif) no-repeat;
	background-position: 3px;
}
.firstchild {
	/*background: #363636 url(imgs/bullet_menu.gif) no-repeat;
	background-position: 3px;*/
		background: #363636 url(imgs/menu_bkg1.jpg) no-repeat;
	font-weight: bold;
	color: #949494;
	height: 25px;
	display:block;
	padding: 5px 0 5px 15px;
	height: 1%;
}
#navegacao li a.sublink:hover{
	background: #464646 url(imgs/bullet_submenu.gif) no-repeat;
	background-position: 15px;
}

#navegacao li a.sublink{
	background: #363636 url(imgs/bullet_submenu.gif) no-repeat;
	background-position: 15px;
	text-decoration: none;
	color:#949494;
	font-weight: normal;
	padding-left: 25px;
}
#navegacao li a.ne{
	background: #464646 url(imgs/menu_bkg2.jpg) no-repeat;
}
#navegacao li a.ne:hover{
	background: #464646 url(imgs/bullet_menu.gif) no-repeat;
	background-position: 3px;
}
#navegacao form{
	background: #363636;
	padding: 5px;
	margin: 2px 0 5px 0; 
	display:block;
	overflow:hidden;
	height:1%;
	width:136px;
}

#navegacao form p{
	color:#959595;
	background:none;
	margin: 3px 0;
}

#navegacao form h2{
	font-size:16px;
	color:#D9D9D9;
	font-weight:bold;
	margin:0;
	padding: 0;
}

.input_caixa{
	background: #FFF;
	border: 0;
	display:block;
	margin-bottom: 5px;
	width: 138px;
}
.imput_botao{
	background:#cecece;
	border: solid 1px #333;
	color:#333;
	width: 50px;	
	display: block;
	float:right;
	margin-bottom:5px;
}

div.menurodape{
	width: 100%;
	text-align:center;
	clear:both;
	border-bottom:#454545 1px solid;
	border-top:#454545 1px solid;
	margin: 20px 0;
	padding: 20px 0;
	
}
div.menurodape ul{
	margin:0;
}
div.menurodape ul li{
	display:inline;
	padding: 0 10px;
}
div.menurodape ul li a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
div.menurodape ul li a:hover{
	color:#666;
	text-decoration:underline;
}
#rodape{
	clear: both;
	width: 450px;
	margin: 30px auto 10px auto;
	overflow:hidden;
	height:85px;
}
#rodape img{
	float:left;
	margin-right: 10px;
	
}
#rodape p{
	border-left: #ccc 1px solid;
	padding-left:10px ;
	margin-top: 15px;
	float:left;
}
div.menurodape ul li.cursosdesign{
	position:relative;
}
div.menurodape ul li.cursosdesign a{
	color:#FF9900;

}
div.menurodape ul li select.cursosdesign{
	display:inline;
	background:#000000;
	color:#CCCCCC;

	font-weight:bold;
}

