/*
* -----------------------------------------------
* 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/concept/testimonials/title.png");
}

#title h2{
	background-image: url("/static/img/en-us/concept/testimonials/quote.png");
}

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
.testimonials div#container{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.testimonials div#footer{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}



/* 
* -----------------------------------------------
* TESTIMONIALS
* -----------------------------------------------
*/
#testimonials{
	float: left;
	display: block;
	width: 710px;
	height: 240px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#testimonials ul{
	float: left;
	display: block;
	width: 710px;
	height: 240px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#testimonials ul li{
	background: url("/static/img/shared/testimonials/bg_testimonial.png") no-repeat left top;
	width: 368px;
	height: 59px;
	float: right;
	display: block;
	list-style: none;
	position: absolute;
	z-index: 100;
	left: -200px;
	top: 150px;
}

#testimonials ul li.first-column{
	background: url("/static/img/shared/testimonials/bg_testimonial_first.png") no-repeat left top;
}

#testimonials ul li.last-column{
	background: url("/static/img/shared/testimonials/bg_testimonial_last.png") no-repeat left top;
}

#testimonials ul li dl{
	display: none;
}


#testimonials #quote {
	float: left;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 0;
	height: 59px;
}

#testimonials #quote dl{
	float: left;
	display: block;
	width: 368px;
	height: 59px;
	background: #fff url("/static/img/shared/testimonials/bg_testimonial_hover.png") no-repeat left top;
}

#testimonials #quote.first-column dl{
	background: url("/static/img/shared/testimonials/bg_testimonial_first_hover.png") no-repeat left top;
}

#testimonials #quote.lasts dl{
	background: url("/static/img/shared/testimonials/bg_testimonial_lasts.png") no-repeat left top;
}

#testimonials #quote.last-column dl{
	background: url("/static/img/shared/testimonials/bg_testimonial_last_hover.png") no-repeat left top;
}

#testimonials #quote dl dt{
	width: 241px;
	margin: 7px 0 0 95px;
	height: 33px;
	line-height: 10px;
	background: #fff;
}

#testimonials #quote.lasts dl dt,
#testimonials #quote.last-column dl dt{
	text-align: left;
	margin: 7px 103px 0 0;
	float: right;
	display: inline;
}

#testimonials #quote dl dd{
	font-weight: bold;
	width: 241px;
	margin: 1px 0 0 95px;
	background: #fff;
}

#testimonials #quote.lasts dl dd,
#testimonials #quote.last-column dl dd{
	text-align: left;
	margin: 1px 103px 0 0;
	float: right;
	display: inline;
}



/* 
* -----------------------------------------------
* IDEALIZERS
* -----------------------------------------------
*/

#idealizers{
	float: left;
	display: block;
	width: 706px;
	height: 400px;
	overflow: hidden;
	margin-top: 60px;
}

#idealizers h2{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/concept/testimonials/tit_idealizers.png") no-repeat left top;
	width: 176px;
	height: 29px;
	margin-bottom: 30px;
}

#idealizers ul{
	float: left;
	display: block;
	width: 1000px;
	height: 105px;
	overflow: hidden;
	margin-top: 1px;
}

#idealizers ul li{
	background: #fff;
	float: left;
	display: block;
	width: 100px;
	height: 105px;
	overflow: hidden;
	margin-right: 1px;
	position: relative;
}

#idealizers ul li img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#idealizers ul li dl{
	float: left;
	display: block;
	width: 203px;
	height: 105px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: transparent url("/static/img/shared/testimonials/bg_idealizers.png") no-repeat left top;
}


#idealizers ul li dl dt{
	padding: 30px 10px 10px 10px;
	font-weight: bold;
	font-size: 13px;
}

#idealizers ul li dl dt.one-line{
	padding-top: 45px;
}

#idealizers ul li dl dt.two-lines{
	padding-top: 35px;
}

#idealizers ul li dl dt.three-lines{
	padding-top: 25px;
}

#idealizers ul li dl dt.four-lines{
	padding-top: 20px;
}

#idealizers ul li dl dt.five-lines{
	padding-top: 10px;
}

#idealizers ul li dl dd{
	padding: 0 10px 0 10px;
}



/* 
* -----------------------------------------------
* SIDEBAR
* -----------------------------------------------
*/
#sidebar
{
	width: 208px;
	float: left;
	margin-left: 3px;
}

div#sidebar h2
{
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 38px;
	background: url("/static/img/en-us/concept/simple-ideia/tit-rightbar.png") no-repeat;
	margin-bottom: 1px;
}


div#sidebar ul
{
	list-style: none;
	width: 100%;
}

div#sidebar ul li
{
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}


div#sidebar ul li,div#sidebar ul li a
{
	float: left;
	height: 38px;
	width: 100%;
	background-repeat: no-repeat;
}

div#sidebar ul li a
{
	text-indent: -9999px;
	overflow: hidden;
}

div#sidebar ul li.nav-1 a
{
	background-image: url("/static/img/en-us/concept/simple-ideia/arquitetura.png");
}

div#sidebar ul li.nav-2 a
{
	background-image: url("/static/img/en-us/concept/simple-ideia/ideiasimples.png");
}


div#sidebar ul li.nav-3 a
{
	background-image: url("/static/img/en-us/concept/simple-ideia/maxusers.png");
}

div#sidebar ul li.nav-4 a
{
	background-image: url("/static/img/en-us/concept/simple-ideia/descubra.png");
}

