/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Lucida;
	color: #bbbbbb;
//	word-spacing: -1px;
	background-color: #101010;
	direction: ltr;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #bebebe;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #bbbbbb;
}
a:visited {
	text-decoration: none;
	color: #bbbbbb;
	display: inline;
}
a:hover {

	display: inline;
	color: #bebebe;
	text-decoration: underline;
}

a img { border: none; }

div#logo {
	background-image;
	width: 200px;
	height: 71px;
	display: block;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 3;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 11px;
    line-height: 15px;
	;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #fff;
	line-height: 15px;
}
#menu ul li {
}

#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 0px;
	line-height: 18px;
}

.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	top: 0;
	left: 600px;
}

#content p {
	width: 450px;
	margin-bottom: 15px;
	line-height: 15px;
}

p {
    margin: 0 0 5px 0;
}

h1 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:16px;
	color:#bebebe;
	line-height:20px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:14px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:11px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 { font-size: 11px; }

#img-container	{
	margin-top: 30;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 9px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #333333;
}
