body {
	background:url(../images/bg_site.jpg) repeat-x;
	font-family: 'Oxygen', sans-serif;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #140C38;
}
a:active {
	color: #4428BE;
}
a:hover {
	color: #4428BE;
}

p {
    padding: 0 5px;
    text-align: justify;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

h1, h2, h3, h4, h5{
	font-family: 'Oswald';
	font-weight: 400;
	color: #27156F;
	text-shadow: 1px 1px 3px #140C38;
}

h6 {
	font-family: 'Oxygen', sans-serif;
    font-weight: 400;
	color: #333;
	text-shadow: 1px 1px 3px #999;
	margin-bottom: 2px;
}

/* Header */
#header {
	width: auto;
	height: 110px;
}

/* IP */
#ip{
	height: 18px;
	padding-top: 2px;
}
#ip p{	
	font-size: 12px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-align: right;
}

/* Logomarca */
#logomarca {
	height: 70px;
	margin-top: 5px;
}

/* Navegação */
#nav {
	text-align: right;
	margin-top: 10px;
	float: right;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #494949;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	margin-top: 15px;
}

/* Banner */
#banner {
	width: auto;
	height: 300px;
	background: #28166F;
}
#sliderFoo {
	height: 79px;
	background: url(../images/bg_banner_foo.png) no-repeat;
}

/* Content*/
#content {
	width: auto;
	min-height: 540px;
	background:url(../images/bg_content.jpg) repeat-x;
}

/* Box Notícias */
#boxNoticias h1, #boxConsultoria h1, #boxAreaCliente h1 {
	font-size: 28px;
	color: #140C38;
	text-shadow: 0 1px 2px #CCC;
	text-align: center;
	background: url(../images/bg_h1.jpg) no-repeat;
	padding: 8px 8px 20px 8px;
}
#boxNoticias p, #boxConsultoria p {
    font-size: 12px;
}
#boxNoticias h6 {
    font-size: 13px;
}
/* Box Consultoria */
#boxConsultoria img {
	margin: 10px 0 40px 0;
}

/* Box Área Cliente */
#boxAreaCliente form {
	width: 300px;
	height: 250px;
	background: url(../images/bg_form.png) no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#boxAreaCliente label {
	display: block;
	padding: 20px 20px 10px 20px;
}
#boxAreaCliente input {
	width: 238px;
	display: block;
	padding: 8px;
	margin: 0 20px;
}
#boxAreaCliente .btn {
	width: 80px;
	height: 30px;
	color: #FFF;
	float: right;
	background: #666;
	padding: 2px;
	margin-top: 10px;
}
#boxAreaCliente a {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#boxAreaCliente h3 {
	padding: 20px 20px 0 20px;
}
#boxAreaCliente .msg {
	width: 274px;
	margin: 0 auto;
	border: 1px solid #FF4040;
	color: #FF4040;
	background: #FDD;
	padding: 2px;
	text-align: center;
}

/* Pages */
#page {
	width: auto;
	padding: 10px 0 20px 0;
	min-height: 640px;
	background:url(../images/bg_content.jpg) repeat-x;
}
#page h3 {
	border-bottom: 1px dotted #28166F;
}
#page img {
	box-shadow: 0 0 4px 1px #333;
    margin-bottom: 10px;
}
#page ul li {
    font-size: 12px;
}
#page .clientes{
	width: auto;
	display: block;
	float: left;
	padding-bottom: 20px;
}
#page .clientes img{
	box-shadow: 0 0 4px 1px #999;
	margin-right: 15px;
	float: left;
}
#page .clientes p{
	padding: 5px 10px;
    text-align: justify;
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 12px;	
}

