/* initial markup */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,q,fieldset,dl,dt,dd,iframe,table,tbody,thead,td,th,address,legend {
	margin:0;
	padding:0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
.break { clear: both; }
.align-right { float:right;}
.align-left { float:left;}
.center {margin: 0 auto;}
a img,:link img,:visited img {border:none;}
/* a { outline: none; } */
.hide, .skip {display: none;}
.center {text-align: center;}
* focus, object, player {outline: none;}

body { line-height: 1.5em; font-family: Helvetica, frutiger, Univers, "Helvetica Neue", arial, sans-serif; font-size: 12px;}

/* design styles */
#container {
	overflow: auto; /* belangrijk */
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background-color: #1f3b8d; /* donkerblauwe achtergrond */
}
#center {
	position: relative;
    width: 1040px;
	height: 100%;
    margin: auto;
	background-color: #1f3b8d;
}
#left {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../images/RZS-header-left.png);
	background-size: 120px 230px;
	background-repeat: repeat-x;
    left: 0;
    margin-right: 520px;
}
#right {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../images/RZS-header-right.png);
	background-size: 120px 230px;
	background-repeat: repeat-x;
    right: 0;
    margin-left: 520px;
}
#layout {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1040px;
	height: 100%;
	background-color: #1f3b8d;
}
#top-image {
	background-image: url(../images/RZS-header-center.png);
	height: 230px;
	background-size: 1040px 230px;
	background-color: #ffffff;
}
#content {
	vertical-align: top;
	width: 900px;
	heigth: 100%;
	background-color: #ffffff;
	background-image: url(../images/RZS-woman-face.jpg);
	background-position: 0px -360px;
	background-repeat: no-repeat;
}
.content-margin {
	width: 70px;	
}
#subtitle {
	position: absolute;
	left: 282px;
	top: 165px;
	font-size: 0.65em;
	font-weight: lighter;
	letter-spacing: 0.25em;
	color: #ffffff;
	text-transform: uppercase;
}
/* partner links menu */
#koc {
	position: absolute;
	left: 704px;
	top: 192px; /* 192px */
	width: 36px;
	height: 32px;
	background: url(../images/koc.gif);
	background-size: 36px 64px;
}
#koc:hover { 
  background-position: 0 -32px;
}
#koc span {
  position: absolute;
  top: -999em;
}
#loreal {
	position: absolute;
	left: 753px;
	top: 192px;
	display: block;
	width: 82px;
	height: 32px;
	background: url(../images/loreal.gif);
	background-size: 82px 64px;
}
#loreal:hover { 
	background-position: 0 -32px;
}
#loreal span {
	position: absolute;
	top: -999em;
}
#fudge {
	position: absolute;
	right: 117px;
	top: 192px;
	display: block;
	width: 72px;
	height: 26px;
	background: url(../images/fudge.gif);
	background-size: 72px 52px;
}
#fudge:hover { 
	background-position: 0 -26px;
}
#fudge span {
	position: absolute;
	top: -999em;
}
/* info panel */
#info-panel {
	position: absolute;
	width: 250px;
	height: 357px;
	top: 270px;
	right: 100px;
	background-size: contain;
	background-image: url(../images/RZS-info-panel.png);
	background-repeat: no-repeat;
}
#info-panel-2 {
	position: absolute;
	width: 250px;
	height: 357px;
	top: 270px;
	right: 100px;
	background-image: url(../images/RZS-info-panel-2.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#info-panel-3 {
	position: absolute;
	width: 250px;
	height: 357px;
	top: 270px;
	right: 100px;
	background-image: url(../images/RZS-info-panel-3.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#panel-head {
	position: relative;
	margin-top: 19px;
	margin-left: 22px;
	font-size: 14pt;
	line-height: 16pt;
	color: #1f3b8d;
}
#panel-message {
	position: relative;
	margin-top: 14px;
	margin-left: 22px;
	margin-right: 20px;
	font-size: 11.5pt;
	font-weight: 500;
	line-height: 12pt;
	color: #1f3b8d;
}
#location, #contact-info {
	position: absolute;
	top: 174px;
	margin-left: 62px;
	font-size: 9.5pt;
	font-weight: 100;
	line-height: 12pt;
	color: #ffffff;
}
#contact-info {
	position: absolute;
	top: 254px;
	margin-left: 62px;
}
#business-info {
	position: absolute;
	top: 338px;
	margin-left: 22px;
	font-size: 0.65em;
	font-weight: lighter;
	letter-spacing: 0.25em;
	color: #ffffff;
	text-transform: uppercase;
}
/* nav menu */
#menu {
	position: relative;
	float: left;
	width: 160px;
	height: 500px;
