@charset "utf-8";
/* CSS Document for Beyond Beauty
   by Uptonaway Media */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border: none;
}
img.right {
	float: right;
	margin-left: 11px;
}
img.left {
	float: left;
	margin-right: 11px;
}
h1, h2, h3 {
	text-align: left;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0.8em 0em;
}
a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.button_link {
	display: block;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------- page sections --------------------------- */
/* ---------------- header -------------- */
#header {
	height: 150px;
	overflow: hidden;
}
	#swap_image {
		float: left;
		width: 150px;
		height: 138px;
		padding: 12px 0px 0px 12px;
	}
	#main_logo {
		float: left;
		width: 400px;
		height: 150px;
		margin-left: 20px;
		background: url(images/beyondbeauty_logo.gif) center center no-repeat;
	}
	#social_icons {
		float: left;
		height: 91px;
		padding-top: 59px;
		margin-left: 70px;
	}
	#tel_num {
		float: right;
		width: 175px;
		height: 21px;
		background: url(images/phoneno.gif) no-repeat;
		margin: 64px 50px 0px 0px;
	}
/* ---------------- content -------------- */
#content_container {
	padding: 1.2em;
	min-height: 600px;
}
#nav {
	float: left;
	width: 13em;
}
	#nav_topbar {
		padding: 1.4em 5px 0.2em 1px;
		text-align: right;
		font-size: 1.4em;
		line-height: 1.4em;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 4px;
	}
	body#home_page #nav_topbar, body#decleor_page #nav_topbar, body#guinot_page #nav_topbar {
		background-color: #FFE75A;
	}
	body#treatment_page #nav_topbar {background-color: #FFD610}
	body#tropez_page #nav_topbar {background-color: #F8CE03}
	body#offer_page #nav_topbar {background-color: #F7B508}
	body#contact_page #nav_topbar {background-color: #C6A508}
	#nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: right;
		font-size: 1.4em;
	}
		#nav ul li {
			margin-bottom: 4px;
			padding: 1px 3px;
		}
		#nav ul li#home_link, #nav ul li#decleor_link, #nav ul li#guinot_link {background-color: #FFE75A}
		#nav ul li#treatment_link {background-color: #FFD610}
		#nav ul li#tropez_link {background-color: #F8CE03}
		#nav ul li#offer_link {background-color: #F7B508}
		#nav ul li#contact_link {background-color: #C6A508}
		
		#nav ul li a {
			display: block;
			color: #FFFFFF;
			text-decoration: none;
		}
#content_topbar {
	margin-left: 9.52em;
	padding: 1.4em 5px 0.2em 1px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}
	#content_topbar a:link, #content_topbar a:visited, #content_topbar a:hover, #content_topbar a:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	body#home_page #content_topbar, body#decleor_page #content_topbar, body#guinot_page #content_topbar {
		background-color: #FFE75A;
	}
	body#treatment_page #content_topbar {background-color: #FFD610}
	body#tropez_page #content_topbar {background-color: #F8CE03}
	body#offer_page #content_topbar {background-color: #F7B508}
	body#contact_page #content_topbar {background-color: #C6A508}
#content {
	margin-left: 13em;
	padding: 2em;
}
#content a:hover, #content a:active {
	border-bottom: 1px dotted #000000;
}
/* ---------------- footer -------------- */
#footer {
	color: #CCCCCC;
	font-size: 0.9em;
	text-align: right;
	padding: 1.2em;
}
	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		color: #CCCCCC;
		font-weight: normal;
		text-decoration: none;
	}
/* ----------------------------------------- clearing ------------------------------ */
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

