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

body{
	background-color:#FFF;
	width:100%;
}

#header {
	position:absolute;
	margin:0px;
	padding:0;
	left:100px;
	top:100px;
	background:#FFFFFF;
	width:176px;
	height:25px;
}


.menu {
	position:absolute;
	margin: 0;
	padding:0;
	left:430px;
	top:195px;
	width:660px;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 22px;
	margin-right: 15px;
	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;}

/* nesse caso, a imagem do estado current é igual á imagem do estado hover*/
.fpage .fpage a {background-image:url(index_htm_files/fashion_hover.png); width:80px;} 
.ppage .ppage a {background-image:url(index_htm_files/retratos_hover.png); width:95px;} 
.tpage .tpage a {background-image:url(index_htm_files/trips_hover.png); width:60px;}
.stpage .stpage a {background-image:url(index_htm_files/stage_hover.png); width:55px;}
.sppage .sppage a {background-image:url(index_htm_files/special_hover.png); width:165px;}
.cpage .cpage a {background-image:url(index_htm_files/contact_hover.png); width:74px;}
.pspage .pspage a {background-image:url(index_htm_files/press_hover.png); width:55px;}

.fpage .fpage a:hover {background-image:url(index_htm_files/fashion_hover.png); width:80px;}
.ppage .ppage a:hover {background-image:url(index_htm_files/retratos_hover.png); width:95px;} 
.tpage .tpage a:hover {background-image:url(index_htm_files/trips_hover.png); width:60px;}
.stpage .stpage a:hover {background-image:url(index_htm_files/stage_hover.png); width:55px;}
.sppage .sppage a:hover {background-image:url(index_htm_files/special_hover.png); width:165px;}
.cpage .cpage a:hover {background-image:url(index_htm_files/contact_hover.png); width:74px;}
.pspage .pspage a:hover {background-image:url(index_htm_files/press_hover.png); width:55px;}
