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

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #B7B7B7;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/2page_bg.jpg);
	background-repeat: repeat;
	line-height: 1.5em;
}

.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;



	0border-bottom:1px solid #787878;
	padding-bottom: 2em;
	background-attachment: scroll;
	background-color: #646464;
	background-image: url(../images/sidebar_faux_column-2.jpg);
	background-repeat: repeat-y;
	background-position: right;
} 
.twoColFixRtHdr #container #top_header img {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.twoColFixRtHdr #header {
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 305px;
	background-color: #DDDDDD;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat;
} 
.twoColFixRtHdr #container #main-body {
	margin: 0;
	padding: 0;
	height: auto;
}
.twoColFixRtHdr #container #top_header {
	0background-color: #930;
	background-color: #8b1c08;
	height: 5px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -3000px;
}
.twoColFixRtHdr  #container  #top_nav  {
	bottom: 30px;
	position: relative;
	left: 450px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 22px;





	0background-attachment: scroll;
	0background-image: url(../images/sidebar_faux_column.jpg);
	0background-repeat: repeat-y;
}
.twoColFixRtHdr #mainContent {
	margin: 0 315px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 23px;
	border-top: 1px solid #787878;
	0height: auto;
} 
.twoColFixRtHdr #container #main-body #sidebar1 img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 0.5em;
}

.twoColFixRtHdr #container #main-body #sidebar1 p.sidebar1-related-site {
	text-align: center;
	margin: 1em auto;
	cursor:pointer; 
	display:block; 
	background:url(../images/related-site-sprite.jpg) 0px 0px; 
	width:266px; 
	height:75px; 
	margin-bottom:3em;
}

.twoColFixRtHdr #container #main-body #sidebar1 p.sidebar1-related-site a {
	display:block; 
	position:relative; 
	top:80px;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	line-height: 1.25em;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	height: 200px;
	background-color: #DDDDDD;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;	
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:relative;
	width:176;
	height:272px;
	float: left;
}
#apDiv2 {
	width:350px;
	height:115px;
	float: left;
}

#apDiv2 a img{
	border:none;
}

.twoColFixRtHdr #container #main-body #sidebar1 h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B4B4B;
	font-size: 1em;
	margin: 1em;
	color: #202020;
}
.twoColFixRtHdr #container #main-body #sidebar1 p {
	font-size: 85%;
}
.twoColFixRtHdr #container #main-body #sidebar1 a {
	color: #CCCCCC;
}

.twoColFixRtHdr #container #main-body #sidebar1 a:visited{
}

.twoColFixRtHdr #container #main-body #sidebar1 a:hover,
.twoColFixRtHdr #container #main-body #sidebar1 a:active {
	text-decoration:none;
}

#apDiv3 {
	position:absolute;
	width:616px;
	height:42px;
	z-index:3;
	left: 375px;
	top: 253px;
	background-attachment: scroll;
	background-image: url(header_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topNav ul {
	font-size:85%;
	0height:41px;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	0margin:0;
	width:100%;
	0position: relative;
	0left: -50px;
	0top: 200px;
}

#topNav ul li a {
	color:#CCCCCC;
	text-decoration:none;
}

#topNav ul li {
	display:inline;
	float:right;
}

#topNav ul a:focus, #topNav ul a:active, #topNav ul a:hover {
	background-color:#333333;
	color:#FFFFFF;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#topNav ul a {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding:3px 7px;
}

#topNav ul a {
	color:#FFFFFF;
	display:block;
	0font-family:Trebuchet MS,Arial,sans-serif;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
}

#topNav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#topNav ul a.home {
	margin:0 12px 0 0;
}

#topNav ul a.menu-item {
	margin:0 12px 0 0;
}
#topNav ul a.selected-top-nav {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#333333;
	color:#999999;
	margin:0 12px 0 0;
}
.twoColFixRtHdr #container #main-body #mainContent h3 {
	font-size: 1.3em;
	font-style: normal;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.twoColFixRtHdr #footer-2 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 110px;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	color: #999999;
} 
.twoColFixRtHdr #footer-2 #footer-nav {
	padding: 10px 0px 0px 0px;
}

#footer-2 #footer-nav ul{
	list-style:none;
	padding-top: 10px;
}

#footer-2 #footer-nav ul li{
	float:left;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#CFCFCF;
	background-color:inherit;
}

