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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background-color: #FFFFFF;
}

body.section-1 {
    color: #282828;
}
body.section-2 {
    color: #282828;
}
body.section-3 {
    color: #282828;
}

a:link {
    text-decoration: none;
    color: #282828;
}

a:active {
    text-decoration: none;
    color: #282828;
}
a:visited {
    text-decoration: none;
    color: #282828;
}

a:hover {
    text-decoration: none;
    color: #9d9fa1;
    background-color: none;
}

a img {
border: none;
}

#menu {
	background-color: #ffffff;
	padding-right: 25px;
	text-align: right;
	width: 215px;
	bottom: 0px;
	left: 20px;
	height: 75%;
	float: left;
}

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

#menu ul li {
    line-height: 1.4em; 
    
}

#menu ul li.section-title {
    font-size: 11px;
    font-weight:bold;
    font-family: Helvetica, sans-serif;
    color: #000000;
}

#content {
	margin-left: 240px;
	margin-bottom: 0;
	margin-right: 0;
}

.container {
	padding: 20px 0px 25px 25px;
}

#content p {
    width: 400px;
    margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
    font-size: 60px;
    font-weight:bold;
    font-family: Helvetica, sans-serif;
    color: #000000;
}

h2 {
    font-size: 12px;
    font-weight:bold;
    font-family: Helvetica, sans-serif;
    color: #000000;
}

h3 {
    font-size: 14px;
    font-weight:bold;
    font-family: Helvetica, sans-serif;
    color: #000000;
}

#img-container  {
    text-align: left;
    margin: 0;
    padding: 0;
}
#img-container p    {
    width: 400px;
    margin: 0;
    padding: 0 0 6px 0;
}

#once {
    clear: left;
}

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
/*
 @font-face {
      font-family: "Fontin Sans Regular";
      src: url("/ndxz-studio/site/img/Fontin_Sans_R_45b.otf");
    }
*/
.section-3 #content .container .rss-box {
}
.section-3 #content .container .rss-box .rss-items .rss-item {
	margin-bottom: 10px;
}
.section-3 #content .container .rss-box .rss-items .rss-item .rss-item {
	font-weight: bold;
}

.section-3 #content .container .rss-box .rss-items {
	list-style-type: none;
}
#formy {
	border: none;
	width: 200px;
	float: left;
}
#fieldset {
	border: none;
}
