body {
	color: #333;
	margin: 0;
	font: 16px Helvetica, Arial, sans-serif;
}

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

a:hover {
	color: #A1C5E0;
}

p {
	line-height: 1.3em;
}

img {
	border: none;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -250px;
	text-align: center;
	min-width: 900px;
}

#page {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0 auto;
}

.both {
	clear: both;
}

#menu {
	padding-top: 80px;
	width: 100px;
	float: right;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	margin-bottom: 70px;
}

ul li a {
	color: #9A9A9A;
}

#leandroalonso {
	padding: 170px 0 0 0;
	width: 690px;
	float: left;
}

#eusou {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.1;
	color: #777;
	margin: 0;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 0.9em;
	margin: 0;
}

#alonso {
	color: #4d8fc8;
}

.dot {
	color: #cccccc;
}

#faco {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #8A8A8A;
	margin: 0;
	text-align: right;
}

#faco a {
	font-family: Georgia;
	font-size: 26px;
	color: #555;
	border-bottom: 1px solid #ccc;
}

#faco a:hover {
	color: #A1C5E0;
	border: none;
}

#logo {
	position: absolute;
	right: -5px;
	top: -30px;
	width: 140px;
}

#logo h1 {
	font-size: 40px;
	text-align: center;
}

#content {
	top: -4%;
	width: 690px;
	float: left;
	position: relative;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 0.9em;
	margin: 0;
	color: #ccc;
}

ul#works li {
	display: block;
	float: left;
	height: 175px;
	margin: 0;
	position: relative;
}

ul#works li a span.shadow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 175px;
	background: #fff;
	opacity: 0.4;
}

ul#works li a:hover span.shadow {
	display: none;
}

ul#work li {
	display: inline;
}

.left {
	width: 100px;
	float: left;
	background: #eee;
	padding: 14px;
	margin-bottom: 5px;
}

.right {
	margin-left: 128px;
	background: #eee;
	padding: 10px;
	margin-bottom: 5px;
	width: 308px;
}

form .label {
	width: 100px;
}

#nome, #email, #assunto, textarea {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	font: 16px Helvetica, Arial, sans-serif;
	width: 300px;
}

.submit {
	text-align: right;
	width: 450px;
}

#work {
	position: relative;
	float: left;
}

#work li {
	width: 700px;
	height: 363px;
	position: relative;
}

.next, .prev {
	display: block;
	width: 38px;
	height: 32px;
	position: absolute;
	z-index: 3;
	top: 165px;
	cursor: pointer;
}

.next {
	background: url('../img/next.png');
	right: 10px;
}

.prev {
	background: url('../img/prev.png');
	left: 10px;
}

#work li span {
	display: block;
	width: 680px;
	height: 30px;
	background: url('../img/descbg.png');
	z-index: 3;
	position: absolute;
	bottom: 0;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0;
}