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


/* ///// Positioning Blocks //// */

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d5e6f8;
	color: #536e88;
}

div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 800px;
	padding: 0px 0px 50px 0px;
}

div#content {
	position: relative;
	float: left;
	margin: 0px;
	width: 800px;
	padding: 0px;
	background: #fff url(images/mainbox_top.png) no-repeat;
}

div#tel_email {
	position: relative;
	float: left;
	margin: 30px 0px 20px 30px;
	padding: 0px;
}

div#whitestep {
	position: relative;
	float: left;
	width: 770px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
}

div#bibi {
	position: relative;
	float: left;
	width: 355px;
	margin: 0px 30px 50px 30px;
	padding: 0px;
	background: url(images/bibibox.png) no-repeat;
	color: #fff;
	height: 727px;
}

div#realcool {
	position: relative;
	float: left;
	width: 355px;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background: url(images/realcoolbox.png) no-repeat;
	height: 727px;
	color: #666666;
}


div#whitestep_blurb {
	position: relative;
	float: left;
	width: 770px;
	margin: 0px 0px 30px 10px;
	padding: 0px;
}

div#footer {
	position: relative;
	float: left;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	background: url(images/mainbox_bottom.png) no-repeat bottom;
	border-top: 1px #d5e6f8 dashed;
}




/* //// General Elements //// */


h1 {
	margin: 20px 20px 20px 20px;
	padding: 0px;
}

h2 {
	margin: 20px 20px 20px 20px;
	padding: 0px;
	font-size: 1.4em;
}

p {
	margin: 0px 20px 14px 20px;
	padding: 0px;
	line-height: 140%;
	word-spacing: 0.2em;
	font-size: 0.9em;
	text-align: justify;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* //// Box specific elements //// */



#bibi a {
	color: #fff;
	text-decoration: underline;
}

img#bibi_logo {
	position: relative;
	float: left;
	margin: 20px 20px 20px 20px;
	border: none;
	padding: 0px;
}

#bibi_link {
	font-size: 1.1em;
	text-align: center;
}

img#montage {
	margin: 0px 0px 20px 20px;
	clear: both;
	padding: 0px;
	border: none;
}




#realcool img {
	position: relative;
	float: left;
	margin: 20px 110px 20px 20px;
	border: none;
}

img#baths {
	margin: 0px 0px 20px 20px;
}





#footer p {
	font-size: 0.8em;
	position: relative;
	float: left;
	margin: 30px 30px 14px 30px;
}

p#co_details {
	font-size: 0.75em;
	clear: left;
	width: 740px;
	margin: 0px 30px 0px 30px;
	text-align: center;
}

p#disclaimer {
	position: relative;
	float: right;
	margin-right: 30px;
}

p#email {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 76px;
	height: 64px;
	background: url(images/email.png) no-repeat;
	text-align: right;
	line-height: 64px;
}

p#tel {
	position: relative;
	float: left;
	clear: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 76px;
	height: 64px;
	background: url(images/tel.png) no-repeat;
	line-height: 64px;
	
}




/* //// Slide Panel //// */

div#panel {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 0px;
	display: none; 
	background: #fff url(images/mainbox_bottom.png) no-repeat bottom;
	width: 800px;
	height: 228px;
	padding: 0px;
}

#panel div {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

#panel div p {
	text-align: left;
}

#panel h2 {
	padding-top: 20px;
}

p.slide {
	position: relative;
	left: 50%;
	margin-left: 50%;
	margin-right: auto;
	clear: both;
	width: 200px;
	height: 31px;
	margin: 0px 0px 0px -100px;
	padding: 0px;
	text-align: center;
	font-size: 1.2em;
	
}

.contact {
	display: block;
	width: 200px;
	height: 31px;
	background:url(images/contact_bg.png) no-repeat;
}

.active {
	background:url(images/contact_bg.png) no-repeat -200px;
}

