/**
* home.css - Style used in home page - Página de estilo usada no home do site.
*
* @author Michel Phillipe - Thiago de Jesus
* @licence Othos Telecomunicações
* @version v 1.0 11/02/2010
* @package Home
* @access public
*/


@CHARSET "UTF-8";

a {
	text-decoration: none;	
	color:black;
}

	
#productVoipBanner{
	background: url(../../images/productsBanner/othos-ipabx.png)  left 5px no-repeat;
	height: 185px;
	width: 680px;
	z-index: 2;
}

#productSlogan{
	height: 30px;
	font-size: 24px;
	color: #4E473F;
	margin-left: 25px;
}

#productSubSlogan{
	font-size:20px;
	color: #787878	;
	margin-left: 25px;
	margin-top: 8px;
}

#productSmallDescription{
	font-size: 13px;
	color: #9A9A9A	;
	margin-left: 25px;
	margin-top: 15px;
}

#connectImage{
	background: url(../../images/voip-right.png)  left 5px no-repeat;
	width: 250px;
	height: 400px;
	margin-top: 120px;
	position:relative;
	left:-20px;
}

#titleWork{
	color:#787878;
	font-size:18px;
	text-align: left;
	margin-left: 25px;
	margin-top: 30px;
	height: 376px;
}


#titleWorkAbout{
	float:right;
	width: 260px;
	margin-top:47px;	
	height: 329px;
	margin-right: 20px;
}

#titleTecnology{
	color:#F78B2B;
	font-size:18px;	
}

#workText{
	margin-top:-10px;
	font-size:16px;
	color:#8A8A8A;	
}

#titleCustom{
	color:#787878;
	font-size:18px;
	text-align: left;
	margin-left: 25px;
	margin-top: 30px;
}

#titleCustomAbout{
	color:#787878;
	font-size:12px;
	text-align: left;
	margin-left: 25px;
	margin-top: 20px;
}

#descricaoProduto {
color:#9A9A9A;
font-family:Lucida Sans Unicode,sans-serif;
font-size:13px;
line-height:1.3;
margin-left:39px;
margin-top:9px;
text-align:left;
margin-bottom:5px;


}


#titulodescricaoProduto{
color:#787878;
font-size:20px;
margin-left:33px;
margin-top:24px;
}

