/* @override http://www.benoitlemoine.eu/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
*/
* {
	margin: 0;
	padding: 0;
	color: #360088;
	font: normal normal 11px/14px Futura, Helvetica, Times New Roman, Arial;
	letter-spacing: 1px;
}

body {
	font-size: 11px;
	font-family: Futura, Helvetica, Times New Roman, Arial, Verdana;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	color: #360088;
}
a:active { text-decoration: none;
	color: #360088;
}
a:visited { /*color: #360088;*/
	text-decoration: none;
}
a:hover { background: #fff;
	color: #360088;
	text-shadow: #000000 0 0 0px;
}
a img { border: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #360088;
	letter-spacing: 1px;
	line-height: 4.3mm;
	font-size: 10px;
	text-transform: uppercase;
}

#menu ul li.section-title {
	letter-spacing: 1pt;
	margin-left: 1px;
	margin-bottom: 0;
	text-decoration: underline;
}

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

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

#content p { width: 400px; margin-bottom: 9px;
	color: #360088;
	font: 8pt/1.3em "Times New Roman", Helvetica, Arial, Georgia, Times;
	letter-spacing: 0;
}

p, object, .flash-apl, .flash-flv { margin: 0 0 9px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
object { display: block; }
.flash-flv { display: inline; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
