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

body {

     font:          normal 0.75em Arial, Verdana, sans-serif;
     color:         #003399;
     background :   white url('./images/website/backg2.png') repeat-x top left;
     padding:       15px;
}

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: #006666;
}

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

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

h4 {
     color: #006666;
     font-size: 1.0em
}

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

a:active {
     color: red;
}

img {
     border: 0px;

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

.heading {
     height: 140px;
     background: white url('./images/website/companyLogoBckg.png') no-repeat top left;
     border-bottom: 1px solid #e8e8e8;
}

.heading img {
     margin: 0;
     padding: 0;
}


/* ===== Navigation stuff ====================================================== */
.nav {
	background: white url('./images/website/navLeftBackg.png') repeat-y top left;
     border-right: 1px solid #e8e8e8;
     width: 150px;
}

.menuBar {
     text-align: left;
     font-size: 1.25em;
     font-weight: bold;
     line-height: 1.5em;
     padding-top: 5px;
     margin: 0;
}

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

.menuBar ul ul {
     list-style-image: url('./images/website/arrow.gif');
     margin: 0;
}

.menuBar ul li {
/*     display: inline; */
     margin: 7px 6px 7px 0px;
}

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

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


.menuBar ul li li {
    margin: 7px 6px 7px 0px;     
}


.menuBar ul li li a {
     color: #990000;
     font-size: 0.8em;
}

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

.menuBar ul li li a:active{
     color: blue;
     text-decoration: none;
}


.secBar {
     background: #ffffff ;
     text-align: left;
     font-size: 1em;
     font-weight: bold;
     line-height: 1.5em;
     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;
}


.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      : 775px;
     width      : 100%;
     background : white;
     border     : 1px solid #d8d8d8;
}


.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;
}

.contentText ul {
	position: relative;
	left: -26px;
}

.contentText ol {
	position: relative;
	left: -22px;
}

.contentSplurge ul {
	position: relative;
	left: -26px;
}

.contentSplurge ol {
	position: relative;
	left: -22px;
}

.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: centre;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
     width: 100%;
}


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

.footer {
     width: 100%;
     height: 100px;
     margin: 0;
     padding: 1px 0px 1px 0px;
	background: white url('./images/website/bba.jpg') no-repeat top left;
     text-align: center;
     font: normal 0.8em Verdana, sans-serif;
     color: navy;
     border-top: 1px solid #e8e8e8;
}

.bbaImg {
	margin: 10px 0px 0px 10px;
	float: left;
	visibility: none;
}

.footer a {
	color: #006600;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}