@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  }

body {
  background-color: #000;
  color: #fff;
  font-family: "Century Gothic",Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  
}

a:link {
	color:#FFF;
	font-size: 13px;
	text-decoration:none
}      
a:visited {color:#FFF; font-size: 13px; text-decoration:none}  /* visited link */
a:hover {
	color:#EC008C;
	font-size: 13px;
	text-decoration:none
}  /* mouse over link */
a:active {color:#FFF; font-size: 13px; text-decoration:none}  /* selected link */

#outerWrapper {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	min-width: 680px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 968px;
	height:346px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	
  	
}
#outerWrapper #header {
	
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
/* 	height:50px; */
height: 85px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}




#content{height:346px;
background-image: url(be-gorgeous-home.png); 
margin:0;
padding:0;
border-top: solid 2px #F4F4F4;
}


#content1{height:346px;
background-image: url(be-gorgeous-introduction.png); 
margin:0;
padding:0;
border-top: solid 2px #F4F4F4;
}





#content2{height:346px;
background-image: url(get-extended.jpg); 
margin:0;
padding:0;
border-top: solid 2px #dd0779;
}


#content3{height:346px;
background-image: url(our-extension.jpg); 
margin:0;
padding:0;
border-top: solid 2px #dd0779;
}

#content4{height:346px;
background-image: url(be-gorgeous-colors.png); 
margin:0;
padding:0;
border-top: solid 2px #dd0779;
}


#content5{height:346px;
background-image: url(contact-us-bg.jpg); 
margin:0;
padding:0;
border-top: solid 2px #F4F4F4;
}
#content6{height:346px;
background-image: url(contact-back2.jpg); 
margin:0;
padding:0;
border-top: solid 2px #F4F4F4;
}


#outerWrapper #footer {
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
}

/* This is to change the border color on the other pages */

#outerWrapper #footer2 {
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dd0779;
}


#menu  {color:#fff;position:relative; top:-10px;}

#text {
	/* width:400px; */
	height:300px;
	position:relative;
	left: 10px;
	top: 0px;
	color: #999999;
	padding:0px;
	margin:0px;
	line-height:15px;
	font-size:12px;
}

#text2 {
	/* width:400px; */
	height:300px;
	position:relative;
	left: 200px;
	top: 20px;
	color: #999999;
	padding:0px;
	margin:0px;
	line-height:15px;
	font-size:12px;
}

#text3 {
	/* width:400px; */
	height:300px;
	position:relative;
	left: 240px;
	top: 50px;
	color: #999999;
	padding:0px;
	margin:0px;
	line-height:30px;
	font-size:20px;
}



.heading{font-size:14px; margin:0px; padding:0px; line-height:18px;}


#homeLeft{position:relative;
top: 20px;
line-height:18px;
width:125px;
float:left;}


#homeRight{ position:relative;
top:20px;
width:380px;
float:left;
text-align:justify;


}


#tagline {width: 250px; position:relative; left:730px; top:-50px; font-size:12px;}

.style1 {color: #EC008C;}
