html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #333333;
} 
body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
}
a:link {text-decoration:none; color:#fff; font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif}
a:visited {text-decoration:none; color:#fff; font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif}
a:active {text-decoration:none; color:#999; font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif}
a:hover {text-decoration:none; color: #999; font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif }
		
hr {border: 1px solid #000000;}

.white
{color: white;}
 
#pagewidth { 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header {
 position:relative; 
 height:100px; 
 background-color: #000000; 
 width:100%;
 z-index: 100;
 float: left;
}
 
/*   TOP NAVIGATION   */
#top_nav {
	width: 974px;
	height: 24px;
	line-height: 24px;
	background: #000000;
	margin: 0;
	padding: 0 13px;
	border-bottom: 1px solid #586264;
}
#top_nav a:link, #top_nav a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 24px;
}
#top_nav a:hover {color: #999;}

#top_nav img {
	margin: 4px 5px 0 0;	
}
#header ul#nav {
	height: 24px;
	line-height: 24px;
	position: relative;
	top:1px;
}
#nav {
	list-style: none; 
	padding: 0;
	margin: 0;	
	z-index:99;	}

#nav li ul { 
	padding: 0;
	margin:0;
	list-style: none;
   width:180px;
   z-index:99;
   position:relative;
   overflow:visible; }

#nav li { 
    margin:0;  
	 padding: 0; 
    position: relative; 
    float:left;
	 /*width: 80px;*/
    display:block;
    height:24px;
	 line-height: 24px;
	 z-index:99;
	 color:#586264;}

#nav li a:link, #nav li a:visited {
   font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: white;
	text-decoration: none;
	padding: 0px 15px;
	display: block;
	width: auto;
	line-height: 14px;
	border-right: 1px solid #586063;
	margin: 0;
	position: relative;
	top: 2px;
	}

#nav li a:hover, #nav li:hover{
    color: #999999; }

#nav ul li  { 
	background-color:#000000; 
	width: 178px;	
	height: 15px;	}

#nav li ul {
	 background-color:#000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 100;
	/*height: 84px;*/
	width: 178px;
	padding: 5px 0;
	position: absolute;
	top: 16px;
}
* html #nav li ul {
	position: absolute;
	width: 169px;
	border: 1px solid white;
	border-top: 1px solid #000000;
}
#nav li:hover ul li {
	height: 20px;
	line-height: 20px;
	z-index: 100;
}
#holdm ul#nav li:hover ul li a:link, #holdm ul#nav li:hover ul li a:visited
#nav li:hover ul li a:link, #nav li:hover ul li a:visited { 
	color: white;
	z-index: 100;
	font-size: 12px;
	font-weight: normal;
	text-indent: 18px;
	background: #000000 url(../img/nav_bullet.gif) 18px 8px no-repeat;
	outline: none;
	border: none;
}
#nav li:hover ul li a:hover {
	background: none;
	color: #bb3529;
}
#nav li:hover ul li a:focus, #nav li:hover ul li a:active {
	outline: none;
}

#nav ul {
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
	 z-index: 99;
   margin-top:-10px;
    margin-left:12em;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-20px; 
 }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}


li>ul { 
	top: auto;
	left: auto;
}
/* site style */
#holdm{position: absolute; top:80px !important; left:12px;  z-index:90; width:80%;}

/*   end TOP NAVIGATION   */
	
map {
 	padding: 0;
	margin: 0;
	height: 0; }
	
#breadc {
	float: left;
	display: inline;
	clear: both;
	width: 989px;
	height: 36px;
	line-height:36px;
	margin: 0;
	padding: 0;
}
#maincol #breadc {
	margin-top: 10px;
}
#breadc .bc {
 	font-size: 11px;
 	color: white;
	padding: 0 0 0 20px;
	margin: 0;
	float: left;
	clear: left;
	display: inline;}
	
#breadc .subnav {	
	margin: 0;
	padding: 0 9px 0 0;
	float:right;
	clear: right;
	vertical-align:bottom;
	display: block;
	position: relative;
}
#breadc .bc a {
	margin: 0;
	padding: 3px 2px; 
	background:transparent;
	width: auto;
	height:100%;
	display: inline;
}
#breadc .subnav a.subutton {
	margin: 0;
	padding: 3px 10px; 
	/*background: #394144;*/
	width: auto;
	height:100%;
	position: relative;
	top: 9px;
	display: inline;
	z-index:-1;
}	
#breadc .bc a:link,  #breadc a:visited {
	font-size: 11px;
 	color: white;
	text-decoration: none; }
	
