@charset "UTF-8";
/* CSS Document */
* { behavior: url(iepngfix.htc) }
body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/bkg.gif);
	background-repeat:no-repeat;
}
.default, .violet, .blue1, .blue2, .green, .yellow, .orange, .red, .infrared {
	margin:0;
	padding:0;
	width:200px;
	height:60px;
}
.default {
	background-color:#000000;
}
.violet {
	background-color:#39187b;
}
.blue1 {
	background-color:#52529c;
}
.blue2 {
	background-color:#00a5b6;
}
.green {
	background-color:#00945a;
}
.yellow {
	background-color:#d0b91d;
}
.orange {
	background-color:#ef9418;
}
.red {
	background-color:#e73921;
}
.infrared {
	background-color:#420021;
}
a {
	color: #000000;
	text-decoration: none;
}

.hd {
	border-bottom:1px solid #ffffff;
    width:550px;
}

.upper {
	text-transform:uppercase;
}
.container {
	margin-top:-40px;
}
/*esquerda*/

.esquerda {
	width:210px;
	text-align:center;
	vertical-align:top;
	background-color:#fff;
}
.spectrum {
	text-align:left;
	padding-left:5px;
	padding-top:40px;
}
.spectrum_txt {
	text-align:center;
	color:#fff;
}
.spectrum_txt .td {
	height:10px;
	background-image:url(images/linha.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.tit {
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
}
.frase {
	text-align:left;
	font-size:18px;
	padding-top:30px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:30px;
}
.autor {
	padding-top:5px;
	}
.contactos {
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	line-height:14px;
}
.contactos a {
	text-align:left;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.direita {
	/*background-image:url(images/hello.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	height:555px;
	
}
/*scroll*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: transparent;

padding-top:2px;
padding-bottom:2px;
}
.vscrollerbar {
width: 8px;
background-color: #000;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #ffffff;
}
#mycustomscroll {
	width: 200px;
	height: 120px;
	overflow: auto;
	position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-color: #FFFFFF;
	vertical-align:top;
	z-index: 1;
	text-align:left;
}
/*fim scroll*/
/*layer*/
.spectrum_txt a {
	color:#fff;
	text-decoration:underline;
}
.til {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:5px;
	font-size:9px;
}
