@media only screen and (min-width: 600px) {
/*-----BODY -----*/
	body {}



/*-----CONTAINER -----*/
	#container {}



/*-----HEADER -----*/


header img {
    float:left;
    width:48px;
    padding-right: 1%;   
}
    
/*--- Company name ----*/
header h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #ff9900;
    padding: .6em 0 0 1%;
}

header h2 {
    float:left;
    font-size: .91em;
    font-weight: 700;
    color: #ebd5a4;
    padding: .1em 0 .7em 1%;

 /*   position: absolute;
    left: 6.5%;
    top: 9.5%;
    font-size: .9em;  */
}

/*-----Navigation -----*/
    nav select {display: none;}
    nav {
        width: 25%;
        float: left;
        padding: 0;
    }
    nav ul { display:block;}
    
    nav ul li a {
        display: block;
        padding: .6em;
        text-decoration: none;
        border-top: 1px solid rgba(255,255,255,0.2);
        border-bottom: 1px solid rgba(0,0,0,0.8);
        color: rgba(255,255,255,0.8);
        font-weight: 600;
        background: #3f3f3f;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#272727));
        background: -webkit-linear-gradient(top, #efefef 0%,#272727 100%);
        background: -o-linear-gradient(top, #3f3f3f 0%,#272727 100%);
        background: linear-gradient(to bottom, #3f3f3f 0%,#272727 100%);
    }

    nav ul li a:hover {
        background: #272727;
    }
    
    nav ul li.selected a {
        color:#ff9900;
    }
/*----- sub menu items -----*/
    nav ul li ul {
        padding: 0;
        margin: 0;
    }
    
    nav ul li ul li a {
        color: rgba(255,255,255,0.8);
        padding: .6em;
        padding-left: 20px;
        font-size: .7em;
        background: #3f3f3f;
    }
    
    nav ul li.selected ul li a {
        color: rgba(255,255,255,0.8);
    }
    nav ul li ul li.selected a {
        color: #ff9900;
    }



/*-----CONTENT -----*/
    #content {
        width: 75%;
        float: left;
    }

/*----- Social Links ------*/
div.links a {
    width: 12.6666%;
    
/*----- FOOTER -----*/

	
}