/* geral */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(imagens/bg.png) center top repeat-x #096980;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}
div {
	overflow: hidden;
}
img {
	border: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #03232b;
	font-weight: bold;
}
a:hover {
	color: #45e2e9;
}
@font-face {
	font-family: "yanone";
	src: url(fonts/YanoneKaffeesatz-Light.ttf);
}
.title {
	font-family: "yanone";
	font-size: 35px;
	clear: both;
	color: #fff;
	line-height: 45px;
	text-shadow: 0px 1px 0px #333;
	margin: 0px 0px 20px 0px;
}
	.title a {
		font-family: "yanone";
		font-size: 20px;
		line-height: 45px;
		float: right;
		background: url(imagens/arrow2.png) left center no-repeat;
		padding: 0px 0px 0px 10px;
	}
	.title a:hover {
		background: url(imagens/arrow.png) left center no-repeat;
	}
.subtitle {
	font-family: "yanone";
	font-size: 18px;
	clear: both;
	color: #fff;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
}
	.subtitle .a {
		float: right;
		background: url(imagens/arrow2.png) left center no-repeat;
		padding: 0px 0px 0px 10px;
	}
	.subtitle .a:hover {
		background: url(imagens/arrow.png) left center no-repeat;
	}
p {
	margin: 0px 0px 15px 0px;
}
.pager {
	float: left;
	padding: 2px 8px;
	background: #fff;
	line-height: 20px;
	border-radius: 4px;
	margin: 0px 5px 5px 0px;
}
.pager:hover {
	color: #fff;
	background: #074f60;
}
.clear {
	clear: both;
	height: 0px;
}

/* top */
.top {
	height: 100px;
	position: relative;
}
	.top .logo {
		float: left;
		margin: 35px 0px 0px 0px;
	}
	.top .name {
		position: absolute;
		top: 40px;
		right: 450px;
	}
	.buscaForm {
		float: right;
		height: 37px;
		width: 237px;
		margin: 35px 0px 0px 8px;
	}
		.buscaForm .inputBusca {
			width: 201px;
			height: 37px;
			background: url(imagens/inputBusca.png) left center no-repeat;
			float: left;
		}
			.buscaForm .inputBusca input {
				border: none;
				height: 25px;
				line-height: 25px;
				width: 190px;
				margin: 5px 5px 5px 6px;
				background: none;
			}
		.buscaForm .buttonBusca {
			border: none;
			width: 36px;
			height: 37px;
			background: url(imagens/buttonBusca.png) right center no-repeat;
			float: right;
			cursor: pointer;
		}
	.areaLogin, .busca {
		float: right;
		margin: 35px 0px 0px 0px;
		list-style: none;
	}
		.areaLogin li, .busca li {
			float: left;
			font-weight: bold;
			height: 37px;
			margin: 0px 0px 0px 10px;
			padding: 0px 10px 0px 0px;
		}
			.areaLogin li a, .busca li a {
				display: block;
				line-height: 37px;
				color: #fff;
				text-decoration: none;
				background: url(imagens/button.png) left top no-repeat;
				padding: 0px 0px 0px 10px;
			}
			.areaLogin li a:hover, .busca li a:hover {
				background: url(imagens/button.png) left center no-repeat;
			}
			.areaLogin li a:active, .busca li a:active {
				background: url(imagens/button.png) left bottom  no-repeat;
				text-shadow: 0px 1px 1px #000;
			}
				.areaLogin li a span, .busca li a span {
					display: block;
					line-height: 37px;
					background: url(imagens/button.png) right top no-repeat;
					padding: 0px 10px 0px 0px;
					margin: 0px -10px 0px 0px;
				}
				.areaLogin li a:hover span, .busca li a:hover span{
					background: url(imagens/button.png) right center no-repeat;
				}
				.areaLogin li a:active span, .busca li a:active span {
					background: url(imagens/button.png) right bottom no-repeat;
					text-shadow: 0px 1px 1px #000;
				}
.menu, .menu2 {
	height: 50px;
	line-height: 50px;
	padding: 0px 5px;
}
.menu {
	background: url(imagens/bgMenu.png) center top no-repeat;
}
.menu2 {
	background: url(imagens/bgMenu2.png) center top no-repeat;
	margin-bottom: 20px;
}
	.menuTop {
		list-style: none;
		font-size: 14px;
		font-weight: bold;
	}
		.menuTop li {
			float: left;
			margin: 0px 6px 0px 6px;
		}
			.menuTop li a {
				color: #042f39;
				text-decoration: none;
				padding: 0px 18px;
				line-height: 50px;
				display: block;
			}
			.menuTop li a:hover {
				color: #fff;
				background: url(imagens/hoverMenu.png) center top repeat-x;
				text-shadow: 0px 1px 0px #777;
			}
			.menuTop li ul {
				display: none;
				position: absolute;
				z-index: 999;
				list-style: none;
				width: 230px;
				background: #2181a3;
				border-bottom-left-radius: 10px;
				border-bottom-right-radius: 10px;
				overflow: hidden;
			}
				.menuTop li ul li {
					float: none;
					margin: 0px;
				}
			.menu2 .menuTop li ul {
				background: #fff;
			}