#footer-2 #footer-nav ul li a{
	padding:0 7px;
	font:normal 11px/20px Arial, Helvetica, sans-serif;

	0color:#CFCFCF;
	color:#999999;
	background-color:inherit;
}

#footer-2 #footer-nav ul li a:hover{
	color:#CF7B03;
	background-color:inherit;
	text-decoration: none;
}

#footer-2 #footer-nav ul li a.home{
	padding:0 7px 0 0;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#CFCFCF;
	background-color:inherit;
}

#footer-2 #footer-nav ul li a.home:hover{
	color:#CF7B03;
	background-color:inherit;
}

/* start: pages navigation*/
.pages-navigation ul {
	margin: 0;

	0padding: 10px 15px 15px 0;
	padding: 5px 15px 0px 0;
	list-style: none;
	height: 19px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:13px;
	color:#CCCCCC;
}
.pages-navigation  ul  li {
	float: left;
	padding: 0;
	font-size: 1em;
	0padding:0.3em 0.4em;		
}
.pages-navigation  ul  a {
	margin: 0 0.2em;
	padding:0.3em 0.4em;
	font-size:0.95em;
	line-height:1em;
	text-decoration:none;
	color:#999999;
	float:left;
	display:block;
	font-weight:bold;
	border: 1px solid #333333;
}
.pages-navigation  ul  a:hover, .pages-navigation  ul  a:active{
	text-decoration:underline;
	background-color:#000000;
	color:#FFF;
	border: 1px solid #FF9900;
}
.pages-navigation  ul  a.current-page:link, .pages-navigation  ul  a.current-page:visited {
	color:#fff;
	background-color:#000000;
	border:1px solid #FF9900;
}
.pages-navigation   ul   a.current-page:hover, .pages-navigation   ul   a.current-page:active{
	text-decoration:underline;
	background-color:#000000;
}

.pages-navigation   ul   a.nolink-page:link,
.pages-navigation   ul   a.nolink-page:visited,
.pages-navigation   ul   a.nolink-page:hover, 
.pages-navigation   ul   a.nolink-page:active
{
	text-decoration:none;
	border:none;
	color:#CCCCCC;
	cursor:default;
	font-weight:normal;
	font-size:12px;
	background-color: #646464;
}
.twoColFixRtHdr #container #main-body #mainContent h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #939393;
	padding: 5px 0px 0px 0px;
	color: #FFCC00;
	font-size: 2.7em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 15px 0px 0px 5px;
}

/* end: pages navigation*/
.twoColFixRtHdr #container #main-body #mainContent #items {
	width: 620px;
	margin-top: 1.5em;
}
.twoColFixRtHdr #container #main-body #mainContent h2 span {
	color: #CCCCCC;
	margin-left: 10px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.gallery-img-container-2 {
	margin:0 5px 10px 0; /*0rig*/
	padding-right: 5px; /*orig*/
	padding-bottom: 10px; /*0rig*/
	float: left;
	background-color: #4D4D4D;
	width:150px;	
}

.gallery-img-container p {
	color:#CCCCCC;
	font-size:80%;
	padding: 10px;
}

.item-img-container {
	float:left;
	height:290px;
	width:200px;









	0border:1px solid #333333; 
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
}

.item-img-container p {
	margin:0;
	font-size:11px;
	color:#CCCCCC;
	text-align:center;
	line-height:15px;
	padding-top: 5px;
}

.item-img-container img {
	width:170px;
	height:200px;
}

#back-top a {color:#FF9900;}

#back-top a:hover, #back-top a:active{text-decoration:none;}

.highslide-heading {
	text-align: left;
}
.twoColFixRtHdr #container #main-body #mainContent .pages-navigation {
	float: right;
	padding: 0px 0px 1em 0px;
}
.twoColFixRtHdr #container #main-body #mainContent #items .highslide-gallery .item-img-container .item-link-container {
	padding-top: 5px;
}
.twoColFixRtHdr #container #main-body #mainContent #items .highslide-gallery .item-img-container .item-link-container a {
	color: #CCCCCC;
	text-decoration: underline;
}

.twoColFixRtHdr #container #main-body #mainContent #items .highslide-gallery .item-img-container .item-link-container a:hover, 
.twoColFixRtHdr #container #main-body #mainContent #items .highslide-gallery .item-img-container .item-link-container a:active {
	text-decoration: none;
}

.twoColFixRtHdr #container #main-body #mainContent #items .classic-item-img-container {
	text-align:center;
	margin:0 auto;
}

