html,
body {
    background: #EFEFEF;
    height: 100%;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #3273A0;
    text-decoration: none;
}

blockquote {
    background: #F9F9F9;
    border-left: 10px solid #CCC;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #CCC;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

blockquote:after {
    color: #CCC;
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

blockquote p { display: inline; }

h1,
h2,
h3,
h4 { color: #3273A0; }

caption {
    font-weight: bold;
    white-space: nowrap;
}

fieldset {
    -moz-box-shadow: 0 0 6px #CCC inset;
    -webkit-box-shadow: 0 0 6px #CCC inset;
    background: #F5F5F5;
    box-shadow: 0 0 6px #CCC inset;
}

input[type="text"] { text-transform: uppercase; }

input[type="text"],
select {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #666C72;
    border-radius: 4px 4px 4px 4px;
}

pre { padding: 0; }

table th { text-align: left; }

button,
legend { display: none; }

::-moz-selection {
    background: #7AA4C1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #7AA4C1;
    color: #fff;
    text-shadow: none;
}

/* Fix ie8 legend display:none bug */

.ie8 legend {
    display: block !important;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.wrapper-nav {
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    background: #4C535A url(../images/bg-wrapper-nav.png) repeat-x 0 0;
    box-shadow: 0 0 10px #777;
    height: 54px;
    position: relative;
    z-index: 2;
}

.wrapper {
    background: #F0EEE8 url(../images/bg-wrapper.png) repeat;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wrapper .wrapper {
    background: #F5F5F5;
    padding-bottom: 9px;
}

.wrapper .column { background: #FFF; }

.wrapper .row {
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
    margin-bottom: 36px;
}

.wrapper .row .row {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.wrapper footer .column { background: transparent; }

/* NAV
-------------------------------------------------------------- */

.social { margin-top: 17px; }

nav { float: right; }

nav ul {
    float: right;
    overflow: hidden;
}

nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav a.active,
nav a:active,
nav a:link,
nav a:visited {
    color: #FFF;
    display: block;
    font-weight: bold;
    line-height: 18px;
    margin: 18px 0 18px 30px;
    padding: 0;
    text-transform: uppercase;
}

nav a.hover,
nav a:hover { color: #3273A0; /*padding:17px 0 19px 30px;*/ }

nav a:link,
nav a:visited {
    -moz-transition: color .25s ease;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

nav a.active,
nav a:active,
nav a.hover,
nav a:hover {
    -moz-transition: color .25s ease;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

nav a.active,
nav a:active {
    position: relative;
    top: 1px;
}

/* HEADER
-------------------------------------------------------------- */

header {
    margin: 18px 0;
    overflow: hidden;
}

#logo { float: left; }

#logo a {
    border: 0;
    display: block;
    height: 106px;
    width: 410px;
}

/* Fix ie7 z-index bug */

.ie7 .emblem { z-index: 1000; }

.ie7 .emblem.with-guarantee { height: 165px; }

.ie7 .emblem #guarantee { bottom: 10px; }

.emblem {
    float: right;
    margin-right: 20px;
    position: relative;
    text-align: center;
}

.emblem.with-guarantee { height: 168px /* 165px + 3px shadow blur */; }

.emblem #tagline {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    background: #7AA4C1;
    border-radius: 6px 6px 0 0;
    padding: 9px 20px;
    text-shadow: 1px 1px 2px #777;
    width: 340px;
}

.emblem.with-guarantee #tagline {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 9px 20px 18px 20px;
}

.emblem #tagline h2,
.emblem #tagline p {
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    margin: 9px 0;
    text-transform: uppercase;
}

.emblem #tagline h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
}

.emblem #guarantee {
    -moz-border-radius: 14px 14px 14px 14px;
    -moz-box-shadow: 0 0 3px #777;
    -webkit-border-radius: 14px 14px 14px 14px;
    -webkit-box-shadow: 0 0 3px #777;
    background: #F69F1C;
    background: -webkit-gradient(linear, left top, left bottom, from(#F69F1C), to(#D55A14));
    background: -webkit-linear-gradient(top, #F69F1C, #D55A14);
    background: -moz-linear-gradient(top, #F69F1C, #D55A14);
    background: -ms-linear-gradient(top, #F69F1C, #D55A14);
    background: -o-linear-gradient(top, #F69F1C, #D55A14);
    background: linear-gradient(top, #F69F1C, #D55A14);
    border-radius: 14px 14px 14px 14px;
    bottom: 5px;
    box-shadow: 0 0 3px #777;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 340px;
}

.emblem #guarantee p {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 9px 10px;
    text-shadow: 1px 1px 2px #777;
}

.emblem #cross-sell {
    -moz-border-radius: 0 0 6px 6px;
    -moz-box-shadow: 0 2px 3px #CCC;
    -webkit-border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 2px 3px #CCC;
    background: #FFF;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 3px #CCC;
    opacity: .8;
    padding: 9px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    z-index: 999;
}

.emblem #cross-sell p {
    color: #454C53;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin: 9px 0;
}

#slider {
    height: 310px;
    position: relative;
    width: 900px;
}

#slider img {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    left: 0;
    position: absolute;
    top: 0;
}

.emblem #slider-overlay {
    padding: 9px 20px;
    position: absolute;
    right: 0;
    top: 220px;
    width: 340px;
    z-index: 999;
}

.emblem #slider-overlay p {
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px #CCC;
}

/* BODY
-------------------------------------------------------------- */

article {
    overflow: hidden;
    position: relative;
}

.editor-field input[type="text"] { width: 130px; }

aside {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 6px #CCC inset;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 6px #CCC inset;
    background: #E1DCD2;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #CCC inset;
    margin: 0 0 18px;
    overflow: hidden;
    padding-top: 9px;
}

aside h2 {
    border-bottom: none;
    color: #454C53;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-shadow: 1px 1px 2px #FFF;
}

aside p {
    font-size: 12px;
    line-height: 18px;
}

#quote {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 6px #777 inset;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 6px #777 inset;
    background: #7AA4C1 url(../images/bg-noise-blue.png) repeat 0 0;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #777 inset;
    color: #FFF;
    margin: 9px 0 18px;
    overflow: hidden;
    padding-top: 18px;
}

#quote a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

#quote h2 {
    color: #FFF;
    margin-bottom: 9px;
    text-align: left;
    text-shadow: 1px 1px 2px #777;
}

#quote form { text-align: right; }

#quote .editor-field input[type="text"] { width: 170px; }

#quote .editor-field select { width: 182px; }

#quote .editor-label {
    font-size: 14px;
    text-shadow: 1px 1px 2px #777;
    text-transform: uppercase;
}

