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

/* RESET ALL STYLES
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* MAIN
-------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#333;
}

a {
	color: #000;
	text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	a:active{
		color: #999;
		text-decoration: underline;
	}

.clear{
	clear:both;
}

/* HEADER
-------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 109px;
	background-color: #dfc73d;
	background-image: url(_img/top_bg.jpg);
	background-repeat: repeat-x;
	}
#container{
	width: 900px;
	height: 109px;
	margin: 0 auto;
}

#language{
	position: absolute;
	top: 10px;
	left: 50%;
	padding-left: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #837824;
	}
	#language a{
		color: #837824;
		text-decoration: none;
	}
	#language a:hover{
		text-decoration: underline;
	}
	#language a:visited{
		color: #837824;
	}

#logo{
	display: block;
	float: left;
	width: 210px;
	height: 84px;
	margin: 10px 0 0 10px;
	background-image: url(_img/top_logo.png);
}
ul#nav{
	display: inline;
	float: right;
	width: 452px;
	margin-top: 80px;
	padding: 0px;
	list-style: none;
	position: relative;
	}
	ul#nav li{
		float: left;
		margin: 0px;
		padding: 0px;
	}
	ul#nav li a{
		float: left;
		width: 112px;
		height: 29px;
		margin: 0 0 0 1px;
		background-image: url(_img/en/nav.png);
		}
		
		/* ------ EN ------*/
		ul#nav li a#bt_home{
			background-position: 0px 0px;
			}
			ul#nav li a#bt_home:hover{
				background-position: 0px -29px;
				}
		ul#nav li a#bt_home-current{
			background-position: 0px -58px;
		}
		ul#nav li a#bt_projects{
			background-position: -113px 0px;
			}
			ul#nav li a#bt_projects:hover{
				background-position: -113px -29px;
			}
		ul#nav li a#bt_projects-current{
			background-position: -113px -58px;
		}
		ul#nav li a#bt_studio{
			background-position: -226px 0px;
		}
			ul#nav li a#bt_studio:hover{
				background-position: -226px -29px;
			}
		ul#nav li a#bt_studio-current{
			background-position: -226px -58px;
		}
		ul#nav li a#bt_contact{
			background-position: -339px 0px;
		}
			ul#nav li a#bt_contact:hover{
				background-position: -339px -29px;
			}
		ul#nav li a#bt_contact-current{
			background-position: -339px -58px;
		}
		
		/* ------ FR ------*/
		ul#nav li a#bt_home-fr{
			background-position: 0px 0px;
			background-image: url(_img/fr/nav.png);
			}
			ul#nav li a#bt_home-fr:hover{
				background-position: 0px -29px;
				background-image: url(_img/fr/nav.png);
				}
		ul#nav li a#bt_home-current-fr{
			background-position: 0px -58px;
			background-image: url(_img/fr/nav.png);
		}
		ul#nav li a#bt_projects-fr{
			background-position: -113px 0px;
			background-image: url(_img/fr/nav.png);
			}
			ul#nav li a#bt_projects-fr:hover{
				background-position: -113px -29px;
				background-image: url(_img/fr/nav.png);
			}
		ul#nav li a#bt_projects-current-fr{
			background-position: -113px -58px;
			background-image: url(_img/fr/nav.png);
		}
		ul#nav li a#bt_studio-fr{
			background-position: -226px 0px;
			background-image: url(_img/fr/nav.png);
		}
			ul#nav li a#bt_studio-fr:hover{
				background-position: -226px -29px;
				background-image: url(_img/fr/nav.png);
			}
		ul#nav li a#bt_studio-current-fr{
			background-position: -226px -58px;
			background-image: url(_img/fr/nav.png);
		}
		ul#nav li a#bt_contact-fr{
			background-position: -339px 0px;
			background-image: url(_img/fr/nav.png);
		}
			ul#nav li a#bt_contact-fr:hover{
				background-position: -339px -29px;
				background-image: url(_img/fr/nav.png);
			}
		ul#nav li a#bt_contact-current-fr{
			background-position: -339px -58px;
			background-image: url(_img/fr/nav.png);
		}
		
/* FOOTER
-------------------------------------------------------------------- */
#footer{
	width: 900px;
	margin: 25px auto;
	}
	#footer p{
		text-align: center;
	}

