html {
    background-color: #FFF;
}

body {
    font: 10pt verdana, arial, sans-serif;
    margin: 0;
    padding: 0 20px;
    border: 0;
    color: #000;
    min-width:950px;
}

li {
    margin: 5px 3px;
}

p {
    padding: 0.5em 0;
    margin: 0;
    text-align: justify;
}

img {
    border: none;
}

/* div in which scrolling images reside*/
div.pics {
    height: 150px;
    z-index: -100;
    overflow: hidden;
}

/* the rolling images themselves */
img.rollingImages {
    width : 100%;
    height: 100%;
    z-index: -100;
}

div.jctLogoDiv {
    display:inline;
}

/*JCT Logo top right of the page */
img.topJCTLogo {
    left:25px;
    top:5px;
    position:absolute;
}

h1.mainTitle, h2.subTitle  {
    text-transform: uppercase;
    color: #fff;
    position:absolute;
}

/*the white "JCT homeowner contracts..." text in the rolling images*/
h1.mainTitle {
    font: 25pt verdana, arial, sans-serif !important;
    left:25px;
    top:30px;
}


/*the white "Improve your home..." text in the rolling images*/
h2.subTitle  {
    font: 14pt verdana, arial, sans-serif !important;
    left: 184px;
    top:95px;
}

h4.productPage {
    color: #000;
    font: 12pt verdana, arial, sans-serif !important;
    margin: 15px 0 0 0;
}

h5 {
    font: 10pt verdana, arial, sans-serif !important;
    font-weight:bold !important;
    margin :10px 0 0 0;
    padding:0;
}

div.menu {
    height: 30px;
    background-color: black;
}

div.menu a, div.footerLinksDiv a {
    color: #F78A13;
    text-decoration:none;
    font-weight: bold;
    /*white-space: nowrap;*/
}

ul.menuItemsList {
    list-style-type: none;
    display:inline;
}

li.menuItemsListItems {
    /*list-style-image: url(../images/jct/icons/orangeArrow.png);*/
    float: left;
    padding:0 1em;
    margin:1em 0;
    border-right:1px solid #F5A53D;
    line-height:1.5em;
    font: 8pt verdana, arial, sans-serif !important;
}

ul.menuItemsList li:last-child,
ul.menuItemsList li.last{
    border-right:none;
}

/*the page title immediately below the menu*/
h2.contentTitle {
    color: #000;
    font: 16pt verdana, arial, sans-serif !important;
    margin: 0 0 10px;
}

h3.contentSubTitle {
    color: #999;
    font: 11pt verdana, arial, sans-serif !important;
    font-weight: bold !important;
    margin: 0 0 10px;
}


h3.contentSubSubTitle {
    color: #999;
    font: 11pt verdana, arial, sans-serif !important;
    font-weight: bold !important;
    margin: 0 0 10px;
}

div.content {
    padding-top: 15px;    
}

div.dottedColumn {
    border-right: 2px dotted #D8D4D2;    
}

div.leftBumfColumn {
    width: 46%;
    float: left;
    padding: 0 20px 0 0;
    margin: 0;

}

div.rightBumfColumn {
    width: 46%;
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
}

div.bumfDiv {
    padding: 5px 0;
}

div.dottedBumfDiv {
    padding: 15px 0;
    border-top: 2px dotted #D8D4D2;
}

div.dottedBumfDivA {
    padding: 0 0 15px 0;
}

/*the section titles on the homepage */
h3.blockTitle {
    color: #000;
    font: 12pt verdana, arial, sans-serif !important;
    margin: 0 0 10px;
}




div.keyPoints {
    background-color: #FFF4E9;
    margin: 10px 0;
    padding: 5px;
}

div.keyPoints ul {
   list-style: disc inside;
   color : #F5A53D;
   margin: 0;
   padding: 0;
}

div.keyPoints ul li {
   margin: 1em 0;
   padding: 0;
}

div.keyPoints ul li span {
   color : #000;
}

div.howContractsWork {
   /*background-color: #FFF4E9;*/
   padding: 0;
   margin:0;
}

ul.howContractsWork {
   list-style: disc outside;
   margin: 0;
   padding: 0;
   color:#F5A53D;
}

ul.howContractsWork  li {
   margin: 10px 0 5px 15px;
   padding: 0;
}

ul.howContractsWork  li  span, ul.howContractsWork  li  p{
    color:#000;
}

div.homePagePurchaseDiv {
    margin: 0;
    padding: 5px 0;
}

table.productsTable {
    border: none;
}

table.productsTable td {
    vertical-align:top;
    padding: 10px 0;
}

img.productLogo{
    width: 75px;
    height: 100px;
}

/****************************** FOOTER ******************************/

div.footer {
    margin-top: 10px;
    float:left;
    width: 100%;
    border-top: 1px dotted #D8D4D2;

}

div.footerLinksDiv {
    background: #FFFFFF url(../images/skin/shadow.jpg) repeat-x scroll center bottom;
    height:30px;
    width: 100%;
    text-align:right;
}

ul.footerLinksList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.footerLinksListItems {
    border-right: 1px solid #F5A53D;
    margin:0 0 1em 0;
    padding:0 1em;
    display:inline;
    line-height: 2em;
}

ul.footerLinksList li.last {
    border-right: none;
}

div.footerImages {
    padding:20px 0;
}

div.footer img {
    height:40px;
    padding: 0;
    margin: 0;
}

img.footerLeftImage {
    float:left;
    width:131px;
}

img.footerRightImage {
    float:right;
    width:178px;
}

