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

body {

     font:          normal 0.85em Verdana, sans-serif;
     color:         #4b539d;
     background :   white;
     padding:       0;
     margin-top:    20px;

}

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

a {
     color: red;
     text-decoration: none;

}

a:active {
     color: red;
}

img {
     border: 0px;

}
.pictureClear{
     clear: both;
}
/* ===== Top heading section =================================================== */

.heading {

     border-bottom: 1px solid #4b539d;;
     vertical-align: middle;
}


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

.nav {
     width: 180px;
     background: #4b539d;
     text-align: left;
     line-height: 20pt;
     margin: 0;
     color: white;

}

.nav a{
     color: white;

}
.nav a:hover{
     color: yellow;
     text-decoration: underline;
}


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

.nav ul li {
     margin:             0px;
     border-bottom:      1px solid white;
     padding:            5px 0px 5px 25px;
     background:         transparent url('./images/website/arrows.png') no-repeat 10px 15px;
}

.nav ul li li{
     border: 0px;
}



.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
     color: yellow;
}

.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      : 980px;
     background : white;
     border     : 0px solid #4b539d;
     margin:        auto;

     

}


.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: 30px;
     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;

     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: navy;
     border-top: 1px solid #4b539d;
     
}




.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}

/* Extra */

.base{
     background:    url(./images/website/greyBottom.gif) bottom center no-repeat;
     height:        20px;
}

.side{
     background:    url(./images/website/shadowSide.gif)  top center repeat-y;

}

.space{
     width:  130px;    
}
/* Top Items*/
.topItemsBdy{
	float: left;
	padding-bottom:20px;
}
	
.topItemsSpa{
	float: left;
	height: 110px;
}
