/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow: hidden;
	scroll: no;
}
html {
	background-color: #FFFFFF;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* LAYOUT */

#layout {
	width: 1022px;
	height: 586px;
	margin-top: -295px;
	margin-left: -511px;
	position: absolute;
	left: 50%;
	top: 50%;
	
	background-image: url(../imggaleria/bg_layout.jpg);
	background-repeat: no-repeat;
}
#esquerdo {
	float: left;
	width: 335px;
	height: 586px;
}
#marca {
	float: left;
	width: 335px;
	height: 220px;
	background-image: url(../imggaleria/bg_01.jpg);
}
#marca img {
	margin-top: 15px;
	margin-left: 30px;
}
#select {
	float: left;
	width: 335px;
	height: 87px;
	background-image: url(../imggaleria/bg_04.jpg);
}
#select form {
	margin-top: 33px;
	margin-left: 31px;
}
#select select {
	width: 291px;
	height: auto;
}
#thumbs {
	float: left;
	width: 313px;
	height: 279px;
	background-image: url(../imggaleria/bg_07.jpg);
	
	padding-left: 33px;
}
#thumbs img {
	width:60px;
	height:50px;
	margin:5px;
	border: 0px;
	border:solid 1px #2E2E2E;
}
#thumbs #thumbsfotos a {
	display: block;
}
#thumbs #thumbsfotos a:hover {
	background-color: #C6E6F1;
}
#thumbs .link {
	width: 278px;
	height: 20px;
	
	margin-left: 5px;
	margin-top: 5px;	
	text-align: center;
}
#thumbs .link a {
	color: #FFFFFF;
}
#direito {
	position: absolute;
	width: 687px;
	height: 586px;
	right: 0px;
	z-index: 1;
}
#direito img {
	float: left;
}

#primeira {
	position: absolute;
	width: 687px;
	height: 586px;
	right: 0px;
	top: 0px;
	z-index: 10;

}
#primeira .info {
	width: 280px;
	height: 20px;
	margin-left: 23px;
	margin-top: 20px;
}
#primeira #imagem {
	width: auto;
	height: auto;
}
.borda {
	border:solid 16px #FFFFFF;
}
