@font-face {
	font-family: 'mtavruli';
	src: url('../fonts/bpg_nino_mtavruli_normal.otf');  
}

@font-face {
	font-family: 'mkhedruli';
	src: url('../fonts/bpg_nino_elite.otf');  
}

@font-face {
	font-family: 'stilisturi';
	src: url('../fonts/bpg_nino_medium.otf');  
}


* {
	padding: 0px;
	border: 0px solid red;
	margin: 0px;
}

body {
	background-image: url('../images/main_service_bg.png'); 
}

.container {
	padding: 0px;
	margin: 0px auto;
	width: 80%;
	font-family: mkhedruli;
	padding: 10px 10px 100px 10px;
	font-size: 14pt;
	text-align: left;
}

.header {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
	background: #f6f6f6;
}
.mainmenu {
	width: 100%;
   background-color: #263238;
	text-align: center;
	font-size: 12pt;
	word-spacing: 10px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	overflow: auto;
	padding: auto 20px;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

a.mainmenu {
	color: white;
	font-family: mtavruli;
}

a.mainmenu:hover {
	color: #FFA500;
}

a.nav {
	color: #F5DEB3;
}

.banner {
	display: block;
	overflow: hidden;
	float: none;
}	

.submenu {
	width: 100%;
   background-color: #263238;
	text-align: center;
	font-size: 12pt;
	word-spacing: 10px;
	overflow: hidden;
	padding: auto 20px;
	font-family: stilisturi;
	color: white;
}

.navigator {
	font-family: mkhedruli;
	font-size: 12pt;
	background-image: url('../images/in_content_top.png');
	color: #F5DEB3;	
	overflow: auto;
	padding: 10px 50px 10px 20px;
}


.footer {
	font-family: Georgia;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 20px;
    background-color: #263238;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	width: 100%;
}

.remark {
	font-family: stilisturi;
}

img.ceo {
	width: 200px;
}
div.ceo {
	display: inline-block; 
	padding: 10px; 
	border: 0px solid grey; 
	margin: 15px;
	box-shadow: 2px 2px 2px grey;
	vertical-align: top;
}

ul{
	list-style-position: inside;
}
ul.navi {
	list-style-type: none;
}

h1 {
	font-family: mtavruli;
	padding-top: 30px;
	color: #8B0000;
}
h3 {
	font-family: mtavruli;
	padding-top: 30px;
	color: #8B0000;
}

h2 {
	font-family: mtavruli;
	padding: 30px;
	font-size: 14pt;
	color: #8B0000;
}


h4 {
	font-family: mtavruli;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 15px;
}

p {
	padding-bottom: 10px;
	line-height: 1.2;
}

th {
	font-family: mtavruli;
	padding: 5px;
}
td {
	text-align: center;
	margin: 10px;
}
