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

body {

     font:          normal 0.80em Arial, sans-serif;
     color:         #404040;
     background :   #cccccc url('./images/website/backGradient.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,h2,h3,h4 {
     color: #663399;
}

h1 {
     font-size: 1.6em;
     margin: 0;
     padding: 3px 0px 10px 0px;
}

h2 {
     font-size: 1.3em;
}

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

a:active {
     color: red;
}

img { 
	border: 0; 
}


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

.heading {
	height: 140px;
	width: 920px;
	margin: auto;
     padding: 0;
     margin-bottom: 10px;
     background: white url('./images/website/backImg.png') no-repeat top right;
}

.heading img {
	margin: 20px;
}

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

.nav {
     float: left;
     width: 150px;
     text-align: left;
     line-height: 20pt;
     padding-top: 5px;
     margin: 0;
}

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

.nav ul li {
     margin: 0px 6px 0px 6px;
}

.nav ul li a {
     color: #606060;
     font-weight: bold;
     text-decoration: none;
}

.nav ul li a:hover{
     color: #663399;
     font-weight: bold;
     text-decoration: none;
}

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

.nav ul li li {
     margin: 0px 6px 0px 6px;
}

.nav ul li li a {
     color: #606060;
     font-weight: normal;
     text-decoration: none;
}

.nav ul li li a:hover{
     color: #663399;
     font-weight: normal;
     text-decoration: none;
}

.sizeSelector {
     margin: 30px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: left;
     color: #a0a0a0;
}

.sizeSelector td a {
     color: silver;
}

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



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

.main { /* main table */
     width      : 920px;
     background : white url('./images/website/navSide.png') repeat-y top left;
     border     : 1px solid silver;
	margin: auto;
}


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

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

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


.contentSplurge img a{
     text-decoration: none;
     border: 10px solid white;

}


.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 {
     width: 720;
     margin-left: 160px;
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: center;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
}



/* ================ Top Items ==================================================== */

.topItems {
     width: 150px;
     float: right;
     padding: 10px;
     margin: 31px 0px 20px 10px;
     background: #f8f8f8;
     border: 1px solid #e8e8e8;
}

.topItemsHdr {
     font-size: 1.2em;
     height: 20px;
     background: #663399;
     margin: 0;
     padding: 5px;
     color: white;
     font-weight: bold;
     text-align: center;
}

.topItemsBdy {
	margin: 0;
     padding: 5px 0px 0px 0px;
     font-size: 0.85em;
     line-height: 1.4em;
}

.topItemsLink {
	padding: 0; 
	margin: 0px 0px 20px 0px;
}
.topItemsLink a {
	padding: 0; 
	margin: 0;
	font-size: 0.85em;
	color: blue;
}

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

.footer {
     width: 920px;
     height: 120px;
     background: white;
     
     margin: auto;
     margin-top: 10px;
     padding: 1px 0px 1px 0px;

     text-align: center;
     font-size: 0.8em;
}


.footer a {
	color: #663399;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}