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


/* undo */

body {
	text-align: center;
	font-family: arial, verdana, helvetica, sans;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body *{
	text-align: left;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
	}
span.ir{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0.5em;
}

#skip, #hide{ display: none; }
.floatleft{ float: left; }
.floatright{ float: right; }


/* general */

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	/* background: url('/ndxz-studio/site/img/layout.jpg') no-repeat 0 0; */
}

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

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

a img { border: none; }

#menu {
    width: 237px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 14px;
    position: fixed;
    height: 100%;
	/* background-color: #fff; */
}

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

#menu ul li.section-title { color: #000; font-weight: 900; }
#menu a{ color: #666 }

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

.container {
    padding: 0;
}

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ padding: 41px 0 0 0; }
#img-container p	{ width: 400px; margin: 0 !important; padding: 0 0 2px 0; }
#content .container .dida p { padding: 4px 0; width: 600px; }
#img-container br,
#img-container span
{ display: none !important }


#once { clear: left; }

h1, h1 a{
	width: 237px;
	height: 134px;
}
h1 a{
	display: block;
	background: url('/ndxz-studio/site/img/firma.gif') no-repeat 0 3px;
}

#front-intro{
	margin-top: 167px
}
#about-dida{
	margin-top: 20px
}

#front-intro p, #about-dida p{
	width: 550px;
}


p.nav a{ color: #333; font-weight: 900 }
p.nav{ margin-bottom: 1em }

