@charset "UTF-8";
/* CSS Document */
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	background-color: #700034;
	
	
		text-align:center; /* horizontal centering for IE Win quirks */
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#700034;
		margin-bottom:-313px; /* half of container's height */
		float:left;
		}

	#container {
	text-align:left;
	height:625px;
	width:900px;
	clear:left;
	background-color:#700034;
	background-image: url(../images/PowderL_hometemp.jpg);
	background-repeat: no-repeat;
	;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 100px;
		}

	#container div {
		
		}
 #containerBG {
	width: 800px;
	top: 0px;
	height: For all the fabulously glamorous and girly women out there The Powder Lounge Brow
& Eye-Lash Bar is here to beautify your eyes in super-quick time! Eyes are the windows to the soul, and they are the first place people look at when talking to you so, to ensure you send out the right messages, beautify your eyes with the fabulously quick and effective treatments at The Powder Lounge, to attain glamorous yet natural looking results.   At The Powder Lounge indulge in instant, affordable glamour and create come-to-bed eyes in your lunch-hour! Come and see us at The Powder Lounge, a place of unapologetic femininity, for a consultation and advice on which of our services would be best for your eyes. From luscious lashes, to sexy brows, we’ll make sure you look and feel gorgeous in no time at all!;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.sidenav {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.sidenav a:link{
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
.sidenav a:visited{
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
.sidenav a:hover{
	font-size: 11px;
	color: #FF98B5;
	line-height: 18px;
	text-decoration: none;
}
.sidenav a:active{
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
h3 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
h3 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
h3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF98B5;
	text-align: right;
}
h3 a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

.product img {
	border: 1px solid #BF0053;
}
.product {
	background-color: #FFACBF;
	border: 1px solid #BF0053;
}

.darktext {
	color: #700034;
	font-size: 10px;
	line-height: 14px;
}
.whitetext {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
}
.whitetitle {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 14px;
}
.introwhitetitle {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* End CSS Drop Down Menu */



 #header {
	height: 63px;
	top: 0px;
	width: 1000px;
} 
#topnav {
	height: 150px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 800px;
} 

 #nav {
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	width: 700px;
	padding-left: 96px;
	padding-bottom: 0px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #mainContentOne {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
	width: 800px;
	text-align: center;
	height: 350px;
} 
 #footer {
	text-align: center;
	top: 600px;
	width: 770px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 15px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.largerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.sitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #BF0053;
}
.sitedesign a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #721320;
}

.sitedesignPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #721320;
}
.sitedesignPink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #721320;
}
