* {
	padding: 0;
	margin: 0;
}
body {
	background: #F5F6F7 url('img/bg_h.gif') repeat scroll 0 0;
}
h1 {
	font-size: 41px;
	font-family: Helvetica, sans, sans-serif;
	letter-spacing:-2px;
	line-height:1em;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 24px;
	font-family: georgia, times, sans-serif;
	color: #222;
	font-weight: normal;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 16px;
	font-family: georgia, times, sans-serif;
	color: #555;
	font-weight: normal;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 24px;
	font-family: georgia, times, sans-serif;
	color: #222;
	font-weight: normal;
	padding: 10px 0;
}

h2 a {
	color: black !important;
}
a, img {
	border: 0;
}
p {
	padding: 0 0 10px 0;
}
.formContour {
	background: white;
	width: 422px;
	padding: 2px;
	border: 1px solid gray;
	margin: 0 0 20px 0;
}
form {
	font-family: Helvetica, Sans, sans-serif;
	font-size: 14px;
	width: 400px;
	background: white;
	border: 1px solid #c0c0c0;
	padding: 10px;
}
form input, form textarea {
	width: 97%;
}
form .xekbox {
	width: 20px !important;
}
form textarea {
	height: 120px;
}
form fieldset {
	border: 0;
	border-top: 2px solid #EDEDED;
	padding: 10px 0 0 0;
}
form fieldset legend {
	margin: 0 20px 10px;
	padding: 0 10px;
	background: #EDEDED;
	font-weight: bold;
}
form table {
	width: 100%;
}
.CCcode {
	width: 150px !important;
}
.CCdate {
	width: 40px !important;
}
#header {
	background: black; /*#3B5998;*/
	color: white;
	height: 40px;
	border-bottom: 3px solid red;
}
#header .egestor {
	float: left;
	padding: 3px 0 0 20px;
}
#header .zipline {
	float: right;
	padding: 3px 20px 0 0;
}
#header ul {
	list-style: none;
}
#header ul li {
	float: left;
	padding: 8px 7px 0 23px;
}
#header a {
	color: white;
	text-decoration: none;
	font-family: Helvetica, Lucida, sans-serif;
	font-size: 14px;
}
#header a:hover {
	text-decoration: underline;
}
#face {
	background: #FFFFCC url('img/diag.gif') repeat scroll 0 0;
	color: black;
	height: 405px;
	border-bottom: 1px solid #DADFCB;
}
#face #logoegestor {
	padding: 20px;
}
#face #call {
	width: 400px;
	padding: 0 0 0 20px;
}
#face #topscreen {
	float: right;
	padding: 17px 4px 0 0;
}
#face a {
	color: red;
}
#face p {
	padding: 15px 0 0 0;
	font-size: 14px;
	font-family: Helvetica, Sans, sans-serif;
}
#footer {
	clear: both;
	padding: 10px;
	background: #444;
	border-top: 1px solid #DADFCB;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	color: white;
}
#footer a {
	color: white;
}
#content a {
	color: red;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	list-style-type: none;
}
#content ol {
	list-style-position: inside ;
	font-family: Helvetica, sans, sans-serif;
	font-size: 13px;
}
#content ol li {
	padding: 10px;
	background: white;
	border: 1px solid #c0c0c0;
}

/*
#chatBox {
	position: fixed;
	top: -210px;
	left: 270px;
	width: 230px;
	cursor: pointer;
}
*/

#chatBox {
	position: fixed;
	bottom: -60px;
	*bottom: -64px;
	left: 450px;
	width: 226px;
	cursor: pointer;
}

#chatBox .noThanks {
	font-size: 11px;
	color: white;
	background: black;
	padding: 5px;
}

#miniChatBox {
	position: fixed;
	left: -26px;
	top: 280px;
	cursor: pointer;
}
.alertMsg span {
	display: block;
	color: black;
	padding: 10px;
	margin: 0 0 20px 0;
	border-top: 1px solid #DADFCB;
	border-bottom: 1px solid #DADFCB;
}
.alertMsg .error {
	background: #FFEBDD url('img/bg_h.gif') repeat scroll 0 0;
}
.alertMsg .ok {
	background: #DBFFDB url('img/bg_h.gif') repeat scroll 0 0;
}
.subface {
	background: #FFFFCC url('img/diag.gif') repeat scroll 0 0;
	color: black;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #DADFCB;
}
.limit {
	margin: auto;
	width: 980px;
}
.col1 {
	width: 460px;
	float: left;
	padding: 0 20px 0 0;
}
.col2 {
	width: 480px;
	float: right;
}

