
    /* global style resets */
    * {
            margin: 0;
            padding: 0;
            border: 0 none;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            outline-style: none;
    }
    
    html {
        height: 100%;
    }
    
    body {
        height: 100%;
    }

    ul {
            list-style-type: none;
    }

    h1, h2, h3, h4, h5, h6 {
            font-family: Tahoma, sans-serif;
            font-weight: 600;
            letter-spacing: 1px;
    }

    body {
            font: 12px/1.8 Arial, sans-serif;  /* shortcut for font-size and font-family */
            color: #000;
            background-color: #fff;
            position: relative;
    }

    button {
            cursor: pointer;
    }

    /* end global resets */

@media only screen and (max-device-width: 739px){
    
    body {
        width: 100%;
        height: 100%;
        background: url(../images/bottom-fade.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #header{
        width: 100%;
        height: auto;
        background: #ffffff url(../images/banner.jpg);
        position: relative;
        display: block;      
    }
    
    #title_img{
        width: 100%;
        height: auto;
    }
    
    #estimate_tag {
        text-align: center;
    }
    
    #navigation {
        background-color: #333;
        text-align: center;
        display: block;
        position: relative;
    }
    
    .nav_links {
        position: relative;
        text-decoration: none;
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 4em;
        display: block;
        border-bottom: white solid 2px;
    }
    
    #content{
        width: auto;
        height: auto;
        position: relative;
        display: block;
        margin: 0px auto 0px auto;
    }
    
    #footer{
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        border-top: 3px solid #333;
    }
    
    
    
    #foot_businfo{
        display: block;
        font-size: 1.9em;
        color: #000;
        text-align: center;
    }
    
    #foot_design_info{
        display: block;
        font-size: 1.9em;
        color: #000;
        text-align: center;
    } 
    
    .bold_span{
        font-weight: bold;
    }
    
    
}

@media only screen and (min-device-width: 740px){
    
    
    html {
        
    } 
    
    body {
        width: auto;
        height: auto;
        margin: auto;
        background: url(../images/bottom-fade.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #header{
        width: 740px;
        background: #ffffff url(../images/banner.jpg);
        margin: 0px auto 0px auto;
        display: block;
        position: relative;
    }
    
    #title_img {
        width: 75%;
        display: block;
        margin: 0 auto;
        height: auto;
    }
    
    #estimate_tag {
        text-align: center;
        color: black;
    }
    
    #navigation {
        background-color: #333;
        height: 49px;
        width: 740px; 
        text-align: center;
        display: block;
        position: relative;
    }
    
    .nav_links {
        position: relative;
        text-decoration: none;
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: .9em;
        top: 14px;
        padding-left: 3px;
        padding-right: 8px;
        border-right: white solid 2px;
    }
    .nav_links:hover {
        color: yellow;
    }
    
    #nav_link_gallery {
        border-right: none;
    }
    
    #content{
        width: 740px;
        margin: 0px auto 0px auto;
        display: block;
        position: relative;
    }
    
    #footer{
        width: 740px;
        display: block;
        position: relative;
        background-color: white;
        margin: 0px auto 0px auto;
        position: relative;         
        border-top: 3px solid #333;
        clear: both;
    }
    
   
    
    #foot_businfo{
        display: block;
        position: relative;
        float: left;
        width: 300px;
        text-align: left;
        margin-top: 5px;
        font-size: .8em;
        color: #000;
    }
    
    #foot_design_info{
        display: block;
        position: relative;
        float: right;
        width: 300px;
        text-align: right;
        margin-top: 5px;
        font-size: .8em;
        color: #000;
    }
    
    .bold_span{
        font-weight: bold;
    }
}

