/* @group splash */

body.splash {
	background: url(../images/layout/splash_body_bg.jpg) repeat;
	color: #8FC8E8;
}
body.splash div.splash {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 698px;
	background: url(../images/layout/splash_bg.jpg) no-repeat;
	
}
body.splash a:link, body.splash a:visited {
	color: #304F7E;
}

body.splash a:hover, body.splash a:active {
	color: #4073B9;
	text-decoration: none;
}
div.splash div#pageHeader {
	background: none;
}
div.sections {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

div.splash .column .content {
	background: url(../images/layout/splash_tag.jpg) repeat-x;
	border: 2px solid #344453;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: 279px;
	margin-bottom: 50px;
}

div.splash .column .content p {
	color: #fff;
	padding: 1em 1em 0;
	margin: 0 0 1em;
	font: 1.2em/1.5em Helvetica, sans-serif;
	text-align: center;
}
div.splash .column .content h2 {
	padding: 1em 0.5em 0;
	margin: 0;
	font-size: 1.4em;
}
div.splash .column .content h2 a:link, div.splash .column .content h2 a:visited {
	color: #8FC8E8;
}
div.splash .column .content h2 a:hover, div.splash .column .content h2 a:active {
	color: #88A4B3;
}
div.splash img.center-align {
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
	display: block;
}
div.splash a.icon{
	display: block;
	height:100px;
	width:100px;
	text-align: center;
	margin: 1em auto 0;
}
div.splash a.home{
	background: url(../images/content/home_100w_100h.png) no-repeat center top;
}
div.splash a.home:hover{
	background: url(../images/content/home_100w_100h.png) no-repeat center bottom;
}
div.splash a.rapidweaver{
	background: url(../images/content/rapidweaver_icon_splash_100w_100h.png) no-repeat center top;
}
div.splash a.rapidweaver:hover{
	background: url(../images/content/rapidweaver_icon_splash_100w_100h.png) no-repeat center bottom;
}
div.splash a.support{
	background: url(../images/content/question_splash_100w_100h.png) no-repeat center top;
}
div.splash a.support:hover{
	background: url(../images/content/question_splash_100w_100h.png) no-repeat center bottom;
}
div.splash a.blog{
	background: url(../images/content/developers_blog_splash_100w_100h.png) no-repeat center top;
}
div.splash a.blog:hover{
	background: url(../images/content/developers_blog_splash_100w_100h.png) no-repeat center bottom;
}
div.splash div.footerContainer {
	background: none;
	width: 550px;
	margin: 0 auto;
}
div.splash div.footerContainer a:link, div.splash div.footerContainer a:visited{
	color: #E2F5FF;
}
div.splash div.footerContainer a:hover, div.splash div.footerContainer a:active{
	color: #88A4B3;
}

body.splash .footer-splash a:link, body.splash .footer-splash a:visited {
	color: #FFEB39;
}

body.splash .footer-splash a:hover, body.splash .footer-splash a:active {
	color: #EDD700;
}


/* @end */