@charset "UTF-8";

/* Layout (global rules for all sizes) */
body {
    color: #08616f;
    background: #b9ccc9 url(../images/background-large.jpg) 0px 0px;
    line-height: 1.1em;
    font-size: .9 em;
    margin:0px;
    }
    
    header {
        height:237px;
        background: url(../images/large_logo_ribbon.png) no-repeat;
    }
    
 div  .flexslider{margin: 2% 7% 6% 7%;}
    
 div  .media {
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/home_page_rug_large.jpg) no-repeat;
        height:400px;
        width: 315px;
        float:left;
       
        
    } 
    
 div .cleaning_image{
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/installation1_large.jpg) no-repeat;
        height:400px;
        width: 315px;
        float:left;
     
 }
  div .contact_image{
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/contact.jpg) no-repeat;
        height:400px;
        width: 315px;
        float:left;
     
 }
    
    div  .about_image {
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/rug_making1_large.jpg) no-repeat;
        height:400px;
        width: 315px;
        float:left;
       
    } 
    
     div  .services_image {
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/installation2_large.jpg) no-repeat;
        height:400px;
        width: 315px;
        float:left;
        
    } 
  
 
    
.intro {
    line-height:1.5em;
    font-size:1.2em;
}


.nav {
     top:182px;   
     position:absolute;
     display:block;
}

.nav ul {
     margin-left:345px;
     padding: 0;
     
}
.nav li {
    margin:0;
    padding: 0;
    list-style: none;
    display:inline;
   
}

.nav a {
    padding: 3px 12px;
    line-height: 100%;
    color:#d6d7cd;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1em;
   
}

nav a:hover {color:#8accbc;}


 .current a{
     color:#FFFFFF;
}

footer {
    margin-left:325px;
    clear:both;
    
}

 #gallery_footer {
    margin:10px 20px 10px 20px;
    color:#A35830;
    font-size:.95em;
}


/* Layout Large Screens (default for older browsers) */




