/**
* CSS
* 
* @version 1.0
* @author Francesco Rachello
*/

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

body { font-size:13px; font-family: Arial, Helvetica, Verdana, sans; height:100%; width:100%; }
html{ height:100%;  width:100%;}

img {display:block;}
hr {display: none;}
a {text-decoration: none; outline:none; color:#bbb;}
ul, ol {list-style: none;}
.clear_all {clear: both; height:0px; width:100%;}
.hide{display: none;}

span.ir{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0.5em;
}


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

a:link { text-decoration: none; color: #aaa; }
a:active { text-decoration: none; }
#header #menu span:hover, a:hover{ text-decoration:none; color: #999;}

a img { border: none; }

#header{ clear: both; width: 1020px; margin-top: 38px; margin-bottom: 20px; height: 62px; }

#header ul#menu{ float: left; height: 42px; line-height: 17px; position: relative; }
#header ul#menu li{ float: left; font-size: 23px; margin: 0 10px 0 0; color: #bbb; cursor: pointer; height: 43px; }
#header ul#menu li.active span{ color: rgb(000,160,240); }
#header ul#menu li.active span.separator{ color: #aaa }

#header ul li.section-title span{ height: 42px; display: block }

#header ul.sub{ position: absolute; left: 0; top: 38px; width: 1020px }
#header ul#menu li ul.sub li{ margin-right: 6px }
#header ul.sub li a, #header ul.sub li span{ font-size: 16px; color: #bbb; }
#header ul.sub li a:hover, #header ul.sub li span:hover{ text-decoration:none; color: #aaa;}
#header ul.sub li span{ height: auto; display: inline; }
#header ul.sub li.active a{ color: rgb(000,160,240); }

#wrapper{ width: 1020px; margin: 0 auto; text-align: left; }

#content{ clear: both; float: left; }
#content p{ font-size: 14px; color: #bbb; color: #878787; }

#img-container{ margin-top: 0px; width: 680px; float: left; }
#img-container p.nav{ width: 680px; clear: both; padding-bottom: 14px; margin-top: 2px }
#img-container p.nav a{ width: 16px; height: 8px; margin: 0 4px 0 0; float: left; background: #ccc }
#img-container p.nav a:hover{ background: #bbb; }
#img-container p.nav a{display:block; font-size:0; text-indent:-9999999px;}
#img-container p.nav span#num{ font-size: 11px; color: #ccc; }

#content #dida{ width: 322px; overflow: hidden; float: left; margin: 13px 0 0 18px }
#content #dida p{ margin: 0 0 8px 0 !important; }
#content #dida embed{ margin-top: 3px !important; }

p#scroll{ width: 24px; height: 11px; float: left; position: relative; top: 49px;  }
p#scroll a{ display: block; width: 11px; height: 11px; background: #eaeaea; float: left; margin: 0 1px 0 0; }
p#scroll a#up{ background: #eaeaea }
p#scroll a#down{ background: #eaeaea }

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#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;
}

#menu ul li.section-title { }

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

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

#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	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
*/