@font-face {
     font-family:candaraN;
     src: url("fonts/Candara.eot"); /* EOT file for IE */
}
@font-face {
     font-family:candaraN;
     src: url("fonts/Candara.ttf"); /* TTF file for CSS3 browsers */
}

body {
    margin: 0;
    padding: 0;
    background: none;
    font-family: candaraN;
    font-size: 16px;
    background: url(images/bg.jpg) repeat-y 0 0px;
    background-attachment: fixed;

}

#fix_header {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 98px;
    width: 100%;

}

#header_top {
    /*background: #E2EACE;*/
    background-color: rgba(226, 234, 206, 0.92);
    height: 110px;
    
}
#header_fog {
    background: url(images/fog.png) repeat-x 0 bottom;
    opacity:0.92;
    filter:alpha(opacity=92); /* For IE8 and earlier */
    height: 8px;
}

#header_content {
    width: 920px;
    margin: 0 auto 0 auto;
    border: 0px solid red;
}

#container {
    padding: 0px 0 20px 0;
    margin: 0px 0 0 0;
    border: 0px solid red;
}


#logo {
    float: left;
    display: inline;
    height: 67px;
    padding-left: 0px;
    padding-top: 25px;
    border: 0px solid red;
}
#title {
    font-size: 22px;
    font-weight: bold;
    float: right;
    display: inline;
    padding: 34px 0 0 0px;
    color: #BB3B3B;
    text-shadow: 1px 1px 1px #666666;
    border: 0px solid red;
}
#nav {
    float: right;
    display: inline;
    padding: 4px 0 0 0px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav li {
    float: left;
    margin: 0 40px 0 0px;
    
}
#nav ul li a,
.nav_link {
    text-shadow: 1px 1px 1px #919191;
    font-family: "Palatino Linotype";
    font-size: 18px;
    color: #5C5C5C;
    font-style: italic;
    text-decoration: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
#nav ul li a:hover,
.nav_link:hover
{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #BB3B3B;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}




#content {
    margin: 0 auto 0 auto;
    padding: 118px 4px 0 4px;
    width: 956px;
    background: #F7F7F7;
    border: 3px solid #C9C9C9;
}

.h2_title {
    margin: 0;
    padding: 50px 0 10px 4px;
    font-weight: bold;
    font-size: 23px;
    color: #BB3B52;
    
}

.flow_text {
    clear: both;
    padding: 10px;
    margin: 10px 0 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #623704;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #E2E3DD;
}
.bg_pic {
    padding: 0px;
    margin: 0 auto 0 auto;
}

.pc {
    width: 750px;
    height: 300px;
    background: url(images/ovonet1.png) no-repeat;
    /*background-size: 399px 254px;*/
}


.child {
    width: 750px;
    height: 300px;
    background: url(images/ovonet2.png) no-repeat;
}
.contact {
    background-image: url(images/ovonet3.png) !important;
    background-repeat: no-repeat;
    background-position: 0 30px;
}
.services {
    width: 750px;
    height: 300px;
    background: url(images/ovonet4.png) no-repeat;
}


.custom_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.custom_ul li {
    background: url(images/check.png) no-repeat 0 3px;
    padding: 0 0 0 30px;
}

.input_type1 {
    font-size: 16px;
    padding: 5px;
    width: 340px;
    border: 1px solid #CCCEC1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FBFEEB;
}
.textarea_type1 {
    font-family: candaraN;
    font-size: 17px;
    padding: 5px;
    width: 340px;
    height: 200px;
    border: 1px solid #CCCEC1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FBFEEB;
}

#footer {
    text-align: right;
    padding: 5px 10px 10px 10px;
}