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

body {

     font:          normal 0.80em Arial, sans-serif;
     color:         #304457;
     background :   #cccccc url('./images/website/pageBackg.png') repeat-x top left;

     background :   #304457;

     margin:        40px;
     padding:       0;
}

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

}

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

h1 {
	margin-top: 0px;
     font-size: 1.6em;
	color: #304457;
}

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

h3 {
     color: #304457;
     font-size: 1.15em;
}

h4 {
     color: #304457;
     font-size: 1.07em;
}


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

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

a:active {
     color: red;
}

img {
     border: 0px;

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


.heading {
     margin: 0;
     padding-top: 10px
     background: white url('./images/website/headerBack.png') repeat-x top left;
}



/* ===== Navigation stuff ====================================================== */

.nav {
     position: relative;
     top: -40px;
     width: 940px;
     text-align: left;
     padding: 0;
     margin: 0;
}

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

.nav ul li, .navSec ul li {
     margin: 0;
     padding: 0px 10px 0px 10px;
     display: inline;
     border-left: 1px solid #ff8080;
}

.nav ul li:first-child,.navSec ul li:first-child  {
     padding-left: 6px;
     border-left: 0px solid #ffc0c0;
}

.nav ul li a {
     color: white;
     font: bold 1.0em Arial, sans-serif;

}

.nav ul li a:hover {
     color: #d9cbc5;
     text-decoration: none;
}
.navSec {
     position: relative;
     top: -20px;
     width: 940px;
     text-align: left;
     padding: 0;
     margin: 0;
}


.navSec ul li a {
     color: black;
     font: bold 1.0em Arial, sans-serif;
     text-decoration: none;

}

.navSec ul li a:hover{
     color: red;
     text-decoration: none;
}



.navCards {
	width: 150px;
	padding: 0;
	margin: 0px 0px 20px 15px;
     border: 1px solid #c9bab5;
     text-align: center;
     color: #808080;
     font-size: 0.90em;     
}

.navWrap {
	padding: 0;
	margin: 0px 0px 20px 15px;
     border: 1px solid #c9bab5;
     background: white url('./images/website/navWrapBack.png') repeat-x top left;
}

.navHead {
     display: block;
     margin: 0;
     padding: 5px 0px 5px 0px;
     font-size: 1.3em;
     font-weight: bold;
     width: 150px;
     text-align: center;
     background: #573930 url('./images/website/navHeader.png') repeat-x top left;
     
     color: white;
}

.leftNav {
     text-align: center;
	margin: 0px 0px 10px 0px;
     padding: 0px 0px 5px 0px;
}


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

.leftNav ul li {
     padding: 6px 6px 6px 6px;
     border-bottom: 1px solid #f9ebe5;
}

.leftNav ul li:hover {
     background: #FFE9E2;
}

.leftNav ul li a {
     color: #808080;
     font-size: 0.90em;
	text-decoration: none;
}

.leftNav ul li a:hover {
     color: #808080;
     font-size: 0.90em;
	text-decoration: none;
}

.leftNav ul li a:hover{
     color: black;
}



.sizeSelector {
	position: relative;
	right: 15px;
	top: 218px;
     margin: 0;
     padding: 0;
     border: 0;
	float: right;
	z-index: 1;
}

.sizeSelector a {
     color: white;
     font-weight: bold;
}

.sizeSelector a:hover {
     color: yellow;
     font-weight: bold;
     text-decoration: none;
}


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

.main { /* main table */

     width      : 940px;
     margin: auto;
     background : white;
     border     : 1px solid #ca4033;
     border     : 1px solid #102437;

}


.content {
     margin: 0;
     padding: 0px 15px 0px 20px;
}

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

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

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

.contentSplurge img {
     text-decoration: none;
     padding-bottom: 10px;

}

.contentText img {
     text-decoration: none;
     padding-top: 15px;
     padding-bottom: 10px;
}


.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: centre;
     color: #40577e;
     border-top: 1px solid #40577e;
     border-bottom: 1px solid #40577e;
}



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

.footer {
     width: 100%;
     margin: 0;
     margin-top: 20px;
     padding: 1px 0px 1px 0px;
	border-top: 3px solid #ff0000;
     text-align: center;
     font: normal 0.80em Arial, sans-serif;
     color: navy;
}


.footer a {
	color: red;
}

.footerGbLink{

     padding :20px;
}
/* ================ Contact us page ========================================= */

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffe0;
}


/* extra stuff */

.maxWidth{
	width:100%;
}


/* ===== New Gallery == */
.rightCol{
     width: 400px;

}
.rightBox{
     background: #e4e8fc;
     padding: 10px 0px 10px 10px;
}
.spaceCol{
     width: 20px;
     }
     

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

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

}
.galleryPic {
 border-bottom: 5px solid #e4e8fc;
 border-right: 5px solid #e4e8fc;
 clear: both; width: 87px; padding:0px; margin: 0px;
}
.noPic{
 border: 1px solid black; clear: both; padding: 10px;
}
.galleryPicture{
     padding: 0px;
     margin: 0px;
     height: 60px;
     width: 87px;
     overflow: hidden;
     display: block;



}
.galleryItem {
     float: left;
     border-bottom: 10px solid #e4e8fc;
     border-right: 10px solid #e4e8fc;

     }

.pictureClear{
     clear:both;
}