#quote .validation-summary { text-align: left; }

.trash { float: left; }

.trash .editor-field {
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    padding: 5px;
}

.trash .editor-field span {
    cursor: pointer;
    margin-right: 0;
}

.bluebox {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 6px #CCC inset;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 6px #CCC inset;
    background: #7AA4C1 url(../images/bg-noise-blue-light.png) repeat 0 0;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #CCC inset;
    color: #2B343C;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 2px #FFF;
}

/* FOOTER
-------------------------------------------------------------- */

footer {
    background: #E1DCD2;
    margin: 18px 0 0;
    overflow: hidden;
}

.footer-left ul {
    float: left;
    font-size: 10px;
    line-height: 18px;
    margin: 18px 0;
    overflow: hidden;
    padding: 0;
    width: 33%;
}

.footer-left li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-right {
    font-size: 20px;
    text-align: center;
}

.footer-right a { font-weight: bold; }

.footer-right h2 {
    color: #454C53;
    margin: 18px 0;
}

/* CLASSES
-------------------------------------------------------------- */

.center { text-align: center; }

.container {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.display-field,
.editor-field { margin: 0 0 18px; }

.display-label,
.editor-label {
    font-weight: bold;
    margin: 9px 0 0;
}

.display-label pre,
.display-field pre { margin: 0; }

.field-validation-error {
    color: #CD0A0A;
    display: block;
    font-weight: bold;
}

.float-left {
    float: left;
    margin: 0 20px 18px 0;
}

.float-right {
    float: right;
    margin: 0 0 18px 20px;
}

.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

.panel {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px 6px 6px 6px;
    margin: 9px 0;
    overflow: hidden;
    padding-bottom: 9px;
    padding-top: 9px;
}

.panel .panel {
    border: 0;
    float: left;
    padding-bottom: 0;
    padding-top: 0;
}

.validation-summary,
.validation-summary-errors p {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 9px 0;
}

.validation-summary ul {
    font-size: 12px;
    padding: 0 0 0 10px;
}

.validation-summary ul,
.validation-summary li {
    list-style: disc;
    margin: 9px 0 9px 5px;
}

.ui-button .ui-button-text {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.ui-datepicker { z-index: 999 !important; }

.ui-icon {
    float: left;
    margin: 0 6px 0 0;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error { background-image: none; }

.ui-widget a { border: 0; }

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget input[type="text"],
.ui-widget input[type="password"],
.ui-widget textarea,
.ui-widget select {
    color: #454C53;
    padding: 2px;
}

.addthis_default_style a { border: 0; }

.ui-button.ui-state-default {
    background: #F69F1C;
    background: -webkit-gradient(linear, left top, left bottom, from(#F69F1C), to(#D55A14));
    background: -webkit-linear-gradient(top, #F69F1C, #D55A14);
    background: -moz-linear-gradient(top, #F69F1C, #D55A14);
    background: -ms-linear-gradient(top, #F69F1C, #D55A14);
    background: -o-linear-gradient(top, #F69F1C, #D55A14);
    background: linear-gradient(top, #F69F1C, #D55A14);
    border: 1px solid #333B43;
}

.ui-button.ui-state-hover,
.ui-button.ui-state-focus { background: #D55A14; }

.ui-button.ui-state-active {
    background: #F69F1C;
    position: relative;
    top: 1px;
}
