﻿* {
	padding: 0;
	margin: 0;
}


body {
	font: 10pt "Trebuchet MS";
	color: #000;
	background: #fff url(../img/bg-site.jpg) repeat;
	text-align: left;
}

a {
	text-decoration: none;
}

img {
	border: none;
	margin: 0 auto;
}

.hide {
	display: none;
}

#fundo {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}

/* cabeçalho div topo **************************************************************************************************************************/

h1 {
	position: relative;
	width: 800px;
	height: 123px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding-top: 15px;
	background: #fff url(../img/logomillennium.jpg) no-repeat bottom right;
}

h1 a.mwts {
	width: 100px;
	height: 123px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#topo {
	position: relative;
	width: 800px;
	height: 158px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: #fff;
}

#endereco {
	width: 100%;
	height: 58px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

address {
	width: 800px;
	height: 28px;
	margin: 15px auto;
	padding: 0;
	font-style: normal;
	font-size: 9pt;
	line-height: 24pt;
}

address a {
	display: block;
	float: left;
	height: 28px;
	padding-left: 38px;
	color: #015273; /* azul marinho */
}	

address a.endereco {
	background: url(../img/maps.jpg) no-repeat bottom left;
}

address a.tel {
	background: url(../img/telfax.jpg) no-repeat bottom left;
}

address a.email {
	background: url(../img/mail.jpg) no-repeat bottom left;
}

address a:hover {
	background-position: top left;
}

/* menu div menutopo **************************************************************************************************************************/

#menutopo {
	width: 800px;
	height: 37px;
	margin: 0 auto;
}

#menutopo ul {
	width: auto;
	height: 37px;
	list-style-type: none;
}

#menutopo ul li {
	position: relative;
	float: left;
	padding: 0 7px;
}

#menutopo ul li img {
	position:absolute;
	bottom:0;
	left:0;
}

#menutopo ul li a {
	display: block;
	width: 145px;
	height: 37px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 22pt;
	text-align: left;
	padding-left: 40px;
	background: url(../img/menuitem.jpg) no-repeat left bottom;
}

#menutopo ul li a:hover {
	background: url(../img/menuitem.jpg) no-repeat left top;
}

#menutopo ul li a.active {
	background: url(../img/menuitem.jpg) no-repeat left top;
	color: #cccccc;
}

/* div principal wrap **************************************************************************************************************************/

#principal {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

#principal p, #principal-prod p {
	width: 100%;
	height:auto;
	margin: 15px auto;
	font-size: 1em;
	line-height: 1.2em;
	
}

/* div box wrap **************************************************************************************************************************/

#box {
	width: 100%;
	height: 180px;
	margin: 15px auto;
	background: url(../img/bg-box.jpg) repeat-x bottom;
}

#box p {
	width: 800px;
	height: auto;
	margin: 0 auto;
	line-height: 22pt;
}

#box p img {
	margin: 0;
	float: left;
	padding-right: 35px;
}

/* Videos ***********************************************************************************************/

h2 {
	width: 145px;
	height: 37px;
	margin: 15px;
	color: #015273;
	line-height: 36pt;
	padding-left: 50px;
}

h2.videos {
	width: 740px;
	background: url(../img/videos.png) no-repeat left bottom;
}

#videos {
	width: 800px;
	height: 450px;
	margin: 0 auto;
}

#videos-vitrine {
	width: 350px;
	height: 210px;
	margin: 0 auto;
}

/* Produtos ***********************************************************************************************/

#principal-prod {
	width: 800px;
	height: 1600px;
	margin: 0 auto;
}

h2.produtos {
	background: url(../img/produtos.png) no-repeat left bottom;
}

h3 {
	width: 354px;
	height: 36px;
	padding: 5px 18px;
	border-bottom: solid 2px #fff;
	background: #ccc url(../img/h3-bg.jpg) no-repeat right top;
	color: #015273;
	font-size: 16pt;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
	color: #015273;
}

h3 a:hover {
	text-decoration: underline;
}

h3.full {
	width: 100%;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: 15px auto;
	color: #9d9d9d;
}

#esquerda h4, #esquerda h5, #direita h4, #direita h5 {
	color: #fff;
}

h5 {
	font-size: 12pt;
	font-weight: bold;
	margin: 5px auto;
	color: #015273;
}

#esquerda img, #direita img {
	margin: 18px;
}

#esquerda, #direita {
	width: 390px;
	height: auto;
	float: left;
	color: #fff;
	background-color: #015273;
}

#esquerda {
	margin-right: 10px;
}

#direita {
	margin-left: 10px;
}

#esquerda p, #direita p, #esquerda h4, #esquerda ph5, #direita h4, #direita h5 {
	width: 354px;
	height: auto;
	padding: 0 18px;
}

#esquerda ul, #direita ul {
	width: 300px;
	height: auto;
	margin: 0 auto;
}

#principal-prod ul {
	line-height: 24pt;
	padding-left:30px;
}

.branco {
	display:block;
	width: 100%;
	height: 30px;
	background-color: #fff;
}

a.saibamais {
	color: #fff;
	text-decoration: underline;
}

.photo {
	float: left;
	margin: 0 50px 30px 0;
}