<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 */



@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: 20px;
	font-weight: normal;
	color: #333333;
	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: 14px;
	background-color: #CCCCCC;
	}




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

	
}



#menu_mainholder{
	width: 520px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 22px;
	float:right;
}


#slider h2 {
	padding-left:10px;
	font-weight:bold;
	font-size:20px;
	color:black;
	}

#slider p {
	padding-left:10px;
	color:#c0c0c0
	}
a:visited {
	color: #FFF;
	text-decoration: none;
	
	
}


a:link {
	color: #FFF;
	text-decoration: none;
	
}
a:hover {
	color: #CCC;
	text-decoration: none;	
}



#background {
	float: none;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
	background-color:#c0c0c0;
	height: 720px;
	padding-right: 25px;
	padding-left: 25px;
	}
	
	
#logo  {
	float:left;
	position: relative;
    top: 8px;
    left: 15px;
	width: 330px;
	}

#logo .headerlogo {
	font-size: 29px;
    font-weight: bold;
    margin-top: 15px;
	}

#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;
	}
	
	
#gall {
	float: left;
	width: 600px;
	position: relative;
	height: 315px;
	background-image: url(links/gallery.png);
	background-repeat:no-repeat;
	}	

#map {
	margin-left:6px;
	margin-top:6px
	}
	
.space {
	float: left;
	width: 924px;
	position: relative;
	height: 40px;
	}
	
.space_contact {
	float: left;
	width: 924px;
	position: relative;
	height: 245px;
	}
	
#copyright {
	height: 20px;
	background-image: url(links/copyright.png);
	background-repeat: repeat;
	color: #FFF;
	padding-left: 14px;
	margin-bottom: 24px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin:auto;
	}
	
#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;	
	}
	
.statoil:hover {
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	}
	
.logo {
	float: left;
	height: 40px;
	width: 293px;
	position: relative;
	top: 0px;
	background-color: #E8E8E8;
	}
	

	
.logo:hover {
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	}	
	
	
	
	#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: #0186ba;
	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);
	}	
.space_products {
	float: left;
	width: 610px;
	position: relative;
	height: 10px;
	}
	
.products {
	float: left;
	width: 599px;
	position: relative;
	background-color: #F0F0F0;
	}
	
.products_image {
	float: left;
	width: 149px;
	position: relative;

	}
	
.products_text {
	float: left;
	width: 440px;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	}
.data {
	clear: left;
	width: 249px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 16px;
	margin-bottom: 6px;
	}
	
.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;
	}


.other_text {
	float: left;
	width: 550px;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
	}
	
</pre></body></html>