#footer {
	margin: 0 0 60px 0;
}

#footer .col1 {
	width: 320px;
	float: left;
	padding: 0 20px 0 0;
}
#footer .col2 {
	width: 300px;
}
#footer .col3 {
	width: 300px;
	float: right;
}

.clearer {
	clear: both;
}
.video {
	float: right;
	padding: 17px 0 0 0;
}
.contact {
	font-size: 12px;
	font-family: Helvetica, verdana, sans;
}
.contact .phones, .contact .form {
	width: 200px;
	float: left;
	padding: 0 0 20px 20px;
}

.about {
	*font-size: 18px;
	background: #FDFDFD;
	border-left: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	line-height: 1.3em;
}
.about p {
	color: #444;
}
.about, .links {
	width: 200px;
	float: left;
	margin: 14px;
	padding: 5px;
}
.links ul li {
	padding: 10px 0;
}
.links ul li a {
	color: #555 !important;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
.links ul li a div {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.deppoiment {
	clear: both;
	width: 474px;
	height: 191px;
	background: url('img/boxdest.png');
	font-family: Helvetica;
	font-size: 12px;
	color: #222;
}
.deppoiment p {
	padding: 3px 10px;
}
.deppoiment .author {
	float: right;
}

.bannerClients {
	clear: both;
	padding: 50px 0;
}

.ziplineCase, .partners {
	clear: both;
	padding: 20px;
}

.ziplineCase .taurionBook {
	padding: 10px 5px;
	float: right;
}

.foot1 {
	padding: 0 0 0 20px;
}

.space {
	clear: both;
	padding: 10px;
}

.securityTable td {
	height: 200px;
	vertical-align: center;
	border-bottom: 1px dashed #c0c0c0;
	padding: 10px;
}
.onRight {
	clear: both;
	float: right;
}
.onCenter {
	text-align: center;
}
.onLeft {
	clear: both;
	float: left;
}
.tutos span {
	width: 300px;
	display: block;
	float: left;
	text-align: center;
	padding: 20px 0;
}

.desktopIcon {
	clear: both;
	padding: 20px;
}

.desktopIcon img {
	float: left;
	padding: 5px 7px 0 0;
}

.caseTable {
	background: white;
}

.caseTable td {
	vertical-align: center;
	border-bottom: 1px dashed #c0c0c0;
	padding: 10px;
}

/*ENTRE EM CONTATO*/
.phones li {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0;
	color: #777;
}

.phones li div {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.descr {
	font-size: 12px;
	color: gray;
}

/*PLANOS E PREÇOS*/
.planBox {
	text-align: center;
}
.planBox a:hover {
	text-decoration: none !important;
}

.extraMods {
	clear: both;
	padding: 20px 0 0 0;
}

.extraMods img {
	float: right;
}

/*SCREENSHOTS*/
.screenshots {
	margin: 20px auto;
}

.screenshots td {
	padding: 40px;
	text-align: center;
}

/*MIDIA*/
.midiaIndex ul {
	list-style: inside url("img/quote.gif");
}
.midiaIndex li {
	margin: 5px 0 25px 0;
	color: #777;
	font-size: 11px;
}
.midiaIndex a {
	color: black !important;
	font-size: 16px;
}


.midiaIndex i {
	display: block;
	font-size: 14px;
	color: #555;
}

.midiaBox {
	width: 540px;
	background: #FAFAFA;
	font-size: 14px;
	margin: 20px auto;
	padding: 10px;
	color: #333;
	border: 1px solid #c8c8c8;
}

.midiaBox .midiaAuthor {
	text-align: right;
	color: #666;
	font-size: 11px;
}

/*NFE*/
.nfeImgs {
	text-align: center;
}

.nfeImgs img {
	padding: 10px;
	cursor: pointer;
}

.nfeDiagsTemp {
	display: none;
}
