@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#tudo {
	margin: auto;
	width: 800px;
	display: block;
}

* { text-decoration:none; }

#conteudopag {
	width: 800px;
	margin: auto;
}

/* TOPO */

.topo {
	margin: auto;
	width: 800px;
	height: 160px;
}

.logo {
	background-image: url(../images/logoLs.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 160px;
}


/* MENU */

#menu {
    width: 775px;
    height:50px;
    margin:0 auto 0 20px;
}

#menu ul {
    float:right;
    margin-top:105px;
}

#menu ul li {
    display:inline;
    margin-right:10px;
}

#menu ul li a {
    color:#666666;
    text-transform:uppercase;
    font-size:14px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
    color:#FFF;
	background-image: url(../images/bgmenu.jpg);
	background-repeat: repeat-x;
	padding: 8px 0 7px 0;
	 
}

/* CONTEÚDO */

#conteudo {
	display:block;
	width: 800px;
	margin: 55px 0 0 0;
}

	.boxconteudo {
		width: 255px;
		float:left;
		padding-bottom: 30px;
	}

	.boxconteudo h1 {
		color: #069;
		font-size: 18px;
		font-weight: bold;
	}

	.boxconteudo h3 {
		color: #666;
		text-align: left;
		font-size: 13px;
		font-weight: normal;
		text-decoration: none;
	} 

	.boxconteudo img {
		border-bottom: #999 1px dotted;
		border-top: #999 1px dotted;
		padding: 8px 0 8px 0;
	}
	

.page {
	width: 800px;
	padding-bottom: 30px;
}
	

.page h1 {
    color: #036;
    text-transform:uppercase;
    font-size:20px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
	border-width: 800px;
	border-bottom: 1px #999 dotted;
	padding-left: 5px;
}

.page h2 {
    color: #09C;    
	font-size:15px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	border-width: 780px;
	border-bottom: 1px #999 dotted;
	margin-left: 20px;
	padding-left: 5px;
	text-transform:uppercase;
	
}

.page h3 {
    color: #666;    
	font-size:13px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	margin-left: 20px;
	padding-left: 5px;
}

.page li {
	list-style-image: url(../images/list.png);
	margin-left: 20px;
}


/* RODAPÉ */

#rodape {
	display: block;
	clear: both;
	height: 125px;
	background-image: url(../images/bgrodape.jpg);
	background-repeat: repeat-x;
}

.textorodape {
	text-align: center;
	font-size: 11px;
	color: #666;
	padding-top: 30px;
}


/* FORMULÁRIO DE CONTATOS */

.form {
	width: 400px;
}

form#contato {
	width:400px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #09C;
	text-transform: uppercase;
}

fieldset {
	padding:5px 20px;
	border:none;
}

label {
	display:block;
	margin:10px 0px 2px 0px;
}

input.campo, #enviar, textarea {
	width:300px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	border:1px solid #ccc;
	padding: 5px;
}


input#enviar {
	margin-top:15px;
	border:1px solid #036;
	background-color: #D2E9FF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color: #036;
	padding:5px 0px;
	width: 70px;
	font-weight: bold;
}

input#enviar:hover {
	margin-top:15px;
	border:1px solid #036;
	background-color: #069;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-transform:uppercase;
	color:#FFF;
	padding:5px 0px;
	width: 70px;
}


/* SLIDER */

#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:800px;
    height:257px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:340px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.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;
}








