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

body {

     font:          normal 0.85em Verdana, sans-serif;
     color:         black;
     background :   white;

     margin:        0;
     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: #009900;
}

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

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

a:active {
     color: red;
}

img {
     border: 0px;

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


.heading {
     position: relative;
     height: 130px;
     background: white url('./images/website/newsletter.png') no-repeat top right;
}

.heading img {
     position: relative;
     left: 5px;
     top: 20px;
}

.headingForm {
     position: absolute;
     right: 0px;
     top: 67px;
     width: 165px;
     text-align: left;
}

.headingForm input {
     border: 1px solid black;
     padding: 2px;
     margin: 0px 0px 5px 0px;
     color: gray;
     position: relative:
     left: 0px;

}

.headingForm .submitButton {
     position: absolute;
     right: 3px;
     border: 1px solid #c0c0c0;
     height: 18px;
}


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

.nav {
     position: relative;
     left: 0px;
     top: 0px;
     text-align: left;
     padding: 4px;
     margin: 0;
     background: white url('./images/website/menuBar.png') no-repeat top left;
     height: 74px;
     clear: both;
     display: block;
}

.nav table {
     position: relative;
     left: -2px;
     top: -1px;
}

.fixedNav {
     width: 130px;
     margin: 0;
     padding: 5px 0px 5px 0px;
     text-align: center;
     vertical-align: middle;
}

.fixedNav a {
     color: white;
     font-size: 0.85em;
     font-weight: bold;
}

.fixedNav a:hover {
     color: #ffff00;
     font-size: 0.85em;
     font-weight: bold;
}

.secNav {
     position: relative;
     left: 10px;
     top: 0px;
     width: 891px;

     text-align: left;
     line-height: 2.0em;
     margin: 10px 0px 0px 0px;
     padding: 0;


}

.secNav ul {
	position: relative;
	left: -18px;
     list-style-type: none;
     padding: 0;
     margin: 0;
}

.secNav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #d3a393;
}

.secNav ul li {
     display: inline;
     margin: 0px 12px 0px 0px;
     padding-left: 12px;
     border-left: 1px solid #d3a393;
}

.secNav ul li a {
	font-size: 0.80em;
     color: black;
     font-weight: bold;
     text-decoration: none;
}

.secNav ul li a:hover{
	font-size: 0.80em;
     color: #ff8080;
     text-decoration: none;
}


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

.main { /* main table */

     width      : 912px;
     background : white;
     position: relative;
     margin: auto;

}


.content {

     padding: 0px 20px 20px 10px;
}

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

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

.contentSplurge, .contentText {
     font-size: 0.85em;
     text-align: justify;
     padding:    0px;
     line-height: 1.4em;
}

.contentSplurge {
	padding-bottom: 10px;
}

.contentText {
	background: #efefef;
	border: 10px solid #efefef;
	border-top: 2px solid #efefef;
	margin-bottom: 10px;
}


.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
     padding: 0;
     margin: 0;
}

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


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

.footer {
     position: relative;
     clear: both;
     display: block;
     width: 902px;
     height: 40px;
     margin: 5px 0px 10px 10px;
     padding: 0;
     text-align: left;
     color: white;
     background: url('./images/website/footer.png') no-repeat top left;
}


.footer a {
	color: white;
}

.footerText {
     font-size: 0.85em;
     font-weight: normal;
     padding-top: 10px;
     padding-left: 10px;
}


.footerGbLink{
     position: absolute;
     right: 10px;
     top: 25px;
     color: #c0c0c0;
     font-size: 0.8em;
}

.footerGbLink a{
     color: #808080;
     font-size: 0.8em;
}


.sizeSelector {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 5;
	color: #0f9900;
}
.sizeSelector a {
	color: #0f9900;
}


/* ================ Top items =============================================== */

.topItemBox {
     position: relative;
     z-index: 1;
     top: -30px;
     left: -10px;
     margin:0;
     width: 912px;
     height: 115px;
     background: url('./images/website/topItems.png') no-repeat top center;
}

.topItemContainer {
     position: relative;
     top: 5px;
     left: 15px;
     overflow: hidden;
     height: 100px;
     width: 880px;
}

.topItemMoreNews {
	position: absolute;
	z-index: 2;
	bottom: 11px;
	right: 15px;
	color: white;
}

.topItemMoreNews a {
	color: white;
	font-weight: bold;
	font-size: 0.85em;
}

.topItemMoreNews a:hover {
	font-weight: bold;
	font-size: 0.85em;
	color: yellow;
}

.topItemsGroup {
     width: 270px;
     float: left;
     margin: 5px 0px 0px 20px;
}

.topItemsHdr {
     font-size: 0.85em;
     color: #eb1515;
}

.topItemsBdy {
     font-size: 0.85em;
     color: #000080;
}

.topItemsBdy a {
     color: #0000ff;
     text-decoration: underline;
}


/* ================ Contact us page ========================================= */

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}
