*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	color:#666;
	outline:none;
}

body{
	background:#F3F3F3 url(img/body.gif) no-repeat left 100px;
	text-align:center;
}

#container{
	width:880px;
	padding-left:10px;
	margin:0 auto;
	text-align:left;
}

#header{ /* CABECALHO */
	width:880px;
	height:88px;
}

#header h1{
	width:230px;
	height:70px;
	padding-top:18px;
	float:left;
}

#header h1 a{
	width:224px;
	height:70px;	
	float:left;
	overflow:hidden;
	text-indent:-999px;
	background:url(img/logo_essencia_design.jpg) no-repeat;
}

#header ul{
	float:left;
	width:400px;
	padding:55px 0 0 55px;
}

#header ul li{
	float:left;
	height:20px;
}

#header ul li a{
	width:53px;
	height:20px;
	float:left;
	overflow:hidden;
	text-indent:-999px;
	margin:0 12px 0 12px;
	display:inline;
	background-position:center top;
	background-repeat:no-repeat;
}

#header ul li.mn1 a{
	background-image:url(img/mn_item1.gif);
}

#header ul li.mn2 a{
	background-image:url(img/mn_item2.gif);
}

#header ul li.mn3 a{
	background-image:url(img/mn_item3.gif);
}

#header ul li.mn4 a{
	background-image:url(img/mn_item4.gif);
}

#header ul li.mn5 a{
	background-image:url(img/mn_item5.gif);
}

#header ul li a:hover{
	background-position:center bottom;
}

#destaque{ /* DESTAQUE */
	width:880px;
	height:230px;
	background:url(img/conteudo.jpg) no-repeat 566px 212px;
}

#destaque .flash{
	width:770px;
	height:230px;
	float:left;
}

#destaque .sociais{
	width:110px;
	float:right;
	height:230px;
}

#destaque .sociais li{
	background:#ECECEC;
	float:left;
}

#destaque .sociais li.rs_twitter{
	margin-top:42px;
	width:103px;
	height:30px;
	padding:15px 7px 15px 0;
}

#destaque .sociais li.rs_twitter a{
	width:103px;
	height:30px;
	overflow:hidden;
	text-indent:-999px;
	float:left;
	background:url(img/rs_twitter.gif) no-repeat left top;
}

#destaque .sociais li.rs_twitter a:hover{
	background:url(img/rs_twitter.gif) no-repeat left bottom;
}

#destaque .sociais li.rs_blog{
	margin-top:13px;
	width:68px;
	height:34px;
	padding:13px 11px 13px 31px;
}

#destaque .sociais li.rs_blog a{
	width:68px;
	height:34px;
	overflow:hidden;
	text-indent:-999px;
	float:left;
	background:url(img/rs_blog.gif) no-repeat left top;
}

#destaque .sociais li.rs_blog a:hover{
	background:url(img/rs_blog.gif) no-repeat left bottom;
}

#wrapper{ /* CONTEUDO */
	width:880px;
}

#conteudo{
	width:750px;
	padding:18px 130px 18px 0;
	float:left;
	overflow:hidden;
	background:url(img/conteudo.jpg) no-repeat 566px -18px;
}

#rodape{  /* CABECALHO */
	width:880px;
	float:left;
	height:100px;
	padding-top:10px;
	background:url(img/webby.jpg) no-repeat 260px 40px;
}

#rodape .divFooter{
	width:640px;
	height:28px;
	font-size:1px;
	background:url(img/div.gif) repeat-x top;
	margin-left:40px;
}

#rodape address{
	font-size:11px;
	text-indent:24px;
	font-style:normal;
}

#rodape address.telefone{
	width:148px;
	height:22px;
	overflow:hidden;
	text-indent:-999px;
	margin-bottom:2px;
	background:url(img/telefone.gif) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #FF6600;}
#TB_window a:visited {color: #FF6600;}
#TB_window a:hover {color: #FF3300;}
#TB_window a:active {color: #FF9900;}
#TB_window a:focus{color: #FF3300;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color:#CCCCCC
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#333;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.main-image{
	width:750px;
	height:410px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}

.flashObject{
	padding-top:20px;
}

.popup-pager{
	width:750px;
	height:60px;
	float:left;
}

.popup-pager{
	width:750px;
	height:60px;
	float:left;
}

.item{
	float:left;
}

.item img{
	float:left;
	border:none;
}

.item a{
	float:left;
	width:60px;
	height:60px;
	border:#333 2px solid;
	margin:8px 4px 0 4px;
}

.item a:hover{
	border:#666 2px solid;
}


