html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font: 62.5%/1em Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}


/* general */

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1.4em;
    line-height: 1.4em;
}

h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: .8em;
}

h3 {
    font-size: 2.0em;
    font-weight: bold;
    margin-top: 1.7em;
    color: #ffffff;
}

h1,
#intro h2 {
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -.03em;
    text-shadow: #366d96 1px 1px 1px;
}

h1 {
    text-align: center;
    margin-bottom: .3em;
    font-size: 3.2em;
    color: #613872;
    margin-top: 50px;
}

#intro h2 {
    font-size: 3.2em;
    margin-top: .3em;
    line-height: 1em;
    font-weight: normal;
}

ul {
    font-size: 1.3em;
    margin-top: .4em;
    line-height: 1.4em;
    font-weight: bold;
}

li {
    margin-bottom: .2em;
    padding: 0 0 0 20px;
    background: url(../images/bull.png) no-repeat 0 2px;
}


/* structure */

.container {
    width: 1001px;
    margin: 0 auto;
}

.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mod-container {
    float: left;
    width: 100%;
    min-width: 1001px;
}

.mod-container .mod {
    width: 1001px;
    margin: 0 auto;
}

.mod-container .mod .mod-group {
    width: 100%;
    float: left;
}

#header {
    min-height: 80px;
    padding-top: 10px;
    position: relative;
}

.phone {
    width: 272px;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 25px;
    padding-left: 50px;
    font-size: 1.8em;
    background: url(../images/phone.gif) no-repeat 0 0;
    color: #613872;
}

#intro {
    float: left;
    width: 463px;
    position: relative;
    height: 290px;
    margin-bottom: 20px;
    padding: 0 0 0 522px;
    border: 8px solid #eff5fa;
    background: url(../images/intro-bg.jpg) no-repeat 0 0;
}

#main {
    width: 501px;
    padding-right: 500px;
    margin-top: : -20px;
}

#logo {
    width: 161px;
    height: 58px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat 0 0;
}

.logo-text {
    width: 161px;
    height: 12px;
    color: #613872;
    text-align: center;
    font-weight: bold;
}

.bbb {
    width: 170px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 400px;
}

#signup-form {
    width: 424px;
    padding: 0 12px;
    position: absolute;
    top: 118px;
    right: 25px;
    background: url(../images/form-bg.png) no-repeat 0 0;
}

#signup-form form {
    float: left;
    width: 377px;
    background: #fff;
    padding: 15px 30px 30px 5px;
    border: 6px solid #eff5fa;
}

#signup-form ul {
    float: left;
    width: 380px;
    padding-bottom: 18px;
}

#signup-form li {
    padding: 0;
    width: 380px;
    background: none;
    margin-bottom: 18px;
}

#signup-form label {
    float: left;
    color: #333;
    width: 88px;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    line-height: 2.7em;
    padding-right: 40px;
}

#signup-form li input {
    width: 230px;
    padding: 8px 10px;
    background-color: #ececec;
    border: 1px solid #c2c2c2;
}

#signup-form li select {
    width: 252px;
    padding: 8px;
    background-color: #ececec;
    border: 1px solid #c2c2c2;
}

#signup-form li.wide {
    width: 370px;
    margin: 0;
    padding: 7px 0 0 10px;
}

#signup-form label.alone {
    width: 100%;
    padding: 0;
    color: #828282;
    font-size: .92em;
    text-align: left;
    line-height: 1.1em;
    font-weight: normal;
}

#signup-form label.alone input {
    padding: 0;
    width: auto;
    border: 0 none;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.button {
    display: block;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.button:focus {
    overflow: hidden;
}

#signup-form .button {
    float: right;
    width: 168px;
    height: 34px;
    border: 0 none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url(../images/signup-button.png) no-repeat 0 0;
}

#signup-form .button:hover {
    box-shadow: 0 0 8px #7ecc91;
    -webkit-box-shadow: 0 0 8px #7ecc91;
    -moz-box-shadow: 0 0 8px #7ecc91;
}

.box {
    float: left;
    width: 485px;
    position: relative;
    padding: 20px 5px 20px 5px;
    border: 6px solid #eff5fa;
}

.box ul {
    margin-top: 20px;
}

.box li {
    float: left;
    width: 215px;
    padding-right: 5px;
}

#bottom {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.bottomCustomers {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.images {
    width: 1001px;
    padding: 20px 0;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
}

.images img {
    margin: 0 0 0 80px;
    vertical-align: middle;
}

.images .ourcustomers {
    margin-left: 5px;
    font-weight: bold;
}

.footer-links {
    margin-left: 290px;
    width: 1000px;
    padding-top: 5px;
    text-align: center;
}

.footer-links a {
    color: #390;
    font-size: 1.5em;
    text-decoration: underline;
    padding-left: 22px;
    line-height: 1.6em;
}

#footer {
    /*height:30px;*/
    height: auto;
    text-align: center;
    background-color: #ededed;
}

