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

body {

     font-family:   Tahoma, Trebuchet, Arial, Helvetica, sans-serif;
     font-size:     1em;
     color:         #666666;
     background :   #e5ecf3;
     margin:        auto;
     margin-top:    40px;
     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 {

     font-size: 1.3em;
     
}

h4{
     

     font-size: 1.1em;
}

a {
     color: #003296;
     font-weight: bold;

}

a:active {
     color: red;
}

img {
     border: 0px;

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

.heading {
     height: 238px;
     background: #9cd0ff url('./images/website/home_intro_image.jpg') no-repeat top right;
}


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

.nav {
     width: 170px;
     background: #003296;
     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;
     border-bottom: 1px dashed silver;
}

.nav a {
     color: white;
     text-decoration: none;
     font-weight:normal;
     

}

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

.sizeSelector {
     color : #ffff80;
     margin: 20px 0px 20px 0px;
     border: 0;
     width: 170px;
     text-align: center;
}




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

.main { /* main table */
     width      : 940px;
     background : white;
     border     : 1px solid silver;
	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: 1.25em;
}

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

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

.productContent .contentText {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

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

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

     text-align: center;
     font: normal 10pt Arial, sans-serif;
     color: navy;
     border-top: 1px solid silver;
}


.footer a {
	color: silver;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}
/* ================= Extra stuff for the products ============================= */

.maxWidth{
     width: 100%;
}

.prodPic{
     width: 130px;    
     height: 100px;
     
}

.prodQty{
     width: 130px;    
     text-align:center;
     
}

.prodDesc{
     text-align:justify;
}

.prodPrice{
     width: 130px;    
     text-align:right;
}
.prodPrev{ 
     width: 33%;
}
.prodList{
     text-align: center;
     width :33%;
}

.prodNext{
     text-align: right;
     width :33%;
} 

.totDesc{
     text-align: right;

}

.totPrice{
     text-align: right;
     width :130px;
} 
.message{
     
     font-weight:        bold;
     font-size:          20px;
     text-align:         center;
     padding:            5px 0px 5px 0px;
     
}
.basketBut{
     
     float:right;
}

.creditCards {
     width: 150px;
     text-align: right;
}

.payNowForm {
     float: right;
}