/*tags template*/ 
a {
	font-weight: bold;
	color: #ed1b2d;
	text-decoration: underline;
}
a:hover {
	background-color: #ed1b2d;
	color: #ffffff;
	text-decoration: none;
}
address {
	font-style: normal;
}
body {
	background: url(../images/src/bg.jpg) repeat-x fixed;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
body, table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
em {
	font-style: italic;
}
form {
	margin: 0;
}
input, select, textarea {
	background-color: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ed1b2d;
	padding: 2px;
}
input, select {
	height: 16px;
}
label {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin:  0 0 12px 0;
	font-size: 13px;
	font-weight: bold;
	color: #ed1b2d;
}
hr {
	background-color: #000000;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 10px 0;
}
select {
	height: 18px;
}
strong {
	font-weight: bold;
}
/*classes*/
.box {
	background-color: #ebebeb;
	color: #000000;
	border: solid 1px #ed1b2d;
	padding: 5px;
}
.breadcrumb {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.breadcrumb a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.breadcrumb a:hover {
	background: none;
	color: #666666;
	text-decoration: none;
}
.breadcrumb span {
	font-weight: bold;
	color: #666666;
}
.btn {
	background-color: #ed1b2d;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	border: 2px inset #d2d2d2;
	height: 24px;
}
.btn-image {
	border: 0;
}
.img-gallery {
	border: 0;
	margin: 0 10px 10px 0;	
}
.img-home {
	float: right;
	width: 190px;
	height: 280px;
	margin: 0 0 0 10px;
	border:1px solid black;
}
.leiamais {
	text-align: right;
	margin: 20px 0 0 0;
}
/*list*/
.list-basic {
	list-style-type: none;
	list-style-image: url(../images/src/bullet.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.list-basic li {
	margin: 0 0 5px 0;
	padding: 0;
}
.list-lateral {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.list-lateral li {
	margin: 0 0 5px 0;
	padding: 0;
}
.list-lateral a {
	font-weight: normal;
	background: none;
	color: #000000;
}
/*accordion*/
#accordion-container {
	visibility: hidden;
}
.list-box {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-box li {
	margin: 5px 0 0 0;
}
.list-box-link {
	display: list-item;
	/*
	background-color: #ed1b2d;
	color: #ffffff;
	*/
	background-color: #ffffff;
	color: #ed1b2d;
	border-top: solid 1px #ed1b2d;
	text-decoration: none;
	margin: 0;
	padding: 5px;
}
.list-box-link:hover {
	/*color: #000000;*/
}
.sublist-box {
	display: block;
	visibility: visible;
	color: #000000;
	background-color: #ffffff;
	/*
	border-top: 0;
	border-right: solid 1px #ed1b2d;
	border-bottom: solid 1px #ed1b2d;
	border-left: solid 1px #ed1b2d;
	*/
	margin: 0;
	padding: 5px 5px 5px 25px;
}
/*image replacement*/
.header-swap {
	margin: 0;
	padding: 0;
}
.header-swap a {
	margin: 0;
	padding: 0;
	display: block;
}
.header-swap span {
	display: none;
}