* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	list-style-type: none;
	text-decoration: none;
}
body {
	background-color: #fff5f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8a1de;
}
h1 a{
	height: 187px;
	width: 264px;
	position: absolute;
	left: 50px;
	top: 38px;
	background-image: url(../images/padrao/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -8000px;
}
#topo {
	background-image: url(../images/padrao/topo-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 320px;
}

#contencao{
	margin: auto;
	width: 363px;
	position: relative;
	background-image: url(../images/padrao/contencao-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 196px;
	padding-top: 111px;
	padding-left: 437px;
}

#atalhos {
	text-align: right;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#atalhos li {
	display: inline;
	color: #D032CD;
}
#atalhos a  {
	color: #c201c0;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
#atalhos a:hover {
	color: #FFF;
}


#apre {
	height: 141px;
	background-color: #CFF;
	width: 233px;
}

#menu {
	position: absolute;
	left: 15px;
	height: 35px;
	width: 374px;
	bottom: 22px;
	text-align: center;
}
#menu li {
	display: inline;
	color: #FFE5EE;
	margin-right: 7px;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7BCD2;
}
#menu a   {
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
	font-size: 110%;
}
#menu a:hover {
	color: #9FF;
}
#menu .desbordar{
	border: 0px none #FFF;
}




#produtos {
	padding-top: 5px;
	width: 760px;
	display: table;
}


#produtos li {
	width: 180px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#produtos li div {
	float: left;
	width: 91px;
	margin-right: 2px;
}

#produtos li em  a{
	display: block;
	text-align: center;
	line-height: 22px;
	background-image: url(../images/padrao/botao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 86px;
	color: #FFF;
	font-weight: bold;
	margin-top: 3px;
	font-family: "Arial Narrow", Arial;
	font-style: normal;
}
#produtos li a:hover {
	background-position: bottom;
}
#produtos li a:hover img {
	border-color: #D3418C;
}
#produtos li span {
	padding-top: 10px;
	display: block;
	font-size: 90%;
}




#conteudo {
	margin: auto;
	width: 760px;
	display: table;
	padding: 0px 20px 10px 20px;
}
#conteudo h2 a{
	color: #C401BF;
	font-size: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	display: block;
}
#conteudo p {
	line-height: 1.4em;
	padding-bottom: 0.6em;
}
#conteudo  img{
	border: 2px solid #fec4ff;
	padding: 1px;
}




#rodape {
	background-color: #FFBEF3;
	height: 30px;
}
#rodape div {
	margin: auto;
	width: 760px;
}
#rodape span {
	color: #c201c0;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	float: left;
}
#rodape a {
	color: #c201c0;
	float: right;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#rodape a:hover {
	color: #C30;
	text-decoration: none;
}

.cor-link  {
	color: #F762B3;
	text-decoration: underline;
}

.cor-link:hover {
	color: #FD9DD2;
	text-decoration: none;
}

