a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none ; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline !important;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */


body {
	background-image:url(../Img/bg-cont.png);
	background-repeat:no-repeat;
	background-position: top center; 
	color: #f5f5f5;
	margin: 0 auto;
	text-align: center;
}
html {
	background-color: #FFF;
	background-image:url(../Img/bg-body.jpg);
	background-repeat:repeat-x;
	overflow-x: hidden; 
	overflow-y: auto;
	}

.container {
	text-align: left;
	background-color: #FFF;
	width: 802px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
}
.conteudo {
	float: left;
	width: 640px;
	padding-right: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: -13px
}


															/*  HEADER  */
header {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../Img/banner_sap.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 67px;
	margin-bottom: 10px !important;
	width: 802px;
}
.banner_home {
	margin-left: 23px;
}
.form  {
	margin: -58px 32px 0 0; 
	padding: 0;
	width: 270px ;
	height:20px;
	float: right
}
.busca {
	position:relative;
	top:  11px;
	left: 24px;
	padding: 2px 3px 2px 0;
	font-size: 11px;
	height: 13px;
	width: 108px;
	background-color: #FBFBFB;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #bcbcbc;
	border-left: none !important;
	float: left;
}
.botao-busca {
	position:relative;
	top: 11px;
	left: 23px;
}
.canto-busca {
	height: 20px;
	position:relative;
	top: -27px;
	left: 512px;
	background-image: url(../Img/bg-busca.jpg);
	background-repeat: no-repeat
}
.contato {
	position:relative;
	top: -44px;
	left: 682px;
}	

															/*  FIM DE HEADER  */


															/*  MENU PRINCIPAL  */
.sidebar1 {
	float: left;
	width: 135px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background-color: #FFF;
	margin-right: 9px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	background-image: none !important;
	list-style: none; /* this removes the list marker */
	margin: 0px 0px 7px   0px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	background-color: #e1e1e1;
	border-bottom: solid 1px #a8a8a8; 
	border-top: solid 1px  #FFF; 	
    border-left: solid 1px #d5d4d4;
}
 .uni{
	 background-color: #666;
	border-bottom: none !important; 
    border-left: solid 1px #CCCC !important;
    border-right: solid 1px #d5d4d4;
	border-top: none !important;
	padding: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	height: 23px
}
nav ul a{ 
	padding: 3px 5px 4px 7px;
	display: block; 
	width: 122px;  
	text-decoration: none !important ;
	background: e1e1e1;
	color: #48484a;	
}
nav ul a:visited {
	color: #48484a;		
	background: e1e1e1;
	text-decoration: none !important ;
}	 
nav ul a:hover, nav ul a:focus, .subm2 { 
	background-color: #c2c2c2;
	text-decoration: none !important ;
}
nav ul a:active {
		color: #48484a;
	background-color: #c2c2c2;
}	

nav ul li.subm {
	background-color: #F5F5F5;  !important;
}
nav ul li.subm a:hover, nav ul li.subm a:active, nav ul li.subm a:focus  {
	background-color: #E1E1E1 !important;
	text-decoration: none !important ;
}
nav ul li.subm2 {
	background-color: #e1e1e1;  !important;
}



.unilink {position: absolute}
.nss {
	margin: 3px 0 3px 0;
}

.p_prin {
	background-image: url(../Img/bg_p_prin.jpg); color:
   #FCFCFC; 
   background-color: #fff;
  padding: 4px 5px 4px 7px;
	 } 
a:hover.p_prin, a:active.p_prin, a:focus.p_prin  { 
	background-image: url(../Img/bg_p_prin_hover.jpg); 
}


															/*  FIM DE MENU PRINCIPAL  */

 

														

															/* FOOTER */
footer {
	padding: 10px 0;
	display: block;
	padding: 0;
	background-image:url(../Img/rodape.jpg);
	height: 30px;
	float: right;
	min-width: 802px;
}
#footer {
	text-align:center;
	color: #F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 9px 0 0 0;
}
#footer a {
	color: #F9F9F9;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
															/* FIM DE FOOTER */


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
section, aside, nav, article, figure {
	display: block;
	position: static;
	padding: 0;
}
