/***** XHTML, HTML4, HTML5 Reset *****/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}






body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('../img/bg_checker.png');
	color: #333333;
	line-height: 18px;
}

p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 12px;
}

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

a:hover {
	text-decoration: underline;
}

p.small {
	font-size: 11px;
}

.copyrights {
/* 	border: 1px silver solid; */
	height: 30px;
	overflow: hidden;
	padding: 0px 12px;
}

.copyrights p.small {
	color: #777777;
}

.copyrights p.small img {
	float: right;
}

.block1footer p {
	color: #dddddd;
/* 	font-weight: normal; */
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 16px;
}

.block1footer h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 16px;
	color: #dddddd;
}

.block1footer h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 16px;
	color: #dddddd;
}

.menu h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 0px;
}

.menu h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 14px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
}

.cb {
	clear: both !important;
}

.cl {
	clear: left !important;
}

.cr {
	clear: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}


.button1 {
	color: white;
	background-color: #F4752C;
	text-decoration: none;
	padding: 4px 8px;
	line-height: 16px;
	display: inline-block;
	cursor: pointer;

	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.25), 0 5px 0 -2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.25), 0 5px 0 -2px rgba(0, 0, 0, 0.15);

	-webkit-transition: background-color 0.5s, -webkit-box-shadow 0.5s;
	-moz-transition: background-color 0.5s, -moz-box-shadow 0.5s;
	-o-transition: background-color 0.5s, box-shadow 0.5s;
	-ms-transition: background-color 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, box-shadow 0.5s;
	border: none;
	font-size: 12px;
}

.button1:hover {
	background-color: #f5955d;
	background-image: none;
	text-decoration: none;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), 0 5px 0 -2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), 0 5px 0 -2px rgba(0, 0, 0, 0.1);
}

.top {
	overflow: hidden;
/* 	height: 86px; */
/* 	background: #eee; */
}
.container {
	width: 972px;
	margin: 0 auto;
/* 	border: 1px solid black; */
	overflow: hidden;
}



.block3container {
	float: right;
}

.block3 {
	margin: 6px;
	float: left;
	width: 298px;
	border: 1px solid #dddddd;
	background-color: white;
	padding: 6px;	
}


.block2footer {
	margin: 6px;
	margin-top: 18px;
	float: left;
	width: 620px;
/* 	background-color: white; */
	padding: 0px;
	overflow: hidden;
}

.block2 {
	margin: 6px;
	float: left;
	width: 622px;
	border: 1px solid #dddddd;
	background-color: white;
	padding: 6px;
}

.block3prod {
	margin: 6px;
	float: left;
	width: 310px;
	height: 310px;
	border: 1px solid #dddddd;
	background-color: white;
	padding: 0px;
	overflow: hidden;
}

.prod {
	display: block;
	text-decoration: none;
	position: relative;
}

.prod:hover {
	text-decoration: none;
}

.mask {
	position: absolute;
	border: 6px solid rgba(0,0,0,0.04);
	top: 0px;
	width: 298px;
	height: 298px;

	-webkit-transition: border-color 1s;
	-moz-transition: border-color 1s;
	-o-transition: border-color 1s;
	-ms-transition: border-color 1s;
	transition: border-color 1s;
}

.mask:hover {
	border-color: rgba(0,0,0,0.2);
}

.server_img {
	display: block;
	height: 210px;
	overflow: hidden; /* 	border:  1px solid black;
	 */
}

.server_img img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 1s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.server_img img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2) rotate(33.1deg);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.server_desc {
	display: block;
	height: 88px;
	padding: 6px;
	background-color: rgba(0,0,0,0.04);
	color: #333333;
	text-decoration: none;

	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}


.desc_text {
	padding: 6px;
}

.block1 {
	margin: 6px;
	border: 1px solid #dddddd;
	background-color: white;
	padding: 6px;
	float: left;
	width: 946px;
}

.block1footer {
	margin: 6px 6px;
/* 	border: 1px solid #333333; */
	background-color: #333333;
	padding: 0px;
	float: left;
	width: 960px;
}

.block3footer {
	margin-left: 20px;
	margin-top: 18px;
	float: left;
	width: 292px;
/* 	background-color: white; */
	padding: 3px;
/* 	border: 1px solid #dddddd; */
}

#bf1 {
	margin-left: 12px !important;
}

