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


/*
*

	safety DEF's

*
*/

* {
	
	
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
}


body, html {

	height: 100%;
	
}


a img {

	border: 0;

}



/*
*

	TAG's

*
*/


body {
		
	background-color: #fff;
	font-size: 11px;
	
}


strong {

	color: #0085cf;
	
}


a {

	text-decoration: none;
	outline: none;
	
}

a:hover {

	color: #bc34ba;

}

/*
*

	helping CLASS'es

*
*/


.cutRight {

	float: right;
	
}

.cutLeft {

	float: left;
	
}

.middle {
	margin: 0 auto;
}


.strong {

	color: #0085cf;
	
}



/*
*

	ID's

*
*/


#layout {

	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	
	position: relative;

}

	#header, #tinyHeader {
		text-align: center;
	}
	
		#header img {				
			margin-top: 80px;
			margin-bottom: 50px;			
		}
		
		
		#tinyHeader img {
			margin-top: 10px;
			margin-bottom: 10px;
		}
	
	
	#gallery {
	
		text-align: center;
		position: relative;
	
	}
	
		#galleryMenu {
			width: 500px;
			margin: 0 auto;
			text-align: center;
			margin-top: 10px;		
		}
		
		#galleryMenu a {
				font-size: 18px;
		}
	
	#welcome {
		width: 700px;
		margin: 0 auto;
	
	}
	
	#welcome p {
	
		width: 145px;
		font-family: Garamond Premier Pro;
		font-size: 13px;
		
	
	}	
		
		
	.wrapper {
		
	}
	
	
	.footer, .push {
		height: 44px; /* .push must be the same height as .footer */
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	.footer {	
		background: url('../images/makeupartist.gif')  center no-repeat;
	}

		
	
	#menu {
		
		text-align: center;	
		
			
		
	}
		
		span {
			
					
					
		}
				
				
		span a {
				
					font-size: 14px;
				
		}
		
		
	#offer {
		position: absolute;
		width: 420px;
		height: 450px;
		left: 650px;
		top: 390px;
		background-color: #fff;
	}
			
	
	#partners {
		text-align: center;	
		width: 80%;
		margin: 0 auto;
	}		
	
	#partners div {	
		float: left;
		margin: 20px;		
	}
	
	#partners img {
		border: 1px solid #ccc;	
	}	
			
			
			
			
			
			
			
			
			