/* Seven Segurança Eletrônica */
body {
	background-image: url(images/body_mosaic4.jpg);
	background-repeat: repeat-x;
	background-color: #FAFAFA;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E5F61;
}
#all {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Início da Página - Header  */
#header {
	height: 150px;
	width: 798px;
	background-color: #95AABF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B2B2;
	background-image: url(images/back_header4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	margin: 0px;
	float: left;
	height: 94px;
	width: 310px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
#txt {
	float: right;
	width: 435px;
	padding-top: 52px;
	font-size: 16px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 15px;
	font-weight: bold;
	line-height: 1.4em;
}

/* Menu  */
#navbar {
	margin: 0px;
	padding: 0px;
	height: 36px;
	background-image: url(images/backMenu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9BBBF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9BBBF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CBCCCF;
}
#menu {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	width: auto;
}
#menu ul li {
	float: left;
	height: 30px;
	background-image: url(images/li.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #5E5F61;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 9px;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:hover {
	background-image: url(images/hover.png);
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D5D4;
	padding-right: 9px;
	background-color: #F2F3F4;
	color: #C7965E;
}

/* Corpo da Página */
#maincontent {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

/* Imagem Principal */
#under_all {
	background-color: #E4E4E4;
	height: 270px;
	background-image: url(images/home3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-left-color: #C4C4C4;
	margin: 0px;
	padding: 0px;
}

/* Texto Explicativo */
#explain {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-left-color: #C4C4C4;
	background-color: #FBFBFB;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(images/explain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Imagem da página interna */
#internaImagem {
	background-image: url(images/imagens_internas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: right;
	height: 300px;
	width: 300px;
	margin-left: 20px;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#explain h3 {
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	display: block;
	padding-top: 20px;
	color: #5E5F61;
	font-weight: normal;
}

#explain h4 {
	font-size: 16px;
	text-align: left;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5F61;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 30px;
}

#explain h5 {
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5F61;
	font-weight: bold;
	padding-top: 30px;
}
#explain li {
}


#explain p {
	text-align: left;
	padding-left: 20px;
	line-height: 1.5em;
}
#explain .first {
	padding-top: 15px;
}

#explain blockquote {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #B4B5B6;
	font-style: italic;
}
#explain .answerme {
	font-weight: bold;
	padding-left: 44px;
}
#explain ul {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#explain table {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/* Imagem da Página Principal */
#showroom {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
	background-color: #FBFBFB;
	margin-left: 3px;
	height: 300px;
	width: 300px;
	padding-top: 20px;
	background-image: url(images/imagens_internas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#showroom table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Footer - Imagem Final */
#footer {
	clear: both;
	width: 800px;
	height: 70px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


/* Footer - Dados Legais */
#name {
	font-size: 11px;
	color: #BBBBBB;
	padding-top: 5px;
	clear: both;
}
#name a {
	color: #BBBBBB;
}
#name a:hover {
	color: #AEAEAE;
}

