@media screen
{
	body.splashBody
	{
		background:#fff;
	}

	div
	{
		float:left;
		overflow:hidden;
	}

	:focus  /* Safari, Firefox fix */
	{
		outline: 0;
	}

	img
	{
		border:0;
		margin:0;
		padding:0;
	}

	#gjSplashContainer
	{
		bottom:50%;
		float:none;
		height:525px;
		left:50%;
		margin-top:-230px;
		margin-left: -512px;
		position:absolute;
		top:50%;
		width:1024px;
	}

	.gjPrintFooter
	{
		display:none;
	}

	*html #gjSplashContentArea
	{
		float:none;
		left:200px;
		min-height:182px;
		position:relative;
		top:200px;
		width:246px;
	}

	#gjSplashLogo
	{
		float:left;
		left:10px;
		position:relative;
		top:15px;
	}

	#gjSplashTagLine
	{
		float:left;
		left:20px;
		position:relative;
		top:15px;
	}

	#gjSplashBrands
	{
		float:right;
		padding-right:60px;
		position:relative;
		top:65px;
	}

	#gjSplashBrands img
	{
		margin-left:15px;
	}

	#gjSplashBanner
	{
		clear:both;
		height:370px;
		width:1024px;
	}

	#gjSplashContentArea
	{
		float:none;
		left:685px;
		min-height:182px;
		position:absolute;
		top:220px;
		width:246px;
		z-index:3;
	}
	*html #gjSplashContentArea {}

	#gjSplashContentArea .selectCountry
	{
		float:left;
		margin-right:5px;
		width:152px;
	}

	#gjSplashFooter
	{
		margin:-20px 0 0 0;
		width:100%;
	}

	#gjSplashFooterLeft
	{
		padding-left:50px;
	}

/**/
	.blueSmallButton
	{
		cursor:pointer;
		float:left;
		margin-right:5px;
		position:relative;
		top:1px;
	}

	.blueSmallButtonMiddle
	{
		height:19px;
		background:#59b7e3;
	}

	.blueSmallButtonMiddle span
	{
		position:relative;
		top:3px;
	}

	.clear
	{
		clear:both;
	}

}

@media print
{

}
