/**
* 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/o2c-simple.png)  left 5px no-repeat;*/
        background: url(../../images/o2c/banner_o2c.png) left no-repeat;
	height: 185px;
	width: 680px;
	z-index: 2;
}

#productSlogan{
	height: 30px;
	font-size: 24px;
	color: #4E473F;
	margin-left: 25px;
}

#productSubSloganDownload{
	font-size: 20px;
	color: #9A9A9A	;
	margin-left: 8px;
	margin-top: 8px;
}

#productSubSlogan{
	font-size: 20px;
	color: #787878	;
	margin-left: 25px;
	margin-top: 10px;
}

#productSmallDescription{
	font-size: 13px;
	color: #9A9A9A	;
	margin-left: 25px;
	margin-top: 15px;
}

#productSmallDescription2{
	font-size: 15px;
	color: #9A9A9A;
	margin-left: 25px;
	margin-top: 40px;
        margin-bottom: 60px;
}

#connectImage{
	background: url(../../images/voip-right.png)  left 5px no-repeat;
	width: 250px;
	height: 200px;
	margin-top: 120px;
	position:relative;
	left:-20px;
}

#o2cVideo{
	margin-top:  15px;
	margin-left: 25px;
}

#requirements{
	margin-left: 41px;	
}

#requerimentItem{
	font-size:13px;
	color:#888888;
}
#requirementsTitle{
	color:#787878;
	font-size:18px;
	margin-bottom: 15px;
}

#itIsFree{
	margin-top:45px;
	margin-left: 42px;
	margin-bottom: 25px;
}

#itIsFreeTitle{
	color:#787878;
	font-size:18px;
	margin-bottom: 15px;
	margin-top: -20px;
}

#itIsFreeText{
	color:#888888;
	font-size:13px;
}


#orangeBox{
	position:absolute;
	width: 180px;
	margin-left: 0px;
	top:180px;
	height: 170px;
	overflow: hidden;
}

#orangeBoxTitle{
	position:relative; 
	width: 180px;
	background:#FF6600;
	color:#FFFFFF;
	font-size:18px;
	height:30px;
	padding-left:5px;
	vertical-align:middle;
	display: table-cell;
}

#orangeBoxText{
	position:relative;
	margin-top: 10px;	
	text-align: left;
	width: 126px;
	height: 50px;
	left:5px;
}

#submitRegion{
	position:relative;
	margin-top: 10px;	
	text-align: center;
	width: 126px;
	height: 50px;
	left:20px;
}



