
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4B0000;
	font-size: 77.5%;
	padding: 15px 0 0;
}

p {
	color: white;
	font: 1em/1.4em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 8px;
}

#oeste {
	width: 990px;
	margin: 0 auto;
}

#oeste .main {
	float: left;
	width: 990px;
	background-color: #330000;
}

.main .headspace {
	float: left;
	width: 990px;
	height: 100px;
	background: #111111 url(../media/header/h_bg.png) no-repeat;
}

.headspace a {
	opacity: .75;
	-webkit-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
	cursor: pointer;
}

.headspace a:focus, .headspace a:hover {
	opacity: 1;
}

.headspace .logo {
	float: left;
	width: 133px;
	height: 100px;
	padding:18px 10px 10px 18px;
}

.headspace .logo a {
	opacity: 1;
}

.headspace .hme {
	float: left;
	width: 46px;
	height: 65px;
	margin: 18px 0 0 350px;
	display: inline;
}

.headspace .men {
	float: left;
	width: 55px;
	height: 65px;
	margin: 18px 0 0 7px;
	display: inline;
}

.headspace .win {
	float: left;
	width: 44px;
	height: 65px;
	margin: 18px 0 0 9px;
	display: inline;
}

.headspace .dri {
	float: left;
	width: 55px;
	height: 65px;
	margin: 18px 0 0 13px;
	display: inline;
}

.headspace .fes {
	float: left;
	width: 45px;
	height: 65px;
	margin: 18px 0 0 3px;
	display: inline;
}

.headspace .eve {
	float: left;
	width: 50px;
	height: 65px;
	margin: 18px 0 0 5px;
	display: inline;
}

.headspace .jbs {
	float: left;
	width: 39px;
	height: 65px;
	margin: 18px 0 0 8px;
	display: inline;
}

.headspace .cnt {
	float: left;
	width: 85px;
	height: 65px;
	margin: 18px 0 0 9px;
	display: inline;
}

.main .hr_rule {
	float: left;
	width: 990px;
	height: 11px;
	background-color: #820000;
}

.main .content {
	float: left;
	width: 970px;
	margin: 8px;
	display: inline;
}

#oeste .foot {
	float: left;
	width: 990px;
	background-color: #820000;
	border-top: .4em solid #4B0000;
}

.foot .links {
	padding: 15px;
	display: block;
	overflow: hidden;
}


.foot .legallinks {
	padding: 20px 0 20px 20px;
	display: block;
}

.foot .tch {
	padding: 20px 10px 20px 20px;
	text-align: right;
}

p.footer_p {
	color: #330000;
	font: .9em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin: 0;
}

a.footer:link, a.footer:visited {
	color: #330000;
	font: 1em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin: 0;
}

a.footer:hover {
	text-decoration: underline;
	margin: 0;
}

a:link, a:visited {
	font: 1em;
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*email marketing footer*/

.facebook{
width:200px;
float:left;
}

.email_marketing{
float:right;
padding:10px;
border: 4px #581407 solid;
background:#4B0000;
width:690px;
font-family: Helvetica, Arial, sans-serif;
}

.email_marketing label{
color:#FFFFFF;
font-size:12px;
}

.email_marketing input{
width:198px;
padding:5px;
margin:5px 0;
background:#4B0000;
border: 1px solid #929292;
color: #fff;
}

.email_marketing input:focus {
	border: 1px solid #929292;
	background:#4B0000;
}

.email_marketing h3{
color:#FFFFFF;
font-weight:bold;
padding-bottom:8px;	
}

.email_marketing .submit{
padding:5px;
}

.email_marketing ul li{
width:202px;
float:left;
margin-right:15px;
list-style:none;
}

.email_marketing ul li.birthday{
width:150px;
float:left;
}

.email_marketing ul li.birthday label{
width:434px;
display:block;
float:left;
}


input.birthday{
width:15px;
margin-right: 3px;

}

.email_marketing ul li.submitbutton{
float:left;
width:70px;
margin:0;
padding-top:23px;
}

.submitbutton button {
	background: none;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}

.submitbutton button span{
color:#fff;
font-weight: bold;
display: block;
padding: 4px 10px 5px ;
text-align: center;
background: url('/media/footer/button-bg.png') repeat-x;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.submitbutton button span:hover {
	color: #e1e1e1;
}
