﻿/* Locherlour Estates stylesheet
/* Developer: pfsmedia.net
/* version 1.00
*/
* { 
    padding: 0; 
    margin: 0; 
    /*list-style: none;*/
    border: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1.4em;
	font-size: 0.8em;
	background: #000 url(../images/system/bg.gif);
	margin-top: 10px;
	color: #333;
}
a {
	text-decoration: underline;
	font-weight: normal;
	color: #6d0800;
}
a:hover {
	text-decoration: none;
	color: #000;
}
h1, h2, h3 {
	color: #6d0800;
	font-weight: normal;
}
h1	{
	font-size: 1.3em;
	line-height: 2em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 5px 0;
}
/* structural */
#wrapper {
	margin: 0px auto;
	width: 956px;
	background: #bac5cb;
	position: relative;
}
#vslogo {
	/*background: url(../images/system/vs.png) 50px 30px no-repeat;*/
	z-index: 2;
	height: 81px;
	width: 61px;
	position: absolute; top: 0px; left: 688px;
}
#bestGuide {
	/*background: url(../images/system/vs.png) 50px 30px no-repeat;*/
	z-index: 2;
	height: 81px;
	width: 61px;
	position: absolute; top: 0px; left: 907px;
}
#header {
	width: 100%;
}
#logo {
	float: left;
	background-color: #000;
}
#offers {
	float: left;
	width: 238px;
}
#offers a {
	background: #191B22 url(../images/system/offers.jpg) 0 0 no-repeat;
	display: block;
	height: 143px
}
#offers a:hover {
	background: #191B22 url(../images/system/offers.jpg) 0 -154px no-repeat;
}
#topNav { /* main nav */
	background-color: #000;
	list-style-type: none;
	float: left;
	width: 956px;
	margin-top: -3px;
	font-size: 0.85em;
	line-height: 3;
}
#topNav li {
	float: left;
	list-style-type: none;
	line-height: 2.5;
	color: #fff;
}
#topNav li.contact {
	padding-left: 8px; 
	display: block;
}
#topNav a {
	display: block;
	color: #fff;
	padding: 0 8px;
	border-right: 1px solid #333;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#topNav a.email {
	text-transform: none;
}
#topNav a:hover {
	background: #4d0800;
}
#footer {
	padding-top: 10px;
	background: #1F2538 url(../images/system/footer.jpg) no-repeat 0 0;
	border-bottom: 1px solid #333;
	color: #555;
}
#footer ul {
	list-style-type: none;
	text-align: center;
}
#footer ul li {
  	display: inline;
  	margin-right: 50px;
}
#footer li a, #footer p a {
  	color: #555;
  	font-weight: normal;
}
#footer li a:hover, #footer p a:hover {
  	color: #ccc;
  	text-decoration: none;
}
#footer p {
	color: #555;
	text-align: center;
	margin-top: 10px;
}
#footer li h2 a {
	text-decoration: underline;
}
#footer li a:hover h2 {
	text-decoration: none;
	color: #4d0800;
}
#footer li a:currentlink, #footer a:currentlink {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
/* home page elements */
#container2 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #90a5b0;
}
#container1 {
	float: left;
	width: 100%;
	background: #bac5cb;
	position: relative; right: 239px;
}
#homeContent {
	float: left;
	width: 652px;
	position: relative; left: 239px;
	padding: 5px 15px 0 50px;
	background: #bac5cb url(../images/sm_crest.jpg) no-repeat 5px 10px;
}
.homeContentFtr { /* info strip */
	float: left;
}
.homeContentFtr h3:hover { 
	text-decoration: underline;
}
ul.homeContentFtr {
	width: 667px;
	margin-left: -50px;
	padding: 10px 0 10px 50px;
	list-style: none;	
}
ul.homeContentFtr a {
	display: block;
	text-decoration: none;
}
ul.homeContentFtr li {
	float: left;
	padding-top: 90px;
}
li.greenTour {
	background: url(../images/green_tour.jpg) no-repeat;
	width: 133px;
}
li.inhouseDining {
	background: url(../images/in-house-dining.jpg) no-repeat;
	margin-left: 20px;
	width: 133px;
}
li.newsletter {
	background: url(../images/newsletter.jpg) no-repeat;
	margin-left: 20px;
	width: 133px;
}
li.feedback {
	background: url(../images/feedback.jpg) no-repeat;
	margin-left: 20px;
	position: relative;
	width: 170px;
}
li.feedback span {
	position: absolute;
	top: 0; left: 70px;
	font-size: .8em;
	font-style: italic;
}
/* sidebar */
#sideContent {
	float: left;
	width: 239px; 
	padding-top: 5px;
	position: relative; left: 239px;
}
ul.sideContentList  {
	padding: 0 0 0px 0px;
	list-style: none;
}
.sideContentList li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	background: #7C96A3;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #ccc;
	color: #4d0800;
}
.sideContentList li a:hover {
	text-decoration: none;
	background: #acd0e3; /*a1cce3;*/
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	color: #333;
}
.sideContentList a.currentlink {
	text-decoration: none;
	background: #acd0e3;/*90a5b0;*/
	color: #4d0800;
}
.sideContentList h3 {
	padding-left: 5px;
}
#sideContent h2 {
	font-size: 1.1em;
	padding-left: 5px;
}
#sideContent h2.large {
	font-size: 1.3em;
	padding: 5px;
}
#sideContent p {
	font-size: .9em;
	padding-left: 5px;
}
/* list booking button */
ul.aptListBookBtn {
	display: block;
	background: #4d0800;
	margin-top: 10px;
	list-style: none;
}
.aptListBookBtn li a {
	display: block;
	color: #acd0e3;
	background: #4d0800;
	padding: 5px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #ccc;
}
.aptListBookBtn li a:hover {
	text-decoration: none;
	background: #7C96A3; /*a1cce3;*/
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	color: #333;
}
/* home page main apartments styling & selection */
#apartments { 
	width: 956px;
	background: #9d313d;
}
#apartments ul {
  	padding-top: 0;
  	position: relative;
}
#apartments ul li {
  	list-style-type: none;
  	float: left;
}
#apartments ul li.cwBg {
  	background: url('../images/system/croftweit-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li.snBg {
  	background: url('../images/system/stninians-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li.lBg {
  	background: url('../images/system/locherlour-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li.thBg {
  	background: url(../images/system/townhouse-ovr.jpg) no-repeat top left;
}
#apartments ul li a {
  	display: block;
  	height: 201px;
  	width: 239px;
  	text-decoration: none;
}
#apartments ul li a:hover {
  	text-decoration: none;
}
#apartments ul li a img {
  	margin-top: 44px;
  	border: 0;
}
#apartments ul li a#croftweit   {
	background: url('../images/system/croftweit-apt-bgd-new.jpg') no-repeat left top;
}
#apartments ul li a#croftweit:hover   {
  	background: url('../images/system/croftweit-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li a#stninians  {
	background: url('../images/system/stninians-apt-bgd-new.jpg') no-repeat left top;
}
#apartments ul li a#stninians:hover  {
  	background: url('../images/system/stninians-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li a#locherlour  {
	background: url('../images/system/locherlour-apt-bgd-new.jpg') no-repeat left top;
}
#apartments ul li a#locherlour:hover  {
  	background: url('../images/system/locherlour-apt-ovr-new.jpg') no-repeat left top;
}
#apartments ul li a#townhouse  {
	background: url(../images/system/townhouse-bgd.jpg) no-repeat top left;
}
#apartments ul li a#townhouse:hover  {
  	background: url(../images/system/townhouse-ovr.jpg) no-repeat top left;
}
#apartments ul li p.croftweit {
  	color: #fff;
  	font-size: .80em;
  	font-weight: bold;
  	position: absolute; top: 168px; left: 35px;
}
#apartments ul li p.stninians {
  	color: #fff;
  	font-size: .8em;
  	font-weight: bold;
  	position: absolute; top: 168px; left: 274px;
}
#apartments ul li p.locherlour {
  	color: #fff;
  	font-size: .8em;
  	font-weight: bold;
  	position: absolute; top: 168px; left: 513px;
}
#apartments ul li p.townhouse {
  	color: #fff;
  	font-size: .8em;
  	font-weight: bold;
  	position: absolute; top: 168px; left: 752px;
}
#apartments ul li p span {
	text-transform: uppercase;
}
#gallery { /* main picture gallery */
	float: left;
	border-bottom: 8px solid #a32d3d;
	z-index: 0;
	position: relative;
}
#gallery .gpApt { /* main picture gallery */
	float: left;
}


