/*
* -----------------------------------------------
* 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/arquiteturaberta/title.png");
}

#title h2{
	background-image: url("/static/img/en-us/concept/arquiteturaberta/quote.png");
}

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
.arquiteturaberta div#container{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.arquiteturaberta div#footer{
	background-image: url("/static/img/shared/bg_art_3.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}



/* 
* -----------------------------------------------
* ARQUITETURABERTA
* -----------------------------------------------
*/

h3{
	text-indent: -9999px;
	overflow: hidden;
}







.flexibility{
	float: left;
	width: 215px;
	height: 282px;
	margin-bottom: 80px;
}

.flexibility h3{
	width: 190px;
	height: 119px;
	background: url("/static/img/en-us/concept/arquiteturaberta/tit-flexibility.png") no-repeat left top;
	margin-bottom: 30px;
}

.flexibility p{
	line-height: 20px;
	margin-bottom: 20px;
}

.flexibility p.last{
	margin-bottom: 0;
}

.flexibility p.last strong{
	font-size: 13px;
}









.description{
	float: right;
	width: 478px;
	height: 523px;
	background: #fff;
	margin-right: 69px;
}

.description h3{
	width: 180px;
	height: 64px;
	background: url("/static/img/en-us/concept/arquiteturaberta/tit-ready-ti-live.png") no-repeat left top;
	margin-bottom: 30px;
}

.description p{
	line-height: 20px;
	margin-bottom: 20px;
}









.ready-to-live{
	float: left;
	width: 215px;
	height: 370px;
}

.ready-to-live h3{
	width: 180px;
	height: 64px;
	background: url("/static/img/en-us/concept/arquiteturaberta/tit-ready-to-live.png") no-repeat left top;
	margin-bottom: 30px;
}

.ready-to-live p{
	line-height: 20px;
	margin-bottom: 20px;
}

.ready-to-live p a
{
	text-decoration:none;
	font-weight:bold;
}

.ready-to-live p a:hover
{
	color:#b9141a;
}










.windows,
.yard{
	width: 185px;
	height: 198px;
	float: left;
	padding: 27px 21px 0;
}

.windows{
	background: url("/static/img/en-us/concept/arquiteturaberta/bg-windows.jpg") no-repeat left top;
	margin: 27px 0 0 20px;
}

.yard{
	background: url("/static/img/en-us/concept/arquiteturaberta/bg-yard.jpg") no-repeat left top;
	margin: 27px 0 0 1px;
}

.windows h3,
.yard h3{
	height: 29px;
	margin-bottom: 20px;
}

.windows h3{
	background:url("/static/img/en-us/concept/arquiteturaberta/tit-windows.png") no-repeat left top;
}

.yard h3{
	background:url("/static/img/en-us/concept/arquiteturaberta/tit-yard.png") no-repeat left top;
	height: 39px;
	margin-bottom: 10px;
}

.windows p,
.yard p{
	line-height: 20px;
}

.yard p{
	color: #fff;
}




/* 
* -----------------------------------------------
* 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");
}

