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

body {

     font:          normal 0.8em Verdana, sans-serif;
     color:         #0064B5;
     margin:        0px;
     padding:       0;
     background :   #ccffff  url('./images/website/backg.png') repeat-x top left;
}

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

h2 {
     padding-top: 0;
     margin-top: 20px;
     color: #003C6D;
     font-size: 1.3em;
}

a {
     color: #8C463B;
     text-decoration: none;
}

a:active {
     color: red;
}

img {
     border: 0px;

}

object, embed {
     padding: 0;
     margin: 0;
}


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

.heading {
     height: 180px;
}


/* ===== Navigation stuff ====================================================== */
.nav {

}

.menuBar {
     height: 50px;
     width: 934px;
     background: #ffffff url('./images/website/primMenu.png') no-repeat top center;
     text-align: left;
     font-size: 0.8em;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 5px;
     padding-left: 10px;
     margin: 0;
     
}

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

.menuBar ul li {
     display: inline;
     padding-left: 13px;
     padding-right: 13px;
     width: 96px;
     border-left: 1px solid #a0a0ff;
}

.menuBar ul li:first-child {
     display: inline;
     padding-left: 10px;
     padding-right: 10px;
     width: 96px;
     border-left: 0px solid #cccbff;
}

.menuBar ul li a {
     color: #992000;
     font-size: 1.2em;
}

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


.secBar {
     height: 20px;
     width: 870px;
     background: #ffffff;
     text-align: left;
     font-size: 0.8em;
     font-weight: bold;
     margin: 0px;
     margin-left: 32px;
     padding-bottom: 5px;
     border-bottom: 1px solid #e0e0ff;
}

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

.secBar ul li {
     display: inline;
     margin: 0px 20px 0px 0px;
}

.secBar ul li a {
     color: black;
     font-size: 1.1em;
}

.secBar ul li a:hover{
     color: #a0a0ff;
     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      : 944px;
     background : white;
     border     : 1px solid #bebecf;
     margin: auto;
     margin-top: 30px;
     margin-bottom: 30px;

}


.content {

     padding: 32px;
}

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

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

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


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

}

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


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

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

.imageTitle {
	font-size: 0.7em;
     text-align: center;
     color: black;
     background: #f0f0ff;
     border: 1px solid #c0c0ff;
}


.landing {
     clear: both;
     display: block;
}




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

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

     text-align: center;
     font-size: 0.8em;
     color: navy;
     border-top: 1px solid #f0f0ff;
}


.footer a {
	color: silver;
}

.footerGbLink{

     padding :20px;
}
/* ================ Top items page ========================================== */

.topItemTable {
	border: 1px solid #c0c0ff;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.topItemHdr {
	background: #fffff0 url('./images/website/tiHdr200.png') no-repeat top left;
	height: 61px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1px 0px 0px 5px;
}

.topItemBdy {
	background: #fffff0;
	color: black;
	font-size: .85em;
	padding: 5px;
	line-height: 1.5em;
}

.topItemBdy img {
	vertical-align: middle;
	padding-left: 3px;
}

.topItemBdy a {
	color: #999900;
}


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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffe0;
}