* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

div {
	position:relative;
}

body {
	background:#ece9e6;
	font-size:62.5%;
	font:normal 0.8em "Gill Sans", Verdana, Sans-serif;
	font-weight:100;
}

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

h1 {
	position:absolute;
	left:329px;
	top:70px;
	width:302px;
	height:43px;
	background:url(../img/juuls_apartment.gif);
	text-indent:-9999px;
}

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

a:hover {
	color:black;
}


/* ---------------------------------------------- MAIN */

#main {
	position:absolute;
	top:131px;
	background-color:white;
	height:442px;
	width:962px;
}

#c1 {
	position:absolute;
	top:-1px;
	width:604px;
	height:442px;
	border:2px solid #f18e00;
}

#c1 .pad {
	padding:20px 40px;
}

#c2 {
	position:absolute;
	top:20px;
	left:634px;
	width:298px;
}

#slideshow,
#gmaps {
	position:absolute;
	top:131px;	
}

#main {
	font-size:1.1em;
	font-weight:100;
	line-height:30px;
}

#main h2 {
	font-weight:100;
	margin-bottom:1em;
}

#main h2 span {
	color:#f18e00;
}

#main li {
	margin-left:25px;
}

a.pic_swap {
	position:absolute;
	left:635px;
	top:530px;
	font-size:20px;
	color:#f18e00;
	text-decoration:none;
}

a.pic_swap:hover {
	color:black;
}

a#pic_next {
	left:655px;	
}

.big {
	font-size:1.4em;
	line-height:2em;
}

p {
	margin-bottom:1em;
}

/* ---------------------------------------------- CONTRACT */

#popup {
	position:absolute;
	left:620px;
	top:210px;
	width:335px;
	height:300px;
	overflow:auto;
	background:white;
	display:none;
}

#popup .pad {
	padding:10px;
}

#popup li {
	margin-left:25px;
}


/* ---------------------------------------------- CALENDAR */

#datebox {
	font:normal 9px "Trebuchet MS", sans-serif;
	padding-top:10px;
}

td.booked {
	background:#888;
	color:white;
}

td.booked a.ui-state-default {
	background:#888;
	border:#888;
	color:white;
}

#legenda {
	width:200px;
	float:right;
	text-align:center;
}
/* ---------------------------------------------- NAV */

ul#nav {
	position:absolute;
	top:606px;
	list-style-type:none;
	width:962px;
	text-align:center;
	height:40px;
}

ul#nav li {
	display:inline;
	margin:0 25px;
}

ul#nav li a {
	color:#1a171b;
	text-decoration:none;
	text-transform:lowercase;
}

ul#nav li a:hover,
ul#nav li a.on {
	color:#f18e00;
}
