body {
	background-color: #313131;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}



img {
	border: 0px;
}
input {
	font-size: 11px;
	color: #CCCCCC;
	background-color: #4A4A4A;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
	font-family: Tahoma, Arial;
}
textarea {
	font-size: 11px;
	color: #CCCCCC;
	background-color: #4A4A4A;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
	font-family: Tahoma, Arial;
}

form {
	margin: 0px;
}


#topo {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
}
#logo {
	float: left;
	width: 200px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#menu {
	height: 50px;
	float: right;
	margin-top: 30px;
}
#menu .borda      {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
	float: left;
}

#menu ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	vertical-align: text-bottom;
	padding-top: 32px;
	height: 18px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(../../img/design/bg__menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#menu ul li a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	vertical-align: text-bottom;
	padding-top: 32px;
	height: 18px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(../../img/design/bg__menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #2C2C2C;
}






#tema {
	background-image: url(../../img/design/bg__tema.jpg);
	background-repeat: repeat-x;
	height: 212px;
	clear: left;

}

#animacao {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}
#corpo {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


#corpo a {
	color: #FFFFFF;
	text-decoration: none;
}
#corpo a:hover {
	color: #999999;
	text-decoration: none;
}
#corpo .colunas {
	padding: 15px;
	float: left;
	width: 230px;
}
#corpo .produto {
	background-color: #303030;
	width: 124px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1B1B1B;
	border-bottom-color: #1B1B1B;
	padding: 6px;
	margin: 8px;
	float: left;
}
#corpo .produto .foto {
	text-align: center;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	height: 120px;
}


#corpo .colunas2 {
	padding: 15px;
	float: left;
	width: 230px;
	background-color: #3F3F3F;
}

#corpo  .corpo {
	padding: 15px;
	float: left;
	width: 490px;
	background-color: #3F3F3F;
}


#bottom {
	background-image: url(../../img/design/bg__rodape.jpg);
	background-repeat: repeat-x;
	height: 84px;
	clear: left;
}
#rodape {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
}
.amarelo {
	color: #F2ED0D;
}
.laranja {
	color: #EA6A13;
}

.verde {
	color: #6CC12A;
}
.mini {
	font-size: 9px;
}
