*{
	margin:0;
	padding:0;	
}
h1{
	color:#019cff;
	font-size:18px;	
}
p{
	color: #FFF;	
}
img{
	border:none;	
}
body{
	background:url(../images/bg.jpg) no-repeat top center;	
	font-family:Arial, Helvetica, sans-serif;
}
#main{
	width:980px;
	margin:0 auto;	
}
#header{
	width:980px;
	height:305px;	
}
#header #logo{
	position: absolute;
	margin-left: 420px;
	margin-top: 100px;	
}
#header #phone{
	position: absolute;
	margin-left: 790px;
	margin-top: 10px;	
}
#content{
	width:980px;
	height:530px;	
}
#content #left-sidebar{
	width:300px;
	height:530px;
	float:left;	
}
#content #center{
	width:300px;
	height:530px;
	float:left;	
	margin-left:50px;
}
#content #right-sidebar{
	width:300px;
	height:530px;
	float:right;
	margin: -10px -6px 0 0;	
}
#formulario{
	position: absolute;
	margin-top: 30px;
	margin-left: 35px;
	width: 233px;
}
#footer{
	width:980px;
	margin-top:100px;
	margin-bottom: 40px;
	float:right;	
}
#sucesso{
    background: none repeat scroll 0 0 #49B746;
    color: #000000;
    font-size: 18px;
    height: 129px;
    padding: 84px 0;
    position: absolute;
    text-align: center;
    width: 210px;
    z-index: 9999;
}	

#sucesso a{
	color:#fff;
	text-decoration:none;
}

.red{
    background-color: #009900;
    color: #FFFFFF;
    height: 44px;
    margin: 12px 0 0 -1px;
    width: 210px;
	box-shadow:none;
	font-size: 23px;
}

.red:hover{
    background-color: #069;
    color: #FFFFFF;
    height: 44px;
    margin: 12px 0 0 -1px;
    width: 210px;
}


.bx-wrapper .bx-viewport {
    background: none ;
    border: 0px solid #FFFFFF;
    box-shadow: 0 0 0px #CCCCCC;
    left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #0054ff;
    border-radius: 0px;
    display: block;
    height: 5px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 20px;
	box-shadow: 0 0 5px #0054ff;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #fff;
}

.font{
	font-size:16px;
	color:#fff;
}