/* ===== DOM elements ========================================================== */

body {
     font: normal 0.8em Arial, sans-serif;
     color: #0A8888;
     background: white url('./images/website/gradient.png') repeat-x top left;
     margin: 40px;
     padding: 0;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1 {
     font-size: 1.6em;
     padding-top: 0;
     margin-top: 0;
     color: #0A2988;
}

h2 {
     color: #0A2988;
     font-size: 1.3em
}

a {
     color: black;
     text-decoration: none;
}

a:active {
     color: red;
}

img {
     border: 0px;

}
/* ===== Top heading section =================================================== */

.heading {
     height: 100px;
}


/* ===== Navigation stuff ====================================================== */
.nav {

}

.menuBar {
     height: 60px;
     background: url('./images/website/navStrip.png') no-repeat top left;
     text-align: left;
     font-size: 1.2em;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 10px;
     margin: 0;
}

.menuBar ul {
     list-style-type: none;
     padding: 3px 0px 0px 10px;
     margin: 0;
}

.menuBar ul li {
     display: inline;
     margin: 0;
     padding: 0px 12px 0px 12px;
     border-left: 1px solid #E6A173;
}

.menuBar ul li:first-child {
     display: inline;
     margin: 0;
     padding: 0px 12px 0px 12px;
     border-left: 0px solid white;
}

.menuBar ul li a {
     color: white;
     font-size: 1em;
}

.menuBar ul li a:hover{
     color: #FFDBC4;
     text-decoration: none;
}

/*
.secBar {
     height: 30px;
     text-align: left;
     font-size: 1em;
     font-weight: bold;
     line-height: 20pt;
     margin: 0px;
     padding-bottom: 5px;
}

.secBar ul {
     list-style-type: none;
     padding: 3px 0px 0px 0px;
     margin: 0;
}

.secBar ul li {
     display: inline;
     margin: 0px 12px 0px 0px;
}

.secBar ul li a {
     color: black;
     font-size: 1em;
}

.secBar ul li a:hover{
     color: navy;
     text-decoration: none;
}
*/

.secBar {
     height: 35px;
     background: white;
     font-weight: bold;
     margin: 0px;
     padding: 0px 0px 0px 10px;

}
.secBar ul {
     list-style-type: none;
     padding: 6px 0px 0px 0px;
     margin: 0px;
}

.secBar ul li {
     display: inline;
     padding: 0px 10px 0px 10px;
     border-left: 1px solid #1D2172;
}


.secBar ul li a{
     color: #1D2172;

}

.secBar ul li a:hover{
     color: #EE2E24;
     text-decoration: none;
}


.secBar ul li:first-child {
     display: inline;
     margin: 0px;
     border-left: 1px solid white;
}




.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
}

.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: silver;
}

.sizeSelector td a:hover {
     color: silver;
     text-decoration: underline;
}



/* ================ Additional information ======================================= */

.main { /* main table */
     width: 938px;
     margin: auto;
     background: white;
     border: 1px solid #e3e3ff;
}


.content {
     padding: 20px;
}

.errorMsg {
     padding: 0px 16px 0px 16px;
     font-weight: bold;
     color: red;
}

.tableContent td {
     margin: 0;
     padding: 0px 16px 16px 16px;
}

.contentSplurge {
     text-align: justify;
     padding: 0px;
     line-height: 1.5em;
}

.contentText {
     text-align: justify;
     padding: 0px;
     line-height: 1.5em;
}

.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     clear: left;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
}


.landing {
     clear: both;
     display: block;
}


.landingSep {
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: center;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
}


/* ================ Footer section =============================================== */

.footer {
     width: 100%;
     margin: 0;
     padding: 0px 0px 0px 0px;
     background: white url('./images/website/footer.png') no-repeat bottom left;
     text-align: center;
     font-size: 0.8em;
     color: white;
     height: 100px;
}

.footerText {
     padding-top: 25px;
}

.footer a {
     color: silver;
}

.footerGbLink{
     font-size: 0.9em;
     padding: 5px 0px 0px 0px;
}
/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


/* ================ Form stuff ============================================== */

.requiredField {
     background: #ffffc0;
}

/* New stuff for tiles */

.pictureClear{
     clear: both;
}

/* ========= Styles associated with the gallery ======= */

.pictureNav {
     clear: both;
     width:100%;
}

.pictureNav td{
     width:33%;
}

.picNavCentre{
     text-align: center;
}

.picNavRight{
     text-align: right;
}

.galleryPicture{
     display: inline;
}

.galleryTxt{
     float: right;
     display: block;
}

.galleryDetail, .galleryList {
     border-top: 1px solid #d4d8dc;
     border-bottom: 1px solid #d4d8dc;
     padding: 10px;
     background: #f4f8fc;
     text-align: center;
}

.galleryPic {
     border: 1px solid #e4e8fc;
     clear: both;
	width: 15%; 
     height: 15%;
     padding: 10px;
}
.noPic{
     border: 1px solid #e4e8fc;
     clear: both;
     padding: 10px;
}
.galleryPicture{
     padding: 5px;
}
