body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	background:url(../images/bg.jpg) repeat;
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	color:666;
	line-height: 16px;
}

.backgroundTop{
	width:100%;
	height:auto;
	background-image:url(../images/bg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/** FORM **/
input { 
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-color: #f1f1f1; 
	border:1px solid #b9b9b9;
	color:#666;
}

textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-color: #f1f1f1; 
	border:1px solid #b9b9b9;
	color:#666;
}

select {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-color: #f1f1f1; 
	border:1px solid #b9b9b9;
	color:#666;
}
/** FECHA FORM **/


/** LEGENDAS **/
.Legendas {
	font-size: 11px;
	text-decoration:none;
}

A.Legendas, A.Legendas:link, A.Legendas:visited {
	color:#D62C2E;
}

A.Legendas:hover {
	color: #FF6F71;
}
/** FECHA LEGENDAS **/


.TextosVermelhos {
	color:#FF0000;
	text-decoration: none;
}

.TextosAzuis {
	color:#0066FF;
	text-decoration: none;
}



/** LINKS **/
.Links {
	color:#003978;
	text-decoration: none;
	font-weight: bold;
}

A.Links, A.Links:link, A.Links:visited {
	color:#003978;
}

A.Links:hover {
	color: #053060;
	text-decoration: underline;
}
/** FECHA LINKS **/


/** TITULOS **/
.Titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	letter-spacing:-1px;
	color:#128ddb;
}
/** FECHA TITULOS **/


/** Produtos **/
.Produtos {
	font-size:11px;
	color:#666;
	text-decoration: none;
}

A.Produtos, A.Produtos:link, A.Produtos:visited {
	color:#D62C2E;
}

A.Produtos:hover {
	color: #FF6F71;
}
/** Fecha Produtos **/

/** Galeria **/
#gallery {
		background-color: #ffffff;
		padding: 0px;
		width: 455px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #e4e6e8;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #5f6d71;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #5f6d71; }