@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: none;
}

@font-face{
	font-family: "Franklin Gothic Std Condensed";
	src: url("fonts/FranklinGothicStd-Condensed.otf");
}

@font-face{
	font-family: "Franklin Gothic Std Roman";
	src: url("fonts/FranklinGothicStd-Roman.otf");
	font-style: normal;
}

/*GERAL*/
body{
	background-image: url(../images/background_figure.gif);
	background-color: #df5c3e;
	background-position: top right;
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}

#header, #footer{
	width: 1000px;
	margin: auto;
	clear: both;
}

h1{
	font-size: 130%;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

strong{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold:
}

em{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

a{
	color:#FFF;
	text-decoration: none;
}

address{
	font-family:: "Franklin Gothic Std Roman", Verdana, san-serif;
	font-style: normal;
	color:#F90;
}

img{
	border: none;
}


/*SECTION*/

#section{
	background: transparent url(../images/background_patern.jpg) repeat-x scroll 0 0;
	/*
	background-image: url(../images/background_patern.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: 0 0;
	background-attachment: scroll;*/
	padding: 30px 0;
	clear: both;
	border-bottom: #ccc 2px solid;
	border-top: #ccc 2px solid;
	height: 200px;
	width: 100%;
}

#article{
	width: 735px;
	color: #000;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#article2{
	width: 530px;
	margin: 0 auto;
	color: #000;
	float: left;
}

#article2 p{
	margin: 10px auto;
}

#logosexterno{
	float: right;
	width: 100px;
}

#slivers{
	list-style: none;
}

#slivers li{
	display: inline;
	margin-left: 25px;
}

#nav_bar{
	width: 200px;
	float: left;
	margin-right: 50px;
}

#nav_list{
	margin: 0px;
}

#nav_list li{
	list-style: none;
	border-bottom: #FFF 2px solid;
}

#container_wrapper{
	width: 900px;
	margin: 0 auto;
}

#footer{
	margin-top: 50px;
}

.impressao24hs{
	font-size: 140%;
	font-weight: bold;
	margin-left: 30px;
}

.logo{
/*	float: right;
	margin-right: 170px;
	margin-top: 100px;*/
	width: 453px;
	float:left;
	margin: 40px;
}

.iluminura{
	float: left;
}

.atendimento{
	font-family: "Franklin Gothic Std Condensed", Verdana, san-serif;;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;	
	margin-bottom: 0px;
}

.endereco{
	margin-left: 30px;
	margin-top: 30px;
}

.email{
	margin-left: 30px;
}

.email, .endereco, .impressao24hs{
	float: left;
}

.impressao24hs, .email{
	margin-top: 0px;
}

.validated{
	float: right;
	width: 60px;
}
