/*
 *
 *   Framework:  Obsidian CSS Framework
 *       Title:  Splash Stylesheet
 *    Filename:  splash.css
 *      Author:  Christopher Thompson
 * Description:  Imports framework modules.
 *     Version:  1.0
 *
 *
 */

/*SUPPORT*/
h2.support_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/support_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}

/*COMPANY SPLASH*/
h2.contact_thankyou_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/contact_thankyou_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.contact_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/contact_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.trademarks_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/trademarks_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.termsofuse_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/termsofuse_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.privacy_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/privacy_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.message_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/message_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}
h2.about_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/about_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}


h2.kotozen_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/kotozen_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}

h2.memento_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/memento_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}

h2.tls_splash{
    width: 1000px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/splash/tls_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}

h2.cox_splash{
    width: 960px;
    height: 375px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    background-image: url(/images/cox_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}

h2.ms_splash{
    width: 260px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    background-image: url(/images/ms_splash.png);
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
}