/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
      background-image: url('title.gif');
	background-attachment: absolute;
	background-repeat: no-repeat;    
}

body.section-1 { overflow:auto; }
body.section-2 { }
body.section-3 { }

a { outline: none; }
a:link { text-decoration: none; color:#666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
.active { font-weight: bold; };

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 300px;
    left: 25px;
    position: absolute;
    background-color: #fff;
}

#menu ul {
	list-style: none;
}

#menu a:visited {color: #000000;}
#menu a:link {color: #000000;}

#content {
    margin: 0 0 0 370px;
    top: 25px;
    width:506px;
    background-color:  #fff;
    position: absolute;
}

.container {
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    overflow: auto;
}

#menu .container {
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    overflow: hidden;

}

#content .container {
    width: 1050px;
}

#content p { width: 400px; margin-top: 20px;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; font-family: arial, sans-serif; }
h2.title {
	font-size: 24px;
	font-family: arial, sans-serif; 
	background-repeat: no-repeat;
	height: 0px;
}
h3 { font-size: 16px; }
h4 { font-weight: bold; font-size: 11px; }
li.section-title {
	margin-bottom: 3px;
}

#nav a { text-decoration: none; margin: 2px 2px 2px 2px; padding: 2px 2px 2px 2px;  }
#nav a.activeSlide { font-weight: bold; }
#nav a:focus { outline: none; }

#img-container	{height: 300px; width: 1050px; overflow:hidden; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0; }
#img-news p { display:inline; }

#once { clear: left; }