.twoColFixRtHdr #container #main-body #mainContent #items .classic-item-img-container img{
	background-attachment: scroll;
	background-color: #575757;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:1px solid #444444; 
	margin:10px 0 0 5px; 
	padding:10px;
}
.twoColFixRtHdr #container #main-body #mainContent #items a {
	color: #FFCC00;
}
.twoColFixRtHdr #container #main-body #mainContent h3 {
	color: #FFCC00;
}

.twoColFixRtHdr #container #main-body #mainContent #items a:link,
.twoColFixRtHdr #container #main-body #mainContent #items a:visited {
	text-decoration:underline;
}
.twoColFixRtHdr #container #main-body #mainContent #items a:hover,
.twoColFixRtHdr #container #main-body #mainContent #items a:active {
	text-decoration:none;
}
.twoColFixRtHdr #container #main-body #mainContent #items .classic-item-img-container p.item-img-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}
.twoColFixRtHdr #container #main-body #mainContent #items .classic-item-img-container img.item-img-light-bg {
	background-color: #f0f0f0;
}
.twoColFixRtHdr #container #main-body #mainContent h2.history-h2 {
	color: #FFCC00;
}
.twoColFixRtHdr #container #main-body #mainContent #four-poster-beds-history {
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #main-body #mainContent a.link-about-us {
	color: #CCCCCC;
}
.twoColFixRtHdr #container #main-body #mainContent a.link-about-us:hover,
.twoColFixRtHdr #container #main-body #mainContent a.link-about-us:active {
	text-decoration:none;
}
.twoColFixRtHdr #container #main-body #mainContent #sitemap a {
	color: #CCCCCC;
}
.twoColFixRtHdr #container #main-body #mainContent #sitemap span {
	font-size: 10px;
	color: #999999;
}

.twoColFixRtHdr #container #main-body #mainContent #sitemap a:hover,
.twoColFixRtHdr #container #main-body #mainContent #sitemap a:active
 {
	text-decoration:none;
	color:#FFCC00;
}

/* side nav */
#side-menu ul {
	margin:0 10px;
	padding:0;
	list-style:none;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
}

#side-menu ul li {
	margin:0;
}

#side-menu ul a{
	line-height:25px;
	color:#ffffff;
	text-decoration:none;
	border-bottom:#999999 1px dotted;
	padding-left:15px;
	display:block;
}

.twoColFixRtHdr #container #main-body #sidebar1 #side-menu ul li a:hover,
.twoColFixRtHdr #container #main-body #sidebar1 #side-menu ul li a:active {
	background-color:#494949;
	0background-color:#000000;
}

#side-menu ul a.last{
	border-bottom:none;
}

#side-menu ul a.side-menu-selected{
	background-color:#333333;	
	cursor:default;
}
.twoColFixRtHdr #container #header #topNav {

}
.twoColFixRtHdr #container #header #topNav {
	float: left;
	width: 920px;
	padding-top: 5px;
	margin-right: 1em;
}

#container #main-body #mainContent #four-poster-beds-history #four-poster-beds-history #items #year-quoted {
	display: inline;
}

#telephone-operator {
	width:410px;
	height:145px;
	float:right;
	background:url(../images/telephone-operator-2.jpg) no-repeat right top scroll;
}

#telephone-operator h3{
	text-indent:-10000px;
	font-weight:normal;
}
#header #showroom {
	height: 60px;
	width: 650px;
	float: left;
	margin-top: 4.25em;
	margin-left: 4em;
	background: url(../images/showroom-03.jpg) scroll no-repeat left top;




	0display: block;
}

a#showroom1 {
	display:block;
	height:60px;
	text-indent:-10000px;
	width:650px;
}
#showroom-footer {
	height: 450px;
	width: 1000px;
	margin: 0 auto;
	background-color: #4f4f4f;
	border-top: 1px solid #787878;
}
#showroom-footer #showroom-footer-left {
	float: left;
	height: 350px;
	width: 450px;
	background-attachment: scroll;
	background-image: url(../images/showroom-footer-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3em 0em 3em 2em;
}
#showroom-footer #showroom-footer-right {
	background-attachment: scroll;
	background-image: url(../images/showroom-footer-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 350px;
	width: 500px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 1em;
}
#showroom-footer #showroom-footer-left p,
#showroom-footer #showroom-footer-right p{
	padding-top: 18.5em;
	padding-left: 2em;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #484747;
}
/*#showroom-footer #showroom-footer-right p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
*/

