/*
* -----------------------------------------------
* Style for default page
* Author:   Neotix
* URL:      www.neotix.com.br
* ----------------------------------------------- 
*/

/* 
* -----------------------------------------------
* IMPORTS
* -----------------------------------------------
*/
@import url("/static/css/shared/reset.css");
@import url("/static/css/shared/helper.css");
@import url("/static/css/shared/structure.aspx");
@import url("/static/css/shared/print.css") print;

/* 
* -----------------------------------------------
* HEADINGS
* -----------------------------------------------
*/
#title h1{
	background-image: url("/static/img/en-us/lasts/title.png");
}

#title h2{
	background-image: url("/static/img/en-us/lasts/quote.png");
}

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
.lasts div#container{
	background-image: url("/static/img/shared/bg_art_4.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.lasts div#footer{
	background-image: url("/static/img/shared/bg_art_4.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}



/* 
* -----------------------------------------------
* LASTS
* -----------------------------------------------
*/
.text{
	float: left;
	width: 634px;
}

.text h3{
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 40px;
}

.text p{
	line-height: 20px;
	padding-bottom: 25px;
}

.text #ctl00_ContentPlaceHolder_hgcPrgImg{
	height: 496px;
}


/* 
* -----------------------------------------------
* LASTS - SIDEBAR
* -----------------------------------------------
*/
#sidebar{
	width: 285px !important;
	display: block;
	overflow: hidden;
}

#sidebar h3{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/lasts/tit_lasts.png");
	width: 285px;
	height: 38px;
	float: left;
}

#sidebar ul.lasts-list{
	width: 285px;
	float: left;
	list-style: none;
	margin-top: 1px;
}

#sidebar ul.lasts-list li{
	margin-bottom: 1px;
	float: left;
}

#sidebar ul.lasts-list li a{
	text-indent: -9999px;
	overflow: hidden;
	width: 285px;
	height: 38px;
	float: left;
}



#sidebar ul.lasts-list li.tit-news a{
	background: url("/static/img/en-us/lasts/bt_news.png");
}

#sidebar ul.lasts-list li.tit-news.active a{
	background-position: 0 -38px;
}

#sidebar ul.lasts-list li.tit-events a{
	background: url("/static/img/en-us/lasts/bt_events.png");
}

#sidebar ul.lasts-list li.tit-events.active a{
	background-position: 0 -38px;
}





#sidebar ul.lasts-list li ol{
	width: 285px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url("/static/img/shared/bg_list.png") repeat-y center top;
}

#sidebar ul.lasts-list li ol li{
	float: left;
	width: 285px;
	padding: 20px 0;
	margin-bottom: 3px;
	background: #fff;
}

#sidebar ul.lasts-list li ol li dl{

}

#sidebar ul.lasts-list li ol li dl dt{

}

#sidebar ul.lasts-list li ol li dl dt a,
#sidebar ul.lasts-list li ol li dl dt a:hover 
{
	text-indent: 0;
	overflow: visible;
	width: 261px;
	height: auto !important;
	text-decoration: none;
	line-height:17px;
	color: #6ebbc5;
	font-weight: bold;
	background:url("/static/img/shared/arrow.png") no-repeat 0 3px;
	padding: 2px 0 2px 23px;
}

#sidebar ul.lasts-list li ol li dl dd{
	
}

#sidebar ul.lasts-list li ol li dl dd a,
#sidebar ul.lasts-list li ol li dl dd a:hover 
{
	text-indent: 0;
	overflow: visible;
	width: 285px;
	height: auto !important;
	text-decoration: none;
	line-height: 18px;
}

#sidebar ul.lasts-list li ol li dl dt a:visited
{
	color:#b1dfe5;
}

#sidebar ul.lasts-list li ol li dl dd a:visited 
{
	color:#b5b5b5;
}

#sidebar h4{
	float: left;
	width: 285px;
	height: 131px;
	margin-top: 67px;
}

#sidebar h4 a{
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url("/static/img/en-us/lasts/call_to_blog.png") no-repeat 0 0;
	width: 285px;
	height: 131px;
}