body {
	background-color: #fff;
	margin: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 990px;
}

#header {
	height: 116px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 35px;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 361px;
	height: 57px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#header span {
	display: block;
	text-indent: -9999px;
	width: 421px;
	height: 54px;
	background-image: url(../images/bg-address.png);
	position: absolute;
	top: 50px;
	right: 50px;
}

#content {
	background-color: #4f86ba;
	font-family: arial;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

#content a.tel {
	text-decoration: none;
	color: inherit;
}

#content h2 {
	margin: 0px;
}

#content p {
	margin: 20px 0px 0px 0px;
}

#left {
	width: 542px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
}

#about-top {
	height: 15px;
	background-image: url(../images/bg-about-top.png);
}

#about-middle {
	background-color: #5a99d4;
	padding: 0px 23px;
}

#about-middle h2 {
	background-image: url(../images/heading-about-cc.gif);
	text-indent: -9999px;
	width: 359px;
	height: 37px;
	margin-bottom: -10px;
}

#about-bottom {
	height: 15px;
	background-image: url(../images/bg-about-bottom.png);
}

#meet-top {
	height: 15px;
	margin: 25px 0px 0px 0px;
	background-image: url(../images/bg-meet-top.png);
}

#meet-middle {
	background-color: #91c5f6;
	padding: 0px 23px 5px 23px;
	color: #000;
}

#meet-middle h2 {
	background-image: url(../images/heading-meet-cc.gif);
	text-indent: -9999px;
	width: 217px;
	height: 24px;
	margin-bottom: -10px;
}

#meet-middle h3 {
	margin: 25px 0px 0px 0px;
}

#meet-middle p {
	margin: 0px 0px 10px 0px;
}

#meet-middle a {
	color: #00f;
	text-decoration: none;
	border-bottom: dotted 1px #00f;
}

#meet-middle a:hover {
	border-bottom: none;
	text-decoration: underline;
}

#meet-bottom {
	height: 15px;
	background-image: url(../images/bg-meet-bottom.png);
}

#right {
	float: right;
	width: 355px;
	padding: 18px 40px 0px 0px;
}

#right h2 {
	background-image: url(../images/heading-salon-services.gif);
	text-indent: -9999px;
	width: 213px;
	height: 23px;
}

#footer {
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}

#footer a {
	margin: 0px 0px 0px 25px;
	color: #fff;
}

#footer a:hover {
	color: #91c5f6;
	text-decoration: none;
}

div.clear {
	clear: both;
}

/* ------ FORM ------ */

form {
	margin: 20px 0px 0px -10px;
	padding: 30px 0px 0px 25px;
	width: 312px;
	height: 187px;
	background-image: url(../images/bg-email.png);
	background-repeat: no-repeat;
}

form h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: -9999px;
	width: 178px;
	height: 17px;
	background-image: url(../images/heading-email.png);
}

form label {
	display: block;
	margin: 10px 0px 0px 0px;
}

form input {
	width: 215px;
}

form input.button {
	width: 149px;
	height: 37px;
	margin: 5px 0px 0px -5px;
	backtround-image: url(../images/button-email.png);
}

@media screen and (max-width: 990px){

	* {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		max-width: 100%;
		background-size: 100% auto;
	}
	
	#wrapper {
		max-width: 96%;
	}
	
	#header {
		height: auto;
		margin: 0.5em 0 0;
		padding: 0 1em;
		background-size: 100% auto;
		background-color: #4f86ba;
	}
	
	#header > h1,
	#header > span {
		max-width: 100%;
		margin: 0 auto;
		position: static;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	
	#content #right,
	#content #left {
		width: 100%;
		margin: 0;
		padding: 1em;
		float: none;
	}
	
	#content #right form {
		margin: 0 auto;
		padding-bottom: 2em;
		background-size: 100% 100%;
	}
	
	#content #right form input.button {
		
	}
	
	#content #left #about-middle h2 {
		background-repeat: no-repeat;
		
	}
	
	#content #left #about-top,
	#content #left #about-bottom,
	#content #left #meet-top,
	#content #left #meet-bottom {
		background-size: 100% 100%;
	}
	
	#footer {
		height: auto;
		padding-bottom: 2em;
		background-size: 100% 100%;
	}
	
}