/*	background-color: #ffffff; */
}
#menu {
	margin: 0;
	padding: 0;
}
/* nav styles */
#nav {
	padding: 0;
	margin-top: 50px;
	text-align: right;
	line-height: 3.4em;
}
#nav li {
	list-style: none;
	margin: 0; 
	padding: 0;
}
#nav li a {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #c3322c;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li.selected a.single {
	border-bottom: #c3322c solid 1px;
}
#nav li.selected a.single:hover {
	text-decoration: none;
	color: #1f3b8d;
	border-bottom: #1f3b8d dashed 1px;
}
#nav li a:hover {
	color: #1f3b8d;
	border-bottom: #1f3b8d solid 1px;
}
/* divider bar (black gradient) */
#divider {
	position: relative;
	float: left;
	width: 52px;
	height: 500px;
	background-image: url(../images/RZS-divider.png);
	background-position: 18px;
	background-repeat: no-repeat;
/*	background-color: #ffffff; */
}
/* placeholder for content (text) */	
#text {
	position: relative;
	float: left;
	width: 330px;
	height: 500px;
	vertical-align: top;
/*	background-color: #ffffff; */
}
#text h1 {
	margin-top: 20px;
	font-size: 1.2em;
}
#text h2 {
	margin-top: 20px;
	font-size: 1.2em;
}
#text p {
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}
#text a, a:visited {
	color: #000000;	
}
#text a:hover {
	color: #c3322c;
}
#text img.illustration {
	-moz-box-shadow: 4px 4px 4px 0px #d2d2d2;
	-webkit-box-shadow: 4px 4px 4px 0px #d2d2d2;
	box-shadow: 4px 4px 4px 0px #d2d2d2;
	margin-top: 26px;
	margin-bottom: 22px;
}
#google-map {
	-moz-box-shadow: 4px 4px 4px 0px #d2d2d2;
	-webkit-box-shadow: 4px 4px 4px 0px #d2d2d2;
	box-shadow: 4px 4px 4px 0px #d2d2d2;
	margin-top: 26px;
	margin-bottom: 0;
}
#big-map {
	position: relative;
	top: -10px;
	margin-bottom: 32px;	
}
#big-map a {
	font-size: 0.85em;
	font-weight: normal;
	line-heigth: 1em;
	color: #000000;
	text-decoration: none;
}
#big-map a:hover {
	color: #c3322c;
}
#hours {
	position: absolute;
	top: 350px;
	left: 300px;
}
#hours table td {
	padding: 2px;
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 1.2em;
	color: #ffffff;	
}
#prices {
	position: absolute;
	top: 350px;
	left: 300px;
}
#prices table td {
	padding: 2px;
	font-size: 1.54em;
	font-weight: lighter;
	line-height: 1.2em;
	color: #ffffff;	
}
#prices table td.note {
	padding: 2px;
	padding-top: 20px;
	text-align: right;
	vertical-align: text-bottom;
	font-style: italic;
	font-size: 0.9em;	
}
/* facebook like button */
#like {
	position: absolute;
	top: 40px;
	left: 76px;
}
#footer {
	position: absolute;
	width: 282px;
	height: 20px;
	bottom: 0;
}