/* navigation for apartment pages */
#apartmentNav  {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 2;
	position: relative;
}
#apartmentNav li {
  	float: left; 
  	border: 0;
}
#apartmentNav li a {
  	display: block;
  	height: 44px;
  	width: 239px;
  	font-weight: normal;
  	text-decoration: none;
}
#apartmentNav a.currentlink {
	text-decoration: none;
	background: #90a5b0;
	color: #4d0800;
	padding: 0 3px;
}

/* sfish */
#apartmentNav li ul {
	position: absolute;
	width: 239px;
	left: -999em; 
	list-style: none;
}
#apartmentNav li:hover ul, #apartmentNav li.sfHover ul{
	left: auto;
}
#apartmentNav li:hover li a.ddcw, apartmentNav li.sfHover li a.ddcw{
    background-color: #4B686F;
    border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
    color: #fff; 
    padding: 0 3px;
    font-size: .85em;
    width: 233px;
}
#apartmentNav li li a:hover.ddcw {
    background-color: #35464B; 
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	text-decoration: none;
}
#apartmentNav li:hover li a.ddsn {
    background-color: #654A40;
    border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
    color: #fff; 
    padding: 3px;
    font-size: .85em;
    width: 233px;
}
#apartmentNav li li a:hover.ddsn {
    background-color: #3C2C26; 
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	text-decoration: none;
}
#apartmentNav li:hover li a.ddll {
    background-color: #5F6248;
    border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
    color: #fff; 
    padding: 3px;
    font-size: .85em;
    width: 233px;
}
#apartmentNav li li a:hover.ddll {
    background-color: #333427; 
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	text-decoration: none;
}
#apartmentNav li:hover li a.ddth {
    background-color: #6D506F;
    border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
    color: #fff; 
    padding: 3px;
    font-size: .85em;
    width: 233px;
}
#apartmentNav li li a:hover.ddth {
    background-color: #533D54; 
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	text-decoration: none;
}
/* sfish end */
#apartmentNav a#croftweitHdr {
	background: url(../images/system/croftweit-hdr-new.jpg) no-repeat top left;
}
#apartmentNav a#croftweitHdrCurrent { 
	background: url(../images/system/croftweit-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#croftweitHdr:hover {
	background: url(../images/system/croftweit-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#stniniansHdr {
	background: url(../images/system/stninians-hdr-new.jpg) no-repeat top left;
}
#apartmentNav a#stniniansHdr:hover {
	background: url(../images/system/stninians-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#stniniansHdrCurrent {
	background: url(../images/system/stninians-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#locherlourHdr {
	background: url(../images/system/locherlour-hdr-new.jpg) no-repeat top left;
}
#apartmentNav a#locherlourHdr:hover {
	background: url(../images/system/locherlour-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#locherlourHdrCurrent {
	background: url(../images/system/locherlour-hdr-new.jpg) no-repeat 0 -48px;
}
#apartmentNav a#townhouseHdr {
	background: url(../images/system/townhouse-hdr.jpg) no-repeat top left;
}
#apartmentNav a#townhouseHdr:hover {
	background: url(../images/system/townhouse-hdr.jpg) no-repeat 0 -48px;
}
#apartmentNav a#townhouseHdrCurrent {
	background: url(../images/system/townhouse-hdr.jpg) no-repeat 0 -48px;
}
/* main apartment & individual apartment pages content styling */

