/* Stylesheet for corkeCo.com
 * ==========================
 * Uses CSS3 definitions
 *
 */
 

@import url("corkeCo-default.css") screen; 
@import url("corkeCo-320.css") only screen and (max-device-width:767px);
@import url("corkeCo-720.css") only screen and (min-width:768px) and (max-width:1286px);
@import url("corkeCo-1280.css") only screen and (min-width: 1287px);