BODY {
	background:url(../imagens/site/topbg.png) repeat-x;
	background-position: top center;
	overflow: -moz-scrollbars-vertical;
	color: #333;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 70%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FC0;
	line-height: 120%;
}
A {
color: #69F;
text-decoration: none;
line-height:normal;
font-weight:bold;
}
A:HOVER {
	color:#336699;
}
#container {
	margin-top: 56px;
background: url(../imagens/site/bottomBg.png) repeat-x;
	background-position: bottom center;
	background-color: White;
	width: 100%;
	padding-bottom: 12px;
	position:absolute;
}
#main {
	width: 755px;
	padding: 10px -10px 50px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	height:auto;
	min-height: 400px;
	/*margin-bottom:-11px;*/
}
#colA{
	margin-top:50px;
	width:250px;
	float:left;
}
#colB{
width:180px;
	margin:50px 0px 0px 20px;
	float:left;
}
.mail{
	width: 200px;
	background: url(../imagens/site/bg_form.png)no-repeat;
}

#nav {
	position: relative;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 335px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -25px;
	}
	
#tInicio a  {
	width: 43px;
	background: url(../imagens/site/tinicio.png) top left no-repeat;
	}

#tSobre a  {
	width: 70px;
	background: url(../imagens/site/tsobre.png) top left no-repeat;
	}

#tservicos a  {
	width: 62px;
	background: url(../imagens/site/tservicos.png) top left no-repeat;
	}

#tEquipa a  {
	width: 51px;
	background: url(../imagens/site/tequipa.png) top left no-repeat;
	}
	
#tNoticias a  {
	width: 59px;
	background: url(../imagens/site/tnoticias.png) top left no-repeat;
	}
		
	/*#tFaqs a  {
	width: 33px;
	background: url(../imagens/site/tfaqs.png) top left no-repeat;
	}*/
	#tFaqs a  {
	width: 76px;
	background: url(../imagens/site/tfertilidade.png) top left no-repeat;
	}	
	
	#tContactos a  {
	width: 76px;
	background: url(../imagens/site/tcontactos.png) top left no-repeat;
	}
	
	#tEsterilidade a  {
	width: 83px;
	background: url(../imagens/site/testerilidade.png) top left no-repeat;
	}	
	
	#footer{
	text-align:center;
	position:relative;
	bottom:-5px;
	font-size:90%;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#footer a{
		color:#FFF;}
	
#lyr1, #lyr2, #lyr3 { position:absolute; visibility:hidden; 
	left:20px; top:100px; width:400px; z-index:100; }
	
	.titles{
	letter-spacing:-1px;
	font-size:130%;
	font-weight:bold;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color:#99cc00;
	}
	/*FORMULÁRIOS*/
	input, select, textarea, file{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 100%;
   border: 1px solid #DDD;
   background-color: #f4f4f4;
   font-weight: normal;
   padding: 2px 5px 2px 5px;
   color: #000;
}

input:focus, input#email:focus,textarea:focus, select:focus {
		background: #FFF;
		border:1px solid #99CC00;
		}