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

body {
	font-size: 11px;
	line-height: 17px;
	font-family: Arial, Helvetica;
	color: #000000;
	
	}


body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link { text-decoration: underline; color: #262626; background-color:#ffffff }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #8e8e8e; background-color:#ffffff }
a:hover { text-decoration: none; color: #b90a0a }

a img { border: none;}

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ebebeb;
	padding: 18px 0px 0px 24px;
	
}

#menu ul {
	list-style: none;
	margin: 00px 20px 0px 0;
	
	

}

#menu ul li.section-title { margin-top: 20px;}

#content {
    height: 100%;
    margin: 0px 200px 0 250px;
	padding: 15px 0px 25px 0px;

	
}

.container {
    padding: 15px 0px 25px 0px;
	

}

#content p {	width: 600px; 
				margin-bottom: 9px; 
				margin-top: 14px }

p {
    margin: 0 0 9px 0;
  	word-spacing:0.10em;
  	
		
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; }

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

#once { clear: left; }


div.adress
{
	font-size: 11px;
	line-height: 17px;
	color: #343434;
	background: #ebebeb;
	padding: 25px 0px 0px 0px;
	
}


div.small{
	font-size: 9px;
	line-height: 12px;
	color: #757575;
	background: #ebebeb;
	padding: 10px 0px 0px 0px;
}


div.header{
	font-size: 19px;
	line-height: 25px;	
	color: #505050;
	word-spacing:-0.03em;
	margin-bottom: 28px; 
	}

div.header2{
	font-size: 19px;
	line-height: 25px;	
	color: #FFFFFF;
	word-spacing:-0.03em;
	margin-bottom: 28px; 
	}