#breadc .bc a:hover {text-decoration: underline; }

#breadc .subnav a:link, #breadc .subnav a:visited {
	font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif;
 	color: #ccc;
	text-decoration: none; 
	padding: 3px 10px; 
	background: #333;
	position: relative;
	top: 9px;}
#breadc .subnav a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px; 
	background: #666;
}
		

 
 /*   CONTENT   */ 
#maincol {
 background-color: #000000;  
 float: left; 
 display:inline; 
 clear: both;
 position: relative; 
 z-index: 0;
 width: 1000px; 
 margin: 0;}

#fla_index {
  	width: 1000px;
	height: 283px;
	padding: 0;
	border-bottom: 1px solid white;
	z-index: 1; }
	
#content {
  width: 990px;
  	padding: 5px;
	background-color: transparent;
	z-index: 1; 
	margin: 0;
	/*float: left;
	clear: left; */
	position: relative;
	display: block;}
	
 #maincol #content {
 	margin: 0;
	padding: 0 0 0 10px;
 }
  
/*   LEFT MENU   */
  
  * html  #left_nav {
  	margin: 0 0 0 5px;
  }
  #left_nav dl {
	padding: 0;
	margin: 10px 3px 88px 20px; 
	color: #fff; 	
  }
   #left_nav dd {
   	padding: 0;
		margin: 0 0 0 10px;
   }
	#left_nav dd a:link, #left_nav dd a:visited {
		font-size: 12px;
		text-decoration: none;
		color: #fff;
	}
	#left_nav dd a:hover {
	/*background-color: #ECCEC4;		*/
	text-decoration: underline;
	}
	
	#left_nav dt a:link, #left_nav dt a:visited {
		font-size: 12px;
		text-decoration: none;
		color: #fff;
	}
	#left_nav dt a:hover {
	background-color: #ECCEC4;		
	}
	
/* LEFT MENU NEW */

  
#leftnav_new dl {
  	padding: 0;
	margin: 10px 3px 10px 0px;}
		
#leftnav_new dd {
   	padding: 0;
		margin: 0 0 0 10px;
		font: normal 10px Verdana;
		line-height: 1.8;
		display: list-item;
      list-style: none outside;}
	
#leftnav_new dd a:link, #leftnav_new dd a:visited {
		text-decoration: none;
		color: #fff;
		font: normal 11px Verdana;}
		
#leftnav_new dd a:hover {
	background-color: #586063;}

#leftnav_new dt  {margin: 5px 0 0 0;}
	
#leftnav_new dt a:link, #leftnav_new dt a:visited {
		font-weight: normal;
		font-size: 17px;
		text-decoration: none;
		color: #fff;}
		
#leftnav_new dt a:hover {
	background-color: #586063;
	padding: 0 3px;
	margin: 0 -3px;}
	
	
/* ANKETA */
	.anketa {
		margin: 60px 0 0 30px;
		padding: 7px 9px;
		width: 437px;
		float: left;
		background-color: #0F0F0F;
		border-bottom: 5px solid #333;
		border-top: 5px solid #333;	
		color: #999;
	}
	* html .anketa {
		display: inline;
	}
	.anketa img {
		padding-right: 10px;
	}
	.anketa p {
	margin: 0;
	padding: 0;
	line-height: 13px;
	font-size: 11px;
	}
	
	/*guns css links class*/
	
	a.menu:link, a.menu:visited {
		font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		text-decoration: none;
		color: /*#61160C*/#fff;
	}
	a.menu:hover {
	/*background-color: #ECCEC4;		*/
	color: #ccc;
	}
	
	/*end of guns css links class*/
	
	
  
    	/*   end LEFT MENU   */
#products {
  	width: 740px;
	background-color: #0F0F0F;
	border-bottom: 5px solid #333333;
	border-top: 5px solid #333333;	
	float: right;
	margin: 0 10px 5px 0;
	position: relative;
	display: block;
	color: #ccc;
  }
  
