@charset "iso-8859-1";
/* CSS Document */

@import url("capa.css");
@import url("aempresa.css");
@import url("servicos.css");
@import url("assistencia.css");
@import url("contato.css");
@import url("cases.css");
@import url("produtoLista.css");
@import url("produto.css");


* {
	margin:0;
	padding:0;
}
body {
	font-family:Tahoma, Arial, serif;
	font-size: 11px;
	background-color:#fffcf7;
	color:#333333;
}

input, select, textarea, select {
	font-family:Tahoma, Arial, serif;
	font-size:11px;
	background-color:#FFFFFF;
	padding:1px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

img { border:0px; }
.clearFloat { clear:both; }

#wrapper {
	margin:0 auto 0 auto;
	width:1004px;
}
#header {
	height:165px;
	}
	#header #formBusca {
		position:absolute;
		margin:6px 50px 0 670px;
		}
		#header #formBusca form { }
	#header #headerFlash { }
			
#wrapperContent {
	margin:0 auto 0 auto;
	width:800px;
	/*background:#FFCCFF; /*rosa*/
	}
	#menu {
		position:absolute;
		margin-top:-130px;/**/
		width:195px;
		/*background-color:#996600; /*marrom*/
		}
		#menu #menuFlash { }
		#menu #menuMiddle {
			background:url(../../img/bg_menu.gif) repeat-y center;
			height:48px;
			}
		#menu #menuBottom {
			background:url(../../img/bg_menu_bottom.jpg) no-repeat center bottom;
			height:32px;
			}
			#menu #menuBottom p {
				color:#FFFFFF;
				text-align:center;
				padding-top:9px;
				}
	.spacerContent { height:10px; }
	#mainContent {
		/*background:#CCCCCC; /*cinza*/
		padding-left:200px;
		background:url(../../img/linhaV1.gif) repeat-y right;
		}
		/* Sidebar para as páginas que precisam */
		#mainContent #sidebar {
			float:right;
			width:170px;
			/*background-color:#009900 /*verde*/
			}
			#mainContent #sidebar #cadastro {
				height:65px;
				background:url(../../img/linhaDestaque.gif) no-repeat bottom;
				}
				#mainContent #sidebar #cadastro form {
					margin-top:10px;
					text-align:center;
					}
				#mainContent #sidebar #destaque {
					width:170px;
					height:400px;
					}
					#mainContent #sideBar #destaque #destaqueFlash { }

	#footer {
		clear:both;
		height:70px;
		background-color:#66CCFF; /*azul*/
		background:url(../../img/bg_footer.gif) no-repeat;
		}
		#footer ul {
			padding-top:10px;
			margin:0 0 0 200px;
			list-style:none;
			font-size:9px;
			}
			#footer ul li {
				float:left;
				margin-right:10px;
				padding-left:10px;
				border-left:1px #969184 solid;
				}
				#footer ul li a {
					color:#969184;
					}
					#footer ul li a:hover {
						
					}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#f28e20;
	margin:5px 0 10px 0;
}
h1 a { color:#f28e20; }
	h1.bulletSeta {
		padding-left:10px;
		background:url(../../img/bullet_seta.gif) no-repeat center left;
		}
	h1.bulletLivro {
		padding-left:20px;
		background:url(../../img/bullet_livro.gif) no-repeat center left;
		}
h2 {
	font-size:12px;
	color:#393939;
	margin:5px 0 10px 0;	
	}
	h2.bulletSeta {
		padding-left:10px;
		background:url(../../img/bullet_seta.gif) no-repeat center left;
		}
		
