/* CSS */
/* > DEFAULT */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	text-decoration: none;
}

* a:hover {
	text-decoration: underline;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 100%;
}

body {
	background-color: #fff;
	font-size: .75em;
	line-height: 1em;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

input {
	width: 150px;
	height: 20px;
	border: 1px solid #000;
}

div.clear {
	clear: both;
}
/* > END DEFAULT */
div#logo {
	width: 466px;
	height: 98px;
	margin: 42px auto 43px auto;
}

div#banner {
	position: relative;
	width: 100%;
	height: 220px;
	background-color: #ab0004;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
}

div#flashbox {
	width: 760px;
	margin: 0px auto 0px auto;
}

div#conteiner {
	width: 760px;
	height: 439px;
	margin: 20px auto 10px auto;
}

div.smallboxcontent, div.smallboxcontentright {
	position: relative;
	width: 208px;
	height: 371px;
	float: left;
	border: 1px solid #cccccc;
	margin-right: 20px;
	padding: 50px 10px 20px 20px;
}

div.smallboxcontentright {
	margin-right: 0px;
	height: 186px;
}

div.smallboxcontentright2 {
	position: relative;
	float: right;
	width: 198px;
	height: 89px;
	border: 1px solid #cccccc;
	margin: -161px 0px 0px 20px;
	padding: 50px 20px 20px 20px;
}

div.smallboxcontentright2 img {
	margin: -9px 0px 0px -10px;
}

div.smallboxcontentright div.hr {
	height: 1px;
	margin: 16px 0px 12px 0px;
	background: url(img/line.gif) top left repeat-x;
}

div.smallboxcontent h1, div.smallboxcontentright h1, div.smallboxcontentright2 h1 {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 231px;
	height: 21px;
	padding: 9px 0px 0px 9px;
	color: #fff;
}

div.smallboxcontent h1.left {
	background: #ab0004 url(img/bg_h1_left.jpg) left top repeat-x;
}

div.smallboxcontent h1, div.smallboxcontentright h1, div.smallboxcontentright2 h1 {
	background: #ccc url(img/bg_h1_right.jpg) left top repeat-x;
}


div.smallboxcontent img#cover {
	width: 142px;
	height: 188px;
	padding: 1px;
	border :1px solid #AB0004;
	margin: 1px 0px 3px 27px;
}

div.smallboxcontent p.ps {
	width: 141px;
	margin: 0px 0px 5px 29px;
	font-size: .75em;
	color: #ab0004;
	text-align: center;
}

div.smallboxcontent p.smalltext {
	padding: 17px 0px 0px 0px;
	font-size: .9em;
	text-align: justify;
	color: #666666;
	line-height: 15.4px;
}

div.hr {
	height: 1px;
	width: 198px;
	margin: 8px 0px 5px 0px;
	background: url(img/line.gif) top left repeat-x;
}


h2 {
	font-size: 1em;
	color: #666666;
}

h3 {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}

h3.boxright {
	margin-top: 17px;
}

div.boxcontent {
	position: relative;
	width: 720px;
	height: 371px;
	float: left;
	border: 1px solid #cccccc;
	margin-right: 20px;
	padding: 50px 20px 20px 20px;
}

div.boxcontent div.cover {
	float: left;
	margin: 0px 20px 10px 0px;
}

div.boxcontent img#cover {
	width: 141px;
	height: 188px;
	padding: 1px;
	border : 1px solid #AB0004;
	margin: 1px 0px 3px 27px;
}

div.boxcontent h1 {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 753px;
	height: 21px;
	padding: 9px 0px 0px 9px;
	color: #fff;
	background: #ab0004 url(img/bg_h1_left.jpg) left top repeat-x;
}

div.boxcontent p.ps {
	width: 141px;
	margin: 0px 0px 5px 29px;
	font-size: .75em;
	color: #ab0004;
	text-align: center;
}

div.boxcontent p.smalltext {
	padding: 17px 0px 0px 0px;
	font-size: .9em;
	text-align: justify;
	color: #666666;
	line-height: 15.4px;
}

a.more {
	width: 55px;
	padding-left: 7px;
	font-size: .75em;
	background: url(img/arrow_right.gif) left 3px no-repeat;
	color: #2971a7;
	margin: 0px 0px 0px 143px;
}

p.contactcontent {
	margin: 15px 0px 11px 0px;
	color: #666666;
	font-size: .9em;
	line-height: 1.3em;
}

p.contactcontent2 {
	margin: -3px 0px 11px 0px;
	color: #666666;
	font-size: .9em;
	line-height: 1.3em;
}

p.contactcontent a, p.contactcontent2 a {
	color: #666666;
}

span.smaller {
	font-size: .85em;
	color: #666666;
}

a.back {
	width: 55px;
	padding-left: 7px;
	font-size: .75em;
	background: url(img/arrow_right.gif) left 3px no-repeat;
	color: #2971a7;
	margin: 0px 0px 0px 693px;
}

label {
	color: #ab0004;
}

a.downloadpdf {
	display: block;
	width: 64px;
	height: 15px;
	padding: 5px 0px 0px 0px;
	font-size: .75em;
	background: url(img/pdf.gif) right top no-repeat;
	color: #ab0004;
	margin: 6px 0px 10px 134px;
}

div#footer {
	position: relative;
	margin: 20px auto 0px auto;
	width: 758px;
	height: 30px;
	color: #666666;
	font-size: .9em;
}

div#footer #clixite a {
	position: absolute;
	display: block;
	background: url(img/clixite.gif) left top no-repeat;
	width: 189px;
	height: 10px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
}

div#footer #clixite a:hover {
	background-position: 0px -10px;
}
/* END CSS */