@charset "utf-8";

body{
	background-image: url(../grafik/verup_bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*width: expression( document.body.clientWidth < 701 ? "700px" : "auto" ); */
	width: 800px;
	min-width:800px;
	margin:auto;
	text-align:center;
	position:relative;
}

/*-----------------------Link Geral Start---------------------*/

a:link, a:visited{
	color:#333333;
	text-decoration:none !important;
}

a:active, a:hover{
	text-decoration:underline !important;
	color: #933;
}

/*-----------------------Header Start---------------------*/

#geral{
	margin:0 0 20px 0;
	min-width:800px;
	width:100%;
	height:100%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}

#verup{
	background-color:#FFFFFF;
	height:auto;
	margin:0 auto;
	text-align:center;
	width:800px;
	border: 1px solid #CCCCCC;
}

#header{
	background-color:#FFFFFF;
	height:150px;
	margin:0 auto;
	text-align:center;
}

#logo{
	clear:both;
	float:left;
	height:111px;
	margin:20px 0px 0px 20px;
	position:relative;
	text-align:left;
	width:111px;
}

/*-----------------------Menu Start---------------------*/

#menu{
	background-image:url(../grafik/menu-bg.gif);
	clear:right;
	float:right;
	width:650px;
	height: 40px;
	padding:0px 0px 0px 0px;
	margin: 90px 0px 0px 0px;
	list-style: none;
	text-align:center;
	font-weight: bold;
}

.item-menu {
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	float: center;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px dotted #999999;
}

#menu a {
	width:80px;
	height:20px;
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 0;
}

#menu a:hover {
	color:#666666;
	background: #FFFFFF url(../grafik/item-menu-ahouver.gif) bottom left;
}

body#home #home a,
body#empresa #empresa a,
body#datacenter #datacenter a,
body#sistema #sistema a,
body#noticias #noticias a,
body#clientes #clientes a,
body#servicos #servicos a,
body#contato #contato a{
	background: #fff url(../grafik/item-menu.gif) repeat-x bottom left;
	border-color: #fff;
	font-weight: bold;
}


/*-----------------------Sub-Menu Start---------------------*/

#box{
	clear:right;
	float:right;
	width:200px;
	height:auto;
	padding:0px 0px 0 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align:center;
	font-weight: bold;
	
}
.item-submenu {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	float: center;
	border-bottom: 1px dotted #999999;	
}

#box li {
	background: #FFFFFF url(../grafik/submenu-bg.gif) left top repeat-y scroll;
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px dotted #999999;

}

#box a {
	width:200px;
	height:20px;
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	border-bottom: 0;
}

#box a:hover {
	color:#666666;
	background: #FFFFFF url(../grafik/item-submenu-ahouver.gif) bottom left;
}

.ativo{
	background: #fff url(../grafik/item-submenu.gif) left top repeat-y scroll !important;
	border-color: #fff;
	font-weight: bold;
}


/*-----------------------body Start---------------------*/

#body{
text-align:center;
}
#banner{
	background-color:#d9088a;
	width:783px;
	height:154px;
	position:relative;
	margin: 0 0 10px 8px;
}
#esq{
	background-color:#FFFFFF;
	clear:both;
	float:left;
	width:200px;
	height:auto;
	position:relative;
	margin: 10px 0 0 10px;
}
#dir{
	clear:right;
	float:right;
	width:580px;
	height:auto;
	position:relative;
	padding: 20px 0 0 0;
	margin: 0 10px 10px 0;
}

.conteudo{
	color:#999999;
	margin:0px 15px 0px 15px;
	text-align:justify;
	clear:both;
}

h1{
	border-bottom:1px dotted #a3057f;
	color:#a3057f;
	font:22px normal Verdana, Arial, Helvetica, sans-serif;
	height:1.6em;
	margin-bottom:30px;
	padding: 0;
}

h3{
	border-bottom:1px dotted #a3057f;
	color:#a3057f;
	font:24px normal Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	padding-bottom:10px;
	margin: 0px;
	margin-bottom:10px;
}

h4{
	color:#a3057f;
	font:18px normal Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border-top:1px dotted #a3057f;
	text-align:center;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #a3057f;
	border-style: none none dotted; 
}

.negrito{
	font-weight:bold;
}

a.link{
	color:#a3057f;
}

.conteudo li{
	color:#666666;
	list-style:url(../grafik/bullet.gif);
	margin-left:25px;
}

.conteudo ul{
	margin-bottom:30px
}

.conteudo h2{
	color:#295995;
	font:16px normal Verdana, Arial, Helvetica, sans-serif;
	height:1.4em;
	line-height:22px;
	margin: 0px 0px 5px 0px;
}

.conteudo p{
	color:#666666;
	margin-bottom: 10px;
}

.conteudo-scan{
	color:#66a326;
	margin-left:180px;
	text-align:justify;
}

.conteudo-scan h1{
	border-bottom:1px dotted #295995;
	color:#295995;
	font:22px normal Verdana, Arial, Helvetica, sans-serif;
	height:1.6em;
	margin-bottom:30px;
}

.conteudo-scan h2{
	color:#295995;
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	height:1.4em;
	line-height:22px;
	margin: 0px 0px 5px 0px;
}

.conteudo-scan p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:30px;
}

.icone{
	height:auto;
	margin:-10px 0px 0px -180px;
	position:absolute;
	width:150px;
}

/*-----------------------Area-Home Start---------------------*/

#area-home{
	text-align:center;
}

#area-home ul{
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#area-home li{
	width:230px;
	height:auto;
	float:left;
	display:inline;
	margin: 15px 15px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.list-home li{
	color:#666666;
	list-style:url(../grafik/bullet.gif);
	margin-left:0px;
}

#area-home h2{
	border-bottom:1px dotted #295995;
	color:#295995;
	font:22px normal Verdana, Arial, Helvetica, sans-serif;
	height:1.6em;
	margin-bottom:30px;
}

#area-home p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:30px;
}



/*-----------------------form-Contato Start---------------------*/
#areaForm{
	height:auto;
	width:500px;
	margin:0 auto;
	padding:0 auto;
	position:relative;
	text-align:left;
}


/*-----------------------Footer Start---------------------*/

#footer{
	clear:both;
	width:800px;
	height:75px;
	position:relative;
	margin: 0 0 0 0px;
	border-top:5px solid #a3057f;
}

#direitos{
	color:#666666;
	clear:both;
	float:left;
	font-size:10px;
	width:400px;
	height:auto;
	position:relative;
	text-align:justify;
	margin: 20px 0 0 10px;
}
#tecnologias{
	color:#a3057f;
	clear:right;
	float:right;
	width:100px;
	height:auto;
	position:relative;
	padding:3px 3px 3px 3px;
	margin: 10px 10px 0 0;
}
