/**
	Projeto - (Techware) v: 0.1
	Developer(s):
		+ Diogo Silva (diogosilvaferreira@gmail.com)
*/

body { 
	overflow: auto;
	background: #fff url(../img/home/bg-home.jpg) no-repeat center bottom; 
}

.main-noticias {
	width: 61%;
	padding-bottom: 3.5%;
	overflow: hidden;
}

.main-produtos {
	width: 100%;
	overflow: hidden;
	padding-bottom: 4%;
}

.main-video {
	/*if 1024-width: 49%;*/
	width: 44%;
	overflow: hidden;
}

#container .a-techware {
	width: 214px;
	float: left;
	color: #636363;
	padding-right: 6%;
}

#container .a-techware h2 {	margin: 0 0 20px 0; }

#container .a-techware p {
	margin: 26px 0 0 0;
	line-height: 17px;
}

#container .produtos {
	color: #636363;
	float: left;
	overflow: hidden;
	position: relative;
	width: 47%;
	z-index: 2;
}

#container .produtos h2 { margin: 0 0 20px 17px; }

#container .produtos #accordion div div {
	border-top: 1px solid #d3d3d3;
	position: relative;
	left: 17px;
	background: none repeat scroll 0 0 !important;
	overflow: hidden;
}
	
#container .produtos #accordion div div p {
	width: 386px;
	line-height: 17px;
	padding: 15px 0 15px 0;
}

#container .produtos #accordion h3 { padding-bottom: 9px; }

.line {
	border-top: 1px solid #d3d3d3;
	width: auto;
	margin-left: 20px;
}

.produtos .bt-todos-produtos {
	margin: 15px 0 0 17px;
}

#accordion {
	width: 100%;
	float: left;
}

/* ------ ACCORDION KIT PRODUTOS ----- */
/*
	Quando subir o site mudar o caminho --filter
		/web/static/img/home/
		para
		/static/img/home/
	Deixando sempre a imagem como caminho root para o filter png funcionar o IE6 
*/
.main-produtos .kit-rhevolution {
	float: left;
	position: absolute;
	width: 323px;
	height: 449px;
	margin-left: -55px;
	z-index: 3;
	background: url(../img/home/kit-products.png) no-repeat;
}*html .main-produtos .kit-rhevolution {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/img/home/kit-products.png', sizingMethod='scale');
}

.main-produtos .kit-scorecard {
	float: left;
	position: absolute;
	width: 323px;
	height: 449px;
	margin-left: -55px;
	z-index: 3;
	background: url(../img/home/kit-scorecard.png) no-repeat;
}*html .main-produtos .kit-scorecard {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/img/home/kit-scorecard.png', sizingMethod='scale');
}

.main-produtos .kit-outsourcing {
	float: left;
	position: absolute;
	width: 323px;
	height: 356px;
	margin-left: -55px;
	margin-top: 40px;
	z-index: 3;
	background: url(../img/home/kit-outsourcing.png) no-repeat;
}*html .main-produtos .kit-outsourcing {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/img/home/kit-outsourcing.png', sizingMethod='scale');
}
/* ------ FIM ACCORDION KIT PRODUTOS ----- */

.video {
	width: 454px;
	height: auto;
	float: right;
	margin: 20px 0 20px 0;
}

.video h2				{ margin: 0 0 9px 0; }
.video .player-videos	{ float: right; }

.noticias {
	width: 353px;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
}

.noticias a		{ color: #636363; }
.noticias h2	{ margin: 0 0 20px 0; }
.noticias ul li.last { border: none ; }

.noticias li {
	background: url(../img/shared/dot.png) no-repeat 0 10px;
	padding: 8px 0 8px 21px;
	border-bottom: 1px solid #d3d3d3;
}

.noticias .bt-all-noticias { margin: 20px 0 0 0; }

.cases {
	width: 200px;
	float: right;
	margin: 20px auto;
	overflow:hidden;
}

.cases h2				{ margin: 0 0 30px 0; }
.cases a				{  margin-right: 15px;}
.cases img				{ border: none; }
.cases .bt-all-cases	{ margin: 50px 0 0 0; }

/*
#container .a-techware p.bt-mais a:hover,#container .a-techware p.bt-mais:hover,
.produtos .bt-todos-produtos a:hover,.produtos .bt-todos-produtos:hover,
.noticias .bt-all-noticias a:hover,.noticias .bt-all-noticias:hover,
.cases .bt-all-cases a:hover,.cases .bt-all-cases:hover {
	background-position: 0 -27px;
}
*/