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

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	background-image: url(bg.png);
	background-repeat:repeat;
	overflow:auto;
	background-color: #f7f7f7;
	

	
}

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

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

a img { border: none; }




.logo {
background-image : url(logo.png);
        background-repeat:no-repeat;
		width: 37px;
		height: 27px;
		
		margin-bottom: 40px;
		
}

	.top-section {
		
		font-size: 15px;
		line-height: 24px;
		color: #000;
	
	}


.cl {
		height: 40px;
	}

#menu {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    width: 180px;
    overflow: auto;
	line-height: 22px;
	padding-top: 80px; 
    padding-left: 80px;
	height: 100%;
	position:fixed;
	
	
}

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

#menu a:link { text-decoration: none; color:#505050;}
#menu a:hover { text-decoration: underline; color: #000;}
#menu a:visited { text-decoration: none; color: #505050;}
#menu .active a{ text-decoration: none; color: #ce0000;}

#menu ul li.section-title {
		margin-top: 35px;
		margin-bottom: 0px;
		font-size: 11px; color:#000; font-family: georgia, serif; text-transform: Uppercase; letter-spacing:1px;
		
}

#content {


	width: 630px; 
    height: 100%;

    margin: 0 0 40px 310px;
    top: 0;
	line-height: 18px;
	color: #505050;

}

.container {

    padding-bottom: 0px;
	
	
} 


#content .paticka {color:#505050;}


#content span {
padding-left:15px;
}

#content .right {float: right;}

.nav {
	text-align: right;
   	padding-top:10px;
	padding-bottom:5px;
	
}



#black { font-size: 11px; font-weight: bold; color:#000;}

#content p { 

width: 630px;

}

#paticka { 
font-size:11px; color:#aaaaaa; padding-top:5px; border-top:1px solid #dfdfdf; 
}


#paticka ul { list-style: none; }



#paticka a { color:#aaaaaa; text-decoration:none; }
#paticka a:hover { text-decoration:underline; color:#000; }

p {
    margin-top: 0;
}

h1 { font-size: 10px; font-weight: normal; color:#505050; font-family: georgia, serif; line-height: 16px; padding-bottom:40px; text-transform: Uppercase; letter-spacing:1px;}
h2 { font-size: 11px; color:#000; font-family: georgia, serif; text-transform: Uppercase; font-weight:normal; letter-spacing:1px; padding-top:80px; padding-bottom:20px;}
h3 { font-size: 11px; font-weight: bold; color:#000;}
h4 { font-size: 12px; }

h1 span {color: #000; font-family: arial,sans-serif; font-size: 11px; text-transform: Uppercase; font-weight:normal; letter-spacing:1px; }

h1 a:hover { text-decoration:none;}



#img-container	{ 
		
		padding: 0;
		
		 
	}
	
	#img-container p	{ 
	    width : 630px;
		padding-bottom: 40px;
			
		
	}
	
	.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; }




