﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
/*    background-color: #5c87b2; */
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #595959;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 916px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    background: url('Images/HeaderBg.png') repeat-x;
    height: 115px;
}

#logo
{
  /*
  padding: 8px 0 0 7px;
  margin: 0;
  border: 0; */
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    background: url('Images/FooterBg.png') repeat-x;
    height: 95px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

form
{
  margin: 0;
  padding: 0;
}

fieldset 
{
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

fieldset .editor-label
{
  float: left;
  line-height: 1.35em;
  text-align: right;
  padding-right: 10px;
}

fieldset .editor-field
{
  float: right;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

a img
{
    /* stupid IE */
    border: 0;
    margin: 0;
    padding: 0;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: normal;
    color: #ff0000;
    border: 1px solid red;
    padding: 30px;
    margin: 10px 10px 5px 10px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.display-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



/* Red Banner Header Bar
----------------------------------------------------------*/

.rbhbar-l, .rbhbar-r, .rbhbar-bg
{
  height: 42px;
}

.rbhbar-l
{
  background: url('Images/RedBannerHeaderBarL.png') no-repeat left;
}

.rbhbar-r
{
  background: url('Images/RedBannerHeaderBarR.png') no-repeat right;
}

.rbhbar-bg
{
  background: url('Images/RedBannerHeaderBarBg.png') repeat-x;
  margin: 0 16px;
}

/* Offer Box at top of page
----------------------------------------------------------*/

.offer-box-bg
{
  background: url('Images/OfferBoxBg.png') repeat-y;
  text-align: center;
  padding: 1px 0;
}

.offer-box-bottom
{
  background: url('Images/OfferBoxB.png') no-repeat;
  height: 12px;
}

.offer-box-bg strong
{
  color: #c1272d;
  font-size: 1.4em;
}

/* Box containing pic of promotional drill
----------------------------------------------------------*/

.drill-box-l, .drill-box-r, .drill-box-content
{
  height: 392px;
}

.drill-box-l
{
  background: url('Images/DrillBoxL.png') no-repeat left;
}

.drill-box-r
{
  background: url('Images/DrillBoxR.png') no-repeat right;
}

.drill-box-content
{
  background: url('Images/DrillBoxBg.png') repeat-x;
  margin: 0 16px;
}

.drill-box-content .container
{
  padding: 25px 100px;
}

/* Box containing specification of promotional drill
----------------------------------------------------------*/

.spec-box-l, .spec-box-r, .spec-box-content
{
  height: 393px;
}

.spec-box-l
{
  background: url('Images/SpecBoxL.png') no-repeat left;
}

.spec-box-r
{
  background: url('Images/SpecBoxR.png') no-repeat right;
}

.spec-box-content
{
  background: url('Images/SpecBoxBg.png') repeat-x;
  margin: 0 16px;
}

.spec-box-content .container
{
  padding: 1px 10px;
}

/* Win boxes
----------------------------------------------------------*/

.win-box-twitter,
.win-box-facebook,
.win-box-jdt
{
  /*width: 350px;*/
  margin-bottom: 10px;
  color: #252525;
  /*font-style: italic;*/
  /*font-weight: bold;*/
  font-size: 0.95em;
}

.win-box-twitter a,
.win-box-facebook a,
.win-box-jdt a
{
    text-decoration: none;
}

.win-box-twitter a:hover,
.win-box-facebook a:hover,
.win-box-jdt a:hover
{
    text-decoration: underline;
}

.win-box-twitter .container,
.win-box-facebook .container,
.win-box-jdt .container
{
  /*background: url('Images/GraySeeThrough.png') repeat;*/
  padding: 5px;
}

.win-box-twitter
{
  background: url('Images/WinBoxTwitter.png') no-repeat;
  height: 98px;
  padding: 5px 16px 0 16px;
}

.win-box-facebook
{
  background: url('Images/WinBoxFacebook.png') no-repeat;
  height: 93px;
  padding: 10px 16px 0 16px;
}

.win-box-jdt
{
  background: url('Images/WinBoxJdt.png') no-repeat;
  height: 98px;
  padding: 5px 16px 0 16px;
}

/* The headers that go on all the boxes
----------------------------------------------------------*/

.box-header-l, .box-header-r, .box-header-content
{
  height: 40px;
}

.box-header-l
{
  background: url('Images/BoxHeaderL.png') no-repeat left;
}

.box-header-r
{
  background: url('Images/BoxHeaderR.png') no-repeat right;
}

.box-header-content
{
  background: url('Images/BoxHeaderBg.png') repeat-x;
  margin: 0 16px;
}

.box-header-content .container
{
  padding: 12px 0 0 3px;
}

.box-header-content .container h2, .box-header-content .container strong
{
  color: #c1272d;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: normal;
}

/* The loud bar
----------------------------------------------------------*/

.loud-bar-l,
.loud-bar-r
{
  height: 71px;
}

.loud-bar-l
{
  background: url('Images/LoudBarL.png') no-repeat;
}

.loud-bar-r
{
  background: url('Images/LoudBarR.png') no-repeat right;
}

.loud-bar-bg
{
  background: url('Images/LoudBarBg.png') repeat-x;
  margin: 0 16px;
  color: White;
  font-style: italic;
  font-weight: bold;
  font-size: 1.7em;
  height: 53px;
  padding-top: 18px;
  text-align: center;
}

/* Box containing contact details
----------------------------------------------------------*/

.contact-box-l, .contact-box-r, .contact-box-content
{
  height: 245px;
}

.contact-box-l
{
  background: url('Images/SpecBoxL.png') no-repeat bottom left;
}

.contact-box-r
{
  background: url('Images/SpecBoxR.png') no-repeat bottom right;
}

.contact-box-content
{
  background: url('Images/SpecBoxBg.png') repeat-x bottom;
  margin: 0 16px;
}

.contact-box-content .container
{
  padding: 20px 10px;
}

.contact-box-content input[type="text"] 
{
    width: 170px;
    border: 1px solid #CCC;
}

.contact-box-content fieldset .editor-label
{
  width: 120px;
}

.contact-box-content .button
{
}

/* Box containinf friend referrals
----------------------------------------------------------*/

.refer-box-l,
.refer-box-r,
.refer-box-content
{
  height: 150px;
}

.refer-box-l
{
  background: url('Images/ReferBoxL.png') no-repeat left;
  margin-top: 10px;
}

.refer-box-r
{
  background: url('Images/ReferBoxR.png') no-repeat right;
}

.refer-box-content
{
  background: url('Images/ReferBoxBg.png') repeat-x;
  margin: 0 16px;
}

.refer-box-content .container
{
  padding: 25px 20px 1px 25px;
}

.refer-box-content input[type="text"] 
{
    width: 98%;
    border: 1px solid #CCC;
}

.refer-box-content .name-label
{
  float: left;
  width: 110px;
  padding-bottom: 2px;
}

.refer-box-content .name-text
{
  float: left;
  width: 120px;
  padding-bottom: 2px;
}

.refer-box-content .surname-label
{
  float: left;
  width: 70px;
  padding-left: 15px;
  padding-bottom: 2px;
}

.refer-box-content .surname-text
{
  float: left;
  width: 120px;
  padding-bottom: 2px;
}

.refer-box-content .email-label
{
  float: left;
  width: 50px;
  padding-left: 15px;
  padding-bottom: 2px;
}

.refer-box-content .email-text
{
  float: left;
  width: 145px;
  padding-bottom: 2px;
}

.refer-box-content .container h2, .refer-box-content .container strong
{
  color: #c1272d;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
}

/* Box containinf friend referrals
----------------------------------------------------------*/

.copyright-box-l,
.copyright-box-r
{
  height: 34px;
}

.copyright-box-l
{
  background: url('Images/CopyrightL.png') no-repeat left;
  margin-top: 15px;
}

.copyright-box-r
{
  background: url('Images/CopyrightR.png') no-repeat right;
}

.copyright-box-content
{
  background: url('Images/CopyrightBg.png') repeat-x;
  padding-top: 7px;
  height: 27px;
  margin: 0 16px;
  text-align: center;
}

/* Big Red Button
----------------------------------------------------------*/

a.submit-button
{
    display: block;
    float: left;
    padding: 8px 28px 11px 28px;
    height: 20px;
    background: url('Images/Button.png') no-repeat top left;
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

a.submit-button:hover
{
    background: url('Images/Button.png') no-repeat bottom left;
}

