﻿
/* Generic styles */
body
{
    font-size: 11pt;
    color: #636363;
    margin: 0px auto;
    font-family: Garamond, Georgia;
    width: 777px;
    position: relative;
    direction: ltr;
    text-align: left;
    background-color: #CCCCCC;
    line-height: 1.4em;
}
a
{
    color: #636363;
}
h1
{
    margin-top: 0px;
    font-weight: normal;
    font-size: 16pt;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: 'Times New Roman';
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.noDecoration
{
       text-decoration: none;
}
.floatLeft
{
    float:left;
    margin: 0;
    padding: 0;
}

.floatRight
{
    clear:right;
    float:right;
    margin: 0;
    padding: 0;
}
strong
{
}
p
{
    margin-top: 0px;
    margin-bottom: 5px;
}
.hidden
{
     display:block;
}
.visible
{
    display:block;
}

/* Page Layout */
.page
{
    width: 609px;
    margin: 0px 0px 0px 0px;
    background-color: White;
    padding-right: 76px;
    padding-left: 76px;
    border-left: #AFAFAF 1px solid;
}

.pageTop
{
	background: url(../Images/pageTop.jpg) no-repeat;
	height: 20px;
    line-height: 0px;
    
}
.pageSides
{
	background: url(../Images/pageSides.jpg) repeat-y;
}
.pageBottom
{
	background: url(../Images/pageBottom.jpg) no-repeat;
	height: 10px;
	clear: both;
}

/* Styles specific to part of the page */

.banner
{
}

.logo
{
    padding-left: 175px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom:0px;
}


/* Navigation */

.navigation
{
    margin-left: 0px;
    margin-top: 0px;
    font-size: 12pt;
    height: 25px;
    margin-bottom: 12px;
    padding-top: 0px;
}
.navigationSelected
{
      color:White;
      background-color:#A1A1A1;
      width:112px;
      text-align: center;
}
.navigationSelected a
{
      color:white;
      text-decoration:none;
}
.navigationItem
{
    width: 112px;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    text-align: center;
}
.navigationItem a
{
    color:#636363;
    text-decoration:none;
}
.navigationPadding
{
    width:2px;
}

.navigationItem a:hover
{
    text-decoration:underline;
}


/* Styles specific to items on a particular page*/

.ColourBlueLink
{
    float:right;
    margin-right:15px;
    font-size: 14px;
    color: White;
    background-color: #9999CC;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: gray thin solid;
    border-right: gray thin solid;
}
.centeredText
{
    text-align: center;
}
.studio
{
    background-image: url(../Images/Studio.jpg);
    padding-right: 0px;
    padding-left: 290px;
    padding-top: 20px;
    background-repeat: no-repeat;
    line-height: 1.2em;
    text-align: justify;
    margin-left: -33px;
}

.studio h2
{
    background-image: url(../Images/FadeToGreyShort.gif);
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: 12pt;
    line-height: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
}


.galleryPhoto
{
    clear:both;
    text-align: center;
    display:none;
    padding-bottom:70px;
     margin-left: auto;
    margin-right: auto 
}
.galleryPhotoVisible
{
    clear:both;
    text-align: center;
    display:block;
    padding-bottom:70px;
     margin-left: auto;
    margin-right: auto 
}
.thumbnail
{
    display:block;
    float:left;
    margin-bottom: 12px;
}
.indent
{
    display:inline-block;
    width:100px;
 }
.prices
{
    background-image: url(../Images/FadeToGrey.gif);
    background-repeat: repeat-y;
    padding-right: 0px;
    padding-top: 20px;
    line-height: 1.2em;
    text-align: justify;
}
.prices h2
{
    background-image: url(../Images/FadeToGreyShort.gif);
    background-repeat: repeat-y;
    
    margin-left: 150px;
    
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: 12pt;
    line-height: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
}
 .pricesJump
{
    float:left;
    margin-left:-30px;
} 
 .PricesCol1
 {
    width:100px;
 }
 .PricesCol2
 {
    width:90px;
 }
 .contact
{
    color: #808080;
    background-image: url(../Images/House.jpg);
    padding-right: 0px;
    padding-left: 300px;
    padding-top: 20px;
    background-repeat: no-repeat;
    line-height: 1.2em;
    text-align: justify;
    margin-left: 0px;
}
.contact a
{
        color: #808080;

}