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

body {
	font-size: 14px;
	font-family: helvetica;
	line-height:17px;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-6 {
background-attachment:fixed;
background-image:url("http://www.ifilm.lt/files/1_background.jpg");
background-position:right bottom;
background-repeat:no-repeat;
}

a:link {
color:#666666;
border-bottom: none;
text-decoration:none;
font-weight:normal;
}
a:active {
color:#666666;
border-bottom: none;
text-decoration:none;
font-weight:normal;
}
a:visited {
color:#666666;
border-bottom: none;
text-decoration:none;
font-weight:normal;
}
a:hover {
color:#666666;
text-decoration:none;
}

#menu a:hover {
background:#3EBCEC;
color:#fff;
}
#content {
height:100%;
margin:0 0 0 200px;
top:0;
}
#content a:hover {
background:none repeat scroll 0 0 #3EBCEC;
color:#FFFFFF;
}

a img {
border:medium none;
}
ol li {
line-height:15px;
list-style-position:outside;
list-style-type:none;
margin-left:40px;
}

#menu {
background-color:#FFFFFF;
bottom:0;
height:100%;
left:0;
overflow:visible;
padding-right:20px;
padding-top:0px;
position:fixed;
top:0;
width:196px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 12px;
}

#menu ul li.active a {
background:none;
color:#38ACEC;
font-weight:normal;
text-decoration:none;
}

#menu ul li.section-title {
border-top:1px solid #3EBCEC;
font-weight:bold;
margin-bottom:5px;
padding-top:5px;
color:#000;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { 
font-size: 12px;
line-height:16px;
font-weight:normal;
}
h6 {
bottom:20px;
color:#adadad;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:7pt;
font-weight:normal;
margin-left:0px;
position:fixed;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