#footer p {
    margin-top: 10px;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.error_string {
    color: red;
    width: 270px;
    padding-left: 127px;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.errors {
    text-align: center;
    color: red;
    margin: 0;
    padding-bottom: 5px;
    ;
    font-size: 13px;
    font-weight: bold;
}

.success {
    text-align: center;
    color: green;
    margin: 0;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.long-tag {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #60F;
    padding: 10px;
}

.west-links {
    width: 100%;
    padding-top: 5px;
    text-align: center;
}

.west-links a {
    color: #390;
    font-size: 1.3em;
    text-decoration: underline;
    padding-left: 22px;
    line-height: 1.6em;
}


/************************************************************************************/

#banner {
    background: none repeat scroll 0 0 white;
    padding-top: 9px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: block;
}

.heading {
    padding: 24px 5px 5px;
    text-align: center;
    width: 100%;
}

.open-text {
    width: 100%;
    font-style: italic;
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.1em;
}

#video {
    float: left;
    width: 463px;
    position: relative;
    height: 290px;
    margin-bottom: 20px;
    padding: 0 540px 0 0;
    /*border:1px solid #69F;*/
    background: url(../images/intro-bg.jpg) no-repeat 0 0;
}

.us {
    height: auto;
    padding: 25px 0 25px 25px;
}

#estimate-form {
    width: 424px;
    padding: 0 12px;
    position: absolute;
    top: 20px;
    right: 10px;
}

#estimate-form form {
    float: left;
    width: 377px;
    background: #fff;
    padding: 11px 30px 30px 5px;
    border: 1px solid #e5e5e5;
}

#estimate-form ul {
    float: left;
    width: 380px;
    padding-bottom: 18px;
}

#estimate-form li {
    padding: 0;
    width: 380px;
    background: none;
    margin-bottom: 18px;
}

#estimate-form label {
    float: left;
    color: #333;
    width: 88px;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    line-height: 2.7em;
    padding-right: 40px;
}

#estimate-form li input {
    width: 200px;
    padding: 8px 24px;
    background-color: #ececec;
    border: 1px solid #c2c2c2;
}

#estimate-form li select {
    width: 251px;
    padding: 8px;
    background-color: #ececec;
    border: 1px solid #c2c2c2;
}

#estimate-form li.wide {
    width: 370px;
    margin: 0;
    padding: 7px 0 0 10px;
}

#estimate-form label.alone {
    width: 100%;
    padding: 0;
    color: #828282;
    font-size: .92em;
    text-align: left;
    line-height: 1.1em;
    font-weight: normal;
}

#estimate-form label.alone input {
    padding: 0;
    width: auto;
    border: 0 none;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#estimate-form .button {
    float: right;
    width: 168px;
    height: 34px;
    border: 0 none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("../images/signup-button.png") no-repeat 0 0;
}

#estimate-form .button:hover {
    box-shadow: 0 0 8px #7ecc91;
    -webkit-box-shadow: 0 0 8px #7ecc91;
    -moz-box-shadow: 0 0 8px #7ecc91;
}

#main {
    width: 501px;
    padding-right: 500px;
    margin-top: -20px;
}

.images {
    width: 540px;
    /*height: 535px;*/
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
}

.images img {
    margin: 12px 0 3px 35px;
    vertical-align: middle;
}

.images .ourcustomers {
    margin-left: 5px;
    font-weight: bold;
}

.why {
    background-color: #ededed;
    height: auto;
    padding: 25px 0 25px 25px;
}

.companies-logo {
    padding: 20px;
}

.imageblock {
    width: 996px;
}

.tfa-icon {
    position: relative;
}

.zoomimage {
    bottom: 2px;
    display: block;
    left: 11px;
    position: absolute;
}

.mainimage {
    padding: 14px 14px 0px 14px;
    width: 215px;
}

.imagetext {
    display: inline-block;
}

.imagecaption {
    width: 220px;
    text-align: center;
    display: table;
    height: 50px;
}

.estimate {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: .4em;
    z-index: 1000 !important;
    color: white;
}

.about {
    background-color: #ccc;
    height: auto;
    padding: 25px 0 25px 25px;
}

.about .container {
    width: 1000px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.about ul {
    padding-left: 100px;
    padding-top: 20px;
}

.company-logo {
    float: left;
}

.bbb-logo {
    float: left;
    margin-left: 32%;
}

.button {
    display: block;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.button:focus {
    overflow: hidden;
}

.company-phone {
    float: right;
    width: 272px;
    margin-top: 10px;
    line-height: 25px;
    padding-left: 50px;
    font-size: 1.8em;
    background: url(../images/phone.gif) no-repeat 0 0;
    color: #613872;
}

.important-text {
    color: #FF0000;
}

.why-display {
    display: flex;
}

.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    text-align: left;
    margin-left: 10px;
}

.fancybox-skin {
    /*  background-color: black !important;*/
}

.section {
    width: 475px;
    float: left;
    padding: 0 10px 22px 10px;
    text-align: left;
}

.section h2 {
    font-size: 1.8em;
    padding-top: 10px;
    padding-left: 55px;
    margin: 0px;
}

h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 12px;
}

.section-last {
    float: left;
    padding: 0 10px 22px;
    text-align: left;
}

.section-last h2 {
    font-size: 1.8em;
    margin: 0;
    padding-left: 55px;
    padding-top: 10px;
}

.title {
    color: #613872;
}

.bb {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: red;
    font-weight: bold;
}

#banner .container {
    position: relative;
}

.yelp-snippet {
    position: absolute;
    top: 0px;
    left: 260px;
}
