/*
Project Name: Sucram
Version: 0.1
Date: 2009-12-28
Author: Estevão Lucas
Author URI: http://creativemarkup.com.br/
*/

*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
body{
	font-family: Georgia, Arial, Verdana, serif;
	font-style:italic;
	font-size:11px;
	color:#666;
	background: #111;
}
a{
	
	text-decoration: underline;
	bbackground-color:#000;
	color:#999999;
}
a:hover{
	text-decoration: none;
	color:#666666;
}

#main{
	width:100%;
	background: transparent url("../img/bg/header2.jpg") no-repeat 50% 0;
}

#general{
	width:803px;
	overflow-x:hidden;
	margin:0 auto;
}

/* HEADER
__________*/

#header{
	bbackground:url("../img/bg/bg_logo.jpg") no-repeat left top;
	margin:0 0 120px;
	padding-bottom:220px;
	padding-left:0px;
	height:150px;
	/*border-bottom:1px solid #e1e1e1;*/
	/*color:#656565;*/
}

#header h1{
	background:url("../img/tit/tit_h1.png") no-repeat;
	text-indent:-999em;
	overflow:hidden;
	width:352px;
	height:29px;
	margin-bottom:20px;
}
#header h2{
	display:none;
}
#header p{
	bbackground:url("../img/bg/dots.gif") no-repeat left bottom;
	font-size:11px;
	padding-top:375px; 
	padding-left:0px; 
	mmargin-bottom:50px;
	width:650px;
	line-height: 170%;
	clear: both;
}

#copy{
	border: 0px;
	font-size:11px;
	padding-top:375px; 
	padding-left:0px; 
	mmargin-bottom:50px;
	width:650px;
	line-height: 170%;
	float:left;
	
}

#header ul li{
	font-size:11px;
	padding:0px;
	margin-top:20px;
	margin-left:20px;
	float:right;
	width: 80px;
}
#header .bt01{
	background:url("../img/bt/bt01.gif");
	width:16px;
	height:16px;
	overflow:hidden;
	display:block;
	text-indent:-999em;
	float:right;
	margin-top:400px;
	margin-right:10px;
	
}
#header .bt01:hover{
	background-position:left bottom;
}
#header .bt02{
	background:url("../img/bt/bt02.gif");
	width:16px;
	height:16px;
	top:20px;
	overflow:hidden;
	display:block;
	text-indent:-999em;
	float:right;
	margin-top:400px;
	margin-right:10px;
	
	
}
#header .bt02:hover{
	background-position:left bottom;
}
#header .bt03{
	background:url("../img/bt/bt03.gif");
	width:16px;
	height:16px;
	top:20px;
	overflow:hidden;
	display:block;
	text-indent:-999em;
	float:right;
	margin-top:400px;
	margin-right:10px;
	
}
#header .bt03:hover{
	background-position:left bottom;
}
#header ul li.twitter{
	background-position:left center;
	width:140px;
	padding-left:30px;
}
#header ul li.fone{
	background-position:left bottom;
	width:120px;
	padding-left:20px;
}
#header ul li a{
	color:#656565;
}
#header ul li a:hover{
	
}

/* CONTENT
___________*/

#content{
	float:none;
	clear:both;
	width:816px;
	padding-bottom:25px;
}
#content ul.thumbs{
	float:left;
	clear:both;
	padding-bottom:20px;

}
#content ul.thumbs li{
	float:left;
	margin-right:17px;
	margin-bottom:20px;
}
#content ul.thumbs li a{
	margin-bottom:0px;
	width:255px;
	height:100px;
	overflow:hidden;
	clear:both;
	display:block;
	position:relative;
}
#content ul.thumbs li a img{
	bborder:5px solid #f9f9f9;	
	position:absolute;
	top:0;
	left:0;
}
#content ul.thumbs li a span{
	display:none;
	background-color:#111;
	opacity:0.4;
	position:absolute;
	bottom:0 !important;
	left:0px;
	right:0px;
	bottom:0px;
}
#content ul.thumbs li a:hover span
, #content ul.thumbs li.ativo a span{
	display:none;
}

