@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

#container_home{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/home_background.jpg);
	background-repeat: no-repeat;
}

#container_about{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/about_background.jpg);
	background-repeat: no-repeat;
}

#container_facials{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/facial_background.jpg);
	background-repeat: no-repeat;
}

#container_body{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;
}

#container_hands{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/hands_background.jpg);
	background-repeat: no-repeat;
}

#container_essentials{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/essentials_background.jpg);
	background-repeat: no-repeat;
}

#container_products{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/products_background.jpg);
	background-repeat: no-repeat;
}

#container_contact{
	display:block;
	position:relative;
	margin:10px auto;
	width:880px;
	height:550px;
	background-image: url(images/contact_background.jpg);
	background-repeat: no-repeat;
}

/* HEADER */

.logo_header{
	display:block;
	position:relative;
	width:880px;
	height:74px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.logo{
	display:block;
	position:relative;
	width:204px;
	height:46px;
	padding:54px 0px 0px 0px;
	margin:0px 0px 0px 640px;
}

/* MENU */

.menu{
	display:block;
	position:relative;
	width:880px;
	height:20px;
	margin:40px 0px 0px 0px;
}

/* background-color:#FF3399; */

.menu li
{
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px 8px 0px 0px;
	list-style:none;
}

.menu ul
{
	padding:0px 0px 0px 340px;
	margin:0px 0px 0px 0px;
}

/* CONTENT */

.content_container{
	display:block;
	position:relative;
	width:380px;
	height:300px;
	margin:40px 0px 0px 460px;
	padding:0px 10px 0px 0px;
	overflow:auto;
}



/* FONTS */

h1{
	color:#F28F1E;
	font-size:1.5em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-weight:normal;
}

.body{
	color:#582700;
	font-size:0.7em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

.body_bold{
	color:#582700;
	font-size:0.7em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;

}

.body_small{
	color:#582700;
	font-size:0.6em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;

}

/* LINKS */

.a, .a:hover {
	font-size:10px;
	color:#F28F1E;
	text-decoration:none;
	font-weight:bold;
	}
	
.a:hover {
	color:#582700;
	}
	
.a2, .a2:hover {
	color:#582700;
	text-decoration:none;
	font-weight:bold;
	}
	
.a2:hover {
	color:#F28F1E;
	}