.banner {
	height: 335px;
	background: url(imagens/bgBanner.png) center top no-repeat;
}

/* home */
.content {
	width: 960px;
	margin: 0px auto;
}
	.main {
		min-height: 300px;
	}
		.box {
			float: left;
			width: 300px;
		}
		.middle {
			margin-left: 30px;
			margin-right: 30px;
		}
			.imgBox {
				width: 300px;
				height: 103px;
				background: url(imagens/imgBox.png) center top no-repeat;
			}
				.imgBox div {
					height: 90px;
					width: 300px;
					text-align: center;
					display: table-cell;
					vertical-align: middle;	
				}
			.imgNews {
				float: left;
				padding: 2px;
				border: solid 1px #074f60;
				margin: 0px 10px 20px 0px;
			}
			
/* busca */
.busca {
	list-style: none;
	float: none;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
	.busca li {
		margin: 0px 10px 0px 0px;
	}
	.repeat {
		clear: both;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/shadow.png) center bottom no-repeat;
	}

/* forms / contato / amigo */
.forms {
	line-height: 35px;
}
	.forms .inputBox {
		float: left;
		width: 302px;
		margin: 0px 10px 10px 0px;
		height: 37px;
		line-height: 37px;
	}
	.forms .inputBox2 {
		float: left;
		width: 146px;
		margin: 0px 10px 10px 0px;
		height: 37px;
		line-height: 37px;
	}
	.forms .label {
		margin-bottom: 0px;
	}
	.forms label {
		float: left;
		clear: left;
		width: 80px;
		margin: 0px 10px 10px 0px;
		line-height: 37px;
	}
	.forms .input {
		float: left;
		height: 37px;
		width: 302px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_1.png) center no-repeat;
	}
		.forms .input input {
			background: none;
			border: none;
			width: 292px;
			height: 25px;
			margin: 5px;
		}
		.forms .input select {
			background: none;
			border: none;
			width: 292px;
			height: 25px;
			margin: 5px;
		}
	.forms .input2 {
		float: left;
		height: 37px;
		width: 107px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_2.png) center no-repeat;
	}
		.forms .input2 input {
			background: none;
			border: none;
			width: 97px;
			height: 25px;
			margin: 5px;
		}
		.forms .input2 select {
			background: none;
			border: none;
			width: 97px;
			height: 25px;
			margin: 5px;
		}
	.forms .text {
		float: left;
		height: 157px;
		width: 302px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_text.png) center no-repeat;
	}
		.forms .text textarea {
			background: none;
			border: none;
			width: 292px;
			height: 146px;
			margin: 5px;
		}
	.forms .security {
		float: left;
		margin: 0px 0px 10px 0px;
	}
		.forms .security .img {
			float: left;
			margin: 0px 10px 0px 0px;
			border-radius: 5px;
			box-shadow: 0px 1px 1px #000;
		}
	.forms button {
		border: none;
		background: none;
		float: left;
		margin: 0px 10px 0px 0px;
		cursor: pointer;
		width: 80px;
		height: 37px;
	}
		.forms button .left {
			height: 37px;
			width: 10px;
			float: left;
			display: block;
			background: url(imagens/button.png) left top no-repeat;
		}
		.forms button .middle {
			height: 37px;
			float: left;
			line-height: 35px;
			display: block;
			margin: 0px;
			color: #fff;
			font-weight: bold;
			background: url(imagens/button.png) center top no-repeat;
		}
		.forms button .right {
			height: 37px;
			width: 10px;
			float: left;
			display: block;
			background: url(imagens/button.png) right top no-repeat;
		}
	.forms .none {
		float: none;
		clear: none;
		width: auto;
		margin: 0px;
		line-height: 37px;
	}
.mapa {
	background: #fff;
	height: 400px;
	box-shadow: 0px 1px 1px #000;
	margin: 0px 2px 2px 2px;
	border-radius: 7px;
	padding: 10px;
	position: relative;
}
	.mapa .mapIn {
		height: 100%;
		width: 100%;
	}
  .mapa div *{
    color: black;
    overflow: visible;
  }
