@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
}
#container {
	position: absolute;
	width: 940px;
	margin-left: -470px;
	height: 750px;
	margin-top: -280px;
	background-color: #FFFFFF;
	left: 50%;
	top: 50%;
	padding: 0px;
}

#capa {
	position: absolute;
	width: 940px;
	margin-left: -470px;
	height: 500px;
	margin-top: -280px;
	background-color: #FFFFFF;
	left: 50%;
	top: 55%;
	padding: 0px;
}

.img {
	margin:0px;
	padding:0px;
	border:none;
	position:absolute;
}
.imglinhamenu {
	position:absolute;
	left: 20px;
	top: 25px;
	width:620px;
	height: 1px;
}

.imgcapa {
	position:absolute;
	 left: 20px; 
	 top: 125px; 
	 width:908px; 
	 height: 414px;
}
.imglogo {
	position:absolute;
	left: 90px;
	top: 48px;
	width:176px;
	height: 25px;
}
#menu {
	position:absolute;
	margin:0px;
	padding:0;
	left:241px;
	top:88px;
	background:none;
	width:620px;
	height:31px;
}

#rodape {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 705px;
	height: 50px;
	left: 53px;
	top: 600px;
}
	
.menu {
	position:absolute;
	margin:0px;
	padding:0;
	left:20px;
	top:1px;
	background:none;
	width:625px;
	height:31px;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 22px;
	margin-right: 10px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 22px;
	background-repeat: no-repeat;
}
.fashion {background-image:url(index_htm_files/fashion_hover.png); width:73px;}
.fashion a {background-image:url(index_htm_files/fashion_off.png);}
.portraits {background-image:url(index_htm_files/retratos_hover.png); width:87px;}
.portraits a {background-image:url(index_htm_files/retratos_off.png);}
.special {background-image:url(index_htm_files/special_hover.png); width:155px;}
.special a {background-image:url(index_htm_files/special_off.png);}
.stage {background-image:url(index_htm_files/stage_hover.png); width:55px;}
.stage a {background-image:url(index_htm_files/stage_off.png);}
.trips {background-image:url(index_htm_files/trips_hover.png); width:58px;}
.trips a {background-image:url(index_htm_files/trips_off.png);}
.press {background-image:url(index_htm_files/press_hover.png); width:54px;}
.press a {background-image:url(index_htm_files/press_off.png);}
.contact {background-image:url(index_htm_files/contact_hover.png); width:73px;}
.contact a {background-image:url(index_htm_files/contact_off.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
