#wrapper {
	width: 1240px; 
	margin: auto
	}

/*=========Body=========*/

body {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	max-width:1024px;
	width:90%;
	}
	
/*=========Navigation=========*/

	.mainheader {
	background:#FFF;
	max-width:1024px;
	position: fixed;
	width:90%;
	top:0;
	}

	.mainheader h1 {
	float:left;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
    letter-spacing: 1.5px;
	font-weight:400;
	margin:40px auto 40px auto;
	}

	.mainheader h1 a:link, .mainheader h1 a:visited {
    color:#000;
    text-decoration:none;
    }
     
	.mainheader h1 a:hover, .mainheader h1 a:active {
    color: #D1D1D1;
	}

	.mainheader nav {
	float:right;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	letter-spacing: 1.25px;
	margin:40px auto 40px auto;
	}

	.mainheader nav ul {
	display:inline-block;
	list-style:none;
	margin:0 auto;
	padding:0;
	}
	
	.mainheader nav ul li {
	display:inline;
	}
	
	.mainheader nav a:link, .mainheader nav a:visited {
	color:#000;
	display:inline-block;
	padding-left:30px;
	text-decoration:none;
	}
	
	.mainheader nav a:hover, .mainheader nav a:active, .mainheader nav a.selected {
	color:#D1D1D1;
	}
	
/*=========Contact info=========*/
	
	.contact {
	display:inline-block;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	letter-spacing: 1px;
	text-align:left;
	width:50%;
	}
	
	.location {
	font-style:normal;
	font-weight:500;
	margin-bottom:5px;
	margin-top:150px;
	}
	
	.map {
	font-size:11px;
	font-weight:300;
	margin-bottom:20px;
	text-decoration:underline;
	}
	
	.map a:link, .map a:visited {
	color:#000;
	font-style:normal;
	text-decoration:underline;
	}
	
	.mail {
	font-style:normal;
	font-weight:400;
	letter-spacing: 1.125px;
	margin-bottom:4%;
	}
	
	.mail a:link, .mail a:visited {
	color:#000;
	}


/*=========Contact form=========*/

#box {
	display:inline;
	float:right;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	letter-spacing: 1px;
	margin-top:151px;
	width:50%;
	}

#box h2 {
	font-size:11px;
	font-weight:500;
	margin-top:-1px;
	text-align:left;
	}
		
#box fieldset {
	border:none;
	overflow:hidden;
	padding:0px;
	}
	
#box ul {
	list-style:none; 
	margin-left:-40px; 
	}

#box li {
	margin-top:10px;
	}

label {
	display:inline-block;
	float:left;
	clear:left;
	margin-bottom:4px;
	text-align:left;
	width:100%;
	}
	
input {
	background-color:#f8f8f8;
	border:#D1D1D1 solid 1px;
	font-size:11px;
	letter-spacing: 1px;
	margin-bottom:8px;
	outline: none;
	padding:3px;
	}
	
input:focus {
	background-color:#FFF;
	}
	
.length {
	width:97.5%;
	}
	
textarea {
	/*background-color:#f8f8f8;*/
	border:#D1D1D1 solid 1px;
	outline: none;
	vertical-align: top;
	width:98%;
	}
	
/*textarea:focus {
	background-color:#FFF;
	}*/
	
#message {
	background-color:#f8f8f8; /*test*/
	font-size:11px;
	margin-top:2px;
	height:200px;
	}
	
#message:focus {
	background-color:#FFF; /*test*/
	}
	
.submit_button {
	background-color:#FFF;
	border:none;
	cursor:crosshair; 
	font-family:Helvetica, Arial, san-serif;
	font-size:12px;
	letter-spacing: 1px;
	text-decoration:underline;
	}
	
/*=========Contact PHP NEW TEST=========*/	
	
#page-wrap h1 {
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	font-weight:400;
	letter-spacing: 1.5px;
}

#page-wrap p {
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	font-weight:400;
	letter-spacing: 1.5px;
}
	
	
/*=========footer=========*/	
	
	.mainfooter {
	display:inline;
	float:left;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	margin-top:100px;
	text-align:center;
	width:100%;
	}
	

	
/*=========mobile=========*/

@media screen and (max-width:452px) {

body {
	width:90%;
	}

.mainheader {
	width:90%;
	}

.burger-nav {
	display:block;
	height: 15px;
	width: 100%;
	background: url(image/burger.png)no-repeat 100% center;
	background-color: #FFF;
	cursor: pointer;
	}
	
.mainheader nav {
	margin:40px auto 10px auto;
	}
	
.mainheader nav ul {
	overflow: hidden;
	height:0;
	
	}
	
.mainheader nav ul.open {
	height: auto; 
	}
	
.mainheader nav ul li {
	display:block;
	text-align:right;
	width:100%;
	margin:0;
	
	}
	
.mainheader nav ul li a {
	color:#000;
	padding:15px 0px 0px 0px;
	display:inline;
	margin:0;
	}
	
.location {
	margin-top:170px;
	}
	
.mail {
	margin-bottom:5px;
	}
	
.contact {
	width:100%;
	}

#box {
	float:left;
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	letter-spacing: 1px;
	margin-top:50px;
	width:100%;
	}
	
input {
	padding:3px;
	}
	
.length {
	width:97.5%;
	}
	
textarea {
	width:98%;
	}

/*=========mobile iphone 5 320=========*/

@media screen and (max-width:360px) {
	
.length {
	width:97%;
	}
	
textarea {
	width:98%;
	}
	




