@charset "UTF-8";

@import 'reset.css';
@import 'elements.css';
@import 'template.css';
@import 'navigation.css';
@import 'modules.css';

@media screen and (max-width: 940px) {
	#home_feature li img,
    #home_feature .shim {
        width: 940px !important;
    }
    #home_feature .shim {
        height: 293px;
    }
}
@media screen and (min-width: 1400px) {
	#home_feature li img,
    #home_feature .shim {
        width: 1400px !important;
    }
}