/* Pagina Contato */
#page form {
	width: 510px;
	height: 330px;
	padding: 20px;
	margin: 20px auto;
}
#page label{
	display:block;
	padding:5px 0;
	color:#333;
}
#page span{
	display:block;
} 
#page input{
	border:1px solid #CCC;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	width:500px;
}
#page textarea{
	border:1px solid #CCC;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	width:500px;
}
#page select{
	border:1px solid #CCC;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	width:500px;
}
#page .btn{
	width:100px;
	display:block;
	float:right;
	margin:5px 0;
}
#page .btn:hover{
	cursor:pointer;
	color:#3C64A9;
	border:1px solid #3C64A9;
}
#page label.error{
	float: none;
	display: block;
	color: #F00;
	width: auto;
	text-align: left;
}
#page .invisivel{
	display:none;
}

#page .ok{
	width:400px;
	margin:5px auto; 
	background:#ECFFFF; 
	border:1px solid #008080; 
	color:#008080; 
	padding:10px; 
	text-align:center; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	-moz-box-shadow:0 0 5px #008080; 
	-webkit-box-shadow:0 0 5px #008080; 
	box-shadow:0 0 5px #008080;
}
#page .no{
	width:400px;
	margin:5px auto; 
	background:#FFECEC; 
	border:1px solid #900; 
	color:#900; 
	padding:10px; 
	text-align:center; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	-moz-box-shadow:0 0 5px #900; 
	-webkit-box-shadow:0 0 5px #900; 
	box-shadow:0 0 5px #900;
}

#page .post {
	margin: 10px 15px 25px 15px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
}

#page .post:hover {
	opacity: 0.8;
}

/* Page Paginação*/
#page .paginacao{
	width:auto; 
	display:block; 
	float:right; 
	margin:20px 0 40px 0;
}
#page .paginacao a{
	color:#333; 
	padding:3px 5px; 
	border:1px solid #ccc; 
	text-decoration:none; 
	margin:0 3px;
}
#page .paginacao a:hover{
	background:#27156F; 
	color:#fff;
}
#page .paginacao a.atual{
	font-weight:bold; 
	background:#B9005C; 
	color:#fff; 
	border:0; 
	border-bottom:1px solid #ccc; 
	font-size:1.6em;
}

/* Page Login */
#pageLogin{
	width: auto;
	padding: 10px 0 20px 0;
	min-height: 640px;
	background:url(../images/bg_content1.jpg) repeat-x;
}
#pageLogin h1{
	text-align:center;
	margin: 20px 0;	
}
#pageLogin form {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/bg_form.png) no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pageLogin label {
	display: block;
	padding: 20px 20px 10px 20px;
}
#pageLogin input {
	width: 238px;
	display: block;
	padding: 8px;
	margin: 0 20px;
}
#pageLogin .btn {
	width: 80px;
	height: 30px;
	color: #FFF;
	float: right;
	background: #666;
	padding: 2px;
	margin-top: 10px;
}
#pageLogin a {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

.formLogin{
	width: 400px;
	height: 450px;
	margin: 0 auto;
}

/* Page Blog */
#page .blog{
	width:auto; 
	height:auto; 
	float:left; 
	display:block;
}
#page .blog .post_blog{
	width:450px; 
	height:220px; 
	float:left; 
	margin:20px 10px; 
	overflow:hidden;
}
#page .blog .post_blog img{
	width:150px; 
	height:90px; 
	float:left;
	margin:0 10px;
}
#page .blog .post_blog h1{
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: none;
}

/* Page Single*/
#page .single{
	width:auto; 
	height:auto;
}
#page .single img{
	width:615px;
	float:left; 
	margin-right:10px;
}
#page .single h1{
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: none;
}
#page .vejamais{
	width:170px;
	height:50px;
	background:url(../images/bg_noticias.png);
	float:right;
}

/* Sidebar */
#sidebar {
	min-height: 540px;	
}

/* Footer */
#footer {
	width: auto;
	height: 60px;
	background: url(../images/bg_footer.jpg) repeat-x;
	
}
.copy {
	font-size: 12px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	color: #CCC;
	text-align: center;
	margin-top: 22px;
}
.logoRumao {
	margin-top: 5px;
}