/* @override http://ultramega.co.uk/ndxz-studio/site/um/style.css */

/* @override 
	http://www.ultramega.co.uk/ultramega_site/ndxz-studio/site/um/style.css
	/**
	*
	CSS
	*
	*
	@version
	1.0
	*
	@author
	Vaska
	*
	@author
	Gregory
	Cadar
	http://ultramega.co.uk/ndxz-studio/site/um/style.css
*/

* {
	margin: 0px;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: white;
	line-height: 16px;
	letter-spacing: 1px;
	}

body.section-1 { }
body.section-2 { }
body.section-3 {
	font-family: Courier new, Times, serif;
 }


a:link { color: #00bbf8;
	line-height: 18px;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a:active { text-decoration: underline; color: #00bbf8; }
a:visited { text-decoration: underline; color: #00bbf8; }
a:hover { text-decoration: underline; color: #00bbf8; }

a img { border: none; }

.dottedline {
	border-bottom: 1px dotted #666;
	width: 962px;
}	


#menu {
    width: 200px;
    overflow: auto;
    top: 65px;
    bottom: 0px;
    position: fixed;
    height: 400px;
	background-color: #000;
	line-height: 18px;
	left: 20px;
}

#menu ul {
	list-style: none;
	margin-top: 20px;
	margin-left: 15px;
}

#menu a:hover { text-decoration: underline; color: #00bbf8; }
#menu a:visited { text-decoration: none; color: white; }
#menu a:link { text-decoration: none; color: white;
	font-weight: normal;
	font-style: normal;
}
#menu li.active a { text-decoration: underline; color: #00bbf8;}
#menu ul li.section-title { 
	color: #999; 
	line-height: 20px; 
	margin-bottom: 10px;
}

#content {
    height: 100%;
    top: 0;
	margin: 60px 0 0px 285px;
}

.container {
    padding: 0 5px;
}

#content p {
	line-height: 18px;
}

p {
	margin-top: 15px;
}

h1 { font-size: 12px; color: #FFF; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


.mbbar {
position: fixed;
height: 100%;
width: 19px;
z-index: 1001;
	background: black none fixed 0% 0%;
	right: 0;
	left: 0;
	top: 0;
	border-right: 1.5px dashed #009dda;
}

