/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	height: 40px;
	width: 100%;
	background: ;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	border-bottom: ;
}
nav ul {
    display: inline;
    width: 600px;
    background-color:#CCCCCC ;
    float: right;
    box-shadow: 0 1px 2px 2px #CCCCCC;
    padding-left: 7px;
    margin-top: 11px;
}
nav li {
    padding-left: 56px;
    width: 38px;
    float: left;
    display: inline;
    list-style: none;
    margin-bottom: 5px;
}
nav li:last-child{
    width: 55px;
    float: left;
    display: inline;
    list-style: none;
}
nav li a{
    color: #333333;
    text-decoration: none;
    font-family: myriad pro;
    font-size: 10pt;
    font-weight: bolder;
    background: none !important;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: #009900;
}
nav a#pull {
	display: none;
}
@media screen and (max-width: 800px) {
nav ul {
    width: 72%;
}   
nav li {
    margin-right: 30px;
    padding-left: 0;
    width: auto;
}
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 640px) {
	/*nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
    nav a:hover, nav a:active {
	background-color: transparent;
}*/
    nav {
        babackground-color: #cccccc;
        width: 62%;
		border-bottom: 0;
        float: right;
	}
	nav ul {
		display: none;
		height: auto;
        box-shadow: none;
        padding-left: 0;
        width: 100%;
	}
	nav a#pull {
		display: block;
		/*background-color: #283744;*/
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
   nav li {
    width: 40%;
    z-index: 999;
    margin-left: 15px;
    margin-right: 15px;
    }
    nav li a{
    background: none;
} 
    nav a {
    background: none repeat scroll 0 0 #CCCCCC;
    z-index: 99;
    line-height: 40px;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav li{
    width: 39%;
}
.logo {
    width: 38% !important;
}
}
@media only screen and (max-width : 360px) {
/*nav a {
    text-align: left;
    text-indent: 25px;
    width: 100%;
}
nav li {
    float: none;
    width: 100%;
}
nav {
    float: right;
    width: 49%;
}*/
.logo {
    width: 50% !important;
}
nav {
    width: 50%;
}
nav li {
    width: 75%;
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
    .logo {
    background-size: 100% 100% !important;
    width: 50% !important;
}
}