﻿html {
    overflow-y: scroll;
}

body {
	text-align: center;
	min-width: 780px;
	background-color: #fff;
	margin: 5px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;  
	color: #707070;
}

/** --------- Layout --------- **/

#Container {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    background-color: #e7e6d1;
    border: solid 8px #21859c;
}

#MasterContent {
    height: 100%;
    margin: 20px;
}

#LeftContent {
    width: 360px;
    float: left;
    font-size: 15px;
    text-align: justify;
}

#RightContent {
    width: 310px;
    float: right;
    font-size: 15px;
}

#Footer {
	clear: both;
	height: 15px;
}

#ContactUs {
    line-height: 25px;
}

/** --------------- Text ------------------ **/

.PageTitle {
    font-family: Century Gothic;
    font-size: 18px;
}

#WelcomeHeading {
    font: bold 20px Century Gothic;
    color: #21859c;
}

.HomepageHeadings {
    font: bold 20px Century Gothic;
    color: #707070;
}

.Heading1 {
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    background-color: #21859c;
}

.Heading2 {
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    background-color: #8ed1dc;
} 

.Heading3 {
    line-height: 22px;
    font-weight: bold;
}

.Text1 {
    color: #d2b48c;
    font-weight: bold;
}

.Text2 {
    color: #f08080;
}

#ContactUs th {
    color: #21859c;
}

.RequiredField {
    color: #ff0000;
}

/** --------------- Links ----------------- **/

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: underline;
}

a#GreyLink:link, a#GreyLink:visited {
    color: #707070;
    text-decoration: none;
    font-weight: bold;
}

a#GreyLink:hover {
    color: #707070;
    text-decoration: underline;
}

a.UnderlineLink {
    text-decoration: underline;
}

.UnderlineLink:hover {
    text-decoration: none;
}

/** ------- Master Page ------- **/

#Header {
	width: 760px;
	height: 250px;
	background: #fff url(../../Images/Header.jpg) repeat-x left top;
}

#Footer td {
	width: 33%;
	padding: 0px 0;	
}

#DesignedBy {
    color: #999;
    font-size: 12px;
    padding: 5px 0;
}

#DesignedBy a {
    color: #000;
}

#DesignedBy span {
    color: #ff0000;
}

/** ------- Top Navigation ------- **/ 

#TopNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 13px Century Gothic; 
	height: 45px;
	background: #21859c url(../../Images/NavBG.gif) repeat-x left top;
}

#TopNavigation li {
	float: left;
	padding-top: 13px;
}

#TopNavigation a {
	display: block;
	line-height: 20px;
	color: #fff;
	padding: 0px 15px;
	text-decoration: none;
	border-right: solid 1px #c0c0c0;
}

#TopNavigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8ed1dc;
	line-height: 20px;
}

/** ------------ Homepage ------------ **/

#GiftVouchers {
    background-color: #faebd7;
    padding: 5px;
    border:solid 2px #fff;
}

/** ------- Other Pages -------- **/

#Treatments table, #Specials table {
    border: solid 1px #8ed1dc;
}

#Treatments td, #Specials td {
    height: 22px;
    border-bottom: solid 1px #8ed1dc;
    padding: 2px 4px;
}

#Products table {
    border-collapse: collapse;
}

#Products td {
    height: 22px;
    vertical-align: top;
    padding: 2px 4px;
    border: solid 1px #8ed1dc;
}

/** ---------- Booking Form --------- **/

.InputTextBox, .InputListBox {
	width: 232px;
	color: #444;
	font-family: Arial;
	font-size: 14px;
}

.InputDropDown {
	color: #444;
	font-family: Arial;
	font-size: 14px;
}

/** ---------- Design Proposal --------- **/

.YellowHeader {
    text-align: center;
    color: #f58a10;
    background-color: #ddd;
    font-size: 15px;
    border: solid 1px #ccc;
}

.SubHeader {
    color: #f58a10;
    font-size: 15px;
}

#ProposalButton {
    text-align: center;
    width: 85px;
    height: 76px;
    background: url(../../Images/ProposalBg.jpg) no-repeat right 0;
}

#ProposalButton a {
    display: block;
    width: 85px;
    height: 76px;
    color: #fff;
    font-size: 15px;
}

#ProposalButton a:hover {
    text-decoration: none;
    color: #888;
}

#DesignProposal {
    text-align: left;
    width: 640px;
    padding: 0 0 0 10px;
    margin: 0 auto;
}

body#DesignProposalBody {
    text-align: left;
    min-width: 660px;
}

#DesignProposal th {
    vertical-align: top;
}

.ProposalSubmit {
    cursor: pointer;
    color: #fff;
    background: #f58a10;
    font-size: 15px;
}

