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

body {
	font-size: 11px;
	font-family: sans-serif;
	color: #FFF;
	overflow:auto;
	
}

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

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

a img { border: none; }




.logo {
background-image : url(/kalda.png);
        background-repeat:no-repeat;
		width: 110px;
		height: 25px;
		
		margin-bottom: 30px;
		
}

	.top-section {
		
		font-size: 15px;
		line-height: 24px;
		color: #FFF;
		
		
		font-family: sans-serif;
	}


.cl {
		height: 30px;
	}

#menu {
    width: 170px;
    overflow: auto;
	line-height: 16px;
	padding-top: 30px; 
    padding-left: 30px;
	
    height: 100%;
	
}

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

#menu a:link { text-decoration: none; color: #777777;}
#menu a:hover { text-decoration: underline; color: #FFF;}
#menu a:active { text-decoration: underline; color: #FFF;}




#menu ul li.section-title {
		font-family: sans-serif;
		margin-top: 30px;
		margin-bottom: 7px;
				
		font-weight:normal;
		color: #FFF;
		
}

#content {

	width: 600px; 
    height: 100%;
position: absolute;
    margin: 0 0 0 230px;
    top: 0;
	line-height: 16px;
	color: #777777;
}

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

#content p { width: 350px; }

p {
    margin: 0;
}

h1 { font-size: 14px; font-family: sans-serif; font-weight: normal; color:#FFF; }
h2 { font-size: 10px; font-family: sans-serif; font-weight: normal; color:#FFF; margin-bottom: 23px; margin-top:120px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

h1 span {color: #a9a9a9; font-size: 12px;font-weight: normal; }

#img-container	{ 
		margin: 0; 
		padding: 0;
		
		 
	}
	
	#img-container p	{ 
	    width : 600px;
		
		margin: 0; 
		padding: 2px;
	
		
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
	
	}



}

#once { clear: left; }