@charset "utf-8";

body
{
	font: arial, helvetica, sans-serif;
	color: #333333;
	background-color: #fcfcfc;
/*	background-image: url('images/bg_fill.png');*/
	background-repeat: repeat;
}

.clear
{
	clear: both;
}

.simpleButton 
{
	background-color:#63b8ee;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
}

.simpleButton:hover 
{
	background-color:#468ccf;
}

.simpleButton:active 
{
	position:relative;
	top:1px;
}

.simpleButtonInactive
{
	background-color:#a4a8ac;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	cursor: default;
}
	
#maincontainer
{
	margin: auto; 
	/*background-color: transparent;	
	width: 1300px;
	top: 0px;*/
	position: relative; 
	z-index:1;
	top:50%;
	left:50%;
	padding:15px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#header_image
{
	width: 227px; height: 227px;	
	top: 150px;		
	left: 55%;
	position:absolute;
	z-index:2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#twitter_logo
{
	width: 52px; height: 52px;	
	top: -4px;		
	left: -12%;
	position:absolute;
	z-index:3;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#vrprojects_image
{
	width: 156px; height: 32px;	
	top: 320px;		
	left: 65%;
	position:absolute;
	z-index:2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#phaeton_image
{
	width: 433px; height: 130px;	
	top: 365px;		
	left: 5%;
	position:absolute;
	z-index:2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#phaeton_description
{		
	background-color: transparent;
	position: absolute; 
	width: 400px; height: 20px;	
	top: 482px;
	left: 52%;
	text-align: center;
	font-family: 'Heebo', sans-serif;	
	font-size: 16px;
	color: rgb(20,20,20);
	cursor: default;
	z-index:2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#email_container
{		
	background-color: transparent;
	position: absolute; 
	width: 227px; height: 20px;	
	top: 212px;
	left: 50%;
	text-align: center;
	font-family: 'Heebo', sans-serif;	
	font-size: 15px;
	color: rgb(160,160,160);
	cursor: default;
	z-index:2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#copyrightscontainer
{ 
	background-color: transparent;
	position: absolute; 
	width: 760px; height: 20px;	
	top: 850px;
	left: 50%;	
	text-align: center;
	font-family: 'Heebo', sans-serif;
	font-size: 15px;	
	color: rgb(20,20,20);
	cursor: default;
	z-index: 2;
	-ms-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#kia_logo_cut_image
{
	background-color: transparent; 
	background-image: url('images/kia_logo_cut.png');
	width:296px; height:302px;
	top:-216px;
	left:-135px;	
	position:relative;
	z-index:3;
}

#content_background
{
	background-color: #f3f3f3; 	
	position: relative; 
	width: 804px;
	top:190px;
	left:185px;			
	cursor: default;
	z-index:1;	
}

#forum_contents_container
{
	position: relative;
	background-color: #f3f3f3; 			
	margin:16px;
	border-left:16px solid #f3f3f3;	
	border-right:16px solid #f3f3f3;	
	border-top:8px solid #f3f3f3;	
	border-bottom:8px solid #f3f3f3;	
	top:195px; left: 18px;
	width:1010px; height:1260px;
	cursor: default;
	z-index:3;	
}

#blog_contents_container
{
	position: relative;
	background-color: #f3f3f3; 			
	margin:16px;
	border-left:16px solid #f3f3f3;	
	border-right:16px solid #f3f3f3;	
	border-top:8px solid #f3f3f3;	
	border-bottom:8px solid #f3f3f3;	
	top:195px; left: 18px;
	width:1010px; height:1700px;
	cursor: default;
	z-index:3;	
}

#contacts_text_container
{
	position: relative;
	background-color: #f3f3f3; 		
	width: 750px;
	margin:16px;
	border-left:16px solid #f3f3f3;	
	border-right:16px solid #f3f3f3;	
	border-top:8px solid #f3f3f3;	
	border-bottom:8px solid #f3f3f3;	
	top:195px; left:183px;
	cursor: default;
	z-index:3;	
}

#store_text_container
{
	position: relative;
	background-color: #f3f3f3; 		
	width: 750px;
	margin:16px;
	border-left:16px solid #f3f3f3;	
	border-right:16px solid #f3f3f3;	
	border-top:8px solid #f3f3f3;	
	border-bottom:8px solid #f3f3f3;	
	top:195px; left:183px;
	cursor: default;
	z-index:3;	
	text-align: center;
}

#games_contents_container
{
	position: relative;		
	background-color: #d0d6db; 			
	margin:16px;
	border-left:16px solid #d0d6db;	
	border-right:16px solid #d0d6db;	
	border-top:8px solid #d0d6db;	
	border-bottom:8px solid #d0d6db;	
	top:195px; left:183px;
	width: 750px;
	cursor: default;
	z-index:3;		
}

#games_ss1_container
{
	position: relative;
	display: inline;	
}

#games_ss1_boxshot
{
	position: relative;
	top:1px; left:1px;
	margin:10px;		
	border:3px solid #0c283e;	
	width:160px; height:200px;
	cursor: default;
	z-index:3;	
}

#games_ss1_textHeader
{	
	position: relative;
	top:-219px; left:167px;
	margin:10px;
	width:550px; height:27px;
	cursor: default;
	z-index:3;	
	background-color: #0c283e;
}

#games_ss1_textBody
{	
	position: relative;
	top:-219px; left:167px;
	margin:10px;
	width:550px; height:27px;
	cursor: default;
	z-index:3;	
	background-color: transparent;
}

#games_ss1_featuresR
{
	text-align: left;
	position: relative;
	background-color: transparent; 		
	top:0px; left:310px;
	cursor: default;
	z-index:3;	
}

#games_ss1_featuresL
{
	text-align: right;
	position: relative;
	background-color: transparent; 		
	top:-113px; left:-267px;
	cursor: default;
	z-index:3;	
}

#games_ss1_buttons_container
{
	position: relative;
	background-color: transparent; 		
	top:-108px; left:335px;
	width:220px; height:20px;
	cursor: default;	
	z-index:3;	
}

#games_ss2_container
{
	position: relative;
	display: inline;
	top:-50px;
}

#games_ss2_boxshot
{
	position: relative;
	margin:10px;
	border:3px solid #de4400;	
	width:160px; height:200px;
	cursor: default;
	z-index:3;	
}

#games_ss2_textHeader
{	
	position: relative;
	top:-220px; left:166px;
	margin:10px;
	width:550px; height:27px;
	cursor: default;
	z-index:3;	
	background-color: #de4400;
}

#games_ss2_textBody
{	
	position: relative;
	top:-219px; left:167px;
	margin:10px;
	width:550px; height:27px;
	cursor: default;
	z-index:3;	
	background-color: transparent;
}

#games_ss2_featuresR
{
	text-align: left;
	position: relative;
	background-color: transparent; 		
	top:0px; left:310px;
	cursor: default;
	z-index:3;	
}

#games_ss2_featuresL
{
	text-align: right;
	position: relative;
	background-color: transparent; 		
	top:-113px; left:-267px;
	cursor: default;
	z-index:3;	
}

#games_ss2_buttons_container
{
	position: relative;
	background-color: transparent; 		
	top:-108px; left:335px;
	width:220px; height:20px;
	cursor: default;	
	z-index:3;	
}

#about_text_container
{
	position: relative;
	background-color: #f3f3f3; 		
	width: 750px;
	margin:16px;
	border-left:16px solid #f3f3f3;	
	border-right:16px solid #f3f3f3;	
	border-top:8px solid #f3f3f3;	
	border-bottom:8px solid #f3f3f3;	
	top:195px; left:183px;
	cursor: default;
	z-index:3;	
}

#under_construction
{
	position: relative;
	background-color: transparent; 		
	cursor: default;
	z-index:3;	
	text-align:center;
}

.content_games_text_header
{		
	background-color: transparent; 		
	text-align: right;
	font-family:Arial,Helmet,Freesans,sans-serif;	
	font-size: 14px;
	font-weight:bold;
	color: rgb(210,210,220);
	cursor: default;
	z-index:3;	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}	

.content_text_small
{
	position: relative;
	background-color: transparent; 		
	text-align: right;
	font-family:Arial,Helmet,Freesans,sans-serif;
/*	font-family:"Times New Roman",Georgia,Serif; */
	font-size: 11px;
	font-weight:normal;
	color: rgb(50,50,50);
	cursor: default;
	z-index:3;	
}	

.content_text_sans
{
	position: relative;	
	background-color: transparent; 		
	text-align: right;
	font-family:Arial,Helmet,Freesans,sans-serif;
/*	font-family:"Times New Roman",Georgia,Serif; */
	font-size: 13px;
	font-weight:normal;
	color: rgb(0,0,0); /* rgb(20,20,20) is web color #141414 */
	cursor: default;
	line-height:160%;
	z-index:3;	
}	

.content_text
{
	position: relative;
	background-color: transparent; 		
	text-align: left;
/*	font-family:Arial,Helmet,Freesans,sans-serif; */
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	font-weight:normal;
	color: rgb(0,0,0);
	cursor: default;
	z-index:3;	
}	
/* social buttons begins */

#social_buttons_container
{
	display: block;
	background-color: transparent; 	
	width:52px; height:126px;
	top:93px;
	left:1016px;	
	position:relative;
	z-index:3;
}

/* Twitter */

#twitter_button_container
{
	position: absolute;
	display: block;
	width: 46px;
	height: 45px;
	top: 2px;
	left: 2px;		
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 3;
}

.twitter_button
{
	display: block;
	width: 46px;
	height: 45px;
	margin:0;
	padding:0;
	background:url("images/social_tw_btn.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 3;
}

a:visited.twitter_button
{
	background-position: 0 0px;
}

a:hover.twitter_button
{
	background-position: 0 -45px;
}

a:active.twitter_button
{
	background-position: 0 -90px;
}

a:focus.twitter_button
{
	outline:0;
}

/* Facebook */
#facebook_button_container
{
	position: absolute;
	display: block;
	width: 46px;
	height: 45px;
	top: 47px;
	left: 2px;		
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 3;
}

.facebook_button
{
	display: block;
	width: 46px;
	height: 45px;
	margin:0;
	padding:0;
	background:url("images/social_fb_btn.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 3;
}

a:visited.facebook_button
{
	background-position: 0 0px;
}

a:hover.facebook_button
{
	background-position: 0 -45px;
}

a:active.facebook_button
{
	background-position: 0 -90px;
}

a:focus.facebook_button
{
	outline:0;
}

/* YouTube */
#youtube_button_container
{
	position: absolute;
	display: block;
	width: 46px;
	height: 32px;
	top: 92px;
	left: 2px;		
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 3;
}

.youtube_button
{
	display: block;
	width: 46px;
	height: 32px;
	margin:0;
	padding:0;
	background:url("images/social_yt_btn.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 3;
}

a:visited.youtube_button
{
	background-position: 0 0px;
}

a:hover.youtube_button
{
	background-position: 0 -32px;
}

a:active.youtube_button
{
	background-position: 0 -64px;
}

a:focus.youtube_button
{
	outline:0;
}

/* social buttons ends */

