* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/carbon.jpg) #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #aaa;

}

img { border: none; }
a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
border: 5px solid #222;
height: 100px;
background: #333;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

.left {
margin-top: 10px;
width: 570px;
float: left;
text-align: left;
border: 5px solid #222;
padding: 10px;
background: #333;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 180px;
float: right;
border: 5px solid #222;
font-size: 12px;
background: #333;
}
.right ul {
list-style-type: square;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }
.right2 {
margin: 10px 0 0 10px;
width: 150px;
border: 5px solid #222;
font-size: 12px;
padding-left:10px;
background: #333;
}

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #333;
}
ul {list-style-type:none;}
/*///////////////form*/
fieldset {
  background-color:#444;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:500px;
  }
legend {
width:194px;
height:30px;
color:#fff;
font-size:1;
padding-left:0.5em;
background: transparent url("images/form/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("images/form/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:187px;
}
fieldset>input.textfield {
background: transparent url("images/form/textfield_bg.gif") no-repeat;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("images/form/textarea_bg.gif") no-repeat fixed;
width:400px;
voice-family: "\"}\""; 
voice-family:inherit;
width:390px;
}
fieldset>textarea {
background: transparent url("images/form/textarea_bg.gif") no-repeat;
}
.submit {
margin:3px;
background: transparent url("images/form/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
 }
/*/final do form*/
.right ul li {list-style-type: none;background:url(images/fundo_li.jpg);padding:3px 0;}
.accordion p {cursor:pointer;color:#A6CE39;background:url(images/fundo_li.jpg);}
.img_container li {float:left;}
.img_container img {border:none; margin:10px;}
.img_container a {border:5px solid #444;}
.img_container a:hover {border:5px solid #A6CE39;}
.imgteaser {
	margin: 3px;
	overflow: hidden;
	float: left;
	position: relative;

}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: default;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 5px;
	background: #222;
	border: 1px solid #111;
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 5px 0px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 6px;
	padding: 10px;
	margin: 0;
	width: 145px;
	border-top: 1px solid #999;
	color:#A6CE39;
	font-weight:bold;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
