@CHARSET "UTF-8";

/* ------------------------------------------------------------------------------------------------ main */
#company						{
	text-align:						justify;

	margin:							0px 10px 0px 10px;
	
	width:							400px;
}

#company div.name					{
	font-family:						'book antiqua', 'century gothic', 'helvetica', 'tahoma';
	font-weight:						bold;
	font-size:						24pt;
	text-transform:						capitalize;

}

#company div.web					{
	font-size:						12pt;
	padding:						0px 0px 30px 0px;
}

/* ------------------------------------------------------------------------------------------------ apps */
div.company_app						{
	background:						#ffffff;

	text-align:						left;

	padding-bottom:						20px;
	
	width:							700px;
}

div.company_app div.title				{
	font-family:						'book antiqua', 'century gothic', 'helvetica', 'tahoma';
	font-weight:						bold;
	font-size:						16pt;
	text-transform:						capitalize;
	text-align:						left;

	padding:						2px 2px 10px 0px;
}

/* ------------------------------------------------------------------------------------------------ screenshots */
div.company_app div.screenshots				{
	background:						inherit;
	
	float:							left;

	width:							244px;
	
	margin-right:						20px;
}

div.company_app div.screenshot				{
	background:						inherit;
	position:						absolute;

	width:							244px;
}

div.company_app div.picture img				{
	border:							1px solid #000000;
	padding:						1px;
}

div.company_app div.type				{
	font-style:						italic;
	text-align:						center;
}


