@charset "UTF-8";

/* Layout Medium Screens */

body {
    color: #08616f;
    background: #b9ccc9 url(../images/background-medium.jpg) 0px 0px;
    line-height: 1.5em;
    font-size: .9 em;
}

.page {
    min-width:600px;
}

header {
    background: url(../images/medium_logo_ribbon.png) no-repeat;
}

h2 {
    font-size:15px;
}

    .intro {
    line-height:1.25em;
    font-size:1.1em;
}

    article {
        margin: 0 1em 0 255px;
        float:right;
    }
    
    div .media {
        background: url(../images/home_page_rug_medium.jpg) no-repeat;
        width:230px;
    }
    
    div .contact_image{
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/installation1_medium.jpg) no-repeat;
        height:300px;
        width: 230px;
        float:left;
     }
    
    div  .about_image {
        margin-left: 35px;
        margin-top:10px;
        background: url(../images/rug_making1_medium.jpg) no-repeat;
        height:300px;
        width: 230px;
        float:left;    
    } 

    .nav {
     top:163px;
     width:700px;
    }

.nav ul {
     margin-left:255px;
     padding: 0;
     display:inline;
    }
    
.nav a {
    padding-right: 15px;
    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:275px;
}
