/*----------------------------------------------------------------------

Styles 10on12.com 2012

Info: 
pull through all related CSS.

Resources: pulling all the CSS through in sequence.
Separate out type into its own CSS file so it can be  reused.


--------------------------------------------------------------------*/
@import url("../css/bootstrap.css");
@import url("../css/bootstrap-responsive.css");
@import url("../css/custom.css");
@import url("../css/carousel.css");
@import url("../css/animations.css");
@import url("../css/hover.css");





