/* CSS Document */

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
	border:none;
}
body {
	background:url(images/bg.gif) repeat-x;
}
#main {
	width:775px;
	margin:0 auto;
}
h1 {
	background:url(images/logo_bc2c.gif) no-repeat center;
	margin:11px 0 0 0;
	padding:0;
	float:left;
}
h1 a {
	text-indent:-9999px;
	width:174px;
	height:96px;
	float:left;
}
a {
	color:#FF921D;
}
a:hover {
	text-decoration:underline;
}

/* MENU TOPO */

#menu_topo {
	float:left;
	margin:8px 0 0 0;
	padding:0 0 20px 0;
	background:url(images/img2.jpg) right top no-repeat;
	list-style:none;
	width:600px;
}
#menu_topo li {
	float:left;
	background:no-repeat center;
}
#menu_topo li a {
	width:125px;
	height:99px;
	float:left;
	text-indent:-9999px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3066A9;
	margin:0 0 5px 0;
	font-weight:normal;
	letter-spacing:-1px;
}
.bg-homem {
	width:583px;
	height:243px;
	background:url(images/img1.gif) right top no-repeat;
	float:left;
}
.content {
	float:left;
	background:#ECF2F9;
	width:330px;
	padding:10px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	border:1px solid #D1E8F0;
}
.sec {
	background:none;
	height:auto;
	padding:0 0 20px 0;
}
.sec h2 {
	border-bottom:1px solid #A1B9D6;
}
.sec .content {
	background:none;
	border:none;
	padding:10px 0 10px 0;
	margin-bottom:5px;
	width:100%;
	border-bottom:1px solid #A1B9D6;
}
.sec h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 20px 0;
	font-weight:normal;
	text-decoration:underline;
}
.sec ul {
	padding:0 15px 15px 15px;
}
.sec ul li {
	list-style:square;
}

.clientes img {
	padding:20px 26px 20px 26px;
	margin-bottom:20px;
	float:left;
}

/* CONTATO */

form label {
	width:100px;
	line-height:24px;
	margin-right:4px;
	font-weight:bold;
	text-align:right;
	float:left;
}
form input, form textarea, form select {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
	padding:3px;
	margin-bottom:1px;
}
form select {
	width:auto;
	padding:3px;
	margin-top:1px;
	margin-bottom:2px;
}
html>body form select {
	margin-top:0;
	margin-bottom:1px;
}
form .msg-sucess {
	float:left;
	padding:2%;
	font-size:14px;
	background:#49C24F;
	color:#FFF;
	width:95%;
	text-align:center;
	margin-bottom:20px;
}
form .msg-error {
	float:left;
	padding:2%;
	font-size:14px;
	background:#CD4949;
	color:#FFF;
	width:95%;
	text-align:center;
	margin-bottom:20px;
}
button {
	border:1px solid #D66D00;
	padding:3px;
	margin-top:20px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#EC7800;
	color:#FFF;
}

/* FOOTER HOME */

.footer {
	background:url(images/bg_footer_clientes_home.jpg) repeat-x;
	float:left;
	width:755px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E9EFF3;
	line-height:16px;
	padding:10px;
}
.footer h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	color:#FFF;
	border-bottom:1px solid #5994DC;
}
.footer .box {
	float:left;
}

/* FORMS */

select {
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
select option {
	padding:0 10px 0 0;
}

/* MENU */

#menu {
	float:left;
	margin:25px 15px 0 0;
}
#menu ul {
	width:177px;
	float:left;
}
#menu li {
	float:left;
	width:100%;
}
#menu li a {
	display:block;
	width:100%;
	height:100%;
	float:left;
	cursor:pointer;
}
#menu li a span {
	text-indent:-9999px;
	width:100%;
	background-repeat:no-repeat;
	float:left;
}
#empresa a span {
	background:url(images/menu.jpg) 3px 0;
	height:33px;
}
#clientes a span {
	background:url(images/menu.jpg) 3px -33px;
	height:26px;
}
#solucoes a span {
	background:url(images/menu.jpg) 3px -59px;
	height:26px;
}
#parceiros a span {
	background:url(images/menu.jpg) 3px -85px;
	height:26px;
}
#suporte a span {
	background:url(images/menu.jpg) 3px -111px;
	height:28px;
}
#contato a span {
	background:url(images/menu.jpg) 3px -139px;
	height:33px;
}
#menu ul li a:hover {
	z-index:1000;
}
#empresa a:hover span {
	background:url(images/menu.jpg) -178px 0;
}
#clientes a:hover span {
	background:url(images/menu.jpg) -178px -33px;
}
#solucoes a:hover span {
	background:url(images/menu.jpg) -178px -59px;
}
#parceiros a:hover span {
	background:url(images/menu.jpg) -178px -85px;
}
#suporte a:hover span {
	background:url(images/menu.jpg) -178px -111px;
}
#contato a:hover span {
	background:url(images/menu.jpg) -178px -139px;
}

/* RODAPÉ */

#rodape {
	float:left;
	padding:10px;
	width:755px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background:url(images/bg_rodape.jpg);
}
#rodape span {
	float:left;
}
#rodape a {
	color:#C0D6E2;
	float:right;
}