/* CSS Document */
body {
	background-image:url(img/fundo.png);
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

p {
	text-align:justify;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#D70000;
}

a:hover {
	text-decoration:underline;
}

#wcc-faixa {
	position:absolute;
	margin-top:-180px;
	top:50%;
	width:100%;
	height:360px;
	background:#660000;
}

#wcc-estrutura {
	position:absolute;
	width:980px;
	margin-left:-490px;
	left:50%;
}

#wcc-xicara {
	background:url(img/xicara2.png) no-repeat;
	position:relative;
	float:left;
	width:497px;
	height:493px;
	margin-top:-50px;
}

#wcc-xicara #portfolio {
	position:absolute;
	z-index:1;
	margin:265px 0 0 385px;
	width:80px;
	height:100px;
}

#wcc-xicara #servicos {
	position:absolute;
	z-index:1;
	margin:415px 0 0 165px;
	width:100px;
	height:40px;
}

#wcc-xicara #clientes {
	position:absolute;
	z-index:1;
	margin:380px 0 0 290px;
	width:100px;
	height:60px;
}

#wcc-xicara #contato {
	position:absolute;
	z-index:1;
	margin:130px 0 0 400px;
	width:70px;
	height:100px;
}

#wcc-content {
	position:relative;
	float:left;
	width:480px;
	height:360px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#wcc-scroll-pages {
	width:2880px;
	height:360px;
	padding:0;
	margin:0;
}

div.wcc-page {
	position:relative;
	float:left;
	width:470px;
	height:360px;
	padding:0 5px 0 5px;
}

.wcc-page-tit {
	text-align:center;
	margin: 5px 0 5px 0;
}

div.wcc-page-btn-hor-1 {
	text-align:center;
	height:24px;
	margin:15px 0 10px 0;
}

div.wcc-page-btn-hor-2 {
	text-align:center;
	height:24px;
	margin:5px 0 10px 0;
}

/* CLIENTES */
div.clientes {
	width:460px;
	height:300px;
	margin-top:10px;
	background-color:#FFF;
	border:5px solid #CCC;
}

div.clientes td {
	width:150px;
	text-align:center;
	vertical-align:middle;
	padding:10px 5px 10px 5px;
}

/* PORTFOLIO */
div#portfolio-content {
	width:470px;
	height:250px;
	overflow:hidden;
}

div.portfolio-quadro {
	clear:both;
	width:470px;
	height:250px;
}

div.portfolio-quadro .box-img {
	height:250px;
	margin-right:10px;
	float:left;
}

div.portfolio-quadro img {
	border:5px solid #CCC;
}

/* CONTATOS */
div.contact-c1 {
	position:relative;
	float:left;
	width:240px;
	height:360px;
}

div.contact-c2 {
	position:relative;
	float:left;
	width:230px;
	height:360px;
}


.msg-error {
	background: #FF9F9F;
	border:1px solid #CA0000;
	padding:5px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.msg-alert {
	border:1px solid #FFCC00;
	background:#FFFFCC;
	padding:5px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	
}

.msg-sucess {
	border:1px solid #00CC00;
	background:#D7FFD7;
	padding:5px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#wcc-rodape {
	float:right;
	margin-top:10px;
}