/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Homepage style
* v1.0
*
* Description:
* Main homepage styles.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

body {
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}

div.item hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}

/***************************************************************************** JOBS */
.index_jobs{
	position: relative;
	float: left;
	
	left: 0px;
	margin-left: 30px;
	top: 0px;
	margin-top: 30px;
	
}

.jobs_image {
	position: relative;
	float: left;
	
	width: 69px;
	height: 160px;
	
	background: url('../images/jobs.gif');
}

.jobs_list {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
	width: 515px;
	
	color: #1b1b1b;
	border: 1px solid #dddddd;
	background: #fafafa;
}

.job_title {
	color: #656565;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	height: 50px;
	
	background: url('../images/job_title_bg.png') no-repeat 0 0;
}

.jobs_list ul {
	position: relative;
	list-style: none;
	margin: auto;
	
	left: 0px;
	margin-left: 30px;
	padding: 0px;
	
	padding-top: 6px;
}

.jobs_list ul li a {
	position: relative;
	display: block;
	outline: none;
	color: #1b1b1b;
	text-decoration: none;
	
	width: 453px;
	height: 70px;
	
	left: 0;
	
	padding-bottom: 6px;
	padding-left: 30px;
	
	background: url('../images/jobs_bg.png') no-repeat 0 0;
}

.jobs_title {
	color: #656565;
	font-weight: bold;
	text-transform: uppercase;
	height: 70px;
}

.jobs_body {
	display: block;
	padding-right: 30px;
	padding-left: 0px;
}

/***************************************************************************** NEWS */

.news_bg {
	position: relative;
	float: left;
	
	top: 0px;
	margin-top: 30px;
	left: 0px;
	margin-left: 30px;
	
	width: 592px;
	height: 308px;
	
	background: url('../images/news_bg.png') no-repeat;
	/*background-position: 30px 15px;*/
}

.news_title {
	position: relative;
	float: left;
	
	left: 0px;
	top: 0px;
	
	margin-top: 10px;
	margin-left: 10px;
}

.news {
	position: relative;
	float: left;
	
	display: block;
	
	left: 0px;
	top: 0px;
	
	margin-top: 20px;
	margin-left: 40px;
	
	width: 318px;
	color: #000000;
}

.news ul {
	position: relative;
	
	display: block;
	
	left: 0px;
	top: 0px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	padding: 0px;
	
	list-style: none;
}

.news li {
	left: 0px;
	top: 0px;

	width: 318px;
	height: 110px;
}

.news li img {
	position: absolute;
	margin-top: 0px;
	margin-left: -30px;
	
	border: 0px;
}

.news li a {
	color: #000000;
	text-decoration: none;
}

.news li a:hover {
	text-decoration: underline;
}

.news_info {
	font-size: 11px;
	margin-left: 0px;
}

.news_info .more_news {
	color: #5797e1;
	text-decoration: none;
}

/***************************************************************************** PROMOTIONS */

.promotions {
	position:relative;
	float: right;
	
	margin-top: 2px;
	
	width: 211px;
	height: 299px;	
}
