@charset "utf-8";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white url("../images/lateral.jpg") left top repeat-y;;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
div#ally{
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding-top:0px;
	background:url("../images/bg-menu-body.gif") left 120px no-repeat;
	*background:url("../images/bg-menu-body.gif") left 122px no-repeat;
	}
div#alln{
	border-top:3px solid #000;
	border-bottom:0px solid #000;
	padding-top:0px;
	background:url("../images/bg-menu-body.gif") left 119px no-repeat;
	*background:url("../images/bg-menu-body.gif") left 122px no-repeat;
	}
div#wrap{
	/*border:1px solid #000;*/
	width:1004px;
	}
div#col1{
	border:0px solid #000;
	text-align:center;
	height:480px;
	width:252px;
	float:left;
	position:relative;
	}
div#col1 h1{
	border:0px solid #000;
	background:url("../images/logo-home.jpg") right top no-repeat;
	text-indent:-5000px;
	width:auto;
	height:102px;
	position:relative;
	/*top:27px;*/
	margin-top:27px;
	margin-bottom:100px;
	right:20px;
	}
div#col1 p{
	position:relative;
	color:#666;
	margin-top:30px;
	right:20px;
	}
div#col1 ul{
	border:0px solid #000;
	text-align:right;
	color:#666;
	width:250px;
	margin-top:0px;
	margin-left:5px;
	width:250px;
	*width:190px;
	}
div#col1 ul.menu li{
	border-top:0px dotted #666;
	border-bottom:0px dotted #666;
	color:#666;
	text-decoration:none;
	width:210px;
	*width:178px;
	}
div#col1 ul.menu li a{
	background: url("../images/bg-submenus.gif") right center no-repeat;
	color:#666;
	text-decoration:none;
	width:210px;
	*width:178px;
	margin:0;
	padding:12px 10px 12px 0;
	display:block;
}
div#col1 ul.menu li a:hover{
	background: url("../images/bg-submenus.gif") right center no-repeat;
	color:#999;
	text-decoration:none;
	width:210px;
	*width:178px;
	margin:0;
	padding:12px 10px 12px 0;
	display:block;
}
div#page{
	border:0px solid #000;
	width:690px;
	margin:27px 0 0 0;
	float:left;
	}

div#page h2{
	border:0px solid #000;
	font-size:150%;
	font-weight:bold;
	word-spacing:180%;
	color:#5cb4b4;
	margin-left:30px;
	float:left;
	}
html>body div#page h2{
	margin-left:80px;
	}
div#page h3{
	border:0px solid #000;
	font-size:130%;
	font-weight:bold;
	word-spacing:180%;
	color:#5cb4b4;
	padding-left:200px;
	margin:20px 0 5px 0;
	}
div#page p{
	padding-left:200px;
	line-height:150%;
	margin:11px 0 0 0;
	color:#666;
	}
div#page p a{
	color:#0000FF;
	text-decoration:none;
	}
div#page p a:hover{
	color:#000099;
	text-decoration:none;
	}
div#page ul{
	padding-left:200px;
	margin:11px 0 0 0;
	color:#666;
	}
div#page ul li{
	list-style:outside;
	list-style-type:circle;
	padding:0 0 0 10px;
	margin:11px 0 0 15px;
	color:#666;
	}
/* MENU NAVEGAÇÃO PRINCIPAL*/
div#hornav{
	border:0px solid #000;
	width:auto;
	*width:720px;
	height:68px;
	padding-top:85px;
	position:relative; top:0px; left:0;
	float:right;
	}

div#hornav ul {
	background:url(../images/bg-ul.gif) left bottom repeat-x;
	border-top:0px solid blue;
	text-align:center;
	width:695px;
	margin:0 24px 0 0; padding:0;
	float:right;
	}
div#hornav ul ul {
	border:0px solid #000;
	display:none;
	}
div#hornav ul li{
	width:139px; height:69px;
	float:left;
	font-family:trebuchet;
	font-stretch:extra-expanded;
	letter-spacing:2px;
	}
div#hornav ul li a{
	border:0px solid #000;
	background: url(../images/bg-li-bt.gif) right bottom no-repeat;
	color:#999;
	font-weight:bold;
	font-size:100#; text-transform:uppercase; text-decoration:none;
	width:139px; height:69px;
	display:block;
	}
