/*
------------------------------------------------------------
Feb 5, 2010
------------------------------------------------------------ */

body {
	position: relative;
	margin: 0 auto;
  	padding: 0;
  	font: 14px/24px Helvetica, Arial, Sans-serif;
   	color: #888;
	background: #222;
	min-width: 700px;
	border-top: 40px solid #000;
 	}
h1 {
	margin: 0 40px;
	width: 720px;
	text-indent: -99999px;
	}
h2 {
	clear: both;
	margin: 0 40px 20px;
	width: 720px;
	text-indent: -99999px;
	}
h3 {
	margin: 0;
	}
p {
	clear: both;
	margin: 0 50px 20px;
	}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
a {
	color: #FFF;
	text-decoration: none;
	outline: 0;
	}
a:hover, a:active {
	text-decoration: underline;
	outline: 0;
	}


/* Wrapper, Logo & Navigation
------------------------------------------------------------ */
#nav {
	position: fixed;
	top: 80px;
	right: 0px;
	width: 120px;
	z-index: 1;
	}
#nav li {
	margin: 0 0 10px;
	width: 120px;
	height: 30px;
	}
#nav li a:link,
#nav li a:visited {
	display: block;
	margin-left: 20px;
	height: 30px;
	text-indent: -99999px;
	background: #000;
	}
#nav li a:hover {
	margin-left: 0;
	}
#nav .active a:link,
#nav .active a:visited,
#nav .active a:hover {
	margin-left: 0;
	}

#nav #nav-top a { background: -120px 0 url(images/nav-primary.png) no-repeat;}
#nav #nav-top.active a { background: 0 0 url(images/nav-primary.png) no-repeat;}

#nav #nav-apps a { background: -120px -30px url(images/nav-primary.png) no-repeat;}
#nav #nav-apps.active a { background: 0 -30px url(images/nav-primary.png) no-repeat;}

#nav #nav-studio a { background: -120px -60px url(images/nav-primary.png) no-repeat;}
#nav #nav-studio.active a { background: 0 -60px url(images/nav-primary.png) no-repeat;}

#nav #nav-jobs a { background: -120px -90px url(images/nav-primary.png) no-repeat;}
#nav #nav-jobs.active a { background: 0 -90px url(images/nav-primary.png) no-repeat;}

#nav #nav-details a { background: -120px -120px url(images/nav-primary.png) no-repeat;}
#nav #nav-details.active a { background: 0 -120px url(images/nav-primary.png) no-repeat;}

#chali2na {
	position: relative;
	margin: 30px auto 0;
	padding: 0;
	width: 800px;
  	text-align: center;
	}
#chali2na div {
  	text-align: left;
	}
/*#logo {
	margin: 0 40px;
	height: 180px;
	background: url(images/jean_logo.png) no-repeat;
	}*/
	
#logo img {
	margin: 0 40px;
	height: 180px;
	}
	
#space {
	margin: 0 40px;
	height: 200px;
	background: url(images/space.png) no-repeat;
	}


/* Sections
------------------------------------------------------------ */
.section {
	margin: 0 0 10px;
	padding: 20px 0 0;
	overflow: hidden;
	}
.cards {
	margin: 0;
	color: #999;
	overflow: hidden;
	}


/* Top
------------------------------------------------------------ */
#top h2 {
	height: 295px;
	background: url(images/hd-top.png) no-repeat;
	}
	


/* Apps
------------------------------------------------------------ */
#apps a:link, #apps a:visited { color: #9c3; }
#apps h2 {
	height: 95px;
	background: url(images/hd-apps.png) no-repeat;
	}
#apps .cards div {
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 380px;
	height: 440px;
	background: #000;
	}
#apps .cards h3 {
	margin: 0;
	width: 380px;
	height: 60px;
	text-indent: -99999px;
	}

#application h3 { background: 0 0 url(images/h3-apps.png) no-repeat; }
#web h3 { background: 0 -60px url(images/h3-apps.png) no-repeat; }

#apps .cards div img {
	margin: 0 20px 8px;
	width: 340px;
	height: 220px;
	}
#apps .cards ul {
	position: absolute;
	top: 80px;
	left: 245px;
	margin: 0 -5px 0 0;
	width: 140px;
	overflow: visible;
	}
#apps .cards li {
	margin: 0;
	padding: 0 0 10px;
	height: 30px;
	background: right 30px url(images/bgd-nav-corner.gif) no-repeat;
	}
#apps .cards .subtitles {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	color: #9c3;
	background: #111;
	}
#apps .cards .learn {
	position: absolute;
	top: 290px;
	right: 0;
	margin: 0;
	padding: 0 0 5px;
	height: 40px;
	background: right 40px url(images/bgd-nav-corner.png) no-repeat;
	}

