body {
    background-color: #2A2A2A;
}

#head {
    position: relative;
    z-index: 10;
    height: 215px;
    background: #2b2b2b url(bg-head.png ) repeat-x;
}

#menu {
    height: 30px;
    padding-bottom: 4px;
    background: url(bg-menu.png ) repeat-x;
}

#menu #logo {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 26px;
    text-shadow: 0 1px 0 #000;
}

#menu #logo:hover {
    text-decoration: none;
}

#menu #navigation {
    float: right;
}

#menu #navigation li {
    float: left;
    margin-left: 20px;
    line-height: 26px;
}

#menu #navigation li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#menu #navigation li.current-menu-item a,
#menu #navigation li a:hover {
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
    color: #ffb28c;
}

#head #inav-dock {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    margin-left: -470px;
    height: 52px;
    background: url(bg-dock.png ) no-repeat;
}

#high {
    height: 90px;
    text-align: center;
    background-color: #fafafa;
    color: #0079c2;
}

#high h1 {
    margin-top: 17px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

#high h1 small {
    display: block;
    font-size: 18px;
    color: #0079c2;
}

#main {
    background-color: #fff;
    padding: 25px 0;
}

#foot {
    height: 170px;
    background-color: #2a2a2a;
}

#foot .container {
    padding-top: 15px;
}

#foot .container p {
    color: #9f9f9f;
}

#foot .container p.copy {
    font-size: 11px;
    line-height: 13px;
}

#foot .container #foot-logo {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #9f9f9f;
    font-size: 18px;
    height: 30px;
    line-height: 26px;
    text-shadow: 0 1px 0 #000;
}

#foot .container #foot-logo:hover {
    text-decoration: none;    
}

#inav {
    position: absolute;
    z-index: 10;
    top: -105px;
    left: 50%;
    margin-left: -425px;
    width: 850px;
}

#inav .inav-slides ul li a {
    margin: 0 auto;
    width: 140px;
}

#inav .inav-arrows a {
    width: 41px;
    height: 37px;
    background: url(bg-arrows.png ) no-repeat;
}

#inav .inav-arrows a.inav-prev-item {
    left: -20px;
    background-position: 0 -34px;
}

#inav .inav-arrows a.inav-prev-item:hover {
    background-position: -41px -34px;
}

#inav .inav-arrows a.inav-prev-item.disabled {
    background-position: -82px -34px;
}

#inav .inav-arrows a.inav-next-item {
    right: -20px;
}

#inav .inav-arrows a.inav-next-item:hover {
    background-position: -41px 0;
}

#inav .inav-arrows a.inav-next-item.disabled {
    background-position: -82px 0;
}

#inav .inav-arrows a {
    margin-top: 0;
    top: auto;
    bottom: 20px;
    padding: 0;
}

#inav .inav-menu {
    position: absolute;
    z-index: 10;
    top: -25px;
}

#inav .inav-menu li {
    padding: 1px 6px;
    background-color: #fff;
    border-radius: 2px;
}

#inav .inav-menu li a {
    color: #fff;
    font-size: 11px;
    color: #333;
}

#inav .inav-menu li a:hover {
    text-decoration: none;
}

#wide .section {
    margin-bottom: 30px;
}

#wide .section .strip {
    margin-top: 16px;
}

#wide .section .strip a {
    margin-left: 20px;
}

#wide .section .strip a:first-child {
    margin-left: 0;
}

#side .widget {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc;
}

#main h3 {
    color: #0078c4;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

#side h3 small {
    float: right;
    color: #646464;
    font-style: italic;
    font-size: 12px;
    line-height: 30px;
}

#main p {
    color: #646464;
    font-size: 12px;
}

#main #wide.span7 a,
#main #side a {
    color: #ff6e5d;
    text-decoration: underline;
}

#main .inav-theme-demo a {
    text-decoration: none;
}

#main .theme-help {
    margin: 25px 0 10px;
}

.inav-theme-demo {
    position: relative;
    z-index: 10;
    width: 900px;
}

.inav-theme-demo#inav-theme-ecommerce {
    width: 908px;
}

.inav-theme-demo#inav-theme-portfolio {
    width: 920px;
}