body.splash
	{
		background-color: rgb(0,0,0);
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 0px;
    	margin-bottom: auto;
	}
div
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: rgb(0,0,0);
	}
div.welcomeText
	{
		padding-top: 150px;
		font-size: 38px;
		font-weight: 900;
		color: rgb(33,98,175);
		text-align: center;
		white-space:nowrap;
	}
div.tagLine
	{
		padding-top: 0px;
		font-size: 30px;
		font-weight: 600;
		color: rgb(90,90,90);
		text-align: center;
		white-space:nowrap;
	}
div.menuItem
	{
		font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
		position: fixed; 
		font-size: 20px;
		font-weight: 700;
		color: rgb(90,90,90);
		transition: color 0.25s;
  		cursor: pointer;
		white-space:nowrap;
	}
div.menuItem:hover
	{
  		color: rgb(33,98,175);
	}
div.mainPage
	{
		background-image: url("../images/main-bg.png");
    	background-repeat: repeat-xy;
    	background-size: cover;
		width: 100%;
		height: 950px;
	}
div.videoFrame
	{
		background-image: url("../images/contact-bg.jpg");
    	background-repeat: repeat-xy;
    	background-size: cover;
		width: 100%;
		height: 325px;
	}
div.aboutUs
	{
		background-image: url("../images/aboutUs-bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 1024px;
		height: 636px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
div.rushwithQuality
	{
		background-image: url("../images/contact-bg.jpg");
    	background-repeat: repeat-xy;
    	background-size: cover;
		width: 100%;
		height: 325px;
	}
div.contact
	{
		background-image: url("../images/contact-bg.jpg");
    	background-repeat: repeat-xy;
    	background-size: cover;
		width: 100%;
		height: 64vw;
	}
div.footer
	{
		background-image: url("../images/contact-bg.jpg");
    	background-repeat: repeat-xy;
    	background-size: cover;
		width: 100%;
		height: 125px;
	}
div.navigation
	{
		background-image: url("../images/navigation-bg.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 135px;
		position: fixed;
		top: 0px;
	}

ul
	{
		margin-top: 0vw;
	}
a
	{
		text-decoration: none;
		color: rgb(0,0,0);
		font-weight: 700;
	}