/*Hero-pod--------------------------------------*/

div#cyclescheme-hero {
    width: 580px;
    height: 291px;
    background: url(../images/main_template/cyclescheme_banner.jpg) no-repeat;
}

/*Croppers-pod--------------------------------------*/

div#croppers-hero {
    width: 580px;
    height: 291px;
    background: url(../images/main_template/cropper_banner.jpg) no-repeat;
}

/* Cyclescheme Form--------------------------*/

form#contactform {
        margin: 14px;
}

form#contactform fieldset {
        width: 548px;
        border: 1px solid #A1C81B;
        padding-bottom: 1em;
        background-color:#E8F0C3;
}

form#contactform legend {
        border: 1px solid #A1C81B;
        padding: 0.2em 0.8em;
        font-weight: bold;
}

form#contactform label {
        font-weight: bold;
        text-align: right;
        padding: 0 0.8em 0 0;
        margin-top: 3px;
        width: 246px;
        display: block;
        float: left;
}

form#contactform p.leftspacing {
        margin-left: 275px;
}

form#contactform p.leftspacing input {
        width:163px;
}

form#contactform input, form#contactform textarea {
        margin-top: 0.5em;
        width: 247px;
        border: 1px solid #A1C81B;
}

form#contactform input:hover, form#contactform textarea:hover {
        border-color: #FF9600;
}

form#contactform input:focus, form#contactform textarea:focus {
        border-color: #A1C81B;
}

form#contactform textarea {
        width: 20.6em;
}

form#contactform input#button {
        background: url(../images/main_template/contactform_btn.jpg) no-repeat scroll 0 0;
        border:medium none;
        float:right;
        font-size:0;
        height:29px;
        left:-6px;
        line-height:0;
        position:relative;
        text-indent:-9999px;
        top:0;
        width:83px;
        cursor:pointer;
}

/*div#clicknsave {
    background: url(../images/main_template/clicknsave.jpg) no-repeat;
    width:188px;
    height:75px;
    margin:10px 21px;
    float:right;
}

div#clicknsave a {
    line-height:0;
    font-size:0;
    text-indent:-9999px;
    height:75px;
    display:block;
}

div#clicknsave a:hover {
    border:none;
}
*/
div#casdiv {
    width:188px;
    height:75px;
    margin:10px 21px;
    float:right;
}


/*Cyclescheme Calculator-------------------*/

body#calculator {
                text-align:left;
}

div#container {
                width:405px;
}
form#calculator {
        margin: 14px;
}

form#calculator fieldset {
        width: 403px;
        border: 1px solid #A1C81B;
        padding-bottom: 1.7em;
        background-color:#E8F0C3;
}

form#calculator legend {
        border: 1px solid #A1C81B;
        padding: 0.2em 0.8em;
        font-weight: bold;
        color:#000;
        background-color:#CFE17D;
        margin-left:-1px;
        margin-bottom:6px;
}

form#calculator label {
        font-weight: bold;
        text-align: right;
        padding: 0 0.8em 0 0;
        margin-top: 6px;
        margin-left:14px;
        width: 246px;
        display: block;
        float: left;
        color:#607A07;
}

form#calculator p.leftspacing {
        margin-left: 275px;
}

form#calculator p.leftspacing input {
        width:163px;
}

form#calculator input, form#calculator textarea {
        margin-top: 0.5em;
        width: 80px;
        border: 1px solid #A1C81B;
        margin-right:50px;
}

form#calculator input:hover, form#calculator textarea:hover {
        border-color: #FF9600;
}

form#calculator input:focus, form#calculator textarea:focus {
        border-color: #A1C81B;
}

form#calculator textarea {
        width: 20.6em;
}

form#calculator input#button {
        background: url(../images/main_template/contactform_btn.jpg) no-repeat scroll 0 0;
        border:medium none;
        float:right;
        font-size:0;
        height:29px;
        left:-6px;
        line-height:0;
        position:relative;
        text-indent:-9999px;
        top:0;
        width:83px;
        cursor:pointer;
}

div#calculator-termsbox {
                width:403px;
                border:1px solid #A1C81B;
                background-color:#CFE17D;
                margin:14px;
}

div#calculator-termsbox p {
                margin:14px;
                text-align:justify;
}

/*Croppers----------------------------*/

div#main-content p.quote {
                background-color:#E8F0C3;
                border:1px solid #A1C81B;
                font-family:trebuchet MS,verdana,arial;
                font-size:12px;
                font-style:oblique;
                *font-style:normal;
                font-weight:bold;
                margin:20px;
                padding:15px;
}

div#main-content p.quoteright {
                background-color:#CFE17B;
                border:1px solid #A1C81B;
                float:right;
                font-family:trebuchet MS,arial;
                font-size:14px;
                font-style:normal;
                font-weight:bold;
                margin-top:-30px;
                padding:3px;
}

div#main-content p.endtext {
                font-size:14px;
                font-weight:bold;
                text-align:center;
                margin:36px;
}


