/* inicio do zerar estilo */

* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
option {
	padding-left: 0.4em;
}
ul, ol, dl {
	margin: 1em 0;
	padding-left: 40px
}
dl {
	margin: 1em 0;
}
dd {
	padding-left: 40px;
}
blockquote {
	margin: 0 0 1em 1.5em;
}
p {
	margin: 1em 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
/* fim do zerar estilo */

/* inicio geral */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #000;
}
.clear {
	clear: both;
}
h1 {
	margin-bottom: 9px;
	font-size: 19px;
}
h2 {
	margin-bottom: 6px;
	font-size: 16px;
}
h3 {
	margin-bottom: 2px;
	font-size: 12px;
}

a {
	color: #ec2e38;
	text-decoration: none;
	padding: 0 2px;
}

a:hover {
	color: #fff;
	background-color: #ec2e38;
}

#st-m2w-copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.contentpaneopen {
	width: 100%
}

#form-chrono label {
	clear:both;
	display: block;
	width: 250px;
	border-bottom: 1px solid #EC2E38;
	float: left;
}

#form-chrono input, #form-chrono select, #form-chrono textarea, #form-chrono file {
	border: 1px solid #EC2E38;
	padding: 2px;
}
/* fim geral */

/* inicio estrutura */
#st-wrapper {
	width: 770px;
	height: 400px;
	margin: 0 auto;
}

#st-wrapper-top {
	background:url(../images/st_wrapper_top.png) no-repeat;
	height: 20px;
}
#st-wrapper-bottom {
	background:url(../images/st_wrapper_bottom.png) no-repeat bottom;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

#st-wrapper-bottom a{
	font-weight: bold;
}
#st-wrapper-mid {
	background:url(../images/st_wrapper_mid.png) repeat-y;
	padding: 0 10px;
	position: relative;
}
#st-menu {
	height: 25px;
}

#st-top {
	float: right;
	width: 400px;
	top: 80px;
	right:0;
	position: absolute;
} 

#st-header {
	height: 120px;
}

#st-pre-content {
	padding: 0 0 5px 0;
}

#st-content {
    min-height:300px;
    height:auto !important;
    height:300px;
	text-align: justify;
	padding: 10px 30px 0 30px;
}

#st-footer {
	padding: 0 30px 10px 30px;
}

#st-footer a:hover{
	background-color: #fff;
}

/* fim estrutura */

.contentheading, .componentheading {
	padding-top: 2px;
	font-size: 20px;
	color: #ec2e38;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 2px solid #ec2e38;
}

.contentpane .contentheading {
	font-size: 15px;
	font-weight:bold;
	border: none;
}