* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
	margin: 0 0 1em 0;
}
body{
	background: #FAE4ED url('../images/back.jpg') repeat-x  top left;
	font: 62.5%/1.5 "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #333;
	text-align: center;
}

img {
	border: 0;
}

p {
	font-size: 1.3em;
	margin-bottom: 12px;
}

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

.custom-tip {
	color: #000;
	width: 110px;
	z-index: 13000;
}

.custom-title {
	display: none;
}

.custom-text {
	font-size: 11px;
	padding: 4px;
	background: #F8FADE;
	border: 1px solid #ddd;
}

.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
}
.prototip .toolbar .title {
	display: block;
	position: relative;
}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .default { width: 150px; color: #333; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: #F8FADE; border: 1px solid #ddd; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}


div#wrapper {
  position: relative;
  margin: 0 auto;
	width: 900px;
	height: 1010px;
	background: transparent url('../images/home_back.jpg') no-repeat;
	text-align: left;
}

#header {
  margin: 0px 10px 0 0;
  padding-top: 20px;
}

ul#city-nav {
	text-align: right;
	line-height: 1.1;
}

ul#city-nav li {
	display:inline;
}

ul#city-nav li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	color: #bbb;
}

ul#city-nav li.alt a {
	color: #aaa;
}

ul#city-nav li a:hover {
	text-decoration: none;
	color: #EF9BC6;
}

ul#city-nav li a.notactive:hover {
	text-decoration: none;
	color: #bbb;
}

ul#city-nav li a.selected {
	color: #EF9BC6;
}


ul#page-nav {
  margin-top: 20px;
	text-align: right;
}

ul#page-nav li
{
	border-left: 1px solid #bbb;
	display: inline;
	line-height: 1.1em;
	margin: 0 5px 0 -5px;
	padding: 0 5px 0 5px;
}

ul#page-nav li.first {
	border: 0;
}

ul#page-nav li a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.6em;
	color: #B877A3;
	text-decoration: none;
}

ul#page-nav li a:hover {
	text-decoration: none;
	color: #000;
}

ul#page-nav li a.selected {
	color: #000;
	font-weight: bold;
}

#flashcontent {
  position: absolute;
	top: 45px;
	left: 5px;
	height: 175px;
	width: 400px;
}

#flashcontent h1 {
	position: relative;
	height: 90px;
	background: transparent url(../images/logo.jpg) no-repeat;
}

#flashcontent h1 a {
	display: block;
	height: 90px;
	width: 250px;
	text-indent: -9999px;
}

#cities {
  position: absolute;
  top: 200px;
  left: 0;
  width: 120px;
}

#cities p.button {
  margin-bottom: 16px;
}

#cities p.button a {
	display: block;
	width: 120px;
	height: 100px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% top;
}

#cities p.button a:hover {
	background-position: 50% bottom;
}

#intro {
  position: absolute;
  top: 220px;
  left: 160px;
  width: 550px;
  height: 750px;
  overflow: auto;
}

#intro, #intro p {
  font-family: Georgia, "Times New Roman", Times, Serif;
	color: #555;
}

#intro strong {
  color: #EF9BC6;
}

#blog {
  position: absolute;
  top: 680px;
  left: 0;
}

#blog div.logo {
	float: left;
	width: 140px;
	text-align: left;
	display: inline; /* ie bug fix */
}

#blog div.post {
	float: left;
	width: 275px;
	margin-right: 19px;
	padding-top: 36px;
	text-align: left;
	display: inline; /* ie bug fix */
}

#blog div.madame {
	float: left;
	width: 435px;
	padding: 5px;
	text-align: left;
	display: inline; /* ie bug fix */
}

#blog div.madame img.illustration {
  float: right;
  margin: 5px;
}

#blog div.madame p, #blog div.madame h3 {
  margin-right: 150px;
}

#blog h3 {
  margin-bottom: 5px;
  padding: 2px;
  background-color: #fff;
  color: #81284F;
  font-weight: bold;
  font-size: 1.2em;
}

#blog p {
  font-size: 1.1em;
  color: #81284F;
}

#blog a {
  color: #B877A3;
  font-weight: bold;
  text-decoration: none;
}
