﻿
/*

	FRAMEWORK STYLES; Outer framework and global styles
	-----------------------------------------------------------------------------------------------
	Last Updated: 01.11.2009

*/

	body
	{
		background-color: #d4dff0;
	}

		.OuterShell
		{
			background-image: url('../images/NavTile.gif');
			background-repeat: repeat-y;
			position: relative;
			width: 889px;
			margin: 0px auto 0px auto;
			background-color: #c7c9dd;
		}
		
			.InnerShell
			{
				/* background-image: url('../Images/BG-Tile.jpg'); */
			}

				.Tile
				{
					background-image: url('../images/NavTile.gif');
					background-repeat: repeat-y;
				}

				.NavCol1
				{
					background-color: #636d98;
					width: 229px;
					font-size: 0px;
					line-height: 0px;
				}

					.NavCol1 a
					{
						cursor: pointer;
						display: block;
						font-size: 0px;
						line-height: 0px;
					}
				
				.NavCol2
				{
					background-color: #3475a9;
					width: 20px;
				}				
				
				.BodyCol
				{
					width: 660px;
					padding-bottom: 10px;
				}				

				.HomeQTLink
				{
					display: block !important;
					position: absolute !important;
					width: 190px !important;
					height: 102px !important;
					top: 0px !important;
					left: 670px !important;
					z-index: 999 !important;
				}

					.HomeQTLink a
					{
						display: block !important;
						width: 190px !important;
						height: 102px !important;
					}

					.HomeQTLink a:hover
					{
						text-decoration: none !important;
					}
				
				.Loader1
				{
					position: absolute;
					top: 650px;
					left: 448px;
					width: 220px;
					height: 19px;
				}

				.Loader2
				{
					position: absolute;
					top: 1100px;
					left: 448px;
					width: 220px;
					height: 19px;
				}
				
				.Loader3
				{
					position: absolute;
					top: 560px;
					left: 448px;
					width: 220px;
					height: 19px;
				}
				
				.Loader4
				{
					position: absolute;
					top: 540px;
					left: 448px;
					width: 220px;
					height: 19px;
				}
				
				.Loader5
				{
					position: absolute;
					top: 1560px;
					left: 448px;
					width: 220px;
					height: 19px;
				}

				.Loader6
				{
					position: absolute;
					top: 1020px;
					left: 448px;
					width: 220px;
					height: 19px;
				}





/*

	VIDEO STYLES; video positioning styles
	-----------------------------------------------------------------------------------------------
	Last Updated: 01.11.2009

*/

	.Video1
	{
		position: absolute;
		top: 471px;
		left: 258px;
		width: 600px;
		height: 355px;
	
	}

	.Video2
	{
		position: absolute;
		top: 929px;
		left: 258px;
		width: 600px;
		height: 355px;
	}
	
	.Video3
	{
		position: absolute;
		top: 395px;
		left: 258px;
		width: 600px;
		height: 355px;
	}
	
	.Video4
	{
		position: absolute;
		top: 375px;
		left: 258px;
		width: 600px;
		height: 355px;
	}
	
	.Video5
	{
		position: absolute;
		top: 1385px;
		left: 258px;
		width: 600px;
		height: 355px;
	}
	
	.Video6
	{
		position: absolute;
		top: 851px;
		left: 258px;
		width: 600px;
		height: 355px;
	}



