@charset "utf-8";

* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body {
	font: 100% Helvetica, Verdana, Arial,sans-serif;
	background: #ffffff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;

}
#header {
	height: 104px;
}

a img {
	border: 0px;
	text-decoration: none;
}

#mainContent td {
	vertical-align:top;
}

ul li { font: 100% Helvetica, Verdana, Arial,sans-serif;
	  font-size: 12px; }

/* PVR logo */

#logo {
	
	width: 336px;
	height:57px;
	background: url(../images/pvrname.gif) no-repeat;
	margin-left:46px;
	margin-bottom: 30px;
}


#logo a, #logo a:link, #logo a:hover, #logo a:visited {
	text-decoration: none;
} 



#logo h1 {
	display: none;
}



#header a, #header a:hover, #header a:link, #header a:visited {
	display: inline;
}



.fill {
	height: 36px;
	width: 900px;
	background:#99ad7a;
	color: #ffffff;
	text-transform: lowercase;
}



.mercure #mainContent {
	padding: 0 46px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: both;
}


/* Individual page brands */
.loc {
	background: #E4E4E4;
	width: 808px;
	color: #77766A;
}

/* Individual page brands */
.disco {
	background: #CAC8B3;
	width: 808px;
	color: #77766A;
}

.opts {
	background: #DFCCA1;
	width: 808px;
}




.mercure #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	color:#CCCCCC;
}
.mercure #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainContent {
	padding-bottom: 50px;
	
}

#mainContent p, #mainContent div{
	color: #727065;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#mainContent h2 {
	color: #77766A;
	text-align: left;
	letter-spacing: normal;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
}

#mainContent h3 {
	color: #77766A;
	text-align: left;
	letter-spacing: normal;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
}

#mainContent h4, h5, h6 {
	color: #77766A;
	text-align: left;
	letter-spacing: normal;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}




#mainContent li {
	color: #727065;
	text-align: left;
	margin-left: 30px;
	padding-left: 0px;
	margin-right: 10px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#mainContent ul {
	color: #727065;
	margin-left: 0px;
	padding-left: 0px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.room {
	color: #716F64;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#mainContent a:link {
	color: #53524A;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
#mainContent a:visited {
	color: #53524A;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
#mainContent a:hover {
	color: #974E34;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.real { padding: 4px; border: 1px solid #FFFFFF; background: #DBC7A4; }
.real p img { margin-left: 30px;}
.real p { color:#000000; }

.norm p img { padding: 4px; border: 1px solid #FFFFFF; float:right; margin-left:30px; margin-top: 5px; margin-bottom: 5px;  background: #E4E4E4;}
#map { padding: 4px; border: 1px solid #FFFFFF; margin-top: 5px; margin-bottom: 5px; }

#mainContent p{
	padding-bottom: 1.2em;
}

#mainContent p strong {
	font-size: 16px;
	line-height: 18px;
	
}

#main {
	background: #99ad7a url(../images/bookbar.jpg) top right no-repeat;
	color: #ffffff;
	text-transform: lowercase;

}


#topcard {
	font-size: 10px;
	text-decoration: none;
	border-left: 1px solid #000000;	
	padding-left: 20px;
	width: 204px;
	float: right;
	margin-top: -75px;
	height: 75px;
}

#card {
	font-size: 10px;
	text-decoration: none;
	padding-top: 10px;
	border-left: 1px solid #000000;	
	padding-left: 20px;
	width: 214px;
	float: right;
	height: 60px;
	color: #000000;
}

.vcard a, .vcard a:link, .vcard a:visited, .vcard a:hover {
	text-decoration: none;
	color: #000000;
}

#menu {
	margin-left: 46px;
}


#frontpage  {
	width:902px;
	height:305px;
	background: url(../images/front1.jpg) top left no-repeat;
}

/* Topmenu */
ul#mainmenu
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	color: #ffffff;
}

ul#mainmenu li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
	color: #ffffff;
}

ul#mainmenu li a
{
	display: block;
	padding-right: 50px;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}

#menu>ul#mainmenu li a { width: auto; }

ul#mainmenu li a:hover, ul#book li a:hover
{
	color: #003300;
}

ul#book
{
	list-style: none;
	display: block;
	background: transparent;
	color: #ffffff;
	float:right;
	width: 204px;
	padding-top: 10px;
}

ul#book li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
	color: #ffffff;
}

ul#book li a
{
	display: block;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}

#footer {
	
	clear: both;

}

.footer:link { font-family:  Helvetica, Arial, sans-serif; font-size: 10px; color: #999999; text-decoration: none;}
.footer:visited { font-family:  Helvetica, Arial, sans-serif; font-size: 10px; color: #999999; text-decoration: none;}
.footer:hover {	font-family:  Helvetica, Arial, sans-serif; font-size: 10px; color: #666666;	text-decoration: none;}

#gmc {
	background: url(../images/gmc.gif) top left no-repeat;
	width: 269px;
	height: 40px;
	margin-top: -40px;
	margin-left: 580px;
}

#btp {
	float: right;
	background: url(../images/bttop.gif) top right no-repeat;
}