/**** Initialization - Start ****/
:link, :visited {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, body, html, p, blockquote, fieldset, input, select, textarea, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	cursor: default;
	line-height: 1.4em;
}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}
/***** Initialization - End *****/


/**** Main Layout - Start ****/
html, body {
	margin: 0;
	padding: 0;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;		
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: auto;
}
#navigation {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 12em;
	z-index: 10;
}
#navigation p {
	margin-top: 4em;
}
#header {
	position: absolute;
	top: 0;
	min-width: 388px;
	max-width: 780px;
}
#content {
	padding-left: 13em;
	padding-top: 2em;
	margin-bottom: 7em;
	min-width: 388px;
	max-width: 780px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted gray;
	background-color: #eeeeee;
}
#footer p {
	margin: 0.5em 1em 0.5em 13em;
	line-height: 1em;
}
/***** Main Layout - End *****/


/**** Header - Start ****/
#header ul {
	margin-top: 5px;
	float: right;
}
#header ul li {
	display: inline;
	margin: 5px 5px 5px 0;
}
/***** Header - End *****/


/**** Navigation - Start ****/
#navigation {
	background-color: #ff9900;
}

#navigation ul.navigation {
	margin-left: 0.3em;
	margin-right: 0.3em;
}
#navigation ul.navigation li {
	margin-bottom: 0.8em;
	font-weight: bold;
}
#navigation ul.navigation ul {
	margin-left: 1em;
}
#navigation ul.navigation ul li {
	margin: 0.3em 0;
	line-height: 1.1em;
	font-weight: normal;
}

#navigation ul.navigation li a:visited {
	color: #71236f;
}
#navigation ul.navigation li a {
	color: black;
}
#navigation ul.navigation li a:hover {
	color: white;
}

#language_menu {
	margin: 10px 0 25px;
	text-align: center;
}
#language_menu li {
	display: inline;
	margin: 0 4px;
}
#navigation #scorpios_logo {
	position: absolute;
	bottom: 1em;
	width: 12em;
}
#navigation #scorpios_logo {
	text-align: center;
}
#navigation #scorpios_logo img {
	max-width: 10em;
}/***** Navigation - End *****/


h1 {
	font-weight: bold;
	font-size: 2em;
}
h2 {
	font-weight: bold;
}
/**** Content - Start ****/
#content h1 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color: #ff9900;
	text-align: center;
}
#content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#content #twostars {
	position: absolute;
	top: 0;
	margin-top: 10px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #ff9900;
	text-transform: uppercase;
	text-decoration: underline;
	padding-right: 35px;
	background: url("http://www.scorpioscotedazur.com/include/images/icons/2stars.jpg") no-repeat center right;
}

#content.index{
	padding-top: 5em;
}
#description {
	width: 381px;
	float: left;
	margin: 0 1em 1em 0;
}
#facilities, #close_to {
	margin-bottom: 1em;
}
#facilities li, #close_to li {
	margin-left: 1.2em;
	list-style: disc;
}

#pictures {
	margin-top: 1.5em;
}
#pictures li {
	display: inline;
}
#pictures img {
	border: 1px solid #ff9900;
	margin: 0 10px 10px 0;
}
/***** Content - End *****/


/**** Footer - Start ****/
#footer {
	clear: both;
}
/***** Footer - End *****/


/**** Reservations - Start ****/
#reservations_list {
	margin-top: 2.5em;
	border-collapse: collapse;
}
#reservations_list .col_header {
	font-weight: bold;
	border-bottom: 1px solid black;
}
#reservations_list td, #reservations_list th {
	padding: 0 1em 0.2em;
}
#reservations_list .available {
	color: black;
}
#reservations_list .option {
	color: blue;
	font-style: italic;
}
#reservations_list .reserved {
	color: red;
	font-style: italic;
}
#reservations_list .new_month {
	border-bottom: 0.5em solid white;
}
#reservations_list tr.datarow:hover {
	background: #ff9900;
	color: white;
}
/***** Reservations - End *****/


/**** Map and satellite picture - Start ****/
#satellite_picture, #road_map, #microsoft_map {
	position: relative;
	width: 740px;
	height: 620px;
	margin-top: 1em;
	border: 1px solid #ff9900;
}
/***** Map and satellite picture - End *****/


/**** Conditions - Start ****/
#content.conditions p {
	margin-top: 0.5em;
}
#content.conditions ol {
	margin: 0 2.5em;
	list-style-type: decimal;
}
#content.conditions ul {
	margin: 0 2.5em;
	list-style-type: disc;
}
/***** Conditions - End *****/


/**** Contact - Start ****/
#content.contact h2 {
	margin-bottom: 0.5em;
}
#contact_form p {
	margin: 1em 0;
}
#content .important {
	font-weight: bold;
}
#content .formError {
	font-weight: bold;
	color: red;
}
/***** Contact - End *****/


/**** Directions - Start ****/
#content.directions h2 {
	margin-top: 2.5em;
	height: 33px;
}
#content.directions h2.airplane {
	background: url("http://www.scorpioscotedazur.com/include/images/icons/par-avion.gif") no-repeat center right;
}
#content.directions h2.train {
	background: url("http://www.scorpioscotedazur.com/include/images/icons/par-train.gif") no-repeat center right;
}
#content.directions h2.road {
	background: url("http://www.scorpioscotedazur.com/include/images/icons/par-route.gif") no-repeat center right;
}
#content.directions li {
	margin: 0 2.5em 0.7em;
	list-style-type: disc;
}
#content.directions li li {
	margin: 0 2.5em;
	list-style-type: disc;
}
/***** Directions - End *****/

/**** Links - Start ****/
#content.links li {
	margin: 0 2.5em;
	list-style-type: disc;
}
/***** Links - End *****/

/**** Blueprint - Start ****/
#content.blueprint h1 {
	margin-bottom: 1em;
}
/***** Blueprint - End *****/
