@charset "UTF-8";
/* CSS Document */

/* Font Library*/
@font-face {
    font-family: 'LatoBold';
    src: url('Lato-Bol-webfont.eot');
    src: url('Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Bol-webfont.woff') format('woff'),
         url('Lato-Bol-webfont.ttf') format('truetype'),
         url('Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('Lato-RegIta-webfont.eot');
    src: url('Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-RegIta-webfont.woff') format('woff'),
         url('Lato-RegIta-webfont.ttf') format('truetype'),
         url('Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('Lato-Reg-webfont.eot');
    src: url('Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Reg-webfont.woff') format('woff'),
         url('Lato-Reg-webfont.ttf') format('truetype'),
         url('Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'LatoLight';
    src: url('Lato-Lig-webfont.eot');
    src: url('Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Lig-webfont.woff') format('woff'),
         url('Lato-Lig-webfont.ttf') format('truetype'),
         url('Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background-color: #fff;
	font-family: 'LatoRegular';
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	background: url(../gfx/background.jpg);
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'LatoRegular';
	font-weight:normal;
	color: #666;
	}
	
h1 {
	font-size: 36px;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}
	
h4 {
	font-size: 14px;
	}
	
h5 {
	font-size: 12px;
	}
	
h6 {
	font-size: 10px;
	}
	
a {
	color: #9ea5b1;
	text-decoration: none;
	}

a:link {
	color: #9ea5b1;
	}

a:hover {
	color: #333;
	}
	
address {
	font-size: 12px;
	font-weight:normal;
	line-height: 16px;
	color: #333;
	font-style: normal;
}

#site {
	width: 1000px;
	margin: 0 auto 0 auto;
	/* background-color: #352C23; */
	}

	
#head {
	height: 100px;
	background-color: #fff;
	}
	
#head .logo {
	width: 200px;
	height: 100px;
	margin-left: 40px;
	padding: 0;
	}
	
#head .sf-menu {
	float: right;
	padding: 0;
	margin-top: 61px;
	margin-bottom: 0;
	border: none;
	text-transform: uppercase;
	}
	
/**html #navigator {
	margin: 60px 0 1px 0;
	z-index: 20;
	}
*/
	
#slider {
	width: 1000px;
	height: 300px;
	padding: 0;
	margin: 0;
	}
	
.fl-clear {
	height: 30px;
	clear: both;
	background-color: #fff;
	}
	
.fl-clear-20 {
	height: 30px;
	clear: both;
	}
	
/* Content area */
#content {
	width: 1000px;
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
	}
	
#content .breadcrumb {
	height: 30px;
	padding: 10px 50px;
	margin: 0;
	background-color: #fff;
	}

#textblock {
	padding: 20px;
	margin: 20px 120px 0 80px;
	}

/* Site-map */
#permanent {
	width: 900px;
	margin: 0;
	padding: 20px 50px 20px 50px;
	background-color: #39414d;
	}
	
ul.sitemap {
	float: left;
	margin: 0;
	padding: 10px 30px 10px 0;
	width: 180px;
	list-style-type: none;
	color: #9ea5b1;
	}

ul.sitemap a{
	color: #9ea5b1;
	}
	
ul.sitemap a:hover {
	color: #fff;
	}
	
ul.sitemap li.parent-cat{
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	}
	
ul.sitemap li.cat{
	margin-top: 5px;
	}
	
#footer {
	width: 920px;
	height: 40px;
	margin: 0;
	padding: 5px 40px 5px 40px;
	font-family: 'LatoRegular', sans-serif;
	text-align: left;
	background-color: #0b1525;
	font-size: 10px;
	color: #fff;
	}


/* tooltip */
#tooltip {
	background-color : #0b1525;
	width : 170px;
	padding : 0;
}
#tooltip p {
	margin : 5px 10px 10px 10px;
	color : #fff;
	font-size : 11px;
}