/** Color **/

/** Lilas Escuro #663366; **/
/** Lilás Claro  #9C86B8; **/


html {
	 background:#A0CF4B;
}


dt {
	margin-top:1em;
}

.centros-info {
border:1px solid #663366;
margin:1em;
padding:1em;
}


body {
    background:url(/images/bg.jpg) repeat-x #A0CF4B; 
	color: #333;
	height:600px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 74%;
    line-height: 1.3846; /* Baseline grid of 18px */
    text-align: left;
	margin:0;
    padding:0;
}

.theader {
	background-color:#663366;
	color:#fff;
	font-weight:bold;
}

.footer {
	clear:both;
	width:940px;
	height:60px;
	padding-top:2em;
	text-align:right;
}

.imctable tr {
	border-bottom:1px solid #9C86B8;
	font-size:0.9em;
}

#imc_weight {
	width:3em;
}

#imc_height {
	width:3em;
}


td{ border:0px; }

p {
	text-align:left;
}


.clear {
	clear:both;
}

/** Box and Containers **/

#centrosd {
	margin-top:1em;
}

.container {
	width:940px;
	margin:auto;
}

.homepage {
	height:405px;
}

.homepage,
.other-content {
	padding:0;
	margin-top:0;
	clear:both;
	background-color:#fff;
}

.other-content {
	padding:1em;
}

.header {
padding-top:10px;
}

.nav {
clear:both;
display:block;
height:50px;
}

.content {
	border:1px solid #cccccc;
	padding:0;
	margin-top:0;
	clear:both;
	background-color:#fff;
}


.imc-box {
	width:25%;
	float:left;
	border:1px solid #cccccc;
	background-color:#fff;
	padding:1em;
	height:180px;
}

.centro-box {
	border:1px solid #cccccc;
	width:40%;
	float:left;
	background-color:#fff;
	margin-left:8px;
	margin-right:8px;
	padding:1em;
	height:180px;
}

.com-box {
	width:25%;
	float:left;
	border:1px solid #cccccc;
	background-color:#fff;
	padding:1em;
	height:180px;
}


/* Header navigation */

.navigation  {
	width:100%;
    padding-top:0.5em;
	background-image: url(/images/navigation-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-size:1.2em;
	float:right;
	margin:0;
}

#contactos {
	border:0;
}

.navigation li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.navigation ol {
	height:37px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left:1em;
}

.navigation li a {
	font-weight:bold;
	text-decoration: none;
}
.navigation li a:link,
.navigation li a:visited {
	color: #1E2C3F;
}


.navigation a.selected {
	
}

.navigation li {
    border-right: 1px solid #D2D5D9;
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
	font-family: Calibri,"Trebuchet MS","Gill Sans",Frutiger,Univers,"Helvetica Neue",Arial,Helvetica;
}


.navigation li a.selected,
.navigation li a:hover,
.navigation li a:focus,
.navigation li a:active {
	color:#663366;
}



h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}


h1 {
	color:#663366;
	font-size: 1.9em;	/* 40px */
	line-height: 1;			/* 40px */
	margin-top: 0.125em;	/*  5px */
	margin-bottom: 0.5em;	/* 20px */
	font-weight: bold;
}

h2 {
	font-size: 1.5385em;	/* 20px */
	margin-bottom: 0.5em;		/* 20px */
	font-weight: bold;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	color:#663366;
}
h3 {
	font-size: 1.2308em;	/* 16px */
	margin-bottom: 1em;		/* 16px */
	font-weight: bold;
}


.phone-number 
{
	font-size:2.0em;
	font-weight:bold;
	color:#663366; /* Escuro */

}


.questions 
{
	font-size:1.4em;
	color:#9C86B8; /* Claro */
	font-weight:bold;
	padding-right:0.5em;
}



/* Home page key features */

.home_features {
	width:230px;
	float:left;
	padding-left:1em;
}

.dietaevolutiva-features 
{
	 vertical-align:middle;
}

.dietaevolutiva-features li 
{
	margin-top:1.6em;
	list-style-type:none; 
	text-align:left;
	height:32px;
	background-image: url(/images/bullet-dieta.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
}

.stages li {
	text-align:left;
	margin-left:0;
	list-style-type:none; 
	padding-left: 2.5em;
}


.fst {
	background:url(/images/1.gif);
	height:32px;
	background-repeat: no-repeat;
}

.snd {
	background:url(/images/2.gif);
	height:32px;
	background-repeat: no-repeat;
}

.trd {
	background:url(/images/3.gif);
	height:32px;
	background-repeat: no-repeat;
}

.frt {
	background:url(/images/4.gif);
	height:32px;
	background-repeat: no-repeat;
}




/* Forms */ 

label
{
width:4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}



#contact_name, #contact_email, 
#contact_company, #contact_telephone,
#contact_subject {
width:20em;
}

#centros_morada {
width:20em;
}

#centros_raio {
width:2em;
font-size:1.5em;  
clear:both;
}

.required {
color:red;
font-weight:bold;
margin-right:0.2em;
}



ul.error_list li {
color:red;
margin-top:0.2em;
margin-bottom:0.2em;
margin-left:3em;
font-size:0.8em;
font-weight:bold;
list-style-type: none
}

.credit a,
.credit a:visited {
	color:#668631;
	font-size:0.9em;
}

fieldset
{
border: 1px solid #9C86B8;
padding:1em;
}

legend
{
color: #fff;
font-weight:bold;
background: #9C86B8;
border: 1px solid #9C86B8;
padding: 2px 6px
}

textarea 
{
width:20em;
height:10em;
}

input, textarea, select
{
color: #4E4E4E;
background:#E7EEF6;
border: 1px solid #CCCCCC;
}

input[type=submit] {
color:#fff;
background:#663366;
padding:0.2em 0.4em 0.2em 0.4em;
}


input[type=submit]:active {
}