/* LAYOUT
-------------------------------------------------------------------- */
.whitebox{
	padding: 20px;
	background-color: #eeedee;
	border: solid 1px #b9b9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.blackbox{
	padding: 20px;
	background-color: #161415;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	.blackbox p{
		color: #CCC;
	}
	.blackbox a{
		color:#FFF;
		text-decoration: underline;
		}
		.blackbox a:hover{
			color: #FC0;
		}

.page_title{
	padding: 5px 0 15px 0;
	}

.page_subtitle{
	padding: 10px 0;
	float: right;
	font-size: 12px;
	}
	.page_subtitle p{
		font-size: 15px;
		font-weight: bold;
	}

/* HOME SPOTLIGHT
-------------------------------------------------------------------- */
#spotlight{
	width: 900px;
	margin: 25px auto;
}

/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		width:900px;
		height:300px;
		overflow:hidden;
		}	
	#slider a{
		display: block;
		width: 900px;
		height: 300px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
/* // Easy Slider */

/* HOME
-------------------------------------------------------------------- */
#home{
	width: 900px;
	margin: 25px auto;
	}
	#home img.title{
	padding: 5px 0 10px 0;
	}
	
#homegamelist{
	float: left;
	width: 575px;
	height: 445px;
	padding: 10px;
	background-color: #eeedee;
	border: solid 1px #b9b9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	#homegamelist .game{
		float: left;
		width: 136px;
		height: 200px;
		padding: 3px;
		text-align: center;
		}
		#homegamelist .game a img{
			margin: 2px;
			border: solid 5px #FFF;
			-moz-border-bottom-colors: #999 #fff #fff #fff #fff;
			-moz-border-right-colors: #999 #fff #fff #fff #fff;
		}
		#homegamelist .game a:hover img{
			border-color: #333;
			-moz-border-bottom-colors: #333 #333 #333 #333 #333;
			-moz-border-right-colors: #333 #333 #333 #333 #333;
		}		
		#homegamelist .game .title{
			font-size: 12px;
			font-weight: bold;
		}
		#homegamelist .game .client{
			/* empty */
		}
	#latest_games{
		float: left;
	}
	#more_games{
		float: right;
		padding: 5px;
	}
		
#newsfeed{
	float: right;
	width: 270px;
	height: 445px;
	padding: 10px;
	background-color: #eeedee;
	border: solid 1px #b9b9b9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}	
	#newsfeed .news{
		border-top: solid 1px #b9b9b9;
		padding: 5px 0;
		}
		#newsfeed a.newstitle{
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #000;
			padding: 5px 0;
			line-height: 17px;
		}
		#newsfeed #more_news{
			border-top: solid 1px #b9b9b9;
			text-align: right;
			color: #000;
			padding: 10px 0 5px 0;
		}

/* PORTFOLIO
-------------------------------------------------------------------- */
#portfolio{
	width: 900px;
	margin: 25px auto;
	}
	#portfolio .boxlinks a{
		color:#FFF;
		padding: 5px;
		line-height: 27px;
		background-color: #333;
		text-decoration: none;
		}
	#portfolio .boxlinks a:hover{
		color: #000;
		background-color:#dfc73d;
		text-decoration: none;
	}
	#portfolio .sidemenu{
		float: left;
		width: 200px;
		margin-top: 10px;
		padding-right: 15px;
		border-right: solid 1px #333;
		}	
	#portfolio #pagination p{
		text-align: right;
		font-size: 12px;
	}
	
#fullgamelist{
	float: right;
	width: 630px;
	}
	#fullgamelist .game{
		float: left;
		width: 136px;
		height: 185px;
		padding: 10px;
		text-align: center;
		}
		#fullgamelist .game a img{
			margin: 2px;
			border: solid 5px #FFF;
			}
			#fullgamelist .game a:hover img{
				border-color:#333;
				}
		#fullgamelist .game .title{
			font-size: 12px;
			font-weight: bold;
			color:#FFF;
		}
		#fullgamelist .game .client{
			color: #666;
		}


/* GAME PAGE
-------------------------------------------------------------------- */
#gamepage{
	width: 900px;
	margin: 25px auto;
}


#gameinfo{
	float: left;
	width: 550px;
	}
	#gameinfo #description{
		padding: 20px 0 0 0;
		}
	#gameinfo #title{
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
		padding: 0 0 5px 0;
		}
	#gameinfo #client{
		color: #999;
		font-weight: bold;
		}
		
#gameicons{
	float: right;
	width: 300px;
	text-align: right;
	}
	#gameicons img{
		padding: 2px;
		}

