@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eec8d1;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffcccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

@font-face 
{
  font-family: English2;
  src: url("http://localhost/beautifulmake-up/includes/fonts/english.ttf") format("truetype");
}

@font-face 
{
    font-family: English3;
    font-style:  normal;
    font-weight: 700;
	src: url(http://localhost/beautifulmake-up/includes/fonts/ENGLISH2.eot);
}

h1
{
	font-family: "English2", "English3", Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:700;
	letter-spacing:-0.05em;
	color:#990066;
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding:10px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../images/header_bg.jpg);
	background-position: 2px;
	background-repeat:repeat-x;
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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 */
}

.center
{
	text-align:center;
}

a img 
{
	border:none;
}

.fltlt 
{ 
    float: left; 
    margin: 4px; 
}

.fltrt
{
	float:right;
}

.clrflt
{
	float:none;
	clear:both;
}
.addressbar
{
	font-size:10px;
	color:#999999;
	text-align:right;
	font-weight:bold;
}

ul
{
	list-style-image:url(../images/bullet.gif);
}

ul li
{
	padding:3px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 7px 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 0px 0px 0px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
padding:0px;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 { /* settings for selected tab */
border-bottom: 1px solid #fb859d; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
background-color: #feb1c1; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 0px;
padding-top: 3px 4px 3px 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #fb859d; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fdcdd7; /* set unselected tab background color as desired */
color: #000000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fde6eb; /* set desired hover color */
}

/* end css tabs */
.ba /*before and after*/
{
	font-weight: bold;
	color:#990066;
	text-align:center;
	width:95%;
}

.baphoto
{
	border: 2px solid #000000;
}

/* FAQ */
.question
{
	color:#990066;
	font-weight:bold;
}

/* Pricing */
table.pricing
{
	border: 2px solid #000000;
	border-collapse:collapse;
	background-color:#ffccff;
	width: 100%;
}

table.pricing td
{
	color:#000000;
	font-weight:bold;
	border: 2px solid #000000;
	padding:2px;
}

table.pricing th
{
	background-color:#990066;
	color:#FFFFFF;
	font-weight:bold;
	border: 2px solid #000000;
	text-align:center;
}

.leftcol
{
	width:60%;
	text-align:left;
}

.leftcol2
{
	width:85%;
	text-align:left;
}

th.leftcol
{
	text-align:center;
}

.purplebold
{
	color:#990066;
	font-weight:bold;
}

.smalltext
{
	font-size:10px;
}

.error
{
	background-color:#FFFF99;
	border:1px dashed #ff0000;
	padding:10px;
	min-height: 50px;
}

.narrow
{
	width:350px;
	margin-top: 10px;
}

