@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700);


body {
	background:#e9e9e9;
}
body,p,th,td,pre,input,button,textarea {
	font-family:'Oxygen',serif;
	color:#666;
}
bold,strong {
	font-weight:700;
}
legend {
	margin-bottom:5px;
	font-size:120%;	
	font-weight:700;
	text-transform: uppercase;
	color:#2C5B69;
}
hr {
	border-top:1px solid rgba(0,0,0,.1) !important;
	border-bottom: none !important;
}
/********************************************************************/
/* header															*/
/********************************************************************/
header {
	background: #fff;
}
header .container {
	position:relative;
	height:144px;
}
h1#logo {
	background: url(../img/logo1.gif) 0 0 no-repeat;
	background-size: contain;
	width:220px;
	height:129px;
	position: absolute;
	left:0;
	top:40px;
}
h1#logo a {
	display:block;
	width:220px;
	height:129px;
}
ul#mainNav {
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
}
ul#mainNav li {
	float:left;
	padding:0 9px;
}
ul#mainNav li:last-child {
	padding-right:0;
}
ul#mainNav li a {
	text-transform:uppercase;
	color:#666;
	font-weight:300;
	display:block;
	height: 30px;
}
ul#mainNav li.active a {
	font-weight:700;
	color:#000;
	background: url(../img/optionActive.gif) 50% 100% no-repeat;
}
#nav24h {
	position: absolute;
	right:0;
	top:0;
	text-transform:uppercase;
	letter-spacing:-1px;
	width:600px;
	height:100px;
}
#nav24h h2,
#nav24h h3 {
	font-family:'Droid Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#c00;
	margin:0;
	padding:20px 0 0 0;
	font-size:20px;
	line-height: 27px;
	position: absolute;
}
#nav24h h2 span,
#nav24h h3 span {
	display:block;
	font-size:16px;
	line-height:12px;
	color:#0178a2;
}
#nav24h h2 {
	right:100px;
	top:0;
	border-left:1px solid #ccc;
	padding-left: 10px;
	height:54px;
}
#nav24h h3 {
	position: absolute;
	right:315px;
	right : 340px\9; /* IE8 and below */  
	*right : 340px; /* IE7 and below */  
	_right : 340px; /* IE6 */  
 	top:0;
	text-align: right;
}
#nav24h h4 {
	width:75px;
	text-align: left;
	font-size:80%;
	margin:0;
}
#nav24h ul.socialNet {
	position: absolute;
	right:0;
	margin:0;
	padding:8px 0 10px 10px;
	list-style: none;
	border-left: 1px solid #ccc;
}
#nav24h ul.socialNet li {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
#nav24h h4.facebook {

}
#nav24h h4.googleplus {
}

/********************************************************************/
/* content															*/
/********************************************************************/
.content {
	min-height:400px;
	_height:400px;
	background: #f3f3f3;
	padding: 30px 0 50px 0;
}
.content p,
.content th,
.content td,
.content pre,
.content input,
.content button,
.content textarea,
.content li {
	font-size:100%;
}
.content p {
	color:#444;
	line-height: 1.6;
	margin-bottom: 20px;
}
.contentImageList {
	padding-left: 20px;
}
.contentImageList li img {
	box-shadow: 0 0 5px #ccc;
	width:auto;
	height:auto;
}
.contentImageList li legend {
	font-size:11px;
	font-weight: 300;
	font-style: italic;
	color:#999;
	border:none;
	text-align: right;
	border-top:1px dotted #ccc;
	width:100%;
	margin-top:5px;
	display: block;
	padding-top:5px;
	line-height: 1;
}

.sideContent p {
	margin-right:50px;
	/*
	text-align:right;
	margin-right: 35px;
	width: 153px;
	padding: 0 20px 0 10px;
	border-radius: 5px;
	border-bottom: 1px solid #00a1d3;
	background: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #fff,  #f3f3f3);
	*/
}

.raised {
	border:1px solid #aaa;
	border-radius:1px;
	box-shadow:0 1px 5px #ccc;
	padding: 40px;
	background: #fff;
	min-height:300px;
}

/********************************************************************/
/* headings
/********************************************************************/
h2,h3,h4,h5,h6 {
	font-weight:300;
	color:#999;
	margin:0 0 20px 0;
	text-shadow:1px 1px 0 #fff;
}

/********************************************************************/
/* footer
/********************************************************************/
footer {
	background: #e9e9e9;
	padding:50px 0 15px 0;
	border-top:1px solid #fff;
	sbox-shadow:inset 0 15px 10px -10px #ccc;
}
footer, footer p, footer li {
	font-size:90%;
	color:#666;
}
footer a {
	color:#666;
	border-bottom:1px dotted #999;
}
footer p strong {
	text-transform: uppercase;
	font-size: 90%
}
#copyright {
	text-align:left;
}
#certified {
	width:320px;
	height:50px;
	text-align:right;
	background: url(../img/logo_ordem.gif) 0 100% no-repeat;
}


/********************************************************************/
/* side content
/********************************************************************/
.sideContentList {
	border-top:1px dotted #ddd;
}
.sideContentList li {
	text-align:center;
	border-bottom:1px dotted #ddd;
}
.sideContentList li h3 {
	margin:0;
}

.sideContentList li h3 a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height: 1;
	text-align: center;
	padding:10px 0;
	font-size:90%;
	margin:5px 0;
}
.sideContentList li h3 a:hover {
	background: #fff;
}
.sideContentList li.active h3 a {
	background: #E0E9FF;
	text-shadow:none;
	color:#333;
	margin-right:-20px;
	border-right:3px solid #d00;
	cursor: default;
}
.sideContentList li a small {
	font-size:13px;
	color:#333;
}
.sideContentList li p {
	font-size:90%;
	font-style:italic;
	margin:5px 20px;
}

.sideContentList li ul {
	margin:0 20px 20px 20px;
}
.sideContentList li ul li {
	list-style-type: none !important;
	border-bottom-style: dotted;
}
.sideContentList li ul li:last-child {
	border-bottom:none !important;
}
.sideContentList li ul li a {
	display:block;
	text-decoration: none;
	color:#666;
	padding:5px 0;
	font-size:90%;
}
.sideContentList li ul li a:hover {
	text-decoration: underline;
}