#content {
	float: left;
	width: 717px;
	position: relative; left: 239px;
	color: #555;
	padding-bottom: 20px;
}
#content h1 {
	margin: 10px;
	font-size: 1.3em;
}
#content h2 {
	margin: 10px;
	font-size: 1.3em;
}
#content p {
	padding: 5px 10px;
	font-size: 1em;
}
#content ul {
	margin: 0 20px 0 40px;
}
#content li {
	padding: 10px 0;
}
#content img {
	padding: 2px;
	border: 1px solid #333;
	margin: 3px;
}
#content img.noBdr {
	padding: 0px;
	border: 0;
	margin: 0;
}

/* individual apartment picture gallery */
#viewRooms {
	position: absolute; left: 20px; top: 80px;
}
#viewRooms a {
	width: 200px;
	height: 154px;
	display: block;
	border: 1px solid #ccc;
	border-right-color: 
}
#viewRooms a.famous {
	background: url(../images/system/viewrooms-famous.jpg) no-repeat 0 0px;
}
#viewRooms a.famous:hover {
	background: url(../images/system/viewrooms-famous.jpg) no-repeat 0 -154px;
}
#viewRooms a.grouse {
	background: url(../images/system/viewrooms-grouse.jpg) no-repeat 0 0px;
}
#viewRooms a.grouse:hover {
	background: url(../images/system/viewrooms-grouse.jpg) no-repeat 0 -154px;
}
#viewRooms a.whisky {
	background: url(../images/system/viewrooms-whisky.jpg) no-repeat 0 0px;
}
#viewRooms a.whisky:hover {
	background: url(../images/system/viewrooms-whisky.jpg) no-repeat 0 -154px;
}
#viewRooms a.towerroom {
	background: url(../images/system/viewrooms-towerroom.jpg) no-repeat 0 0px;
}
#viewRooms a.towerroom:hover {
	background: url(../images/system/viewrooms-towerroom.jpg) no-repeat 0 -154px;
}
#viewRooms a.towerview {
	background: url(../images/system/viewrooms-towerview.jpg) no-repeat 0 0px;
}
#viewRooms a.towerview:hover {
	background: url(../images/system/viewrooms-towerview.jpg) no-repeat 0 -154px;
}
#viewRooms a.mill {
	background: url(../images/system/viewrooms-mill.jpg) no-repeat 0 0px;
}
#viewRooms a.mill:hover {
	background: url(../images/system/viewrooms-mill.jpg) no-repeat 0 -154px;
}
#viewRooms a.renovation {
	background: url(../images/system/viewrooms-renovation.jpg) no-repeat 0 0px;
}
#viewRooms a.renovation:hover {
	background: url(../images/system/viewrooms-renovation.jpg) no-repeat 0 -154px;
}
#viewRooms a.townhouse {
	background: url(../images/system/viewrooms-townhouse.jpg) no-repeat 0px 0px;
}
#viewRooms a.townhouse:hover {
	background: url(../images/system/viewrooms-townhouse.jpg) no-repeat 0 -154px;
}

