@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */

}
#bg-a {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg-a img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
#distance { 
	margin-bottom: -310px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
#bg-home {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 630px;        /* required - desired height */
	width: 100%;        /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#main-page-back {
	position: relative;
	margin: auto;
	width: 75%;
	min-width: 1100px;
	height: 630px;
	z-index: 10;
}
#accordionmenu-back {
	position: relative;
	margin-top: 0px;
	width: 12em;
	height: 620px;
	z-index: 10;
	float:left;
}
#accordionmenu {
	position: relative;
	width: 12em;
	height: 430px;
}
#j-logo {
	background: url('../img/j-beverly-hills-hair-salon-logo.jpg') no-repeat;
	position: relative;
	width: 220px;
	height: 200px;
	
}
#page-back {
	background: url('../img/page_back.png') repeat-y;
	position: relative;
	width: 750px;
	height: 630px;
	z-index: 10;
	float: right;
}
#home-back {
	background: none;
	position: relative;
	width: 750px;
	height: 630px;
	z-index: 10;
	float: right;
}

/* global text */

.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	
}
.page-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	
}
#bloging-back {
	position: relative;
	width: 100%;
	height: 0px;
}
#bloging {
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 50;

}
/* submit button */
.button-contact {
	color:#000000;
	display:block;
	text-decoration: none;
	background: #ccc;
	line-height: 35px;
	height: 35px;
	border: 1px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	width: 120px;
	cursor: pointer;
}
.button-contact:hover {
	background-color:#aaa;
}
.submit-box-small {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	width: 300px;
}

#apple {
width: 690px;
height: auto;
} 

#apple img {
	width: 70px;
	height: 100px;
	padding: 3px;
	float: left;
	border: solid #ccc 1px;
	background-color: #FFF;
	cursor: pointer;
}
.apple_overlay {
	background: url(../img/white.png) no-repeat;
	width:586px;
	height: 456px;
	padding:35px;
	font-size:11px;
	position: absolute;
	top: 52px;
	left: 51px;
	z-index: 20;
	display: none;
}
.apple_overlay .close {
    background-image:url(/media/img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
