/**
* 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/voip-othos.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;
}

#descricaoProduto {
color:#9A9A9A;
font-size:13px;
margin-left:2px;
margin-top:15px;
text-align:left;
font-family:Lucida Sans Unicode,sans-serif;
line-height:1.3;
}
