

body {
	background-color: #efefef;
	background-image: url(../images/header_Bkg.jpg);
	background-repeat: repeat-x;
	font-family: 'Verdana' , arial, sans-serif;}

img {
	border: 0px;
}

.container {
	margin: 0 auto;
	width: 900px;
}

header {
	height: 220px;
}

.logo {
	float: left;
	margin: 50px 0px 0px 0px;
	*margin-top: 20px;
}

.logo h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
}

/* ---------- mudar a cor da selecção de texto ---------- */
::selection {
	background: #9a2e63;
	color: #fff;
}

::-moz-selection {
	background: #9a2e63;
	color: #fff;
}
/* ---------- fim de mudar a cor da selecção de texto ---------- */


/* ----- header ----- */

.top-contacts {
	color: #efefef;
	float: right;
	font-size: 11px;
	font-style: italic;
}

.top-contacts section {
	float: right;
	line-height: 30px;
	width: 210px;

}

.top-contacts img {
	float: left;
}

.top-contacts a {
	color: #efefef;
	text-decoration: none;
}

.top-contacts a:hover {
	color: #9a2e63;
	text-decoration: none;
}

/* menu */

nav{
	font-family:  'Verdana', arial, sans-serif;
	font-size: 12px;
	float: right;
	margin-top: 80px;
}

nav ul, nav ul li{
	display: inline;
}

nav a{
	color: #efefef;
	padding: 15px 20px 15px 20px;
	text-decoration:none;
}

nav a:hover{
	background: rgb(124, 38, 80);
	background: rgba(124, 38, 80, 0.7);
	border-top: 1px inset #ad6387;
	border-left: 1px inset #ad6387;
	border-right: 1px #f4a1c9 outset;
	border-bottom: 1px #f4a1c9 outset;
	padding: 15px 19px 15px 19px;
	text-decoration:none;
}

nav .active{
	background: rgb(124, 38, 80);
	background: rgba(124, 38, 80, 0.7);
	border-top: 1px inset #ad6387;
	border-left: 1px inset #ad6387;
	border-right: 1px #f4a1c9 outset;
	border-bottom: 1px #f4a1c9 outset;
	padding: 15px 19px 15px 19px;
	text-decoration:none;
}

/* fim de menu */

/* ----- fim de header ----- */

/* sidebar left */

aside {
	float: left;
	padding: 0px 0px 30px 0px;
	width: 290px;
}

aside p{
	color: #9a2e63;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	padding: 20px 0px 20px 0px;
}


/* fim de sidebar left */



/* main content */
.main-content {
	float: right;
	overflow: visible;
	padding: 0px 0px 30px 0px;
	width: 590px;
}

.main-content h1 {
	color: #9a2e63;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0px 20px 0px;
}

.main-content p {
	color: #707070;
	font-size: 12px;
	line-height: 18px;
}

.main-content a {
	color: #9a2e63;
	font-weight: bold;
	text-decoration: none;
}

.main-content a:hover {
	color: #9a2e63;
	font-weight: bold;
	text-decoration: underline;
}

.main-content span {
	font-weight: bold;
}

#galeria {
	background-image: url('../images/placeholder_Galeria.jpg');
	background-repeat: no-repeat;
	height: 257px;
	padding: 10px 0px 0px 10px;
	width: 590px;
}

/* fim de main content */

/* footer */
footer {
	background-color: #000;
	clear: both;
	color: #efefef;
	font-size: 10px;
	height: 55px;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

.copyright {
	float: left;
	line-height: 40px;
}

.designer {
	float: right;
}

.designer p {
	line-height: 40px;
}

/* fim de footer */


/* ---------- Secção Extensões Capilares ---------- */

.artigo_extensao{
	border: 1px solid #707070;
	background-color: #fff;
	height: 270px;
	margin-top: 20px;
	padding: 10px;
}

.artigo_extensao h2 {
	clear: both;
	color: #9a2e63;
	font-size: 20px;
	margin-bottom: 20px;

}

.artigo_extensao img {
	float: left;
	margin-right: 10px;
}



/* ----------fim da Secção Extensões Capilares ---------- */

/* ---------- Portfolio ---------- */

#portfolio {
	background-image: url('../images/placeholder_portfolio.jpg');
	background-repeat: no-repeat;
	height: 466px;
	padding: 10px 0px 0px 10px;
	width: 590px;
}

/* ---------- fim de Portfolio ---------- */


/* ---------- secção de contactos ---------- */

.contactos {
	border-top: 1px solid #9a2e63;
	clear: both;
	width: 600px;
}

.contactos h3 {
	color: #707070;
	margin: 30px 0px 20px 0px;
}

.contactos a {
	color: #707070;
	text-decoration: none;
}

.contactos a:hover {
	color: #9a2e63;
	text-decoration: none;
}

.contactos div {
	float: left;
	font-style: italic;
	width: 200px;
}

/* formulário de contactos */

#contact-area {
	margin: 50px 0px 50px 0px;
	width: 590px;
}

#contact-area p {
	float: left;
	text-align: right;
	padding-right: 20px;
	width:80px;
}

#contact-area input, #contact-area textarea {
	border: 1px solid #707070;
	color: #707070;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	width: 450px;
}

#contact-area textarea {
	height: 150px;
	max-width: 450px;
	max-height: 150px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}



#contact-area input.submit-button {
	background-color: #9a2e63;
	border: none;
	color: #efefef;
	float: right;
	margin: 0px 20px 50px 50px;
	width: 100px;
}

.submit-button{
	margin-left: 50px;
}

#contact-area input.submit-button:hover {
	cursor: pointer;
}

label {
	float: left;
	font-size: 12px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 100px;
}

/* fim de formulário de contactos */

#map-canvas {
	border: 1px solid #707070;
	height: 300px;
	margin-bottom: 20px;
	width: 590px;
}

/* ---------- fim de secção de contactos ---------- */

/*--------- social css ----------*/

#comments {
	float: right;
}

#recommend {
	margin-top:20px;
	padding-top: 20px;
	border-top: 1px solid #9a2e63;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:570px;
		height:220px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		left:696px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:30px;
		height:77px;
		/*background:url(../images/btn_prev.gif) no-repeat 0 0;	*/
		}
	#nextBtn a, #slider1next a{
		/*background:url(../images/btn_next.gif) no-repeat 0 0;	*/
		}

	/* numeric controls */

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		}
	ol#controls li{
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