ul#subnav{
	width: 100%;
	float: left;
	display: inline;
	list-style: none;
	border-bottom: solid 1px #333;
	margin: 30px 0 20px 0;
	padding-bottom: 6px;
	}
	ul#subnav li{
		float: left;
		}
	ul#subnav a{
		background-color:#222;
		color:#999;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		margin: 0 0 0 3px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		}
		ul#subnav a:hover{
			color: #fff;
		}
	ul#subnav a.active{
		background-color:#333;
		color:#fff;
		}
	ul#subnav a.inactive{
		background-color:#222;
		color:#999;
		}


#gamepics{
	width: 100%;
	}
	#gamepics #container{
		float: left;
		border: solid 5px #FFF;
		margin: 5px;
		width: 550px;
		height: 400px;
		overflow: hidden;
		text-align: center;
		line-height: 400px;
		background-image: url(_img/game_fillbg.jpg);
		margin-left: 30px
		}
	#gamepics #container #largeImg{
		width: 100%;
		height: 100%;
		background-color: transparent;
		background-position: center;
		background-repeat: no-repeat;
		}
	#gamepics a.gamepic_tb{
		display: block;
		float: left;
		width: 98px;
		height: 98px;
		background-position: center;
		border: solid 3px #FFF;
		margin: 5px;
	}
	#gamepics a.gamepic_tb:hover{
		border-color:#333;
	}
	#gamepics #sidemenu{
		float: right;
		width: 230px;
		margin-right: 25px
	}
	
#gamevid{
	display: none;
	width: 100%;
	text-align: center;
	}
	
#gamedemo{
	display: none;
	width: 100%;
	text-align: center;
	}

a#gameback{
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-top: solid 1px #333;
	padding-top: 5px;
	margin-top: 20px;
}

/* STUDIO
-------------------------------------------------------------------- */
#studio{
	width: 900px;
	padding: 0;
	margin: 25px auto;
	}
	#studio p{
	font-size: 12px;
	line-height: 20px;
	}
	
#studio .content{
	float: left;
	width: 660px;
	padding-right: 20px;
	border-right: solid 1px #CCC;
}

#studio .content p
{
	padding-bottom:12px;
}
	
#studio .sidemenu{
	float: right;
	width: 160px;
	}
	#studio .sidemenu a{
		display: block;
		font-size: 12px;
		padding: 5px 10px;
		}
		#studio .sidemenu a.current{
			background-color:#ccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		#studio .sidemenu a:hover{
			text-decoration: underline;
		}
		#studio .sidemenu a:active{
			color: #999;
		}
		
#studio .news{
	border-top: solid 1px #CCC;
	padding: 20px
	}
	#studio .news .newstitle{
		float: left;
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
	}
	#studio .news .newsdate{
		float: right;
	}
	
/* CONTACT
-------------------------------------------------------------------- */
#contact{
	width: 900px;
	padding: 0;
	margin: 25px auto;
	}	
	#contact p{
		font-size: 12px;
		padding-bottom: 25px;
	}

#contactinfo{
	display: none;
	float: right;
	width: 310px;
	padding-left: 20px;
	border-left: solid 1px #CCC;
	}
	#contactinfo p{
		font-size: 12px;
	}
	#contactinfo span{
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		letter-spacing: -1px;
		text-decoration: none;
	}
	#contactinfo a{
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		letter-spacing: -1px;
		text-decoration: none;
		}
		#contactinfo a:hover{
			text-decoration: underline;
		}
	
#contactform{
	float: left;
	width: 500px;
	}
	#contactform label{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		float: left;
		width: 100px;
		font-weight: bold;
		margin: 5px;
		padding: 5px 0;
	}
	#contactform input, textarea{
		color:#666;
		border: solid 1px #ccc;
		margin: 5px;
		padding: 3px;
		width: 250px;
	}
	#contactform input:focus, textarea:focus{
		border: solid 1px #333;
		color: #000;
	}
	#contactform textarea{
		width: 350px;
		height: 100px;
	}
	#contactform input[type="submit"]{
		width:auto;
		color:#FFF;
		background-color: #666;
		padding: 5px;
		}
		#contactform input[type="submit"]:hover{
			background-color: #000;
			}
	.formerror{
		padding-left: 120px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color:#900;
	}
	
/*POP-UP CSS*/
#blanket
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:500;
	background:rgba(0,0,0,0.8) center no-repeat;
	display:none;
}

#divImage
{
	margin:0 auto;
	position:fixed;
}
