@charset "utf-8";
/* Reset*/
@import url("reset.css");
/* Blackberry */
@import url("blackberry.css") only screen and (max-width:320px);
/* Phone */
@import url("phone.css") only screen and (min-width:321px) and (max-width:480px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:481px);


/* Custom Styles*/
@import url("styles.css");
/* Navigation Styles*/
@import url("nav.css");