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

body {

     font:          bold 0.90em Verdana, sans-serif;
     color:         navy;
     background: white url('./images/website/backg.png') repeat-x top left;
     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: navy;
}

h2 {
     color: navy;
     font-size: 1.3em;
}

h3 {
     color: navy;
     font-size: 1.2em;
}

h4 {
     color: navy;
     font-size: 1.1em;
}

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

a:active {
     color: red;
}

img {
     border: 0px;

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

.heading {
     height: 120px;
/*     border-bottom: 2px solid silver; */
     background: #732a83;
}



/* ===== Navigation stuff ====================================================== */
.nav {
     border-width: 0px 1px 0px 0px;
     border-color: #e0e0e0;
     border-style: solid;
}

.menuBar {
     margin: 0;
	height: 66px;
	width: 940px;
	padding-top: 0px;
     background: #ffffff url('./images/website/menub.png') repeat-x top center;
     text-align: left;
     font-size: 0.9em;
     font-weight: bold;
     line-height: 20pt;
     
}

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

.menuBar ul li {
     display: inline;
     margin: 0px 8px 0px 8px;
}

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

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


.secBar {
     height: 30px;
	width: 940px;     
     background: #ffffff ;
     text-align: left;
     font-size: 1.0em;
     font-weight: bold;
     line-height: 1.5em;
     margin: 0px;
     padding: 0px 0px 5px 0px;
}

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

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

.secBar ul li:first-child {
     display: inline;
     padding: 0px 8px 0px 10px;
     border-left: 0px solid white;
}

.secBar ul li a {
     color: #732a83;
     font-size: 1em;
}

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

.size1 a {
     font-size: 0.80em;
     padding-left: 5px;
     padding-right: 5px;
     color: white;
}

.size2 a {
     font-size: 1em;
     padding-right: 5px;
     color: white;
}

.size3 a {
     font-size: 1.2em;
     padding-right: 5px;
     color: white;
}

.sizeSel {
	position: relative;
	width: 70px;
	height: 30px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 1;
	float:right;
}



.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 */
	margin:        auto;
	margin-top: 20px;
     width      : 941px;
     background : white url('./images/website/watermark.png') repeat-y top left;
     border     : 1px solid #68743c; 

}


.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 {
     display: none;
     /*
     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: 1px 0px 1px 0px;
	background: white;
     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: navy;
     border-top: 1px solid silver;
}


.footer a {
	color: #808080;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}