/*
* -----------------------------------------------
* 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/discovery/title.png");
}

#title h2{
	background-image: url("/static/img/en-us/concept/discovery/quote.png");
}

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
.discovery div#container{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.discovery div#footer{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}



/* 
* -----------------------------------------------
* DISCOVERY
* -----------------------------------------------
*/
#discovery{
	float: left;
	display: block;
	width: 730px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#discovery ol{
	float: left;
	margin: 0;
	width: 730px;
	height: 950px;
}

#discovery ol li{
	width: 0;
	height: 0;
	float: left;
	overflow: hidden;
	display: none;
	margin: 0 20px 20px 0;
	background-color: #cbeaee;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	/*background-image: url("/static/img/shared/concept/discovery/01.png");*/
	list-style: none;
	padding: 30px 0 0 20px;
	cursor: pointer;
	border-right: 10px solid #cbeaee;
	border-bottom: 10px solid #cbeaee;
}

#discovery ol li dl{
	width: 183px;
	float: left;
	overflow: hidden;
	line-height: 16px;
}

#discovery ol li dl dd{
	display: none;
}


#discovery #fulltext{
	background: #323232;
	color: #d4d4d4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 426px;
	height: 396px;
	display: none;
	padding: 20px;
	line-height: 17px;
}

#discovery #fulltext .text li{
	list-style: disc inside;
	color: #d4d4d4;
	padding-bottom: 2px;	
}

#discovery #fulltext .text p{
	padding-bottom: 7px;
}

#discovery #fulltext .bt-close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 9px;
	height: 9px;
	z-index: 11;
	background: url("/static/img/shared/concept/discovery/bt_close.png") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#discovery h4{
	font: 18px/18px tahoma,verdana,arial,sans-serif;
	padding: 50px 0 10px;
	color: #e9e9e9;
}

#discovery #fulltext h5{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 33px;
	z-index: 11;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("/static/img/shared/concept/discovery/black_01.png") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}



















/* 
* -----------------------------------------------
* 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");
}

