/* www.farmaciaderonfe.com | 2009 */
/* all rights reserved yunit.pt */


/* LAYOUT SITE */
/* ---------- site ----------*/
#siteWrap {
	position: relative;
	margin: 0 auto;
	width: 786px;
}

/* ---------- header + logo ----------*/
#header {
	background: url("../imagens/layout/header.png") no-repeat;
	height: 227px;
	position: absolute;
	top: 40px;
	width: 786px;
	z-index:10;
}
	#header h1 {
		margin: 0 28px 0 0;
	}
	/* imagem header */
	.image {
		background: url("../imagens/layout/image.jpg") 26px 20px no-repeat;
		height: 227px;
		width: 786px;
		z-index: 20;
	}
		/* logotipo */
		#logo, #logo a {
			background: url("../imagens/layout/logo.png") 0 0 no-repeat;
			display: block ;
			height: 108px;
			position: absolute;
			right: 0;
			text-indent: -9999px;
			width: 416px;
		}
		/* slogan */
		.mainSignature {
			background: url("../imagens/layout/mainSignature.png") no-repeat;
			bottom: 0;
			display: block;
			left: 20px;
			height: 22px;
			position: absolute;
			text-indent: -9999px;
			width: 291px;
		}
/* ---------- navigation ----------*/
#siteNav {
	background: url("../imagens/layout/siteNav.png") no-repeat;
	position: absolute ;
	height: 222px ;
	left: 34px;
	top: 0 ;
	width: 176px ;
	z-index: 30;
}
	#siteNav ul {
		list-style-image: none;
		list-style-type: none ;
		margin: 38px 0 0 ;
	}
	#siteNav li {
		font-size: 13px ;
		margin: 4px 0 ;
	}
	#siteNav a, #siteNav a:link {
		color: #424242;
		display: block ;
		font-weight: bold ;
		height: 24px ;
		line-height: 24px ;
		margin: 0 6px;
		text-align: center ;
		text-decoration: none ;
		text-shadow: 0px 1px 1px #999;
	}
		#siteNav a:visited { color: #424242 ; }
		#siteNav a:hover, #siteNav a:focus {
			background: url("../imagens/layout/siteNav-a.png") center top no-repeat;
			color: #FFF ;
			text-shadow: 0px 1px 1px #999;
		}
		#siteNav a:active, #siteNav a.select {
			background: url("../imagens/layout/siteNav-a.png") center bottom no-repeat;
			color: #FFF ;
			text-shadow: 0px -1px -1px #000;
		}
/* ---------- contentLayout ----------*/
#contentBox {
	background: url("../imagens/layout/contentBox.png") 0 0 repeat-y;
	position: absolute;
	top: 265px;
}

/* ---------- footer ----------*/
#credits {
	background: #A3D166 url("../imagens/layout/credits.png") -2px -8px no-repeat;
	bottom: 0;
	position: relative;
	height: 54px;
	width: 786px;
}
	#credits p {
		color: #daf7b1;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		margin-top: 24px;
	}
	#credits a, #credits a:link {
		color: #daf7b1;
		font-style: italic;
		text-decoration: none;
	}
		#credits a:visited, #credits a:hover {
			color: #FFF;
			text-decoration: underline;
		}
		#credits a:active, #credits a:focus {
			background: #8cc63f;
			text-decoration: none;
		}
/* ---------- generic classes ----------*/
.clear { clear: both ; }
.floatLeft { float: left ; margin-right: 15px ; }
.floatRight { float: right ; margin-left: 15px ; }

/* ---------- content ----------*/

/* INDEX.HTML */
.twoBox {
	float: left;
	margin: 2px 10px;
	width: 363px;
}
	.contentRight {
		background: #F2FAE9;
	}
	.contentRight p {
		font-size: 11px;
	}

/* CONTACTOS.HTML */
#formButtons {
	margin: 0 20px;
}
	#formButtons input {
		background: none;
		border: none;
		cursor: pointer;
		height: 25px;
		margin: 0 auto;
		text-transform: uppercase;
		width: 80px;
	}
#submitBtn {
	background: url("../imagens/layout/submitBtn.png") 0 0 no-repeat !important;
	color: #daf7b1;
	font-weight: bold;
	text-shadow: 0px 1px 1px #A3D166;
}
	#submitBtn:hover, #submitBtn:active, #submitBtn:focus {
		background: url("../imagens/layout/submitBtn.png") 0 -25px no-repeat !important;
		color: #FFF;
		text-shadow: 0px -1px -1px #000;
	}

/* php/html info */
.nota, .error {
	font-weight: bold;
	margin-left: 110px;
}
.error {
	color: #F00;
	font-size: 10px;
	line-height: 7px;
}
.companyName { font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif ; font-weight:  bold ; text-transform: uppercase ; }

/* text content */
.pageTitle {
	margin: 20px 0 0 40px;
}

/* SERVICOS.HTML */
.servicos {
	background: url("../imagens/servicos/servicos.jpg") right 135px no-repeat !important;
	margin: 0 20px;
}
