* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Helvetica Light, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background: #fff;
}

a {
	color: #AE0035;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* menu */

#menu {
	height: 60px;
	background: #EAEFDE;
}

#menu #navegacao {
	list-style-type: none;
	font-size: 2em;
	letter-spacing: -0.3px;
	margin: 0px auto;
	width:960px;
}

#menu #navegacao li {
	float:left;
	display: block;
	width: 320px;
	text-align: center;
}

#menu #navegacao li a {
	color: #AE0035;
	background: #EFF3E6;
	text-decoration: none;
	display: block;
	width: 320px;
	height: 20px;
	padding: 20px 0px;
}

#menu #navegacao li a:hover { 
	background:#F5F7EF !important; 
	color: #C9D3AE !important;
}

.ativo{
	background:#fff !important; 
	color:#C9D3AE !important;
}

/* title home */

h1 {
	font-size: 6em;
	font-weight: normal;
	letter-spacing: -0.07em;
}

#title, #titleinside {
	background-position-y: bottom;
	background: #FBFFF1 url(imgs/bg_title.gif) repeat-x;
	border-bottom: 2px solid #E0E7CD;
}

.titlehome {
	padding: 90px 0px 70px 0px;
	height: 100px;
}

.titlehome h1 {
	background: url(imgs/title_home.gif) no-repeat;
	width: 418px;
	height: 55px;
	text-align: center;
	margin: 0px auto;
}

.titlehome h2 {
	background: url(imgs/subtitle_home.gif) no-repeat;
	width: 582px;
	height: 28px;
	text-align: center;
	margin: 0px auto;
}



#titleportfolio, #titlecontact {
	margin: 0px auto;
	width: 940px;
}

#titleportfolio h1 {
	background: url(imgs/title_portfolio.gif) no-repeat;
	width: 417px;
	height: 90px;
}


#titlecontact h1 {
	background: url(imgs/title_contact.gif) no-repeat;
	width: 615px;
	height: 90px;
}

.titlehome h1 span, .titlehome h2 span, #titleportfolio h1 span, #titlecontact h1 span{
	display:none;
}

.titleinside {
	padding: 50px 0px 30px 0px;
	height: 110px;
}



/* content */

#content {
	background: #fff url(imgs/bg_content.gif) repeat-x;
}

#area {
	width: 940px;
	margin: 0px auto;
	padding: 50px 0px;
}

#area p {
	font-size: 1.8em;
	line-height: 2em;
	letter-spacing: -0.025em;
	color:#555;
}

.imgfloat {
	float: right;
	margin-left: 20px;
}

#latest {
	font-size: 2.4em !important;
	color:#000;
	font-style: italic;
	letter-spacing: -0.05em;
	margin-bottom: 20px
}
#check {
	margin-top: 7px;
	float:right;
}

/* about */

.textblock {
	border-bottom: 1px solid #E0E7CD;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#logoqfilme {
	background: url(imgs/qfilme.gif) no-repeat;
	background-position: center;
	width: 200px;
	height: 90px;
	float: left;
}

#logoqfilme span {
	display: none;
}

#about_center {
	width:655px;
	padding-bottom: 30px;	
}

#about_column {
	width: 225px;
	float: right;
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 0.6em;
}

#about_column div{
	background: url(imgs/box.gif) no-repeat;
	padding: 13px 10px 27px 20px;
	margin-bottom: 10px;
	width: 280px;
	height: 20px;
}

#about_column div img{
	margin-right: 10px;
	margin-bottom: -3px;
}


/* portfolio */

#project {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #E0E7CD;
}

#project img {
	border: 1px solid #E0E7CD;
}


.boxfloat {
	width:290px;
	float: right;
}

#area h3 {
	font-weight: bold;
	font-size: 3em;	
	letter-spacing: -0.03em;
	margin-bottom: 5px;
	margin-top: 10px;
}

.details {
	font-size: 1.6em !important;
	line-height: 1.4em !important;
}

.subinfo {
	font-style: italic;
	color: #AAB590;
	font-size: 1.4em;
	margin-bottom: 5px;
}

/* contact */

.text_form label{
	color: #000 !important;
	font-weight: bold;	
}

.text_form2 {
	padding: 13px;
	margin:0px 0px 20px 0px;
	width: 545px;
	border: 1px solid #E0E7CD;
	background: #FBFFEE;
	font-family:  Helvetica Light, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#333;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

.alert_error {
	display:block;
	font-size: 1.8em !important;
	letter-spacing: 0px !important;
	background: #fcc;
	color: #c33;
	border: 1px solid #f99;
	width: 545px;
	padding: 13px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

.form_bt {
	padding:10px 50px;
	font-family:  Helvetica Light, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #89002A;
	background: #AE0035;
	font-size: 1.2em;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	cursor:pointer !important;
}