* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url("images/html.png") repeat-x left top;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
input.botao {
	background: #878787;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	border: 1px solid #333333;
}

table.questoes td { width: 100px; }
table.questoes .caixa { width: 400px; }

a img { border: 1px solid #ccc; }

a { color: #94AEBB;	text-decoration: none; }
a:hover { visibility: visible; /* IE bug fix */ }
a:hover img { border: 1px solid #729AD7; }
h1 { font-size: 14px; }
h2 { font-size: 12px; }

.page {
	background: url("images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
.header {
	position: relative;
	width: 760px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 170px;
	background: url("images/h1.png") no-repeat left top;
}
.topcat {
	height: 27px;
	text-align: left;
	padding: 45px 0 0 35px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.topmenu {
	height: 27px;
	background: url("images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 29px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover, .topmenu li .actual {
	background: #83A6DC url("images/roll.png") no-repeat 0 -27px;
}
.content {
    width: 706px;
	margin: 0 auto;
}
.main {	/*min-height:590px;*/ }
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 9px;
	width: 684px;
	/* min-height:226px; */
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: right;
}
.bluebox .big img {
	/*padding: 5px;*/
}
.bluebox .right {
	text-align: right;
	height: 79px;
	width: 300px;
	float: right;
	padding-bottom: 130px;
}
.bluebox .left {
	text-align: justify;
	height: 79px;
	width: 350px;
	float: left;
	padding-bottom: 130px;
	}
.bluebox  img.imgbig { 
	border: 1px solid #ccc;
	max-width: 300px;
	/*max-height: 224px;*/
	}
.bluebox .left #marcas tr td { text-align: center; padding: 5px; }
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
	}
.bluebox .small2 { left: 534px; }
.bluebox .right a {
	float: left;
	margin: 4px 15px 4px 0;
	width: 60px;
	height: 60px;
}
.photos {
	margin-bottom: 15px;
    width:725px;
	}
.photos img { border: 1px solid #ccc; }	
.photos a, .cat {
	width: 101px;
    border: 1px solid #ccc;
	height: 148px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 17px;
}
.photos>a, .photos>.cat {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos .cat span {
	display: block;
	padding-top: 2px;
}
.photos .cat>span {
	padding-top: 5px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
/*
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .titulo {
    margin-bottom:20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.greybox2 .preview img {
    float:left;
    width: 274px;
    height: 188px;
	padding: 5px;
}
.greybox2 .right {
	float: right;
	width: 305px;
}
.greybox2 .right a {
	float: left;
	margin: 4px 15px 4px 0;
	width: 60px;
	height: 60px;
}
*/
.footer1 {
	color:#A2A3A6;
	text-align: right;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color:#A2A3A6;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.lightBlueBg {
  background-color: #EAF2F5;
}