iframe {
	background-color: #0F0F0F;
	float:left; 
}
  * html #products {
  	margin: 0 5px 5px 0;
  }
  
#fla_gallery {
  	width: 710px;
	padding: 0;
	margin: 4px 0 15px 15px;
	background-color: #0F0F0F;
	overflow: hidden;
  }

  /* -- CONTENT -- */
#tech_info {
  	width: 710px;
  	height: 100%;
	/*min-height: 162px;*/
 	overflow: hidden;
	padding: 0;
	margin: 0px 0 20px 10px;	
	line-height: 1.3;
  }
#tech_info p,  #tech_info li,  #tech_info span, #tech_info table tr td{
  color: #ccc;
  }
#tech_info p {
	margin: 7px 0 0 10px;
}
#tech_info img.left {
	text-align: left;
	border: 1px solid #333333;
	margin: 0 10px 10px 0;
} 
h1 {
	font: normal 16px "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #BA3629;
}
#tech_info h1 {
	text-align: left;
	margin: 20px 10px 10px 0px;
}
#tech_info a {
	margin: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}  
#tech_info a:hover {
	margin: 0;
	color: #999;
	text-decoration: underline;
} 
#tech_info .navbtm {
	padding: 10px 10px 0 0px;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 13px;
} 
#tech_info .navbtm a {
	margin: 0;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}  
#tech_info .navbtm a:hover {
	margin: 0;
	color: #999;
	text-decoration: underline;
} 


#tech_info ul {
	margin-top: 5px;
	list-style: disc outside;
} 
#tech_info li {
	margin: 0px 20px;
} 

#tech_info h2 {
  	font-size: 14px;
	color: black;
  }
  #tech_info h3 {
  font-size: 14px;
  	color: #61160C; 
  }
  table.tech_table {
  width: 650px;
border:1px solid #000;
border-collapse:collapse;
}

table.tech_table td {
border:1px solid #000;
padding: 3px;
color: black;
text-align: center;
}
.tech_table td.vars {
	color: #BB3629;
	font-size: 13px;
	font-weight: bold;
	background-color: #EECEC8;
	width: 95px;
	height: 30px;
}
.tech_table td.opps {
	font-size: 13px;
	background-color: #FCEFE6;
	width: 131px;
	height: 30px;
}

#distr {
	width: 540px;
	height: 300px;
	overflow: auto;
	padding: 0;
	margin: 20px 0 20px 80px;
	text-align: left;
	color: #ccc;
}
#distr H1 {
	font-size: 20px;
	font-weight: normal;
	color: #44281A;
	border-bottom: 2px solid #E9DAC9;
	text-indent: 12px;
	text-transform: uppercase;
}
.spacer {
	width: 450px;
	height: 330px;
}
 
 /*   FOOTER   */
 
#footer {
 height:35px; 
 line-height: 35px;
 padding: 0 12px;
	background-image: url(../img/footer_bg.jpg);
	font-size: 11px; 
 clear:both;
 } 
 #footer a:link, #footer a:visited, #footer a:hover {
 	color: white;
	text-decoration: none;
	font-size: 10px;
	float: right;
	padding: 0 2px;
 }
 
/*   ------------- KARIERI -------------    */

#karieri_ttl {
	font-size: 18px;
	font-weight: bold;	
	border-top: none 0;
	padding: 10px;
}

 dl.karieri {
width: 600px;
margin: 10px 40px;
padding: 0;
color: #ccc;
}

.karieri dt {
width: 250px;
float: left;
margin: 0;
padding: 5px;
border-top: 1px solid #ccc;
font-weight: bold;
font-size: 13px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.karieri dd {
float: left;
width: 300px;
margin: 0;
padding: 5px;
border-top: 1px solid #ccc;
}


 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



#left_nav {
  	/*width: 204px;
	background-color: #0F0F0F;
	padding: 12px 0 0 20px;
	margin: 0 0 0 11px;
	float: left;
	clear:left;
	border-bottom: 5px solid #333333;
	border-top: 5px solid #333333;	
	color: #999;
	font-size: 13px; */
	position: relative;
	display: block;
  	width: 220px;
	background-color: #0F0F0F;
	margin: 0;
	padding: 10px 0;
	float: left;
	clear: left;
	border-bottom: 5px solid #333333;
	border-top: 5px solid #333333;	
	color: #999;
	font-size: 13px;
  }