.logo {
	margin: 6px;
	margin-top: 12px;
	padding-top: 12px;
	padding-left: 6px;
	height: 80px;
/* 	border: 1px solid black; */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.menu {
	overflow: hidden;
}

.menu ul {
	list-style: none;
}

.menu ul li a {
	display: block;
	float: left;
	width: 96px;
	height: 96px;
	margin: 6px;
	background: #F4752C;
	position: relative;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menu ul li a:hover {
	background: #777777;
}

.menu ul li a span {
	position: absolute;
	bottom: 6px;
	left: 6px;
}

ul.ulmain {
	margin-left: 26px;
	list-style-image: url('../img/bullet.png');
}

ul.ulmain li {
	padding-bottom: 4px;
}

.toporangeborder {
	border-top: 2px solid #F4752C;
	margin-top: 18px;
	margin-bottom: 12px;
}

.topgreyborder {
	border-top: 2px solid #777777;
	margin-top: 18px;
	margin-bottom: 8px;
}


div.desc_text h2 {
	text-align: center;
	line-height: 14px;
	padding: 0px;
	padding-bottom: 8px;
}

div.desc_text h3{
	text-align: center;
	line-height: 14px;
	padding: 0px;
	padding-bottom: 8px;
}

div.desc_text p {
	line-height: 14px;
	padding: 0px;
	padding-bottom: 4px;
	text-align: center;
}

div.desc_text p span {
	font-size: 12px;
	font-weight: bold;
	color: #F4752C;
	padding: 0px;
	-webkit-transition: color 0.5s;
}


#tabela {
	height: 248px;
	overflow: hidden;
/* 	border: 1px solid #ddd; */
	background-color: #fafafa;
}


#tabela #col1, #tabela #col2, #tabela #col3, #tabela #col4 {
	float: left;
/* 	border: 1px solid black; */
}

#tabela #col1 {
	text-align: right;
	width: 240px;
}

#tabela #col2, #tabela #col3, #tabela #col4 {
	text-align: center;
	width: 234px;
	font-weight: bold;
}


#tabela #col1 .cell, #tabela #col2 .cell, #tabela #col3 .cell, #tabela #col4 .cell {
	/* border: 1px solid black; */
	padding: 5px;
	height: 26px;
}


#go1, #go2, #go3 {
	display: block;
	color: #F4752C !important;
	cursor: pointer;
	border: 1px solid #efefef;
	text-align: center;
	background-color: #f5f5f5;
	padding: 0;
}


#go1:hover, #go2:hover, #go3:hover {
	color: #777 !important;
	border: 1px solid #f2f2f2;
	background-color: #f9f9f9;
}

#fantastico {
	height: 240px;
	overflow: hidden;
}

#tabela2 {
	font-size: 12px;
	color: #555555;
	background-color: #fafafa;
/* 	border: 1px solid black; */
	overflow: hidden;
}

#tabela2 #col1, #tabela2 #col2 {
	float: left;
	/*border: 1px solid black;*/ 
}

#tabela2 #col1 {
	text-align: left;
	width: 614px;
}

#tabela2 #col2 {
	text-align: center;
	width: 332px;
	font-weight: bold;
}

#tabela2 #col1 .cell, #tabela2 #col2 .cell {
	/* border: 1px solid black; */
	padding: 5px;
	height: 26px;
}

.blogheader {
	overflow: hidden;
}

.blogdate {
	width: 100px;
	height: 54px;
	background-color: #F4752C;
	color: white;
	padding: 6px;	
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
/* 	padding-top: 24px; */
text-align: center;
}

.blogdate span.day {
	font-size: 18px;
}

.blogsubject {
	float: left;
	width: 498px;
	margin-left: 12px;
/* 	border: 1px solid black; */
}

code {
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
	padding: 6px;
	display: block;
	overflow: auto;
	margin-left: 24px;
	margin-bottom: 12px;
}

.block3 img {
	margin-bottom: 6px;
	border: 1px solid #f0f0f0;
}

.h420 {
	height: 420px;
}

.h580 {
	height: 580px;
}

.h600 {
	height: 600px;
}

#lpk {
	height: 129px;
}

#dwwn {
	height: 500px;
}

#cssl {
	height: 345px;
}


.input {
	background: rgba(232,232,232,0.4);
	border: 1px solid #ccc;
	padding: 6px;
	text-shadow: 1px 1px 0px #dddddd;
	font-size: 12px;
}

.responsered {
	border: 1px solid #ff2828;
	background-color: #ffd3d3;
	text-align: center;
	height: 18px;
	display: none;
	padding-top: 4px;
	font-weight: bold;
	margin-bottom: 6px;
}

.responseredon {
	border: 1px solid #ff2828;
	background-color: #ffd3d3;
	text-align: center;
	height: 18px;
	padding-top: 4px;
	font-weight: bold;
	margin-bottom: 6px;
}

.footerposts {
	margin-bottom: 12px;
}

.footerpostsdate {
	color: silver;
	font-style: italic;
	font-size: 11px;
	padding: 0px;
}

.subjectpostsdate {
	color: grey;
	font-style: italic;
	font-size: 11px;
	padding: 0px;
}