body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#page {
	margin: 0 auto;
	width: 790px;
	text-align: left;
}

#left-shadow {
	width: 19px;
	background-image: url('../img/left-shadow.png');
	background-repeat: repeat-y;
}

#right-shadow {
	width: 19px;
	background-image: url('../img/right-shadow.png');
	background-repeat: repeat-y;
}

#top {
	height: 129px;
	background-image: url('../img/top.png');
	background-repeat: repeat-x;
}

#mid {
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
}

#bot {
	height: 34px;
	background-image: url('../img/bot.png');
	background-repeat: repeat-x;
	line-height: 34px;
	color: #CCC;
	font-size: 11px;
	padding-left: 20px;
	font-weight: bold;
}

#logo {
	float: left;
}

#links  {
	float: left;
}

#indasul {
	float: left;
	color: #CCC;
	font-size: 11px;
	margin-top: 105px;
	margin-left: 25px;
	font-weight: bold;
}

.title {
	font-size: 26px;
	color: #fb651f;
	margin-bottom: 5px;
}

.title-small {
	font-size: 16px;
	color: #fb651f;
	margin-bottom: 5px;
}

.content-separator {
	background-image: url(../img/dots.png);
	background-repeat: no-repeat;
	width: 254px;
	height: 4px;
}

#mid p {
	font-size: 12px;
	color: #666;
	text-align: justify;
	text-indent: 30px;
	line-height: 22px;
	margin-top: 20px;
}

.contato {
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 22px;
	margin-top: 5px;
	border: 1px dashed #DDDDDD;
	padding: 10px;
}

.contato strong {
	color: #fb651f;
}

.contato a {
	color: #666;
}

.contato a:hover {
	color: #fb651f;
}

.produtos {
	list-style-image: url(../img/bullet.gif);
	margin-bottom: 10px;
}

.produtos li {
	color: #666;
	margin-top: 5px;
}

.produtos li a {
	color: #666;
}

.produtos li a:hover {
	color: #fb651f;
}

table.especificacoes {
	border-collapse: collapse;
}

table.especificacoes td {
	border: 1px solid #333;
	font-size: 11px;
}

table.especificacoes tr {
	height: 20px;
}

table.especificacoes tr.table-header {
	background-color: #666;
	color: white;
	text-align: center;
	font-weight: bold;
}

table.especificacoes tr.even {
	background-color: #eee;
	color: #333;
	text-align: center;
}

table.especificacoes tr.odd {
	background-color: #ddd;
	color: #333;
	text-align: center;
}