#left_nav p {
	margin: 0 0 5px 10px;
}
#maincol #left_nav {
	margin-left:5px;
}
#left_nav a {
	margin: 0 5px 0 15px;
}

/* new menu */
#leftnav_new {
	position: relative;
	display: block;
  	width: 220px;
	background-color: #0F0F0F;
	margin: 0 0 0 0px;
	float: left;
	clear: left;
	border-bottom: 5px solid #333333;
	border-top: 5px solid #333333;	
	color: #999;
	font-size: 13px;}
	
#leftnav_new p {
	margin: 5px 5px 5px 10px;
}
	/*
* html  #leftnav_new {
  	margin: 0 0 0 5px;}*/
#maincol #leftnav_new {
	margin-left:5px;
}
#leftnav_new .glossymenu {
	padding:10px 0 20px 10px;
	margin: 0;
}
#leftnav_new .glossymenu h2.menuitem {
	background: #333333 url(../img/dotted.gif) bottom repeat-x;
	font: bold 15px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
 	color: #999;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	margin: 0;
	line-height: 1.3;
	padding: 2px 0 3px 0;
 	text-indent: 10px;
 	text-align: left;
 	cursor: pointer;
}

#leftnav_new .glossymenu h2.menuitem:hover {
	background: #141517 url(../img/dotted.gif) bottom repeat-x;	
	color: #ccc;
}

#leftnav_new a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

#leftnav_new div.submenu{ /*DIV that contains each sub menu*/
background: transparent;
}

#leftnav_new div.submenu ul{ /*UL of each sub menu*/
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav_new div.submenu ul li{
  text-align: left;
}

#leftnav_new div.submenu ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 1px 20px;
	border-bottom: 1px solid #333333;
}
* html #leftnav_new div.submenu ul li a {
 	height: 14px;	
}

#leftnav_new div.submenu ul li a:hover{
/*background: #B9CEEB;*/
	border-bottom: 1px solid #BC362B;
	color: #BC362B;
}
#leftnav_new div.submenu ul li a:focus {
	outline: none;
}
/* end of new menu */


#loginform label{
	color: #ccc;
}

#distr h1{
	color: #ccc;
}



/* --- NEW contact form CSS --- */

#products form{
	float: left;
	color:#ccc;
	width: 430px;
	margin: 0 0 0 50px;
	display:block;
}
#products form p {
	float: left;
	margin: 0 0 7px 0;
}
#products form label {
	float: left;
	width: 120px;
	margin: 0;
}

#products form input.datafield,
#products form textarea, 
#products form input.verify {
	float: left;
	border: 1px solid #666;
	background: #333; 
	margin: 0;
	color: #fff;
}
#products form input.datafield {
	width: 250px;
	height: 18px;
}
#products form textarea {
	width: 300px;
	height: 120px;
	overflow: hidden;
}
#products form input.verify {
	width: 55px;
	height: 18px;
}

#products form input.button,
#left_nav p input.button {
	background: #000;
	color: #666;
	font-weight: bold;	
	border: 1px solid #333;
	padding:0;
	margin: 0 0 0 100px;
	width: 100px;
}
#products form input.button:hover,
#left_nav div.logform input.button:hover {
	background: #0F0F0F;
	color: #ccc;
	font-weight: bold;	
	border: 1px solid #666;
}

#left_nav div.logform input.button  {
	background: #000;
	color: #666;
	font-weight: bold;	
	border: 1px solid #333;
	margin: 10px 0 0 0;
	width: 70px;
}

#left_nav div.logform {
	width:180px;
	height: 100%;
	margin: 0 0 0 25px;
	text-align: left;
	display: block;
	float:left;
	clear:left; 
	padding-bottom: 20px;
}
#left_nav div.logform p {
	margin: 0;
}
#left_nav div.logform label {
	margin: 7px 0 0 0;
	text-align: left;
	float: left;
}

#left_nav div.logform input.logindata {
	margin: 0;
	width:170px;
	border: 1px solid #666;
	background: #333; 
	color: #fff;
}