@charset "utf-8";
/* CSS Document */

/* Estrutura */

html {
	background: #afd9ff url(image/bg.jpg) repeat-x top;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(image/bgtopo.jpg) no-repeat center top;
	padding: 0px;
	margin: 0px;
}
#site {
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
}
#topo {
	height: 95px;
	margin-left: 210px;
}

#box {
	margin-top: 300px;
	}

#boxctd {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: right;
	}
	
#ctd {
	margin: 0px;
	padding: 10px;
	width: 520px;
	float: left;
	background-color: #FFFFFF;
	}
	
#ico {
	width: 90px;
	padding-right: 10px;
	padding-bottom: 8px;
	float: left;
	}

/* Menu */

#topo ul {
	margin:0;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;
	list-style: none;
	width: 536px;
	background: url(image/mn_off.jpg) repeat-x top;
}
#topo li {
	float: left;
}
#topo li a {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 38px;
	text-decoration: none;
	color: #FFFFFF;
}
#topo li a:hover {
	background: url(image/mn_on.jpg) repeat-x top;
	color: #000000;
}

/* Textos e links */

.sign {
	font-size: 8px;
	color: #000;
}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 16px;
	color: #666666;
	}
	
h2 {
	font-size: 14px;
	color: #666666;
	}
	
/* Formulário */

label {
	display:block;
	}
	
input {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 350px;
	}
	
option {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	}
	
select {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	}

textarea {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 350px;
	}
	
.botao {
	width: 70px;
	}

.tel {
	width: 150px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