div#hornav ul li a span{
	position:relative; top:52px;
	}
	/*HOME*/
/*div#hornav ul li.item1 a{
	background:url("../images/bg-bt-home.gif") center bottom no-repeat;
	}
	/*EMPRESA
div#hornav ul li.item2 a{
	background:url("../images/bg-bt-empresa.gif") center bottom no-repeat;
	}
	/*PRODUTOS
div#hornav ul li.item3 a{
	background:url("../images/bg-bt-produtos.gif") center bottom no-repeat;
	}
	/*PORTIFOLIO
div#hornav ul li.item8 a{
	background:url("../images/bg-bt-portifolio.gif") center bottom no-repeat;
	}*/
	/*CONTATO*/
div#hornav ul li.item11 a{
	background:none!important;
	}
/*LI HOVER E ACTIVE*/
div#hornav ul li a:hover, div#hornav ul li.active a{
	font-weight:bold;
	color:#666;
	text-transform:uppercase; text-decoration:none;	
	}

/* menu-produtos */
/*div#sub-menu-enable{
	border:1px solid #000;
	background:url("../images/bg-sub-menu-disable.gif") left top no-repeat;
	height:34px;
	}*/
div#sub-menu-enable ul.menu-produtos{
	border:0px solid yellow;
	text-align:center;
	width:420px;
	height:34px;
	margin-right:20px;
	float:right;
	}
div#sub-menu-enable ul.menu-produtos li{
	float:right; margin:0 0px 0; padding:0;	height:34px; width:100px;
	}
div#sub-menu-enable ul.menu-produtos li a{
	border:0px solid #666;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	height:34px;
	padding-top:10px;
	display:block;
	}
div#sub-menu-enable ul.menu-produtos li a:hover{
	color:#666;
	}
/* SLIDESHOW */
div#slidewrap{
	border:0px solid #000;
	background:url("../images/bg-anima-home.gif") center no-repeat;
	width:777px; height:354px;
	margin:34px auto 0 auto; padding:0;
	}

div#slideshow{
	border:0px solid #000;
	width:738px; height:318px;
	margin:0 auto; padding:0;
	position:relative;
	top:17px;
	}
/* SLOGAN HOME*/
div#slogan{
	margin-top:10px;
	}
div#slogan p{
	color:#666!important;
	font-size:100%!important;
	margin:10px 0;
	}

/*RODAPE-HOME*/
div#rodape{
	border:0px solid #000;	
	background:url("../images/bg-rodape-home.jpg") left bottom repeat-x;
	height:159px;
	}

div#rodape p{
	margin:0 auto; padding:auto;
	line-height:160%;
	color:#666;
	position:relative; top:60px;
	}
div#rodape p a{
	color:#4e979a;
	text-decoration:underline;
	}
div#rodape p a:hover{
	color:#0000FF;
	text-decoration:none;
	}
div#rodape p#visaointerativa{
	border:0px solid #000;
	text-align:center;
	margin:0 auto; padding:auto;
	top:80px	
	}
div#rodape p#visaointerativa a{
	color:#999;
	text-decoration:none;
	font-size:95%;
	}
div#rodape p#visaointerativa a:hover{
	color:#0000FF;
	text-decoration:none;
	}
/* BANNERS */
div.bannergroup{
	border:0px solid blue;
	width:666px;
	height:380px;
	margin-right:28px;
	margin-top:30px;
	float:right;
	}
html>body div.bannergroup{
	margin-right:40px;
	}
hr.clear{
	margin-top:40px;
	clear:both;
	visibility:hidden;
	}
	
	
/* CONTATO*/
div.componentheading-contato{
	border:0px solid #000;
	font-size:150%;
	font-weight:bold;
	word-spacing:180%;
	color:#5cb4b4;
	margin-top:40px;
	margin-left:80px;
	float:left;

	}
div#component-contact{
	width:56%;
	margin-top:60px;
	float:right;
	}
div#component-contact input,div#component-contact textarea, .button {
	border:1px solid #666;
	background-color:#fff;
	margin-bottom:10px;
	}
	
	
/* Morfeo Show galeria de imagens*/
/* posicionamento da tabela */

table.sboxgallery{
	float:right;
	}
