/* CSS Document */
body{
   background-color:#495B60;
}
a{
color:#576063;
}
#website{
	width:770px;
	position:absolute;
	left:50%;
	top:18px;
	margin-left:-385px;
}
#website-content{
	width:770px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-385px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	link-decoration: none;
	background-color:#38474B;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content {
	background-image: url(../images/linha_base.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	padding-top: 8px;
	background-color: #FFFFFF;
}
#content #content-title {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	margin-left: 10px;
	padding-left: 22px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	color: #5B5B5B;
	margin-right: 10px;
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
	letter-spacing: -1px;
}
#content #content-text {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #495B60;
	line-height: 20px;
}
#content #content-text p {
	text-indent: 20px;
	text-align: justify;
}
#produtos-list{
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}
#cat{
	width: 120px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#cat a {
	display: block;
	color: #576063;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#flash{
	width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#lista {
	background-color: #CCCCCC;
    display: block;
}
#lista-alternada {
    display: block;
}
#lista .id, #lista-alternada .id {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#lista img, #lista-alternada img {
	float: left;
	margin: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contato{
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:right;
}
#contato a {
	color: #576063;
	text-decoration: nome;
	text-align:right;
}
#contato-left{
	float: left;
}


