@import "reset.css";

* {
	color: #aaa;
	font-size: 12px;
}

body {
	background: url("../images/light-texture.png") 0 0 repeat;
}

a {
	text-decoration: none;
}

h2 {
	color: #a8a8a8;
}

div {
}

#main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 100%;
	min-width: 1100px;
	height: 480px;
	float: left;
	margin-top: 0;
}

#top {
	width: 100%;
	min-width: 1100px;
	margin-bottom: 0;
}

#logo {
	min-width: 800px;
	height: 120px;
}

#logo img {
	float: right;
	width: 200px;
	height: auto;
	margin-top: 34px;
	margin-right: 14%;
}

#container {
	width: 100%;
	margin: 0 auto;
}

.header-links {
	float: right;
	margin-top: 20px;
}

.header-links a {
	font-family: sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 30px;
	color: #cdcdcd !important;
	padding: 8px 0;
	border-bottom: dotted 1px #ddd;
}

.header-links a:hover {
	border-bottom: solid 1px #aaa;
}

.header-links-top {
	float: left;
	margin-top: 50px;
	margin-left: 120px;
}

.header-links-top a {
	font-family: sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 30px;
	color: #aaa !important;
	padding: 8px 0;
	border-bottom: dotted 1px #ddd;
}

.header-links-top a:hover {
	border-bottom: solid 1px #aaa;
}

#menu .linkdesc {
	display: none;
	position: absolute;
}

#menu .buttons {
	margin-top: 60px;
	margin-left: 12px;
}

#menu .buttons a {
	display: inline;
	float: left;
	width: 80px;
	margin-left: 0;
	margin-right: 20px;
	font-size: 16px;
	color: #EBCCF9;
	text-shadow: none;
	text-align: center;
}

#view {
	width: 100%;
	display: table;
	margin: 0 auto;
}

#presentation,
#empresa,
#servicos,
#clientes,
#projetos,
#contato {
	margin: 0 auto;
	background: #fff;
}


#presentation {
	width: 100%;
	height: 400px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	background: url("../images/body-patt.png") repeat;
}

#presentation .inner {
	width: 940px;
	height: 360px;
	margin: 20px auto;
}

#presentation img {
	float: left;
}

#footer {
	float: left;
	width: 300px;
	font-size: 11px;
	margin-left: 720px;
	margin-top: 10px;
	margin-bottom: 0;
}

#footer a {
	color: #E7D0F8;
}

#footer p {
	color: #E0CFF2;
}

/*	Company
	------------------------------------------------------------------- */
	
#empresa {
	width: 800px;
	height: 580px;
	margin-top: 240px;
	margin-bottom: 120px;
	padding: 80px 40px 20px 40px;
}

#empresa p,
#empresa p i {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
	color: #aaa;
	line-height: 32px;
	margin: 0 0 16px 14px;
}

#empresa p.img_label {
	display: block;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	line-height: 22px;
	color: #997EB9;
}

#empresa p.img_label strong {
	color: #8261AB;
}


/*	Servicos
	------------------------------------------------------------------- */
	
#servicos {
	width: 800px;
	height: 680px;
	margin-top: 140px;
	margin-bottom: 120px;
	padding: 80px 20px 20px 40px;
}

#servicos p {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 16px;
	color: #aaa;
	line-height: 32px;
	margin: 0 0 8px 14px;
	border-radius: 4px;
}

#servicos a {
	color: #E14A5A;
}

#servicos ul li {
	list-style: inside;
}

/*	Projetos
	------------------------------------------------------------------- */
	
#projetos {
	width: 800px;
	margin-bottom: 140px;
	padding: 80px 20px 20px 40px;
}

#projetos p {
	font-size: 12px;
	color: #aaa;
	line-height: 20px;
	margin: 10px 14px;
}

.thumbs-container {
	height: 400px;
}

.thumb {
	float: left;
	margin: 10px 28px 0 20px;
	padding: 8px;
	border: solid 1px #cdcdcd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.7;
}

.thumb:hover {
	opacity: 1;
}

.shadow-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url('../images/patt-dark.png') repeat;
}

.shadow-box .sb-inner {
	margin: 40px auto;
	width: 680px;
	padding: 20px;
	background: #f1f1f1;
	border: solid 1px #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0 8px 14px rgba( 0,0,0,0.2 );
	-webkit-box-shadow: 0 8px 14px rgba( 0,0,0,0.2 );
	box-shadow: 0 8px 14px rgba( 0,0,0,0.2 );
}

.shadow-box p.click {
	width: 180px;
	margin: 8px auto;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	padding: 4px 8px;
	background: #FFEED8;
	color: #FF8312;
	border: solid 1px #FFE198;
}

.shadow-box .sb-inner p.desc {
	margin: 18px 0;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #aaa !important;
	text-align: left;
}

.shadow-box .sb-inner a {
	font-weight: bold;
	color: #777;
	text-decoration: none;
	font-family: sans-serif;
}

.shadow-box .sb-inner img {
	margin-top: 10px;
}

/*	Contato
	---------------------------------------------------- */
	
#contato {
	width: 800px;
	height: 480px;
	margin-top: 140px;
	margin-bottom: 90px;
	padding: 80px 20px 20px 40px;
}

#contato h2 {
	padding-top: 10px;
	margin-left: 14px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #ccc;
}

#contato p {
	font-size: 18px;
	color: #ababab;
	line-height: 20px;
	margin: 10px 14px;
}

#contato p.phone {
	margin: 10px 14px;
	font-size: 18px;
	line-height: 18px;
}

#contato .left {
	width: 50%;
	float: left;
}

#contato p span {
	color: #F2D4A3;
}

#contato .email {
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F2B26D;
}

#map {
	width: 50%;
	float: left;
}

#map a img {
	margin: 40px 0 0 50px;
}

