/* links */
.links {
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 20px;
	background: url(imagens/arrow.png) left center no-repeat;
}
	.links .imgNews {
		margin-bottom: 5px;
	}

/* news / paginas */
.fonte {
	padding: 10px 12px;
	border-radius: 5px;
	background: #074f60;
	box-shadow: 0px 1px 1px #222;
	margin: 0px 1px 0px 1px;
}
.dados {
	float: left;
}
.amigo {
	float: right;
	padding: 0px 0px 0px 10px;
	background: url(imagens/arrow2.png) left center no-repeat;
}
.amigo:hover {
	background: url(imagens/arrow.png) left center no-repeat;
}

/* gallery */
.galleryCat {
	float: left;
	width: 182px;
	height: 180px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	background: url(imagens/gallery.png) center top no-repeat
}
	.galleryCat img {
		margin: 10px;
	}
	.galleryCat p {
		margin: 0px 10px;
	}
.galleryImg {
	float: left;
	padding: 2px;
	border: solid 1px #074f60;
	margin: 0px 10px 10px 0px;
}

/* videos */
.video {
	float: left;
	width: 630px;
	height: 400px;
	margin: 0px 0px 20px 0px;
}
.videoList {
	float: right;
	width: 300px;
	height: 400px;
	margin: 0px 0px 20px 0px;
	background: url(imagens/videoList.png) center top no-repeat;
}
	.videoList .div {
		width: 290px;
		height: 390px;
		margin: 5px;
		overflow-y: scroll;
	}
	.videoBox {
		overflow: hidden;
		display: block;
		height: 50px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
	}
		.videoBox .imgNews {
			border: solid 1px #ccc;
		}

/* produtos */
.productsList {
	float: left;
	width: 200px;
	margin: 0px 30px 0px 0px;
	position: relative;
	overflow: visible;
}
.productsList ul {
	list-style: none;
}
.products {
	float: right;
	width: 730px;
}
.detalhes {
	padding: 2px 8px;
	line-height: 20px;
	border-radius: 4px;
	margin: 0px 5px 5px 0px;
	color: #fff;
	background: #074f60;
}	
.prod {
	float: left;
	width: 172px;
	height: 180px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	background: url(imagens/prod.png) center top no-repeat
}
	.prod .prodName {
		margin: 0px 10px 5px 10px;
		height: 15px;
		line-height: 15px;
		overflow: hidden;
	}
	.prod img {
		margin: 10px 10px 6px 10px;
	}
.jmenu_vertical {
	background: none;
	list-style: none;
}
	.jmenu_vertical li {
		margin: 0px 0px 0px 0px;
		background: url(imagens/arrow.png) 0px 9px no-repeat;
	}
		.jmenu_vertical li a {
			display: block;
			line-height: 25px;
			height: 25px;
			overflow: hidden;
			padding: 0px 0px 0px 10px;
			color: #fff;
		}
		.jmenu_vertical li ul {
			display: block;
			padding: 0px 0px 0px 15px;
		}
			.jmenu_vertical li ul li {
				background: url(imagens/arrow2.png) 0px 9px no-repeat;
			}
				.jmenu_vertical li ul li a {
					font-weight: normal;
					color: #03232b;
				}

/* pedidos */

/* podcasting */
.player {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* bottom */
.bottom {
	clear: both;
	height: 210px;
	background: url(imagens/bottom.png) center top no-repeat;
	position: relative;
	text-align: center;
	margin: 30px 0px 0px 0px;
	color: #03232b;
	font-size: 10px;
	font-weight: bold;
}
	.boxList {
		margin: 15px;
		/*height: 75px;*/
	}
		.boxList a {
			float: left;
			display: block;
			width: 218px;
			margin: 0px 18px 0px 0px;
			position: relative;
		}
			.boxList a .play {
				position: absolute;
				left: 31px;
				top: 19px;
			}
			.boxList a img {
				float: left;
				margin: 0px 10px 0px 0px;
			}
			.boxList a h3 {
				font-size: 11px;
				text-align: left;
			}
	.wv {
		display: block;
		width: 29px;
		height: 11px;
		background: url(imagens/wv.png) center no-repeat;
		position: absolute;
		right: 0px;
		top: 112px;
	}
	.bottom p {
		margin: 60px 0px 0px 0px;
	}

/* filled */
.filled {
	background: url(imagens/filled.png) left top repeat-y;
	padding: 20px 40px;
	margin: 0px 0px 20px 0px;
	list-style: inside;
	font-weight: bold;
}

