/* CSS Document */
body {
	background-color:#000000;
	color:#000000;
	margin:0px;
}
a {
	width:100%;
	height:100%;
	text-decoration:none;
}
.title {
	margin-top: 15px;
	text-align: center;
}
img {
	border:0px;
}
.wrapper {
	text-align:center;
	width:800px;
	margin:0 auto;
}
.content-all {
	border:solid 1px #FFFFFF;
	width:800px;
	height:700px;
	background-color:#FFFFFF;
	margin-top:5px;
	position:relative;
}

/* Header Style Elements */
.header {
	height:140px;
	width:800px;
	position:absolute;
	background-color:#000000;
	top:0px;
	left:0px;
	color:#FFFFFF;
	text-align:left;
}
.header .logo {
	background-color:#000000;
	height:100px;
	width:235px;
	position:absolute;
	left:10px;
	top:5px;
	text-align:center;
}
.header .eye {
	background-color:#FFFFFF;
	height:94px;
	width:536px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(/images/design/eyelogo.gif);
	background-repeat:no-repeat;
}
.header .home {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:10px;
	bottom:0px;
}

.header .hair {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:75px;
	bottom:0px;
}

.header .makeup {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:128px;
	bottom:0px;
}

.header .menu1 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:203px;
	bottom:0px;
}
.header .menu2 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:265px;
	bottom:0px;
}
.header .menu3 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:338px;
	bottom:0px;
}
.header .menu4 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:459px;
	bottom:0px;
}
.header .menu5 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:526px;
	bottom:0px;
}
.header .menu6 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:583px;
	bottom:0px;
}
.header .menu7 {
	background-color:#000000;
	height:35px;
	position:absolute;
	left:690px;
	bottom:0px;
}


/* Content Style Elements */
.content {
	height:515px;
	width:100%;
	background-color:#FFF;
	position:absolute;
	top:140px;
	left:0px;
	text-align:center;
	margin:0 auto;
}
.content .fp_box1_outer {
	background-color:#FFFFFF;
	border: solid 1px #000000;
	width:200px;
	height:140px;
	position:absolute;
	left:120px;
	top:140px;
}
.content .fp_box2_outer {
	background-color:#FFFFFF;
	border: solid 1px #000000;
	width:200px;
	height:140px;
	position:absolute;
	left:120px;
	bottom:50px;
}
.content .fp_box3_outer {
	background-color:#FFFFFF;
	border: solid 1px #000000;
	width:200px;
	height:140px;
	position:absolute;
	right:120px;
	top:140px;
}
.content .fp_box4_outer {
	background-color:#FFFFFF;
	border: solid 1px #000000;
	width:200px;
	height:140px;
	position:absolute;
	right:120px;
	bottom:50px;
}
.content .fp_box1_outer_text_h {
	background-color:#FFFFFF;
	position:absolute;
	width:202px;
	height:30px;
	left:120px;
	top:282px;
}
.content .fp_box2_outer_text_h {
	background-color:#FFFFFF;
	position:absolute;
	width:202px;
	height:30px;
	left:120px;
	bottom:20px;
}
.content .fp_box3_outer_text_h {
	background-color:#FFFFFF;
	position:absolute;
	width:202px;
	height:30px;
	right:120px;
	top:282px;
}
.content .fp_box4_outer_text_h {
	background-color:#FFFFFF;
	position:absolute;
	width:202px;
	height:30px;
	right:120px;
	bottom:20px;
}
.content .fp_box1_inner {
	background-color:#FFFFFF;
	width:192px;
	height:132px;
	border: solid 1px #000000;
	margin:3px;
	background-image:url(/images/frontpage/hair_p3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.content .fp_box2_inner {
	background-color:#FFFFFF;
	width:192px;
	height:132px;
	border: solid 1px #000000;
	margin:3px;
	background-image:url(/images/frontpage/special_p3.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.content .fp_box3_inner {
	background-color:#FFFFFF;
	width:192px;
	height:132px;
	border: solid 1px #000000;
	margin:3px;
	background-image:url(/images/frontpage/makeup_p3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.content .fp_box4_inner {
	background-color:#FFFFFF;
	width:192px;
	height:132px;
	border: solid 1px #000000;
	margin:3px;
	background-image:url(/images/frontpage/bookings_p.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

/* Page layout styles
Layout 1 - Left Text, Right Image
Layout 2 - Left Image, Right Scroll Image
*/
.page_layout1 {
	margin:0 auto;
	height:100%;
	width:100%;
}
.page_layout1_left {
	height:510px;
	width:498px;
	float:left;
	overflow : auto;
}
.page_layout1_right {
	margin-top:30px;
	height:510px;
	width:300px;
	float:right;
	overflow : auto;
}

.page_layout2 {
	margin:0 auto;
	height:100%;
	width:100%;
}
.page_layout2_left {
	height:510px;
	width:598px;
	float:left;
	overflow : auto;
}
.page_layout2_right {
	margin:10px 10px 0px 10px;
	border-left: 1px solid #000;
	height:500px;
	width:180px;
	float:right;
	overflow : auto;
}
.page_layout3 {
	margin:0 auto;
	height:100%;
	width:100%;
	overflow : auto;
	text-align:center;
}

/* Footer Style Elements */
.footer {
	height:40px;
	width:800px;
	background-color:#000000;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFFFFF;
}
.footer .terms {
	background-color:#000000;
	width:150px;
	height:30px;
	position:absolute;
	left:0px;
	top:10px;
}
.footer .copyright {
	background-color:#000000;
	width:150px;
	height:30px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.footer .magazine {
	background-color:#000000;
	width:407px;
	height:37px;
	position:absolute;
	right:0px;
	bottom:0px;
}

/* Universal Elements */
.selected {
	border: 3px solid #000;
}
.border {
	border: 1px solid #000;
}
.quote {
	font-style: italic;
	width: 80%;
	text-align:center;
	margin: 0 auto;
}
table {
	background-color:#000000;
}
.booking {
	width:550px;
	align:center;
	border:0;
	background-color:#FFFFFF;
}
.nostyle {
	background-color:#FFFFFF;
}
tr {
	background-color:#FFFFFF;
}
fieldset {
	border:1px solid #000000;
	width:75%;
}
legend {
	font-style:italic;
	font-weight:bold;
	font-size:large;
}
p {
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
}
.center {
	text-align: center;
}
.titletext {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.bodytext {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}

li {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}

/* Page specific Style Elements */

.intro {
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	color: #222222;
}


