/* @override http://www.dinizecruz.pt/dinizcruz/eng/estilos.css */

/* 
	Resets defualt browser settings
	reset.css
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

a:active {
	outline: none;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*

/* END RESET */

a {
	text-decoration: none;
}

/* LAYOUT */

body {
	font: 13px/135% Arial, Helvetica, sans-serif;
	color: #313131;
	background: url(images/overlay.png) repeat;
}

#wrapper {
	width: 850px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -298px 0 0 -425px;
	height: 595px;
}

#flash {
	width: 850px;
	height: 495px;
}

#html {
	background-color: white;
	width: 810px;
	height: 100px;
	padding: 0 20px 20px;
}

#homem, #mulher {
	float: left;
	width: 260px;
	margin-right: 15px;
}

#tv {
	float: left;
	width: 250px;
	height: 99px;
}

.videos {
	clear: both;
	position:relative;
	display:block;
	height: 100px;
	width: 259px;
	background: url(images/bot_videos.png) no-repeat 0 0;
	cursor: pointer;
}	



#morada, #copyright {
	width: 850px;
	height: 10px;
	color: white;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	clear: both;
	margin-top: 7px;
	text-align: right;
	float: right;
}

#morada, #copyright {

	text-align: center;

}


#morada p{
	font-size: 12px;
}

#copyright p{
	font-size: 11px;
}

#morada p span{
	margin-left: 15px;
}

#morada a{
	text-decoration: none;
	color: white;
}

#morada a:hover{
	color: gray;
}

/*
Botões das colecções
*/

.colechomem {
	clear: both;
	position:relative;
	display:block;
	height: 100px;
	width: 259px;
	background: url(images/bot_dohomem.jpg) no-repeat 0 0;
	cursor: pointer;
}	
.colechomem span.hover {
	position: absolute;
	display: block;
	height: 100px;
	width: 259px;
	background: url(images/bot_dohomem.jpg) no-repeat;
	background-position: bottom;
}

.colecmulher {
	clear: both;
	position:relative;
	display:block;
	height: 100px;
	width: 259px;
	background:url(images/bot_dalmata.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.colecmulher span.hover {
	position: absolute;
	display: block;
	height: 100px;
	width: 259px;
	background: url(images/bot_dalmata.jpg) no-repeat;
	background-position: bottom;
}



