/* FACTORMED */



body {
	margin:0px;
	background-image:url(../layout/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f5356;
	font-size:10px;
}
form {
	margin:0px;
}
/* ESTRUTURA */

#wraper {
	width:1000px;
	min-height:762px;
	/*height:762px;*/

	background-image:url(../layout/wraper_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
}
#header {
	margin-left:88px;
	margin-right:88px;
	margin-bottom:36px;
	height:98px;
	padding-top:23px;
}
/*#header #pesquisa {

	margin-top:23px;

}*/

#header #pesquisa input {
	font-size:10px;
	color:#1c50a0;
	
}
#header #nav {
	text-align:right;
	margin-top:51px;
	padding-right:7px;
}
#header #nav img {
}
#corpo {
	padding-left:88px;
	padding-right:100px;
}
#colesq {
	float:left;
	width:164px;
	height:304px;
	background-image:url(../layout/nav_produtos/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#1b50a0;
	font-size:10px;
}
#login_colesq {
	background-image:url(../layout/login_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:140px;
	height:39px;
	padding-left:24px;
	padding-top:7px;
	margin-bottom:5px;
}
#colesq a {
	color:#1b50a0;
	font-size:10px;
	text-decoration:none;
}
#colesq a:hover {
	text-decoration:underline;
}
#colesq .nav_prods {
	margin-top:35px;
	list-style-image:url(../layout/nav_produtos/bullet.jpg);
	list-style-position:outside;
}
#coldir {
	float:right;
	width:595px;
}
#bloco_boasvindas {
	width:557px;
	height:147px;
	margin-top:44px;
	margin-bottom:30px;
	padding-top:38px;
	padding-left:25px;
	padding-right:20px;
	background-image:url(../layout/caixa_benvindo_bg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}
#bloco_destaques {
	float:left;
	width:252px;
	height:195px;
	background-image:url(../layout/caixa_destaques_bg.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:10px;
}
#bloco_destaques a {
	color:#ff6100;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
}
#bloco_destaques a:hover {
	text-decoration:underline;
}
#bloco_destaques .item {
	width:80px;
	text-align:center;
	float:left;
}
#bloco_destaques .item img {
	border:1px solid #a8b3ba;
	margin-top:3px;
}
#bloco_novidades {
	float:left;
	width:123px;
	height:195px;
	padding-top:50px;
	margin-left:42px;
	background-image:url(../layout/caixa_novidades_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#bloco_novidades a {
	color:#ff6100;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:50px;
	padding-left:10px;
}
#bloco_novidades a:hover {
	text-decoration:underline;
}
#bloco_contactos {
	float:right;
	width:113px;
	height:195px;
	padding-top:50px;
	padding-left:10px;
	background-image:url(../layout/caixa_contactos_bg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}
#footer {
	height:117px;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../layout/footer_bg.jpg);
	font-size:11px;
	margin-top:10px;
}
#footer #nav {
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}
#footer #nav a {
	font-weight:bold;
	color:#4f5356;
	text-decoration:none;
}
#footer #nav a:hover {
	text-decoration:underline;
}
#footer #copyright {
	width:824px;
	margin:0 auto;
	margin-top:16px;
	padding-left:88px;
	padding-right:88px;
	color:#1b50a0;
}
#footer #copyright img {
	float:right;
}
/* ESTRUTURA - FIM */

/* Alertas */

.alert {
	background-color: #FFFFE0;
	padding: 4px;
	border: 1px solid #FFFF00;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	text-align: center;
}
.error-message {
	color: black;
	text-align: center;
	border: 1px solid #B22222;
	background-color: #EDC0C0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 2px;
}
.ok-message {
	color: black;
	text-align: center;
	border: 1px solid #8da038;
	background-color: #cfe17e;
	margin-top: 10px;
	margin-left: 10px;
	padding: 2px;
}

/* Fim ALERTAS */

/* Validação de Forms */

@charset "utf-8";
/* Style for invalid input */

.invalidInput {
	border:1px dotted #F00;
	background-color: #FFECE6;
}
/* Style for valid input */

.validInput {
	border: 1px dotted #FF0000;
}

