@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 12px;
	color: #404040;
}

#mainWindow{
	width: 850px;
	height: auto;
	margin: 75px auto;
/*	padding-top: 75px;
	padding-bottom: 75px;*/
	text-align: left;
}

.mainWindowLeft{
	width: 238px;
	height: 515px;
	background: url(images/iphone_sidegraphic.jpg) no-repeat;
	float:left;
}

.mainWindowRight{
	width: 612px;
	height: auto;
	float:left;
	margin-bottom: 50px;
}

.titleBlock{
	width: 585px;
	height: 27px;
	margin: 13px 0px 15px 22px;
	font-size: 18px;
}

.textBlock{
	float: left;
	width: 580px;
	height: auto;
	padding: 10px;
	background-color: #efefef;
}

.textArea{
	border: #d4d4d4 solid 1px;
	padding: 10px;
	width: 560px;
	height: auto;
	font-size: 12px;
	line-height: 14px;
}

.indDev{
	width: 300px;
	float: left;
	margin: 35px 10px 0px 20px;
}

.idContact{
	width: 282px;
	float: left;
	margin-top: 35px;
}

.indDev strong{
	font-size: 16px;
	font-weight: bold;
}

.internshipsBtn{
	float:left;
	width: 256px;
	height: 38px;
}

a {
	color: #ff0000;
	text-decoration: none;
}

.spacer{
	width: 12px;
	height: 308px;
	float: left;
	background:#FFFFFF;
}

/*game index page css*/

#baseWindow{
	height: 1685px;
	width: 1000px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.grayBase{
	float: left;
	width: 240px;
	height: 327px;
	margin: 0px 0px 10px 10px;
	background: #efefef;
}

.tContent{
	margin: 10px;
}

.eContent{
	margin: 10px;
	border: 1px solid #CCCCCC;
}

.grayBase strong{
	line-height: 307px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
}

a img{
	border: none;
}

#zoom_content {
  border: #d4d4d4 solid 1px;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
  padding: 10px;
  background-color: #efefef;
}
