﻿body 
{
    font-family:arial, helvetica, sans-serif;
    font-size:14px;
    color:#333333;
    font-weight:normal;
    padding:0;
    margin-top:10px;
    margin-bottom:0;
    background-color:#555555;
}

div
{
    margin:0;
    padding:0;
}

p
{
    margin:0;
    padding:0;
}

#mainContainer
{
    width:680px;
    border:solid 1px #aaaaaa;
    position:relative;
    top:0px;
    left:0px;
}

#navigationBar
{
    display:none;
}

#navigationButtons
{
    display:none;
}

#navigationButtons a
{
    display:none;
}

#printTitle
{
    position:absolute;
    top:70px;
    right:20px;
    font-family:arial, helvetica, sans-Serif;
    font-size:24px;
    font-weight:bold;
    padding-right:10px;
    color:#cccccc;
    font-style:italic;
    border-right:solid 1px #cccccc;
}

#lnkBedAndBreakfast
{
   display:none;
}

#lnkGarden
{
   display:none;
}

#lnkAboutUs
{
    display:none;
}

#lnkTariff
{
    display:none;
}

#navigationButtons img
{
    display:none;
}

#topBar
{
    height:200px;
}

#middleBar
{
    height:380px;
}

#bottomBar
{
    height:55px;
    font-family:Verdana;
    font-size:14px;
}

#address
{
    position:absolute;
    left:20px;
    bottom:19px;
}

#phone
{
    position:absolute;
    right:300px;
    bottom:19px;
    font-weight:bold;
}

#email
{
    position:absolute;
    right:20px;
    bottom:19px;
}

#mainImage
{
    position:absolute;
    top:160px;
    right:20px;
    border:solid 6px #cccccc;
}

#mainImage img
{
     width:300px;
}

#imgMain
{
    display:none;
}

#mainText
{   
    /* Seem to have to specify the font family and size */
    /* again for Opera 7.23, even though set in body */
    /* does NOT seem to inherit from body!! */
    font-family:arial, helvetica, sans-serif;
    font-size:14px;
    position:absolute;
    line-height:1.25em; 
    left:20px;
    top:160px;
    width:300px;
}

#bodyText
{
    padding-left:10px;
    border-left:solid 1px #cccccc;  
}

#compositeImage
{
    display:none;
}

#compositeImage img
{
    display:none;
}

#imgComp1
{
    display:none;
}

#imgComp2
{
    display:none;
}

#imgComp3
{
    display:none;
}

#imgComp4
{
    display:none;
}

#logo
{
    position:absolute;
    left:20px;
    top:20px;
}

#footerImages
{
    display:none;
}

#footerImages img
{
    display:none;
}

#imgFooter1
{
    display:none;
}

#imgFooter2
{
    display:none;
}

#imgFooter3
{
    display:none;
}

/* LINKS */
/* ----- */

#stretchShrink
{
    display:none;
}

#lnkSize
{
	display:none;
}

#lnkSize img
{
    display:none;
}

#lnkSize a:link
{
}
#lnkSize a:visited
{
}
#lnkSize a:hover
{	
}	
#lnkSize a:active
{
}

#email a
{
   font-family:arial, helvetica, sans-serif;
   font-size:14px;
   color:#333333; 
}
#email a:link
{
}
#email a:visited
{
}
#email a:hover
{	
}	
#email a:active
{
}

/* Garden Specific Links */
/* --------------------- */

#poemTitle
{
    font-weight:bold;
    padding-bottom:1.2em;
    padding-left:10px;
    border-left:solid 1px #cccccc;
}

#poem
{
    font-style:italic;
    line-height:1.25em;
    padding-left:10px;
    border-left:solid 1px #cccccc;
}

#poet
{
    margin-top:0.6em;
    text-align:right;
    font-size:12px;
    font-weight:bold;
}

#hiddenText
{
    /* This link is JUST inside the horizontal boundaries */
    /* of the main text so the border on the left of the */
    /* main text will stay visible when the z-indexes are */
    /* changed on hovering over the link */
    position:absolute;
    left:20px;
    top:460px;
    width:360px;
    padding-left:10px;
    border-left:solid 1px #cccccc;  
    color:#333333;
    text-decoration: none;
    /* Seem to have to specify the font family and size */
    /* again for Opera 7.23, even though set in body */
    /* does NOT seem to inherit from body!! */
    font-family:arial, helvetica, sans-serif;
    font-size:14px;
} 

/* Tariff Specific */
/* --------------- */
.textLeftColumn
{
    float:left;
    width:98px;
    font-weight:normal;
    font-style:italic;
    overflow:hidden;
}
.textRightColumn
{
    margin-left:100px;
}
.clearerLeft
{
    clear:left;
}
.clearerLeftSpacer
{
    clear:left;
    margin-bottom:0.6em;
}




    



