

@font-face
{
font-family: 'cour_nor';
src: url('../common/cour.ttf');
   
}


@font-face
{
font-family: 'cour_bold';
src: url('../common/courbd.ttf');
   
}


@font-face
{
font-family: 'BreezeSans_nor';
src: url('../common/Roboto-Regular.ttf');
   
}


@font-face
{
font-family: 'BreezeSans_bold';
src: url('../common/Roboto-BoldCondensed.ttf');
   
}

@font-face
{
font-family: 'BreezeSans_thin';
src: url('../common/Roboto-Thin.ttf');
   
}

body{
	background-color:#fff;
	/*margin: 0 auto;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1345px;
	}
		


		
a{text-decoration:none;}
		
a:hover {cursor:pointer;}
		
a img{border:none;}

#docHead{
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: transparent;
	/*border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;*/
	
	z-index: 1000;
}

#logo{
	left: 15.36%;
	top: 20px;
	position: absolute;
	display: block;
}

#topNav{
	position: absolute;
	width: 600px;
	height: 60px;
	display: block;
	top: 20px;
	right:15.36%;

	color:yellow;
	font-family: "cour_nor";
	font-size: 20px;
	
	
}

#topNav .nav_home {
	
	font-family: "cour_bold";
	
}



#topNav  .nav_contact{
	
	font-family: "cour_bold";
}

#topNav  .nav_apps{
	
	font-family: "cour_bold";
}

#topNav  .nav_games{
	
	font-family: "cour_bold";
}

#topNav  .nav_themes{
	
	font-family: "cour_bold";
}

#topNav a{
	float: left;
	text-decoration: none;
	margin-left: 50px;

	padding-top: 20px;
	color: #ffffff;
	
	
	
}


#docFoot{
	position:relative;
	width: 100%;
	height: 156px;
	background-color: #0068b7;
	text-align: center;
	
	
}

#bottom_logo{
	position: relative;
	top: 40px;
	
}

#info{
	position: relative;
	top: 50px;
	color: #fff;
	font-family: "cour_nor";
	font-size: 16px;
	
}


#line{
	 position: absolute;
	 top: 100px;
	 left: 0px;
	 width: 100%;
	 height: 1px;
	 background-color: #ffffff;
	 opacity: 0.2;
	
	
}






