html, body {
	height:100%;
} 
body {
	background-color:#ededed;
	background-image:url(../imagens/backgroundTop.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#545353;
}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	min-height:100%;/**/
}
* html #tudo {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

#principal {
	padding-bottom:143px;
}
#topo {
	width:882px;
	height:355px;
	margin: 0 auto;
}
.logo {
	height:96px;
	width:154px;
	background-image:url(../imagens/Logo-KP-Command.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
	float:left;
}

.logo2 {
	height:42px;
	width:300px;
	background-image:url(../imagens/Logo-Command.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	margin-top: 26px;
}

.logo2 span{
	height:70px;
	width:502px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
.logo span{
	height:96px;
	width:217px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
.banner {
	height:214px;
	width:882px;
	margin:0px 0px 1px 0px;
}
.menu {
	height:44px;
	width:882px;
	padding:0;
	margin:0;
	background-image:url(../imagens/backgroundMenu.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.menu li{
	height:44px;
	display:block;
	list-style:none;
	float:left;
}
.menu li:hover{
	background-image:url(../imagens/backgroundMenuHover.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.menu li a{
	height:44px;
	line-height:44px;
	font-size:14px;
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:0 20px 0 21px;
	background-image:url(../imagens/backgroundMenuA.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.menu li.first a{
	background-image:none;
}
#conteudo {
	width:882px;
	margin: 0 auto;
	min-height:200px;
	background-color:#fff;
}
#destaque {
	margin:0 1px;
}
.destaque {
	width:290px;
	min-height:290px;
	margin:11px 5px 40px 0;
	background-color:#f6f6f6;
	float:left;
}
.destaque.last {
	margin:11px 0 45px 0;
}
.destaque p{
	width:230px;
	min-height:130px;
	font-size:14px;
	font-weight:normal;
	color:#262626;
	padding:15px 30px;
	line-height:17px;
}

.titBetontec {
	width:290px;
	height:72px;
	background-image:url(../imagens/titBetontec.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	padding-left:30px;
	line-height:72px;
}
.titBetonmix {
	width:290px;
	height:72px;
	background-image:url(../imagens/titBetonmix.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	padding-left:30px;
	line-height:72px;
}
.titOutsourcing {
	width:290px;
	height:72px;
	background-image:url(../imagens/titOutsourcing.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	padding-left:30px;
	line-height:72px;
}
.titkp {
	width:290px;
	height:72px;
	background-image:url(../imagens/Kpconsulting.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	padding-left:30px;
	line-height:72px;
}
.buttonSaibamais {
	width:86px;
	height:30px;
	background-image:url(../imagens/backgroundButtonSaiba.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#f6f6f6;
	font-size:14px;
	color:#3f3f3e;
	border:none;
	margin-left:26px;
	cursor:pointer;
}
.buttonSaibamais:hover {
	background-image:url(../imagens/backgroundButtonSaibaHover.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#lateralEsquerda {
	width:234px;
	height:317px;
	background-image:url(../imagens/backgroundDivisoria.gif);
	background-repeat:no-repeat;
	background-position:right center;
	margin:0 0 34px 0;
	padding:0 30px;
	float:left;
}
#lateralEsquerda h1{
	font-size:20px;
	color:#262626;
	padding-bottom:10px;
}
#lateralEsquerda h2{
	font-size:14px;
	color:#a8a7a7;
	padding-bottom:25px;
}
.formBox {
	width:216px;
	height:18px;
	background-image:url(../imagens/backgroundForm.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#FFF;
	color:#FFF;
	font-size:12px;
	padding:4px;
	margin:0 0 6px 0;
	border:none;
}
.formBox:focus {
	background:url(../imagens/backgroundForm.gif) no-repeat left -26px #fff;
	border:none;
}
.formHomeButton {
	width:32px;
	height:25px;
	background-image:url(../imagens/backgroundButton.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
	color:#3f3f3e;
	font-size:13px;
	line-height:25px;
	border:none;
	margin:0 10px 0 0;
	float:right;
	cursor:pointer;
}
.formHomeButton:hover {
	background-image:url(../imagens/backgroundButtonHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
	color:#3f3f3e;
	cursor:pointer;
}

#lateralDireita {
	width:528px;
	height:317px;
	margin:0 0 34px 0;
	padding:0 30px;
	float:left;
}
#lateralDireita h1{
	font-size:20px;
	color:#262626;
	padding-bottom:26px;
}
#lateralDireita h2{
	font-size:16px;
	color:#105183;
	padding-bottom:6px;
	font-weight:bold;
}
#lateralDireita p{
	color:#545353;
	font-size:14px;
	line-height:17px;
}
.novidades {
	height:286px;
}
.novidades a,.novidades a:hover {
	text-decoration:none;
}
.buttonVejatodas {
	width:96px;
	height:28px;
	background-image:url(../imagens/backgroundButtonVeja.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#3f3f3e;
	font-size:13px;
	line-height:28px;
	border:none;
	margin:6px 0 0 0;
	float:right;
	cursor:pointer;
}
.buttonVejatodas:hover {
	background-image:url(../imagens/backgroundButtonVejaHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#3f3f3e;
	cursor:pointer;
}
#rodape {
	background-color:#fbf5e8;
	width:100%;
	min-width:882px;
	height:143px;
	position: absolute;
	bottom: 0; 
}
.rodape {
	width:882px;
	height:143px;
	margin: 0 auto;
}
.rodEsquerdo {
	width:294px;
	color:#736f6a;
	font-size:11px;
	line-height:17px;
	margin:26px 0 0 0;
	float:left;
}
.rodEsquerdo h1{
	color:#736f6a;
	font-size:14px;
	line-height:17px;
	padding:8px 0 0 0;
}
.rodDireito {
	width:558px;
	margin:26px 0 0 0;
	padding:0 0 0 30px;
	float:left;
}
.rodDireito h1{
	color:#262626;
	font-size:14px;
	float:left;
}
.rodContato {
	width:440px;
	height:80px;
	float:right;
}
.formContato {
	width:212px;
	height:14px;
	background-image:url(../imagens/backgroundFormContato.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#262626;
	font-size:12px;
	padding:4px;
	margin:0 15px 8px 0;
	*margin:0;
	border:none;
	*border:none;
}
.formContato:focus {
	background-image:url(../imagens/backgroundFormContatoHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
}
.formMsgContato {
	width:197px;
	height:76px;
	background-image:url(../imagens/backgroundMsgContato.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#262626;
	font-size:12px;
	padding:4px;
	*margin-top:-29px;
	border:none;
	*border:none;
	float:right;
}
.formMsgContato:focus {
	background-image:url(../imagens/backgroundMsgContatoHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	*border:none;
}
.formContatoButton {
	width:32px;
	height:25px;
	background-image:url(../imagens/backgroundContatoButton.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fbf5e8;
	color:#3f3f3e;
	font-size:13px;
	line-height:25px;
	border:none;
	margin:0 10px 0 0;
	float:right;
	cursor:pointer;
}
.formContatoButton:hover {
	background-image:url(../imagens/backgroundContatoButtonHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#3f3f3e;
	cursor:pointer;
}
.webplus ,.webplus a {
	color:#736f6a;
	font-size:13px;
	line-height:14px;
	text-decoration:none;
}
.webplus a:hover {
	text-decoration:none;
	color:#5d5a56;
}
.clear {
	clear:both;
}

/* _INTERNA */
.interna h1{
    font-size:26px;
    color:#002952;
    padding:40px 0 20px 0;    
}
.interna h2{
    font-size:20px;
    color:#002952;
    padding:25px 0 5px 0;    
}
.interna h3{
    font-size:16px;
    color:#002952;
    padding:25px 0 5px 0; 
}

.interna {
    color:#545353;
    font-size:14px;
    line-height:24px;
    padding:0 30px 40px 30px;    
}

.interna:after 
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
}

.interna p img {
	border:5px solid #eee;
}

.interna p .img-content {
	background-color:#EEEEEE;
    display:inline-block;
    float:right;
    height:auto;
    margin:5px;
    padding:5px;
    font-size:11px;
    text-align:center;
}

.interna p .img-content img {
	border:none;
}

.interna ul {
	margin:0px 0;
}

.interna ul li {
	list-style-position:outside;
	padding-left:8px;
	margin-left:20px;
}

.voltar 
{
    clear:both;
}

/* CLIENTES */

.clientes {
    background-color:#f6f6f6;
    margin:30px -30px 0 -30px;
    padding:0 0 0 30px;
    min-height:100px;
}

.clientes span{    
    background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	font-size:12px;
	height:140px;
	margin:22px 0 0 22px;
	text-align:center;
	width:177px;
}

.clientes img{
    width:140px;
    height:120px;
    margin:10px;
    border:none;
}

/* NOVIDADES */
.mainNews {
	width:390px;
    color:#545353;
    font-size:14px;
    line-height:24px;
    padding:0 15px 0 0;
    margin:0 0 20px 0;
	float:left;
}
.mainNews a,.mainNews:hover{
    text-decoration:none;
}
.mainNews:hover {
    text-decoration:none;
    background-color:#f4f4f4;
}
.mainNews h1{
	font-size:15px;
	color:#105183;
	padding:0 0 6px 0;
	font-weight:bold;
}
.mainNews img {
    padding:10px;
    margin:6px 10px 10px 0;
    border:solid 1px #ccc;
    background-color:#f7f7f7;
    float:left;
}
.news {
    color:#545353;
    font-size:12px;
    line-height:18px;
}
.news h1{
    background-image:url(../novidades/imagens/bulletNews.png);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0px 0 0 50px;
    line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#105183;
}
.news p{
    padding:0px 0 10px 0;
    padding-left:50px;
}
.news a{
    text-decoration:none;
}
.news:hover {
    text-decoration:none;
    background-color:#f4f4f4;
}
.newsContent {
    color:#545353;
    font-size:14px;
    line-height:24px;
}

.newsContent ul li {
	list-style-position:inside;
}

.newsImg {
    width:420px;
    color:#999;
    margin:6px 0 10px 10px;
    font-size:11px;
    text-align:center;
    background-color:#f7f7f7;
    border:solid 1px #ccc;
    float:right;
}

.newsImg img{
    padding:10px 10px 0 10px;
}
.newsDw {
    background-image:url(../novidades/imagens/downloadBullet.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0 0 0 40px;
}
.newsDw a {
    color:#545353;
    text-decoration:none;
    line-height:40px;
}
.newsDw a:hover {
    text-decoration:none;
    color:#64b703;
    line-height:40px;
}
.newsLink {
    background-image:url(../novidades/imagens/linkBullet.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0 0 0 40px;
}
.newsLink a {
    color:#545353;
    text-decoration:none;
    line-height:40px;
}
.newsLink a:hover {
    text-decoration:none;
    color:#64b703;
    line-height:40px;
}
.nR {
    border-right:solid 1px #ccc; 
}
.nL {
    padding:0 0 0 20px; 
}

.voltar a{
    color:#002952;
    text-decoration:none;
    float:right;
}
.voltar a:hover{
    color:#4a4a49;
}

/*Trabalhe Conosco*/
.trabalheConosco {
	background-image:url(../imagens/trabalheConosco.jpg);
	background-position:650px 100px;
	background-repeat:no-repeat;
}
.trabalheConosco h3 {
    width:80px;
	color:#262626;
	font-size:12px;
	margin:0;
	padding:2px;
	float:left;
}

.trabalheConosco-Form {
	width:212px;
	height:14px;
	background:url(../imagens/trabalhoForm.gif) 0 0 no-repeat;
	background-color:#fff;
	padding:4px;
	margin:9px 10px;
	border:none;
}
.trabalheConosco-Form:focus {
	background:url(../imagens/trabalhoForm.gif) 0 -22px no-repeat;
}
.trabalheConosco-Form2 {
	width:30px;
	height:14px;
	background:url(../imagens/trabalhoForm2.gif) 0 0 no-repeat;
	background-color:#fff;
	padding:4px;
	margin:9px 10px;
	border:none;
	float:left;
}
.trabalheConosco-Form2:focus {
	background:url(../imagens/trabalhoForm2.gif) 0 -22px no-repeat;
}
.trabalheConosco-Form3 {
	width:168px;
	height:14px;
	background:url(../imagens/trabalhoForm3.gif) 0 0 no-repeat;
	background-color:#fff;
	padding:4px;
	margin:9px -4px;
	border:none;
}
.trabalheConosco-Form3:focus {
	background:url(../imagens/trabalhoForm3.gif) 0 -22px no-repeat;
}

.trabalheConosco-File {
    border:solid 1px #b2b2b2;
    margin:9px 10px;
}
.okButton {
	width:32px;
	height:25px;
	background-image:url(../imagens/backgroundContatoButton.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fbf5e8;
	color:#3f3f3e;
	font-size:13px;
	line-height:25px;
	border:none;
	margin:0 0 0 20px;
	cursor:pointer;
}
.okButton:hover {
	background-image:url(../imagens/backgroundContatoButtonHover.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#3f3f3e;
	cursor:pointer;
}

/*Produtos*/

.produto1 {
    border-left:solid 20px #149c50;
    padding:10px;
    text-align:justify;
}

.produto1 h2{
    color:#149c50;
    font-size:20px;
}
.produto1 a{
    color:#149c50;
    float:right;
}

.produto2 {
    border-left:solid 20px #ffa620;
    padding:10px;
    text-align:justify;
}

.produto2 h2{
    color:#ffa620;
    font-size:20px;
}
.produto2 a{
    color:#ffa620;
    float:right;
}

.produto3 {
    border-left:solid 20px #05345e;
    padding:10px;
    text-align:justify;
}

.produto3 h2{
    color:#05345e;
    font-size:20px;
}
.produto3 a{
    color:#05345e;
    float:right;
}


/*#############################################Banner-Nivo##################################################*/

#banner
{	
	background:#fff;
	border-bottom:solid 7px #ffba00;

}

#banner-interna
{
	height:214px;
	width:882px;
	background:#ccc;
	z-index:0;
}

#slider {
	position:relative;
    width:882px;
    height:214px;
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	float: right;
    margin: 188px 12px 0 0;
}

.nivo-controlNav a {
	display:block;
	width:14px;
	height:12px;
	background:#fff;
	color:#105183;
	font-size:9px;
	border:solid 1px #105183 !important;
	text-align:center;
	margin-right:3px;
	float:left;
	line-height:12px;
}

.nivo-controlNav a.active {
	background:#105183;
	color:#fff;	
	border:solid 1px #fff !important;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

