/*********** structure ***********/

* {
padding: 0;
margin: 0;
}

body {
background-image: url(../images/sgcs_master_background.jpg);
background-repeat: repeat;
font: 10pt Bookman Old Style, verdana, arial, sans-serif;
text-align: center;
}

div#mainContainer {
margin: 0 auto;
width: 960px;
background: #ebdefc;
border: 2px solid #000000;
text-align: left;
margin-bottom: 10px;
margin-top: 10px;
}

div#topBannerFade {
height: 15px;
background: #ebdefc;
color: #032666;
text-align: right;
font-size: 10px;
padding-right: 5px;
}

div#bottomBannerFade {
height: 15px;
background: #032666;
color: #ffffff;
text-align: right;
font-size: 10px;
padding-right: 5px;
}

div#topBanner {
height: 250px;
background: #ffffff url(../images/glenalmond.jpg) no-repeat top center;
border-bottom: 2px solid #000000;
}

div#leftContent {
background: #ebdefc;
width: 270px;
float: left;
}

.clearer { /* fix*/
clear: both;
height: 1px;
overflow: hidden;
margin-top: -1px;
}

/*********** LINKS ***********/

a:link, a:visited, a:active {
color: #0000FF;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}


/*********** left content menu ***********/

div#leftContent ul {
list-style: none;
margin: 0;
}

div#leftContent a:link, div#leftContent a:visited, div#leftContent a:active {
color: #000000;
text-decoration: none;
}

div#leftContent a {
width: 100%;
display: block;
border-bottom: 2px solid #000000;
background: #7ea4c9;
padding: 3px 0 3px 3px;
font-size: 11px;
font-weight: bold;
}


div#leftContent a.current {
background: #ebdefc;
color: #032666;
}

div#leftContent a:hover {
text-decoration: underline;
color: #ffffff;
background: #032666;
}

div#rightContent a:link, div#rightContent a:visited, div#rightContent a:active {
font-weight: bold;
}

/*********** right content ***********/

div#rightContent {
background: #ffffff;
width: 675px;
float: right;
padding: 2px 4px 0px 6px;
border-left: 2px solid #000000;
}

div#bottomFooter {
background: #7ea4c9;
padding: 5px 5px 5px 5px;
text-align: center;
border-top: 2px solid #000000;
}

div#footer {
margin: 0 auto;
width: 960px;
}

div#bottomFooter p {
display: none;
}


/*********** toolbox - fonts, h1, h2 etc... ***********/

h1 {
text-align: center;
font: 20px Bookman Old Style, arial, verdana, sans-serif;
color: #000000;
border-bottom: 2px solid #000000;
font-weight: bold;
clear: both;
}

h1.invisible {
display: none;
}

h1.easier {
font: 20px Bookman Old Style, arial, verdana, sans-serif;
color: #000000;
font-weight: bold;
text-align: left;
border: none;
}

h2 {
font: 16px Bookman Old Style, arial, verdana, sans-serif;
color: #000000;
font-weight: bold;
margin: 10px 0 5px 0;
clear: both;
}

h2.right {
text-align: right;
}

h2.invisible {
display: none;
}

h2.center {
text-align: center;
}

p {
margin: 15px 0 14px 0;
font: 12px Bookman Old Style, arial, verdana, sans-serif;
}

p.bottomBar {
margin: 0px;
color: #ffffff;
padding: 3px 0 0 3px;
text-align: center;
}

p.subMenu {
margin: 0;
padding-top: 3px;
font: 12px Bookman Old Style, Verdana, sans-serif;
color: #000000;
}

h3.footer {
display: inline;
border: none;
color: #000000;
font-size: 11px;
padding: 0;
margin: 5px 0 5px 0;
clear: none;
}

h3.footer a:visited, h3.footer a:link, h3.footer a:visited {
color: #0000ff;
text-decoration: underline;
}

h3.footer a:hover {
color: #000000;
}

h3.footers {
display: inline;
border: none;
color: #000000;
font-size: 9px;
padding: 0;
margin: 5px 0 5px 0;
clear: none;
}

span.italic {
font-style: italic;
}

img.right {
border: 1px solid #000000;
float: right;
margin: 5px 0 5px 5px;
}

img.left {
border: 1px solid #000000;
float: left;
margin: 5px 5px 5px 0;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
margin-top: 5px;
}

table {
width: 100%;
}

td {
padding: 5px 0 0 5px;
}

td.menuPrice {
text-align: right;
vertical-align: bottom;
}

td.right {
text-align: right;
}

td.center {
text-align: center;
}

td.left {
text-align: left;
}

td.enquiryRight {
text-align: left;
width: 50%
}

td.enquiryLeft {
vertical-align: top;
text-align: right;
width: 50%;
}

table.withborders {border-collapse: collapse; background: #efefef;}
table.withborders td {border: 1px solid #000000; padding: 2px; text-align: left;}
table.withborders td.booked {background: #ff0000; color: #ff0000; font-weight: bold; text-align: center;}
table.withborders td.ok {background: #ffffd0;}
table.withborders th {border: 1px solid #000000; padding: 5px; font-weight: 600; text-align: center;}
table.withborders tr.center td {text-align: center;}
table.withborders tr.right td {text-align: right;}
table.withborders tr td.center {text-align: center;}
table.withborders tr td.right {text-align: right;}
table.withborders tr td.left {text-align: left;}

span.bold {
font-weight: bold;
}

p.noBr {
padding: 0px;
margin: 0px;
}

p.center {
text-align: center;
}

p.right {
text-align: center;
}


input, textarea {
width: 250px;
border: 1px solid #000000;
padding: 2px;
}

div#rightContent ul {
position: relative;
list-style-type: decimal;
margin-left: 30px;
margin-bottom: 5px;
font: 12px Bookman Old Style, arial, verdana, sans-serif;
}

.clearLeft {
clear: left;
}

.clearRight {
clear: right;
}