#content ul.thumbs li a:hover img{
	top:-100px;
}
#content ul.thumbs li a:hover img
, #content ul.thumbs li.ativo a img{
	top:-100px;
}
#content ul.thumbs li div{
	width:148px;
	bborder-right:3px solid #e1e1e1;
	float:left;
	padding-left:2px;
}
#content ul.thumbs li div h4{
	font-size:12px;
}
#content ul.thumbs li div h5{
	font-size:10px;
	font-weight:normal;
}
#content h6.type{
	float:left;
	width:46px;
	height:26px;
	text-indent:-999em;
	overflow:hidden;
	clear:none !important;
	margin: 0 0 0 3px;
}
#content h6.type.directdigital{
	background:url("../img/bg/bg_01.png") no-repeat;
}
#content h6.type.microsite{
	background:url("../img/bg/bg_02.png") no-repeat;
}
#content h6.type.website{
	background:url("../img/bg/bg_03.png") no-repeat;
}
#content h6.type.microsite{
	background:url("../img/bg/bg_02.png") no-repeat;
}
#content h6.type.viral{
	background:url("../img/bg/bg_04.png") no-repeat;
}
#content h6.type.onlinead{
	background:url("../img/bg/bg_05.png") no-repeat;
}
#content h6.type.radio{
	background:url("../img/bg/bg_06.png") no-repeat;
}
#content h6.type.app{
	background:url("../img/bg/bg_07.png") no-repeat;
}
#content h6.type.direct{
	background:url("../img/bg/bg_08.png") no-repeat;
}
#content h6.type.press{
	background:url("../img/bg/bg_09.png") no-repeat;
}
#content h6.type.campaign{
	background:url("../img/bg/bg_10.png") no-repeat;
}
#content div.main{
	bborder-bottom:1px solid #1d1d1d;
	padding-bottom:25px;
	margin-bottom:10px;
	position:relative;	
	width:798px;
	float:left;
}
#content div.main div{
	float:left;
	margin-bottom:20px;
	bborder-right:1px solid #e1e1e1;
	padding-right:25px;
}
#content div.main.semTexto div{
	margin-top:20px;
}
#content div.main div h2{
	font-size:16px;
	font-family: Arial, Verdana, serif;
	font-weight:Bold;
	rfont-style:italic;
}
#content div.main div h3{
	font-size:13px;
	font-weight:normal;
}
#content div.main h6.type{
	float:left;
	margin-top:7px;
}
#content div.main.semTexto h6.type{
	margin-top:27px;
}
#content div.main p{
	clear:both;
	font-size:11px;
	line-height:1.3em;
	margin-bottom:20px;
	width:494px;
	color:#656565;

}
#content div.main .bt_voltar{
	background:url("../img/bt/bt_voltar.gif");
	width:154px;
	height:53px;
	text-indent:-999em;
	overflow:hidden;
	display:block;
	position:absolute;
	right:0px;
	top:30px;
}
#content div.main .bt_voltar:hover{
	background-position:left bottom;
}
#content div.main.semTexto .bt_voltar{
	top:0;
}
#content div.main .bt_voltar2{
	background:url("../img/bt/bt_voltar.png");
	width:100px;
	height:80px;
	text-indent:-999em;
	overflow:hidden;
	display:block;
	position:absolute;
	right:0;
	top:0px;
	margin-bottom:25px;
}
#content div.main .bt_voltar2:hover{
	background-position:left bottom;
}
#content div.main.semTexto .bt_voltar2{
	top:0;
}

#content ul.full{
	border-bottom:1px solid #1d1d1d;
	padding-bottom:00px;
	margin-bottom:40px;
	clear:both;
}
#content ul.full li{
	margin-bottom:40px;
}

/* FOOTER
__________*/

#footer{
	border-top:1px solid #1d1d1d;
	clear:both;
	padding:30px 0 0 0;
	float: left;
	width:798px;
}
#footer p{
	font-size:11px;
	color:#656565;
	margin:0 0 40px 0
}
#footer p strong{
	float:right;
	font-weight:normal;
}