/* fonts */
@font-face {
    font-family: 'HeliosWebRegular';
    src: local('Helios Web'), local('HeliosWebRegular'),
        url('../fonts/svg/HE_____W.svg#HeliosWebRegular') format('svg'),
        url('../fonts/woff/HE_____W.woff') format('woff'),
        url('../fonts/ttf/HE_____W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondLightWeb';
    src: local('HeliosCondLight Web'), local('HeliosCondLightWeb'),
        url('../fonts/svg/HLS47__W.svg#HeliosCondLightWeb') format('svg'),
        url('../fonts/woff/HLS47__W.woff') format('woff'),
        url('../fonts/ttf/HLS47__W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondWeb';
    src: local('HeliosCond Web'), local('HeliosCondWeb'),
        url('../fonts/svg/HLS57__W.svg#HeliosCondWeb') format('svg'),
        url('../fonts/woff/HLS57__W.woff') format('woff'),
        url('../fonts/ttf/HLS57__W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondWebBold';
    src: local('HeliosCond Web Bold'), local('HeliosCondWebBold'),
        url('../fonts/svg/HLS77__W.svg#HeliosCondWebBold') format('svg'),
        url('../fonts/woff/HLS77__W.woff') format('woff'),
        url('../fonts/ttf/HLS77__W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, sub, sup, dl, dt, dd, ol, ul, li, article, aside, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
:focus { outline: 0; }

body {
    font: 13px/1.5 HeliosWebRegular,Helvetica,Arial,Tahoma,sans-serif;
    color: #666;
    background: #ccc;
}
a {
    color: #0da5d5;
}
a:hover {
    color: #a6cd2a;
}
h1 {
    margin: 8px 0;
    height: 30px;
    text-indent: -999em;
    background: url("../img/dg-h1.png") center left no-repeat;
}
p,
h2 {
    margin: 1em 0;
}
h2 {
    font-weight: bold;
}

.dg-header {
    margin: 0 auto;
    width: 960px;
    height: 40px;
    background: #000 url("../img/dg-header.png") center center no-repeat;
}
.dg-content {
    margin: 0 auto;
    padding: 30px 30px 15px;
    width: 900px;
    background: #fff;
}

/* slider */

.dg-fade-slider{
    margin-top: 30px;
    height: 350px;
}
.dg-fade-slider .nivo-caption{
    position: absolute;
    display: none;
    height: 0;
    overflow: hidden;
}
.dg-fade-slider .nivo-directionNav{
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 90px;
    z-index: 1000;
}
.dg-fade-slider .nivo-nextNav,
.dg-fade-slider .nivo-prevNav{
    width:43px;
    font-size: 0;
    text-indent: 200px;
    height: 80px;
    display: block;
    cursor: pointer;
    background: url("../img/dg-slider-sprite.png") no-repeat;
}
.dg-fade-slider .nivo-controlNav{
    position: absolute;
    z-index: 100;
    bottom: -7px;
    right: 50px;
    top: -7px;
}
.dg-fade-slider .nivo-prevNav{
    float: left;
}
.dg-fade-slider .nivo-nextNav{
    background-position: -43px 0;
    float: right;
}
.dg-fade-slider .nivo-controlNav .nivo-control{
    display: block;
    text-indent: 200px;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/dg-slider-sprite.png") 0px -160px no-repeat;
    margin-left: 5px;
}
.dg-fade-slider .nivo-controlNav .active{
    background-position: -43px -160px;
}

.dg-about {
    overflow: hidden;
    margin: 30px 0;
}
.dg-about li {
    line-height: 1.8;
}
.dg-description {
    float: left;
    margin-right: 50px;
    width: 400px;
}

.dg-icon {
    display: inline-block; *display:inline;zoom:1;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.dg-icon.dg-home {
    background: url("../img/dg-icon-home.png") no-repeat;
}
.dg-icon.dg-phone {
    background: url("../img/dg-icon-phone.png") no-repeat;
}
.dg-icon.dg-email {
    background: url("../img/dg-icon-email.png") no-repeat;
}