/* CSS Document */
aside, nav, footer, header, section { display: block; }
html, body {
	margin: 0;
	width:100%;	
	text-align:center;
}
img {
	border:0;
}
@font-face {
    font-family: 'nino';    
    src: url('fonts/bpg_nino_mtavruli_bold.eot');
    src: url('fonts/bpg_nino_mtavruli_bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/bpg_nino_mtavruli_bold.woff') format('woff'), 
		 url('fonts/bpg_nino_mtavruli_bold.ttf') format('truetype'), 
         url('fonts/bpg_nino_mtavruli_bold.svg#bpg_nino_mtavrulibold') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}
@font-face {
    font-family: 'bpg_rioni_arial';
    src: url('fonts/bpg_rioni_arial.eot');
    src: url('fonts/bpg_rioni_arial.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpg_rioni_arial.woff') format('woff'), 
         url('fonts/bpg_rioni_arial.ttf') format('truetype'), 
         url('fonts/bpg_rioni_arial.svg#bpg_nino_mtavrulibold') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}
.rioni {
	font-family: 'bpg_rioni_arial';
}
.nino {
	font-family: 'nino';  
}
.en {
	font-family:tahoma !important;
}
.sylfaen {
	 font-family: sylfaen;
}

.italic {
	font-style:italic;
}

.more_prod {
	width:50px;
	height:30px;
	font-size:16px;
	font-family: 'bpg_rioni_arial';
	color:#333;
	cursor:pointer;
	text-align:center;
}



.hand {
	cursor:pointer;
}
.spacer {
	height:15px;
}

.link {
	text-decoration:none;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}
.blue {
	color:#34347d;
}
.grey {
	color:#8b8a97;
}
.black {
	color:#000;
}
.red {
	color:#c80505;
}
.purple {
	color:#551c8b;
}
.white {
	color:#fff;
}

.all_sh2 {
	color:#333;
	font-size:18px;
	font-family: 'bpg_rioni_arial';
	width:inherit;
	text-align:center;
	display:block;
	margin:auto;
	height:55px;
	line-height:55px;
	cursor:pointer;
	font-weight:bold;
}
