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

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	background: url(img/bg.jpg) no-repeat top left #140119;
	color: #efd6fe;
	}

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

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

a img { border: none; }

#menuu{
margin-top: 25px;
}

#menu {
font-size: 25px;
    width: 247px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background: url(img/bg_menu.gif) repeat-y;
    padding-left: 46px;
    text-align: center;
}

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

}

#menu ul li {
font-size: 20px;

}


#menu ul li a:hover span {
border-bottom: 1px solid black;
background-color: #18061d;
}


#menu ul li a:active span { 
position:relative; 
top:1px /* or more */ 
}



#menu ul li.section-title { }

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

.container {
    padding: 10px 5px 25px 5px;
}
.bok{
float: right;
padding: 10px;
}

.section-8 #content .container{
    padding: 37px 5px 25px 5px;
}

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

p {
    margin: 0 0 0px 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: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.cufon cufon-canvas
{
visibility: hidden;}

.link{
border-bottom: 1px solid #5c036e;
display: block;
padding-top: 5px;

}

hr{

border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #4f1065;

}

menuu p a{
size: 5px;
}