/* Menu CSS */#cssmenu {
  width: 950px;
  z-index: 99999;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight:bold;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#cssmenu ul {
  background: #3b5998;
  border-radius: 3px;
  border: 1px solid #2b4479;
  border: 1px solid #2d4373;
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
#cssmenu ul > li {
  float: left;
  list-style: none;
}
#cssmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
}
#cssmenu ul > li > a:hover {
  background: #2d4373;
  -webkit-box-shadow: inset 0 0 1px #1e2e4f;
  -o-box-shadow: inset 0 0 1px #1e2e4f;
  -moz-box-shadow: inset 0 0 1px #1e2e4f;
  -ms-box-shadow: inset 0 0 1px #1e2e4f;
  box-shadow: inset 0 0 1px #1e2e4f;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu ul > li > a:hover:before {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#cssmenu ul > li > a:hover:after {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-r900adius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#cssmenu > ul > li > ul {
  width: 200px;
  position: absolute;
}
#cssmenu > ul > li > ul > li {
  float: none;
  position: relative;
}
#cssmenu > ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
#cssmenu > ul > li > ul > li > ul {
  left: 200px;
  top: 1px;
  width: 200px;
}
#cssmenu > ul > li > ul > li > ul > li {
  float: none;
}

/* MEUS ESTILOS */
/* DIVS */
#principal {margin: 10px auto; width:950px;}

#cabeca {width: 950px; height:100px;}

#cssmenu {width: 950px; height:auto; z-index: 99999;}

#side {width: 200px; height:auto; float:right;}

#content {width: 750px; height:auto; float:left;}

#foot {width: 950px; height:33px; clear:both; background-color:#3b589a; border:0px solid;
border-radius: 8px;}

#foot p {text-align:center; color:#FFF; font-size:12px; padding: 8px;}

#logo {position: relative; top: 50%; left: 465px; margin-top: -45px; margin-left: -250px;}

#googleicon {position: relative; top: 11px; /* posiciona a 70px para baixo */}

/* DIVS PRODUTOS */
#p1 {width: 250px; height: 250px; float:left; background-color:#C00;}
/*#p2 {width: 250px; height: 250px; float:center; background-color:#C00;}*/
#p3 {width: 250px; height: 250px; float:inherit; background-color:#C00;}

/* estilos de texto */
body {font-family: Arial; font-size: 16px; color: #000; text-align: justify;} 

h1 {text-align: justify; font-family: Arial; font-size: 20px; font-weight:bold;}

/*LINKS*/
#contentesq {width:250px; height:auto; float:left;}

#contentcenter {width:250px; height:auto; float:left;}

#contentdir {width:250px; height:auto; float:right;}


/*Tabelas*/

ol li {
	margin: 0 0 10px 0;
}

ul li {
	margin: 0 0 10px 0;
}



/* Formmail */
#contact_form{
	width:350px;
	padding:20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background:#FAFAFA;

}
#contact_form legend{
	font-size: 15px;
	color: #C9C9C9;
}
#contact_form label{
	display: block;
	margin-bottom:5px;
}
#contact_form label span{
	float:left;
	width:100px;
	color:#666666;
}
#contact_form input{
	height: 25px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding-left: 4px;
	color: #666;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact_form textarea{
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding-left: 4px;
	color: #666;
	height:100px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
}
.submit_btn {
	border: 1px solid #D8D8D8;
	padding: 5px 15px 5px 15px;
	color: #8D8D8D;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 3px;
	background: #F8F8F8;
}
.submit_btn:hover 
{
	background: #ECECEC;
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}

/*Produtos*/
.prod-esq { width:208px; height:218px; float:left; background: url('imagens/bg-produto.png') no-repeat; margin: 20px 25px 20px 20px; padding: 0 10px 8px 0;}
.prod-centro {width:208px; height:218px; float:left; background: url('imagens/bg-produto.png') no-repeat; margin: 20px 25px 20px 20px; padding: 0 10px 8px 0;}
.prod-dir {width:208px; height:218px; float:left; background: url('imagens/bg-produto.png') no-repeat; margin: 20px 0; padding: 0 10px 8px 0;}
.foto-prod {width:120px; height:120px; float:center;}
.nome-prod {font-weight:bold; font-family: Arial; font-size: 14px; color: #000; text-align: center; margin: 5px;}
.preco-prod {font-weight:bold; font-family: Arial; font-size: 16px; color: #30F; text-align: center; margin: 0;}