.aptListFtr {
	margin-bottom: 20px;
}
ul.aptListFtr {
	background: #acd0e3;
	height: 25px;
	padding-top: 3px;
	padding-left: 40px;
}
ul.aptListFtr li {
	float: left;
	margin-right: 20px;
	width: 200px;
}
ul.aptListFtr a {
	text-decoration: none;
	font-weight: normal;
	background: #acd0e3;
	font-size: 1.2em;
	color: #6d0800;
}
ul.aptListFtr a:hover {
	text-decoration: underline;
	background: #a1cce3;
}
ul.aptListFtr a.currentlink {
	color: #333;
}
ul.aptListFtr a.currentlink:hover {
	text-decoration: none;
	cursor: default;
}


/* contact page (google maps) */
#directions {/* google maps directions */
  float:left;
  margin-left: 0px;
  color: #666;
}
#directions p.gmap {
	font-weight: bold; 
	font-size: 13px;
	color: #000000;
}
#locations	{
	overflow:auto;
	width: 18%;
	float: left;
}
#mapBox {/* google maps pane */
  float:left;
  height: 250px;
  width: 718px;
  margin-left: 0px;
}
.credits {
	margin: 0 auto;
	width: 956px;
}
.credits p {
	width: 150px;
	float: right;
	background: #1F2538;
	text-align: right;
	padding: 0 2px;
}
.credits p a {
  	color: #555;
  	font-weight: normal;
}
.credits p a:hover {
  	color: #ccc;
  	text-decoration: none;
}
/* forms */
/****************
forms
****************/
fieldset {
	float: left;
	clear: left;
	width: 98%;
	margin: 0 0 13.5em .5em;
	padding: 0;
	border: 1px solid #BFBAB0;
	background: #90a5b0;
	color: #4d0800;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #4d0800;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
input {
	border: 1px solid #333;
	width: 20em;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
fieldset.submit {
	float: none;
	padding-left: 12em;
	width: auto;
}
.submitbtn {
   color: #4d0800;
   border: 1px solid #5a7362;
   width: 6em;
   margin-left: 24.5em;
   background: #bac5cb;
   font-weight: bold;
}


/* utilities */
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
a img {
	border: 0;
}
.sideContentBorder {
	border-bottom: 1px solid #666;
}
