/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
	background-color:#fff;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}

/* ========================================== */
/* Normal clearing of defaults                */
/* ========================================== */

/* link colors */

a, a:link, a:hover, a:visited{
	text-decoration:none;
	color:#1C94C4;
} 

a:hover{
	color:#EB8F00;
	text-decoration:underline;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}