/****************************** LINKS ******************************/

a {
    color: #F78A13;
    text-decoration:none;
    font-weight: bold;
    /*white-space: nowrap;*/
}

a:visited{
    color: #999900;
}

a:hover {
    color: #FFA200;
    text-decoration:underline;
}


p.basketDivText {
    margin: 0;
    padding: 2px 5px;
}

p.contractDescriptions {
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    text-align: left;
}

input.homePageSubmit{
    font-size: 14px;
    margin: 10px 0 0 130px;
    padding: 3px;
    width: 80px;
    background: #ffffff url( '../images/jct/backgrounds/blueGradient1.jpg' ) repeat-x top;
    color: #F78A13;
}

span.addToBasketText{
    margin-left: 10px;
}

.boldText {
    font-weight: bold;
    color: #000;
}

.underline {
    text-decoration: underline;
}

.indent {
    padding:0;
    margin: 3px 0 3px 10px;
}

/******************** CONTRACT SHOPPING SITE CSS ********************/
div.heading {
    padding-left: 1em;
}

div.productList {
    float: left;
    margin-left: 30px;
    width:50%
    /*margin-left: 150px;
    width:500px;*/
}

.productList thead td{
    font-weight: bold;
    border-bottom: 1px solid #666;
    line-height: 17px;
    padding: 2px 6px;
}

.productList tbody td{
    line-height: 15px;
    padding: 3px 4px;
    text-align: left;
    vertical-align: top;
}

.productList tbody td.totalColumn {
    font-weight: bold;
}

div.checkout-side {
    float: right;
    width:38%;

}

div.checkout-side div {
    padding: 0.2em;
}

div.basket {
    float: right;
    width:180px;
    padding-right: 50px;
}

div.centre {
    text-align: center;
    padding: 1em;
}

table.downloadProducts tbody td {
    vertical-align: middle;
    padding: 1em;
}

/****************************** FORMS ******************************/

fieldset {
    border: 1px solid #666;
  padding: 12px;
}

.inputArea, .inputArea fieldset {
    font-size: 12px;
    background-color: #F7F7F7;
    padding: 10px;
}

input[type="text"],
.inputArea input[type="text"],
.inputArea textarea,
.inputArea input[type="submit"] {
    padding: 4px;
    margin: 2px 10px 2px 10px;
    border: solid 1px #85b1de;
    background: #ffffff url( '../images/jct/backgrounds/blueGradient1.jpg' ) repeat-x top;
}

input.emailField {
    width: 24em;
}

.inputArea input[type="text"]:focus,
.inputArea textarea:focus {
    background:#ffffff none;
    border: solid 1px #33677F;
}

.inputArea input[type="submit"] {
    width: 90px
}

.inputArea .quantityField {
    float:left;
}

.inputArea .qtyButton {
    float:right;
}


/* FOR IE - controls the behavior of input boxes when focused*/
.activeField
{
    background: #ffffff none;
    border: 1px solid black !important;
}

/* FOR IE - controls the behavior of input boxes when not focused*/
input[type="button"].idle, input[type="submit"].idle
{
    border: solid 1px #85b1de;
    background: #ffffff url( '../images/jct/backgrounds/blueGradient1.jpg' ) repeat-x top;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0 no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* WIZARD SHOPPING BASKET */

#wiz-menu
{
    margin: 0 25em;
    width: 34em;
    height: 3em;
}

#wiz-menu ol
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 3em;
    border-bottom: 1px solid #999;
}

#wiz-menu li
{
    font-size: smaller;
    float: left;
    margin: 0 3em;
    height: 3em;
    line-height: 3em;
    width: 6em;
    color: #666;
    text-decoration: none;
    text-align: center;
}

#wiz-menu li.wiz-current
{
   color: #000;
   border-bottom: 2px solid #666;
}

/* Hide from IE5-Mac \*/
#wiz-menu li a
{
    float: none ;
}
/* End hide */

/* FAQ page */
dd{
    display : inline;
}

dt {
    color: #F78A13;
    font-weight: bold !important;
    padding:0 !important;
    text-align:left !important;
    width: 15px !important;
    float:left !important;
    clear:left !important;
}

dt.question {
    margin: 10px 0 0 0 !important;
}

dt.answer {
    margin: 3px 0 10px 0 !important;
}

dd {
    text-align:justify !important;
    display : inline !important;
    float:left  !important;
    width: 95% !important;
}

dd.question {
    font-weight: bold !important;
    margin: 10px 0 0 0 !important;
}

dd.answer {
   margin: 3px 0 10px 0 !important;
}

div.productPurchase {
    float:left;
    width: 390px;
    height: 150px;
    margin: 40px 0 10px 10px;
    padding: 30px 10px 10px;
    border: 2px dotted #D8D4D2;
    vertical-align: middle;
    background-color: #F7F7F7;
}

div.productPurchase p.contractDescriptions {
    margin: 0 0 10px 0 ;
}

div.productPurchase input.homePageSubmit{
    margin: 10px 0 0 90px;
}

.info {
    margin-left: 3em;
}


ul.arrow {
    list-style-image: url(../images/jct/icons/unfilledOrangeArrow.png);
    list-style-type: circle;
}

ul.arrow li:hover {
    list-style-image: url(../images/jct/icons/orangeArrow.png);
}

div.sampleContract {
    margin: 30px 0;
    border: 1px solid #999;
    width: 710px;
    height: 1000px;
}

p.howPara {
    margin: 3px 0 0 0 ;
    padding: 0;
}
