@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "Trebuchet MS", Arial, sans;
	background:url(../images/background2.jpg) repeat-x #F0F0F0;
}
body.home {
	background:url(../images/background.jpg) repeat-x #F0F0F0;
}
h1 {
	font-family: 'Alice', Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-transform:uppercase;
	font-weight:lighter;
	margin: 10px 0 40px 0;
}
h2 {
	font-family: 'Alice', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight:lighter;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans;
	font-size:15px;
	margin-bottom: 10px;
	font-weight:lighter;
}
h4 {
	font-family: 'Alice', Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 25px;
	font-weight:lighter;
}
p {
	font-size: 13px;
	font-style:italic;
	line-height: 25px;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #cca74e;
}
input {
	width: 180px;
}
textarea {
	overflow:visible;
	height: 200px;
}


#container {
	width: 940px;
	margin: 0 auto;
}
	#header {
		height: 168px;
	}
		#logo {
			float: left;
			margin-top: 40px;
		}
		#menu {
			float: right;
			font-family: 'Alice', Georgia, "Times New Roman", Times, serif;

		}
			#menu ul {
				list-style:none;
				margin-top: 50px;
			}
				#menu ul li {
					float: left;
				}
					#menu ul li a {
						text-decoration:none;
						color:#888;
						display:block;
						padding: 30px 20px;
						border-right: 1px solid #000;
						border-left: 1px solid #292929;
					}
					#menu ul li a.first {
						border:0;
						padding-left:0;
						border-right: 1px solid #000;
					}
					#menu ul li a.last {
						border:0;
						padding-right:0;
						border-left: 1px solid #292929;
					}
					#menu ul li a:hover {
						color: #cca74e;
					}
					#menu ul li a.selected {
						color: #FFF;
					}
	#content {
	}
		#highlight {
			width: 940px;
			height: 505px;
		}
			#details {
				float: right;
				width: 320px;
				height: 470px;
				background:url(../images/preto.png);
				color: #FFF;
			}
				#details>div {
					padding: 40px 45px;
				}
				#details p {
					
					color: #BBB;
				}
		#mainblock {
			margin: 30px 0 50px 0;
		}
			#mainblock p {
				color: #666;
			}
			.box {
				width: 290px;
				float: left;
				background: #DDD;
				margin: 0 35px 35px 0;
			}
				.box>div {
					padding:20px;
					border: 1px solid #CCC;
				}
				.box:hover {
					background: #FFF;
				}
			.block {
				float: left;
				width: 290px;
			}
			.section {
				padding-bottom: 35px;
				border-bottom: 1px dashed #999;
				margin-bottom: 35px;
			}
			.photo {
				float: left;
				margin-right: 35px;
			}
			.text {
				width: 615px;
				float: right;
			}
			#formulario {
			width: 320px;
			float: left;
			}
			#formulario input, #formulario textarea {
				width: 310px;
				background-color:#FFF;
				border: none;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 5px;
				margin-bottom: 15px;
				color: #333;
				border: 1px solid #DDD;
			}
			#contacts {
				width: 320px;
				float: left;
			}
				#contacts p {
					font-style:normal;
				}
	#abovefooter {
		padding: 30px 0 30px 0;
		background: #272727;
		border-bottom: 1px solid #000;
		color: #FFF;
	}
		#abovefooter>div {
			width: 940px;
			margin: 0 auto;
		}
		#abovefooter p {
			color: #888;
			font-style:normal;
			line-height: 22px;
			margin-bottom:20px;
		}
		#abovefooter h2 {
			margin-bottom: 20px;
		}
			#news {
				float: left;
				width: 290px;
				margin: 0 35px 0 0;
			}
				#news a, #testimonials a {
					color: #999;
				}
				#news a:hover, #testimonials a:hover {
					color: #cca74e;
				}
			#testimonials {
				float: right;
				width: 615px;
			}
			#testimonials img {
				float: left;
				margin: 5px 35px 0 0;
			}
	#footer {
		padding: 20px 0;
		background: #1d1d1f;
		border-top: 1px solid #252525;
		color: #999;
	}
		#footer>div {
			width: 940px;
			margin: 0 auto;
		}
		#footer img {
			opacity:0.4;
			filter:alpha(opacity=40);
		}
		#footer img:hover {
			opacity:1.0;
			filter:alpha(opacity=100);
		}
		#footer a {
			color: #999;
		}
		#footer a:hover {
			color: #cca74e;
		}

.list {
	font-size: 13px;
	font-style:italic;
	line-height: 25px;
	color: #666;
	list-style: none;
}
	.list li {
		background-image: url(../images/arrow.png);
		background-repeat: no-repeat;
		background-position: 0px 10px; 
		padding-left: 17px; 
	}
.button {
	font-family: "Oswald", Arial, sans;
	padding: 5px 10px;
	background: #cca74e;
	color: #000;
}	
.button:hover {
	color: #FFF;
}
.link {
	display: block;
	font-family: "Oswald", Arial, sans;
	font-size: 12px;
	margin-top: 10px;

}
.link:hover {
	color: #cca74e;
}
.button2 {
	font-size: 13px;
	padding: 3px 5px;
	border: 1px solid #DDD;
	color: #555;
	background: #FFF;
}
.button2.selected {
	border: 1px solid #cca74e;
	color: #cca74e;
}
.white {
	color: #FFF;
}
.center {
	margin:0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: all;
}
.nomargin {
	padding:0;
	margin:0;
}