/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	background: #fff;
	color: #000;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #e12436;
	padding-bottom: 50px;
	border-bottom: #e12436 1px solid;
	margin: 0;

}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #999;
	padding-bottom: 50px;
	border-bottom: #999 1px solid;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #bebdbd;
	margin-right: 270px;

}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #888989;
	margin-right: 270px;
	line-height: 160%;

}


/* This is the About section */
body.section-1 { }
/* This is the Print section */
body.section-2 { }
/* This is the Web section */
body.section-3 { }
/* This is the Play section */
body.section-4 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 a:link { color: #e12436; }
h1 a:visited { color: #e12436; }
h1 a:visited { text-decoration: none; }
h1 a:active { text-decoration: none; }
h1 a:hover { text-decoration: none; }
h3 a:link { color: #828280; }
h3 a:active { text-decoration: none; }
h3 a:visited { text-decoration: none; }
h4 a:link { color: #4f4e4e; }
h4 a:visited { text-decoration: none; }
h4 a:visited { color: #4f4e4e; }
h4 a:visited { line-height: 200%; }


a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 40px;
	left: 30px;
    position: absolute;
    height: 100%;
	background-color: #fff;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;
}

#menu ul li {
	line-height: 16px
}

/* the header above the sections */
#menu ul li.section-title {
	border-top: #000 1px solid;
	font-weight: bold;
	padding-top: 6px;
}

/* about me */
#menu ul.about_me li,
#menu ul.about_me li a {
	color: #dc0f23;
}

#menu ul.about_me li.section-title {
	border-top: none;
}

/* print */
#menu ul.print li,
#menu ul.print li a {
	color: #e35924;
}
#menu ul.print li.section-title {
	border-top: #e35924 1px solid;
}

/* web */
#menu ul.web li,
#menu ul.web li a {
	color: #e87d25;
}
#menu ul.web li.section-title {
	border-top: #e87d25 1px solid;	
}

/* Play */
#menu ul.play li,
#menu ul.play li a {
	color: #ef9c1e;
}
#menu ul.play li.section-title {
	border-top: #ef9c1e 1px solid;	
}

/* Built */
#menu ul.built li,
#menu ul.built li a {
	color: #cccccc;
}

/* GO JEN */


#content {
    height: 100%;
	margin: 0;
	margin-left: 255px;
	padding-top: 40px;
	margin-right: 40px;
    top: 0;
	width: ;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { 
	width: 550px ; 
	margin-bottom: 10px; 
	margin-top: 6px;
	line-height: 16px;
	font-size: 11px;
	color: #999;
	
	}
	
#content p a{ text-decoration: none; color: #58595b; }
	

#img-container	{ margin: 0; padding: 0; padding-top: 20px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#content p.nav {
	margin-top: 20px;	
	margin-bottom: 20px;
	color: #fff;
	position: absolute;
	left: 873px;
	top: 125px;
	width: 100px;
}
	

p.nav a#prev {
	display: block;
	float: left;
	width: 25px;
	height: 26px;
	background-image: url(/ndxz-studio/site/jm1/leftArrow.gif);
	padding: 0;
	text-indent: -10000px;
	margin-right: 15px;
}


p.nav a#prev:hover {
	background-image: url(/ndxz-studio/site/jm1/leftArrow_roll.gif);
}

p.nav a#next {
	display: block;
	float: left;
	width: 25px;
	height: 26px;
	background-image: url(/ndxz-studio/site/jm1/rightArrow.gif);
	padding: 0;
	text-indent: -10000px;
}

p.nav a#next:hover {
	background-image: url(/ndxz-studio/site/jm1/rightArrow_roll.gif);
}

p.nav span#num {
	color: #888;
	display: none;
	width: auto;
	height: 32px;
	line-height: 32px;
}

#once { clear: left; }
