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: 250px;
		font-size: 28px;
		font-weight: 900;
		color: rgb(255,255,255);
		text-align: center;
		text-shadow: 3px 3px 6px #000000;
		white-space:nowrap;
	}
div.tagLine
	{
		padding-top: 0px;
		font-size: 50px;
		font-weight: 600;
		color: rgb(255,255,255);
		text-align: center;
		text-shadow: 3px 3px 6px #000000;
		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: no-repeat;
    	background-size: cover;
		width: 1024px;
		height: 751px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
div.templates
	{
		background-image: url("../images/templates-bg.png");
		background-repeat: no-repeat;
    	background-size: cover;
		width: 1024px;
		height: 555px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
div.cdanddvd
	{
		background-image: url("../images/cddvdbluray_bg.png");
		background-repeat: no-repeat;
    	background-size: cover;
		width: 1024px;
		height: 602px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
div.forms
	{
		background-image: url("../images/forms_bg.png");
    	background-repeat: no-repeat;
    	background-size: cover;
		width: 1024px;
		height: 604px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
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;
	}
button
	{
  		border-radius: 5px;
		font-size: 30px;
		font-weight: normal;
		color: rgb(255,255,255);
		text-align: center;
		width: 250px;
		height: 75px;
		background-color: rgb(33,98,175);
		transition: background-color 0.25s;
  		cursor: pointer;
  		margin: 5px;
  		border: none;
		
	}
div.templatebutton
	{
  		border-radius: 5px;
		font-size: 18px;
		font-weight: normal;
		color: rgb(33,98,175);
		text-align: center;
		width: 180px;
		height: 50px;
  		cursor: pointer;
  		margin: 5px;
  		border-style: solid;
		transition: none;
    	border-width: 3px;
		border-color: rgb(33,98,175);
	}
div.templatebutton:hover
	{
  		background-color: rgb(33,98,175);
		color: rgb(255,255,255);
	}
button:hover
	{
  		background-color: rgb(0,56,108);
	}
ul
	{
		margin-top: 0vw;
	}
a
	{
		text-decoration: none;
		color: rgb(0,0,0);
		font-weight: 700;
	}
select
	{
		-webkit-appearance: menulist-button;
	}
textarea
	{
		resize: none;
	}
