/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
img {border:none;}
hr {display:none;}

body  {
	text-align: center;
	background: #FFFFFF;
}
body, td, th {
	font-size: 12px;
}

a, a:hover {
	text-decoration: none;
}
.none {
	display: none;
}

#main {
	margin: 0 auto;
	width: 584px;
	text-align: left;
}

#topo {
	border: 1px solid #000000;
	height: 80px;
	overflow: hidden;
	border-bottom: 0;
}
#topo h1 {
	position: absolute;
	text-indent: -1000in;
	width: 70px;
	margin: 5px 0 0 15px;
	z-index: 100;
}
#topo h1 a {
	display: block;
	height: 70px;
	overflow: hidden;
	background: url(../../images/logo_pq.png) top left no-repeat;
	width: 100%;
}
#topo div.banner {
	position: absolute;
	margin: 10px 0 0 105px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

#album, #rodape {
	float: left;
	background-color: #B0000C;
	padding: 5px;
}
#album div.fotoGr {
	float: left;
	width: 404px;
	height: 304px;
	overflow: hidden;
}
#album div.fotoGr img {
	display: block;
	width: 400px;
	height: 300px;
	border: 2px solid #FFFFFF;
}
#album div.fotinhas {
	width: 170px;
	float: left;
}
#album div.descricao {
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
#album div.descricao h2 {
	font-size: 15px;
	line-height: 16px;
}
#album div.fotosPq {
	overflow: hidden;
	height: 244px;
}
#album div.fotosPq div {
	padding: 5px 0 0 5px;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 56px;
}
#rodape {
	padding-top: 0px;
}
#rodape div.links {
	float: left;
	width: 259px;
	overflow: hidden;
}
#rodape div.links a {
	display: block;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	width: 83px;
	margin: 0 5px 0 0;
}
#rodape div.links a.comprarfoto {
	margin: 0;
}
#rodape div.links a:hover {
	background-color: #C72988;
	color: #FFFFFF;
}
#rodape div.controle {
	float: right;
	width: 310px;
	padding: 5px 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
#rodape div.icons {
	float: left;
	padding: 0 0 0 10px;
}
#rodape div.icons a {
	display: block;
	float: left;
	padding: 0 0 0 5px;
}
#rodape div.paginacao {
	float: left;
	padding: 0 0 0 10px;
}
#rodape div.paginacao a {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	width: 19px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #740363;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
#rodape div.paginacao a.selected,
#rodape div.paginacao a:hover {
	background-color: #C72988;
}
