body {
    height: 100%;
    background: #8bc23e url(../images/green-bg-rep.jpg) repeat top left;
}

blockquote {
    font-family: Palatino Linotype, Times New Roman, Serif;
    font-size: 18px;
    padding-left: 60px;
    background: url(../images/quote.png) no-repeat top left;
}

    blockquote cite {
        font-family: Trebuchet MS, Arial, Sans-Serif;
        font-size: 13px;
        line-height: 18px;
        font-style: normal;
    }

hr {
    height: 1px;
    background: #ffffff;
    border-top: solid 1px #c9c9c9;
    margin-bottom: 20px;
}

a, a:visited {
    color: #9f26b8;
    text-decoration: none;
}

    a:hover, a:active {
        color: #000000;
        text-decoration: underline;
    }

h1, h2, h3, h4 {
    font-weight: normal;
    color: #9f26b8;
}

h5, h6 {
    font-weight: normal;
    color: #707070;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

#bgwrapper {
    height: 100%;
    background: url(../images/green-bg-grad.jpg) repeat-x top left;
}

.wrapper {
    width: 960px;
    margin: 0px auto;
}

#header {
    height: 130px;
}

#logo {
    float: left;
    padding: 36px 0px 0px 10px;
    width: 417px;
}

    #logo a {
        display: block;
        width: 417px;
        height: 57px;
        text-indent: -9999px;
        background: url(../images/sil-logo.png) no-repeat center center;
    }

#menu {
    float: right;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url(../images/outer-box-bg.png) repeat top left;
    color: #ffffff;
    padding: 10px;
    margin-top: 40px;
}

    #menu a {
        padding: 0px 10px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
    }

#footer {
    text-align: center;
}

.outerbox {
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url(../images/outer-box-bg.png) repeat top left;
}

.innerbox {
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffffff url(../images/inner-box-bg.png) repeat-x bottom left;
}

.map {
    width: 400px;
    float: left;
}

.address {
    width: 500px;
    float: left;
    margin-left: 20px;
}

.brands {
    margin-bottom: 20px;
}

    .brands img {
        margin: 0px 18px;
    }

.work {
    margin-bottom: 20px;
}

    .work img {
        width: 260px;
        margin: 0px 20px 20px 20px;
    }

.col3 {
    background: url(../images/dot-bg.png) repeat-y left top;
    float: left;
    width: 280px;
    padding: 0px 20px;
    margin-bottom: 20px;
}

    .col3 img {
        width: 280px;
    }

    .col3 h3 {
        margin-bottom: 0px;
    }

    .col3.first {
        background: none;
        padding-left: 0px;
    }

    .col3.last {
        padding-right: 0px;
    }

.tag {
    padding: 10px 30px;
    margin: 30px 0px;
    background: #dedede;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .tag h3 {
        float: left;
        margin-bottom: 0px;
    }

    .tag a {
        text-transform: uppercase;
        float: right;
    }

.notification {
    background-position: 6px 6px !important;
    background-repeat: no-repeat !important;
    border: 1px solid;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 0;
    position: relative; /*width:99.8%;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .notification a {
        color: #464646;
    }

.input-notification {
    background-color: transparent;
    background-position: left 2px;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
}

.notification div {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 4px 10px 4px 28px;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-bottom: solid 1px #efefef;
    border-right: solid 1px #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.attention {
    background: #FFFBCC url(../images/warning.png) no-repeat scroll 10px 11px;
    border-color: #E6DB55;
    color: #666452;
}

.success {
    background: #D5FFCE url(../images/check.png) repeat scroll 0 0;
    border-color: #9ADF8F;
    color: #556652;
}

.error {
    background: #FFCECE url(../images/error.png) repeat scroll 0 0;
    border-color: #DF8F8F;
    color: #665252;
}

    .error div {
        border-top-color: #fee5e5;
        border-left-color: #fee5e5;
        border-bottom-color: #feb8b8;
        border-right-color: #feb8b8;
    }

.information {
    background: #DBE3FF url(../images/information.png) repeat scroll 0 0;
    border-color: #A2B4EE;
    color: #585B66;
}



/* stylish buttons with rounded corners */

.button {
    text-decoration: none;
    border: 1px solid #670e7a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #670e7a url("../images/button.gif") repeat-x;
    padding: 5px 22px;
    text-shadow: #000 1px 1px 0;
    box-shadow: #262626 1px 1px 2px;
    -webkit-box-shadow: #262626 1px 1px 2px;
    color: #fff !important;
    cursor: pointer;
}

#content .button {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button:hover, .button:focus, .button:active {
    border-color: #161616;
    background: #464646 url("../images/altbutton.gif") repeat-x;
    text-shadow: #000 1px 1px 0;
    color: #fff !important;
    text-decoration: none !important;
}

.altbutton {
    border: 1px solid #161616;
    background: #464646 url("../images/altbutton.gif") repeat-x;
    text-shadow: #000 1px 1px 0;
}

    .altbutton:hover, .altbutton:focus, .altbutton:active {
        border-color: #670e7a;
        background: #670e7a url("../images/button.gif") repeat-x;
        text-shadow: #000 1px 1px 0;
        color: #fff !important;
        text-decoration: none !important;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


iframe {
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
}

/*.myframe {
    position: absolute;
    top: 20px;
    width: 90%;
    left:5%;
}*/
.myframe {
    margin: 10px 20px;
}
    .myframe a {
        display: block;
        text-align: right;
        margin-top: 8px;
    }

/*#loading {
  width: 939px;
  height: 500px;
  margin:auto;
  position:relative;
  top:-540px;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  border-top-left-radius:8px;
}

#loading-image {
  position: relative;
  top:200px;
  z-index: 100;
}*/

#loading {
    background: transparent url(/images/loading.gif) no-repeat scroll center center;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100px;
    left: 50%;
    line-height: normal;
    margin-left: -50px;
    margin-top: -50px;
    overflow: auto;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 2;
}