#apps .cards .learn a {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 40px;
	text-indent: -99999px;
	background: #9c3 0 -150px url(images/nav-primary.png) no-repeat;
	}
#apps .cards p {
	margin: 0 20px;
	}
	
#details .cards1 li {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	color: #9c3;
	background: #000;
	}


/* Studio
------------------------------------------------------------ */
#studio { margin: 0 0 20px; }
#studio a:link, #studio a:visited { color: #d49; }
#studio h2 {
	height: 142px;
	background: url(images/hd-studio.png) no-repeat;
	}
	
#spaceholder {
	height: 200px;
	width: 740px;
	background: url(images/space.png) no-repeat;
	}
	
#pastwork {
	margin: 0 40px 20px;
	height: 195px;
	width: 720px;
	background: url(images/past.png) no-repeat;
	}

	
/* Portfolio
------------------------------------------------------------ */

#portfolio {
	margin-bottom: 40px;
	overflow: hidden;
	}
#portfolio li {
	float: left;
	margin: 30px 0;
	width: 760px;
	height: 320px;
	font-size: 12px;
	line-height: 17px;
	background: #000;
	}
#portfolio p {
	text-align: center
	}
#portfolio {
	display: block;
	padding: 10px;
	color: #EEE;
	text-decoration: none;
	}
/*#portfolio img {
	margin: 20px;
	width: 700px;
	height: 260px;
	background: #444;
	border: 10px solid #222;
	}*/
	
#portfolio h3 {
	text-align: center;
	}

#portfolio h4 {
	margin: 0 40px;
	color: #333333;
	font: 12px/22px Helvetica, Arial, Sans-serif;
	text-align: right;
	}
	
#portfolio .store {
	margin: 10px;
	width: 700px;
	background: #444;
	border: 10px solid #222;
	height: 616px;
	background: url(images/js_1.png) no-repeat;
	}
#portfolio .at {
	margin: 0 30px;
	width: 700px;
	background: #444;
	border: 10px solid #222;
	height: 350px;
	background: url(images/at_1.png) no-repeat;
	}
#portfolio .at1 {
	margin: 0 30px;
	width: 700px;
	background: #444;
	border: 10px solid #222;
	height: 350px;
	background: url(images/at_2.png) no-repeat;
	}
#portfolio .htc {
	margin: 0 30px;
	width: 700px;
	background: #444;
	border: 10px solid #222;
	height: 390px;
	background: url(images/htc_1.png) no-repeat;
	}
#portfolio .java1 {
	margin: 0 30px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 320px;
	background: url(images/java1.png) no-repeat;
	}
#portfolio .oracle {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 290px;
	background: url(images/oracle.png) no-repeat;
	}
	
#portfolio .eye {
	margin: 0 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 334px;
	background: url(images/eye.png) no-repeat;
	}
#portfolio .sdg {
	margin:10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 335px;
	background: url(images/sdg.png) no-repeat;
	}
#portfolio .ngopost {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 335px;
	background: url(images/ngopost.png) no-repeat;
	}	
#portfolio .help {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 330px;
	background: url(images/help.png) no-repeat;
	}
#portfolio .dlf {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 393px;
	background: url(images/dlf.png) no-repeat;
	}
#portfolio .ecard1 {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 325px;
	background: url(images/ecard1.png) no-repeat;
	}
#portfolio .ecard2 {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 325px;
	background: url(images/ecard2.png) no-repeat;
	}
#portfolio .ecard3 {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 325px;
	background: url(images/ecard3.png) no-repeat;
	}
#portfolio .ecard4 {
	margin: 10px;
	width: 730px;
	background: #444;
	border: 10px solid #222;
	height: 325px;
	background: url(images/ecard4.png) no-repeat;
	}
#portfolio span {
	display: block;
	}
#portfolio strong {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	}

/* Details
------------------------------------------------------------ */
#details1 .cards { 
	color: #29c; 
	}
#details1 h2 {
	height: 142px;
	background: url(images/hd-details.png) no-repeat;
	}
#details1 .cards ul {
	margin: 0 0 40px;
	overflow: hidden;
	}
#details1 .cards li {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	color: #29c;
	background: #000;
	}
	
#video {
	margin: 0 10px 20px;
	padding: 30px;
	background: #222;
	overflow: hidden;
	}
#video #embed {
	float: left;
	width: 740px;
	background: #222;
	}
#details1 .cards a:hover {
	color: #29c;
	background: #000;
	text-decoration: none;
	}
#footer p {
	margin-left: 0;
	margin-right: 0;
	}
#footer p + p {
	font-size:12px;
	line-height: 17px;
	color: #444;
	}