* {
	margin:0;
	padding:0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #1B1C45;
}
hr {
	margin-top: 10px;
}
#container {
	position:relative;
}
#header {
	height: 50px;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:130px;
	left:50%;
	margin-left:-480px;
}
#conteiner #footer #menu a {
}
#footer ul#menu {
	list-style:none;
	font-size:28px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:-2px;
	position: relative;
}
#footer ul#menu li {
	float:left;
}
#footer ul#menu a {
	cursor:pointer;
	position:relative;
	float:left;
	bottom:-95px;
	line-height:20px;
	width:200px;
	text-decoration: none;
}
#footer ul#menu span.title {
	display:block;
	height:26px;
	text-shadow:1px -1px 1px #D5D7AA;
	color:#D5D7AA;
	text-indent:10px;
}
#footer ul#menu span.description {
	width:140px;
	height:40px;
	background-color:#0E0D2F;
	border:3px solid #D5D7AA;
	color:#D5D7AA;
	display:block;
	font-size:20px;
	padding:10px;
	-moz-box-shadow:1px -1px 6px #D5D7AA;
	-webkit-box-shadow:1px -1px 6px #D5D7AA;
	box-shadow:1px -1px 6px #D5D7AA;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#footer ul#menu a:hover span.description {
	background-color:#00001C;
}
#footer ul#menu a:hover span.title {
	color:#FBFFE0;
}
.icon_about, .icon_work, .icon_portfolio, .icon_projects, .icon_contact {
	width:64px;
	height:64px;
	display:block;
	left:140px;
	top:50px;
	position:absolute;
}
.icon_about {
	background:transparent url(../img/earth.gif) no-repeat top left;
}
.icon_work {
	background:transparent url(../img/space.gif) no-repeat top left;
}
.icon_portfolio {
	background:transparent url(../img/plane1.gif) no-repeat top left;
}
.icon_projects {
	background:transparent url(../img/work.gif) no-repeat top left;
}
.icon_contact {
	background:transparent url(../img/antena.gif) no-repeat top left;
}
.section .next, .section .prev {
	font-size:15px;
	position:absolute;
	bottom:30px;
	letter-spacing:-2px;
}
.section .next {
	right:50px;
}
.section .prev {
	left:50px;
}
.space120 {
	height: 120px;
}
.space {
	height: 150px;
}
.clear {
	clear: both;
}
#content {
	color: #DCCEAD;
	overflow:hidden;
	width:730px;
	height:500px;
	float:left;
}
#content, .section {
	padding:0;
	margin:0;
	list-style:none;
}
#content h2 {
	color:#FBFFE0;
	margin:25px 0 15px 20px;
}
#content a {
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
#content a:hover {
	color:#FBFFE0
}
.section {
	width:1900px;
	position:relative;
}
.section .sub {
	position:relative;
	float:left;
	padding:9px 21px 42px 45px;
	width:667px;
	height:452px;
	background-image: url(../img/bg-section.png);
	background-repeat: no-repeat;
}
.section .sub p {
	width:650px;
	margin:0 0;
	font-size:16px;
	line-height:24px;
}
#section1 {
	background-image: none;
}
.gmaps {
	width:415px;
	height:415px;
	float: left;
	margin-right: 10px;
	border: 4px double #00CCFF;
	top: 30px;
}

#address {
	width: 200px;
	padding-left: 440px;
}

