
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro Italic';
    src: url('../fonts/sourcesanspro-italic-webfont.eot');
    src: url('../fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro Bold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Source Sans Pro Bold Italic';
    src: url('../fonts/sourcesanspro-bolditalic-webfont.eot');
    src: url('../fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}






body, html {
	background-color: #dadada;
	text-align: center;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	color: #1b1b1b;
}

#wrapper
{
margin: 0 auto;
width: 1043px;
}

#top-corners
{
	width: 1043px;
	height: 31px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navContent {
	margin-top: 55px;
	float: right;
	width: 760px;
	text-align: left;
	font-size:20px;
	line-height:20px;
}

#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size:20px;

}

#nav ul.nav li {
	display: inline;
	margin-top: 0;
	padding-top: 0px;
	padding-bottom:0;
	margin-left: 19px;
	font-size:20px;
}

#nav ul.nav li:hover {
	border-bottom: 3px solid #bd0f1c;
}

#nav ul.nav a {
	font-family: 'Source Sans Pro Bold', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #3c3c3b;
	
	text-decoration: none;
}

#nav ul.nav li.hoveri {
	border-bottom: 3px solid #bd0f1c;
}
#nav ul.nav li.hoveri:hover {
	border-bottom: 0px solid #bd0f1c;
}


#logo
{
	float:left; 
	margin-left: 65px; 
	margin-top: 42px;
}

#container
{
	width: 1043px;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	background-position: center;
}

#content
{
	margin-top: 42px;
	margin-left: 65px;
	text-align: left;
}

#bottom-corners
{
	float:left;
	width: 1043px;
	height: 31px;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-position: center;
}

p
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #1b1b1b;
	font-size: 18px;
	line-height:22px;
	margin-top: 14px;
	margin-bottom: 12px;
}
#content p.refer
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #1b1b1b;
	font-size: 18px;
	line-height:22px;
	margin-top: 14px;
	margin-bottom: 12px;
}

a
{
	text-decoration: none;
	color: #bd0f1c;
	font-family: 'Source Sans Pro', sans-serif;
}

a:hover
{
	text-decoration: underline;
	color: #bd0f1c;
	font-family: 'Source Sans Pro', sans-serif;
}

hr {
	
	 border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	 width:92%;
	 float:left;
	 margin-bottom:40px;
	 }
h1
{
	color: #3c3c3b;
	font-family: 'Source Sans Pro Bold', sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 32px;
}

h2
{
	color: #3c3c3b;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Source Sans Pro Bold', sans-serif;
	margin-bottom: 15px;
}

h3
{
	font-family: 'Source Sans Pro Bold', sans-serif;
}

ul
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #1b1b1b;
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: url('../images/circle.jpg');
}

#footer
{
	margin-top: 100px;
}

#barenza
{
	font-size: 18px; 
	background-color: #bd0f1c; 
	width: 982px; 
	height: 117px; 
	color: #ffffff; 
	margin-left: 31px;
}

#barenza a
{
	text-decoration: none; 
	color: #ffffff; 
}

#barenza a:hover
{
	text-decoration: underline; 
}

#donetti
{
	padding-top: 11px; 
	padding-bottom: 3px;
}
#donetti a
{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 14px; 
	color: #363636;
}

#donetti a:hover
{
	text-decoration: underline; 
}
.kgkuva { padding: 6px; border: 4px solid #dfdfdf; margin-right:14px; margin-bottom:6px; background-color: #ffffff; top:0; left:0 }
.kgkuva:hover {padding: 6px; border: 4px solid #bd0f1c;margin-right:14px; margin-bottom:6px; background-color: #ffffff; top:0; left:0}
