<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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



@font-face {
  font-family: "fortuna_mtav";
  src: url("'fortuna_mtav.ttf'");
  src: local("FORTUNA"),
    url("fortuna_mtav.woff") format("woff"),
    url("fortuna_mtav.otf") format("opentype"),
    url("fortuna_mtav#filename") format("svg");
  }
  
h1 {
	font-family: fortuna_mtav;
	font-size: 16px;;
	font-weight: normal;
	color: #333;
	margin:0;
	padding:0;
}




@font-face {
  font-family: "ka_kolheti";
  src: url("'ka_kolheti2.ttf'");
  src: local("kolheti"),
    url("ka_kolheti2.woff") format("woff"),
    url("ka_kolheti2.otf") format("opentype"),
    url("ka_kolheti2#filename") format("svg");
  }
  
 body {
	font-family: ka_kolheti;
	font-size: 12px;
	background-color: #CCCCCC;

}

#background {
	float: none;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	
	}


#menuia{
	float: left;
	width: 100%;
	position: relative;

	
}



#menu_mainholder{
	width: 920px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}




a:visited {
	color: #000;
	text-decoration: none;	
	
}


a:link {
	color: #000;
	text-decoration: none;	
}
a:hover {
	color: #666;
	text-decoration: none;
}

#holder {
	float: left;
	width: 924px;
	position: relative;
	top: 25px;
	
	}
	
	
	
#about {
	float: left;
	width: 308px;
	position: relative;
	height: 315px;
	background-image: url(links/about.png);
	}
	
	

.about_text {
	float: left;
	width: 248px;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 14px;
	}
	
	
#gall {
	float: left;
	width: 308px;
	position: relative;
	height: 315px;
	background-image: url(links/gallery.png);
	}	
	
.space {
	float: left;
	width: 924px;
	position: relative;
	height: 40px;
	}
	
#copyright {
	top: 4px;
	float: left;
	width: 896px;
	position: relative;
	height: 20px;
	background-image: url(links/copyright.png);
	background-repeat: repeat;
	color: #FFF;
	padding-left: 14px;
	margin-bottom: 8px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	
	
#choose {
	float: left;
	width: 924px;
	position: relative;
	}
	

.statoil_holder {
	float: left;
	width: 308px;
	position: relative;
	height: 205px;
	}

.statoil {
	float: left;
	height: 165px;
	width: 308px;
	position: relative;	
	}
	
.logo {
	float: left;
	height: 40px;
	width: 293px;
	position: relative;
	top: 0px;
	background-color: #E8E8E8;
	}
	

	
	
	
	
	
	#gallery {
	position: relative;
	width:308px;
	height:315px;
	margin:0;
	padding:0;
}
#gallery li { display: block; }

ul { list-style: none; }




/* Main */
#menu{
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	left: -41px;
}
#menu li{
	float: left;
	padding-top: 4px;
	padding-bottom: 3px;
	position: relative;
	margin-right: 6px;
	background-color: #666666; 
}

#menu a{
	float: left;
	height: 25px;
	color: #FFF;
	text-transform: uppercase;
	font: bold 16px/25px fortuna_mtav;
	text-decoration: none;
	text-shadow: 0 1px 0 #999999;
	width: 155px;
}

#menu li:hover &gt; a{
	opacity:0.4;
filter:alpha(opacity=40);
}

*html #menu li a:hover{ /* IE6 */
	opacity:0.4;
filter:alpha(opacity=40);
}

#menu li:hover &gt; ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99999;    
    background: #666666;
    background: -moz-linear-gradient(#666666, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #666666));
    background: -webkit-linear-gradient(#666666, #111);    
    background: -o-linear-gradient(#666666, #111);	
    background: -ms-linear-gradient(#666666, #111);	
    background: linear-gradient(#666666, #111);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	width: 155px;  

}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	  
}

#menu ul a{
	height: auto;
	width: 145px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
    background: #999999;
	background: -moz-linear-gradient(#999999,  #666666);	
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
	background: -webkit-linear-gradient(#999999,  #666666);
	background: -o-linear-gradient(#999999,  #666666);
	background: -ms-linear-gradient(#999999,  #666666);
	background: linear-gradient(#999999,  #666666);

}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
		
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #666666;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #999999; 
	
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



/* statoil */
#products_about {
	float: right;
	width: 308px;
	position: relative;
	background-image: url(links/statoil_about.png);
	background-repeat:no-repeat;
	height: 755px;
	margin-bottom: 35px;
	}	

#products_about1 {
	float: right;
	width: 308px;
	position: relative;
	background-image: url(links/statoil_about1.png);
	background-repeat:no-repeat;
	height: 755px;
	margin-bottom: 35px;
	}

#products_about2 {
	float: right;
	width: 308px;
	position: relative;
	background-image: url(links/statoil_about2.png);
	background-repeat:no-repeat;
	height: 480px;
	margin-bottom: 35px;
	}
.space_products {
	float: left;
	width: 610px;
	position: relative;
	height: 4px;
	}
	
.products {
	float: left;
	width: 596px;
	position: relative;
	background-color: #F0F0F0;
	margin-left: 3px;
	}
	
.products_image {
	float: left;
	width: 149px;
	position: relative;
	top: 5px;

	}
	
.products_text {
	float: right;
	width: 430px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEBEBE;
	margin-right: 14px;
	margin-bottom: 14px;
	padding-top: 16px;
	padding-bottom: 12px;
	}
.data {
	clear: left;
	width: 140px;
	position: relative;
	padding-bottom: 4px;
	height: 16px;
	margin-bottom: 8px;
	top: 8px;
	}
	
.data_image {
	float: left;
	width: 18px;
	position: relative;
	height: 16px;
	margin-left: 12px;
	}
	
.data_text {
	float: left;
	position: relative;
	height: 16px;
	margin-left: 12px;
	}

#banner {
	float: left;
	width: 616px;
	position: relative;
	}

#banner1 {
	float: left;
	width: 616px;
	position: relative;
	margin-top: -6px;
	}


.other_text {
	float: left;
	width: 550px;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
	}
	
.products_more {
	float: left;
	width: 898px;
	position: relative;
	background-color: #F0F0F0;
	padding-left: 12px;
	}
	
</pre></body></html>