* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

abbr, acronym {
	border-bottom: 1px dotted red;
	cursor: help;
}

.hidden {
	display: none;
}

body {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #161616;
}

body.home {
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 960px;
	height: 100px;
}

#logo {
	float: left;
}

#logo img {
	border: 0;
}

#topmenu {
	margin: 10px;
	width: 250px;
	float: right;
	text-align: right;
}

#topmenu p, #topmenu a, #topmenu a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

#topmenu a:hover {
	color: #ccc;
}

#navbar {
	height: 40px;	
}

#nav {
	height: 40px;
	width: 960px;
	float: left;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	list-style-type: none;
	padding-right: 10px;
	float: left;
}

#nav ul a.home {
	background: url(../imagens/nav-home.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	outline: none;
}

#nav ul a.sobre {
	background: url(../imagens/nav-sobre.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	outline: none;
}

#nav ul a.servicos {
	background: url(../imagens/nav-servicos.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	outline: none;
}

#nav ul a.contato {
	background: url(../imagens/nav-contato.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	outline: none;
}

#nav ul a {
	width: 120px;
	background-position: 0 0;
}

#nav ul a:hover, #nav ul a {
	background-position: 0 -40px;
}

#nav ul .active {
	background-position: 0 -80px;
}

#main {
	width: 960px;
	height: 250px;
}

#mensagem {
	float: left;
	width: 400px;
	height: 250px;
}

.orcamento {
	margin-top: 10px;
	margin-left: 10px;
	border: 0;
}

#slideContent {
	margin-top: 15px;
	float: right;
	width: 500px;
	height: 250px;
	background-image: url(../imagens/foto.png);
	background-repeat: no-repeat;
}

#slideShow
{
	margin: 10px;
	width: 470px;
	height: 205px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#content {
	margin-top: 20px;
	height: 300px;
}

#content p, #content li {
	font-size: 13px;
}

#content p, #content address {
	margin-bottom: 10px;
}
#content h3 {
	font-size: 18px;
	line-height: 1.25em;
	margin: 5px 0 10px;
	color: #990000;
}
.contentcolumn {
	width: 223px;
	padding: 40px 10px 10px 65px;
	margin-right: 20px;
	float: left;
	display: inline;
}
.column1 {
	background: url('../imagens/applications.png') 0px 40px no-repeat;
}
.column2 {
	background: url('../imagens/email.png') 0px 40px no-repeat;
}
.column3 {
	background: url('../imagens/database.png') 0px 40px no-repeat;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../imagens/background-footer.png);
	background-color: black;
	background-repeat: repeat-x;
	color: #999999;
}

#copyright a, a:visited {
	color: #fff;
}
#copyright a:hover {
	color: #ccc;
}
