body {
    background: #699bcd url('../images/bg_slice.png') left top repeat;
}

#wrapper {
    position: relative;
    width: 1024px;
    position: relative;
    margin: 0px auto;
    padding-top: 45px;
}

#wrapper .alert {
    background: #c1d9e3;
    height: 20px;
    width: 400px;
    padding: 5px 0px;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #037750;
    overflow: hidden;
}

#wrapper .phone {
    position: absolute;
    top: 15px;
    right: 0px;
    margin-right: 20px;
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}

#contain {
    width: 100%;
    position: relative;
    margin: 0px auto 0px auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    min-height: 600px;
}


#header {
    background: #fff;
    height: 200px;
    position: relative;
    top: 20px;
}

#header .logo {
    margin: 10px 20px;
}

#header .search {
    background: #fff url('../images/search.jpg') 10px 7px no-repeat;
    position: absolute;
    top: 40px;
    right: 20px;
    border: 1px solid #eee;
    border-top: 2px solid #bbb;
    border-radius: 15px;
    height: 30px;
    width: 300px;
}

#header .search input {
    margin: 2px 0px 0px 30px;
    padding: 5px;
    width: 250px;
}

#header .search input[type="submit"] {
    visibility: hidden;
}

#header .payment {
    position: absolute;
    top: 42px;
    right: 330px;
}

#header .nav {
    position: absolute;
    top: 140px;
    left: 0px;
    padding-top: 20px;
    height: 40px;
    width: 100%;
    background: url('../images/nav_bg_sliver.png') 0px 2px repeat-x;
}

#header .top_nav {
    position: absolute;
    top: 0px;
    right: 20px;
}

#header .nav ul,
#header .top_nav ul {
    list-style: none;
    height: 40px;
}

#header .nav li,
#header .top_nav li{
    list-style: none;
    display: inline;
    height: 100%;
}

#header .nav li a,
#header .top_nav li a {
    padding: 0px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

#header .nav li a {
    color: #eee;
    border-left: 2px solid #eee;
}

#header .top_nav li a {
    font-size: 14px;
    border-left: 2px solid #888;
    color: #888;
}

#header .nav li:first-child a,
#header .top_nav li:first-child a  {
    border-left: 0;
}

#header .nav li li:first-child a,
#header .top_nav li li:first-child a  {
    border-left: 2px solid transparent;
}

#header .social {
    position: absolute;
    top: 153px;
    right: 20px;
    z-index: 100;
}

#header .social img {
    margin: 0px 2px;
    width: 36px;
}

#header .header-links {
    position: absolute;
    top: 95px;
    right: 20px;
    color: #222;
}

#header .header-links a{
    color: #222;
    border-left: 1px solid #222;
}

#header .social a {
    color: transparent;
}

#wrapper .slideshow-min {
    min-height: 40px;
}

#slideshow {
    margin-top: 10px;
    width: 780px;
    height: 280px;
    position: relative;
    color: #fff;
    margin-top: 40px;
    margin-left: 30px;
}

@media (max-width: 1024px) {

    #slideshow {
        width: 600px;
    }
}

#main {
    width: 100%;
    min-height: 400px;
    position: relative;
    padding: 0px;
}

#main .sidebar {
    float: left;
    margin: 10px 0px 0px 20px;
    width: 27%;
}

#main .skyscraper {
    position: absolute;
    top: -281px;
    right: 20px;
}

#main #content {
    width: 50%;
    float: left;
    padding: 10px 0px;
    color: #555;
    line-height: 1.3em;
}

#main .content img {
    margin: 2px;
}

#main .content h1 {
    /* text-transform: uppercase; */
    margin: 10px 0px;
}

#main2 {
    margin-top: 30px;
    position: relative;
}

#main2 .sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 27%;
    padding: 0px 10px;
}

#main2 .sidebar img {
    display: block;
    margin: 0 auto;
}

#main2 #content {
    width: 70%;
    float: left;
    padding-left: 20px;
    color: #777;
}

#main2 #content.no-sidebar {
    width: 97%;
}

@media all and (max-width: 1024px) {

    #alert {
        width: 300px !important;
    }

    #main .skyscraper {
        top: -221px;
    }

}
