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

body {

     color: #404040;
     font: normal 8pt  Verdana, Arial, Helvetica, sans-serif;
     background: #ffffff url('./images/website/gradient.png') repeat-x top left;
     margin:        25px;
     padding:       0;
}


table {
     border-collapse:    collapse;
}

td, tr {
     vertical-align:     top;
     text-align:         left;
/*      font-size:          8pt; */
}

a img {
     border-width:       0px 0px 0px 0px;
}

a {
     text-decoration:    none;
     color:              rgb(0,0,204);
}


a:visited {
     color:              rgb(0,0,204);
     text-decoration:    none;
}

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

/*
button {
     width:              10ex;
     margin-right:       0px;
     margin-top:         0px;
     color:              rgb( 49, 57, 132 );
     font-weight:        bold;
     background-color:   white;
     border-width:       1px;
     border-color:       rgb( 49, 57, 132 );
     border-style:       solid;
}*/

input {
     border: 1px solid #384088;
}

textarea {
     border: 1px solid #384088;
}

select {
     border: 1px solid #384088;
}


h1 {
     font-size: 18pt;
     color: #840863;
}

h2 {
     color: #840863;
     font-size: 14pt;
     margin: 0;
     padding: 25px 0px 5px 0px;
/*      clear: both; */
}

img {
     border: 0px;

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

.heading {
     border-bottom: 1px solid #bbbedf;
}

.heading img {
	margin: 10px;
}



.topMenuBar {
	width: 100%;
	height: 35px;
     margin: 0;
     padding: 0;
     display: block;
     clear: both;
     border-top: 1px solid #e0e0e0;
     background: url('./images/website/topBarBckg.png') repeat-x top left;
}


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

.topMenuBar ul li {
     display: inline;
     margin: 0px 25px 0px 0px;
}

.topMenuBar ul li a {
     font-size: 12px;
     font-weight: bold;
     color: #000099;
     text-decoration: none;
}

.topMenuBar ul li a:visited {
     font-size: 12px;
     font-weight: bold;
     color: #000099;
}

.topMenuBar ul li a:active {
     font-size: 12px;
     font-weight: bold;
     color: #009900;
}

.topMenuBar ul li a:hover {
     font-size: 12px;
     font-weight: bold;
     color: #ff78de;
     text-decoration: none;
}



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

.nav {
     width: 180px;
     color: #840863;   
     background: #F8F8FF;
     text-align: left;
     line-height: 20pt;
     padding: 5px 5px 0px 5px;
     margin: 0;
     border-right: 1px solid #bbbedf;
}


.navHeader {
     width: 100%;
     color: #840863;     
     text-align: center;
     font-size: 13px;
     font-weight: bold;
     border: 1px solid #dEdEe3;
     padding: 5px 0px 5px 0px;
     margin-top: 10px;
     background: url('./images/website/topBarBckg.png') repeat-x top left;
          
}


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

.nav ul ul {
     list-style-type: none;
     padding: 5px 0px 0px 0px;
     margin: 0;
}

.nav ul ul ul {
     padding: 5px 0px 0px 0px;
     list-style-type: none;
     padding: 0;
     margin: 0;
}


.nav ul li {
     width: 154px;
     padding: 2px 0px 2px 10px;    
     margin: 0;
}


.nav ul ul li {
     width: 144px;
     padding: 2px 0px 2px 15px;
     margin: 0;
}

.nav ul ul ul li {
     width: 134px;
     padding: 2px 0px 2px 25px;
     margin: 0;
}



.nav ul li a {
     font-size: 8pt;
     color: #000099;
}

.nav ul li li a {
     
     font-size: 8pt;
     color: #000099;
}


.nav ul li a:hover {
     color: #ff87de;
     text-decoration: none;   
}

.nav ul li a:active {
     color: #ff87de
     text-decoration: underline;   
}




.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      : 100%;
     background : white;
     border     : 1px solid silver;

}


.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: 2em;
}

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

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



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

.footer {
/*
     width: 100%;
     margin: 0;
     padding: 1px 0px 1px 0px;

     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: navy;
     border-top: 1px solid silver;
*/
 	text-align:         center;
     vertical-align:     middle;
     height:             50px;
     margin:             0;
     padding:            10px 0px 20px 0px;
     border-top:         1px solid #bbbedf;
     background:         white;
}


.footer a {
	color: silver;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}