@charset "utf-8";
/* CSS Document */
@font-face 
{
    font-family: 'BPGNinoMtavruliBold';
    src: url('bpg_nino_mtavruli_bold-webfont.eot');
    src: local('?'), url('bpg_nino_mtavruli_bold-webfont.woff') format('woff'), url('bpg_nino_mtavruli_bold-webfont.ttf') format('truetype'), url('bpg_nino_mtavruli_bold-webfont.svg#webfontSZkzbTV1') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'DejaVuSans';
	src: url('bpg_dejavu_sans-webfont.eot');
	src: local('?'), url('bpg_dejavu_sans-webfont.woff') format('woff'), url('bpg_dejavu_sans-webfont.ttf') format('truetype'), url('bpg_dejavu_sans-webfont.svg#webfontau2IQZsR') format('svg');
	font-weight: normal;
	font-style: normal;
}



body, table, tr, td, p, div, span {
 font: 13px DejaVuSans, Sylfaen;color:#000;
}

.nino {font-weight: normal; font-size: 16px; font-family:BPGNinoMtavruliBold; color:#A23D0B; text-align:center}


input.css3button {
	font-family: BPGNinoMtavruliBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 10px 5px 10px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42ff42),
		to(#146600));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}


.css3text {
	font-family: BPGNinoMtavruliBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px 10px 5px 10px;
	background: -moz-linear-gradient(
		top,
		#bbbbbb 0%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#bbbbbb),
		to(#cccccc));	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}


.css3del {
	font-family: BPGNinoMtavruliBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 10px 5px 10px;
	background: #990000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #134201;
}

.css3new {
	font-family: BPGNinoMtavruliBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 10px 5px 10px;
	background: #069A30;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #134201;
}







.wrapper {width:100%;overflow:hidden}
/* Global properties */
body {background:#eceded; margin:0px;}




/* Global Structure */
.main {margin:0 auto;width:100%}
.body1 {background:url(../images/bg_top_img.jpg) left no-repeat #005796;position:fixed;z-index:2;top:0;left:0;width:100%}

.body2_1 {float:left; height:120px}
.body2_1 img {margin: 20px 0 0 80px}
.body2_2 { height:120px; margin-left:900px; color:#CCCCCC}
.body4 {background:#1a1a1a;width:100%;height:70px;}
/* main layout */
a {color:#f77007;text-decoration:underline;outline:none}
a:hover {text-decoration:none}
h1 {float:left;padding:59px 0 0 0}
h2 {font-size:33px;line-height:1.2em;color:#1e1e1e;padding:13px 0 13px 30px;letter-spacing:-1px}
/* header */
header {width:100%;overflow:hidden;height:150px}

/* content */
#content {padding:180px 0 0 0;width:100%; text-align:center;  position:relative;z-index:1;padding-bottom:56px;}
/* footer */
footer {color:#fff;text-align:center;padding-top:15px}
footer div {float:left;padding:18px 0 0 38px;width:650px}



@media print
{    
    .no-print, .no-print *
    {
        display: none
    }
}