﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,100italic,300italic,400italic,500italic,700italic&subset=latin,latin-ext);

html { -webkit-font-smoothing: subpixel-antialiased; }
img { behavior:url(iepngfix.htc); }
a { outline: 0; border:0px;}
A:link,A:visited,A:active { text-decoration:none; outline: 0; border:0px; }
.div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }

form { display: inline; }

a img { border: none; }
img.border { border: 1px solid #d0d0d0; }
img.border:hover { border: 1px solid #233b57; }
img.border_orange { border: 1px solid #F2DAD1; }

.img_zoomer {transition-duration: 0.4s; transform: scale(1.0); -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
.img_zoomer:hover {transition-duration: 0.4s; transform: scale(1.08); -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }
.div_zoomer {transition-duration: 0.3s; transform: scale(1.0); -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -o-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
.div_zoomer:hover {transition-duration: 0.3s; transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

ul.catalog { padding: 0; margin: 0; }
li.catalog1 { list-style:none; margin-left: 5px; padding-left:0px; }
li.catalog2 { background:url(../gui/catalog_gem_2.png) 0px 0px no-repeat; list-style:none; margin-left: 10px; padding-left:10px; }

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%; top: 50%;
  /*background-image: url('../gui/preloader.gif');*/
  background-image: url('../gui/zoom/loading.gif');
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

body {
overflow: hidden;	
background:url('../gui/body_bg_overlay.png'), url('../gui/body_bg.png'); 
background-repeat:no-repeat, repeat-y;
background-attachment:fixed, fixed;
background-position:center, center;
margin:0;
padding:0;
background-color:#efefef;
/* background-color:#e1e1e1; */
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-size-adjust: 100%;
}

/* fix Android background bug */ 
/* @media screen and (max-width: 1000px) {
body {
background:none;
background-color:#fff;
margin:0;
padding:0;
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-size-adjust: 100%;}
} */

.wrapper1, .wrapper2 { width:364px; border: none 0px; overflow-x: scroll; overflow-y: hidden;	}
.wrapper1 {	height:12px; }
.wrapper2 {	height:822px; }
.div1 {width:605px; height: 20px; }
.div2 {width:605px; height: 822px; overflow-x:scroll; overflow-y: hidden;}

.wrapper3, .wrapper4 { width:300px; border: none 0px; overflow-x: scroll; overflow-y: hidden; }
.wrapper3 {	height:12px; }
.wrapper4 {	height:738px; }
.div3 {width:605px; height: 20px; }
.div4 {width:605px; height: 738px; overflow-x: scroll; overflow-y: hidden;}

.wrapper5, .wrapper6 { width:364px; border: none 0px; overflow-x: scroll; overflow-y: hidden;	}
.wrapper5 {	height:12px; }
.wrapper6 {	height:546px; }
.div5 {width:726px; height: 20px; }
.div6 {width:726px; height: 546px; overflow-x:scroll; overflow-y: hidden;}

.wrapper7, .wrapper8 { width:254px; border: none 0px; overflow-x: scroll; overflow-y: hidden;	}
.wrapper7 {	height:12px; }
.wrapper8 {	height:445px; }
.div7 {width:354px; height: 20px; }
.div8 {width:354px; height: 445px; overflow-x:scroll; overflow-y: hidden;}

.wrapper9, .wrapper10 { width:350px; border: none 0px; overflow-x: scroll; overflow-y: hidden;	}
.wrapper9 	{	height:12px; }
.wrapper10 	{	height:402px; }
.div9 	{width:350px; height: 20px; }
.div10 {width:350px; height: 402px; overflow-x:scroll; overflow-y: hidden;}


.wrapper11, .wrapper12 { width:357px; border: none 0px; overflow-x: scroll; overflow-y: hidden;	}
.wrapper11 {	height:12px; }
.wrapper12 {	height:822px; }
.div11 {width:625px; height: 20px; }
.div12 {width:625px; height: 822px; overflow-x:scroll; overflow-y: hidden;}


::-webkit-scrollbar
{
  width: 12px; height: 12px; 
	background: rgba(35,59,87,0.05);
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	background: rgba(35,59,87,0.3);
}

div#spacer { display:inline-block; position:relative; margin:0; padding:0; }
div#container { display: inline-block; position: relative;  vertical-align: top; text-align: left; margin:0; padding:0; }
div#noise { display: inline-block; width:700px; height:300px; position: absolute; top:0px; left:0px; background:url('../gui/noise.png');}

div#container_page {
display:block;
width:1010px;
margin-left:auto;
margin-right:auto;
top:0px;
z-index:1;
}

div#top_container_wide{
	width:100%;
	height:402px;
	text-align:center;
	background:url('../gui/body_stripe_left.png') no-repeat;
	background-position: center 62px;}

div#bot_container_wide{
	width:100%;
	height:317px;
	text-align:center;
	background:url('../gui/body_stripe_right.png') no-repeat;
	background-position: center top;	}		
	
div#column_full {
display:inline-block;
width:1010px;
text-align: left;
}

div#column_left {
display:block;
width:300px;
padding-right:10px;
float: left;
text-align: left;
}

div#column_left.cube_orange {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_orange.png');
background-repeat: no-repeat;
}

div#column_left.cube_yellow {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_yellow.png');
background-repeat: no-repeat;
}

div#column_left.cube_grey {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_grey.png');
background-repeat: no-repeat;
}

div#column_left.cube_green {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_green.png');
background-repeat: no-repeat;
}

div#column_left.cube_red {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_red.png');
background-repeat: no-repeat;
}

div#column_left.cube_blue {
height: 280px;
padding-top:20px;
background:url('../gui/top_cube_blue.png');
background-repeat: no-repeat;
}

div#column_right {
display:block;
width:700px;
float: left;
text-align: left;
margin:0;
padding:0;
}

div#container.col12 {
	float: left;
	padding:0px 20px 0px 0px;
	width:460px;
}

div#container.col3 {
	float: left;
	width:220px;
}

div#container.col1 {
	float: left;
	width:220px;
	padding:0px 20px 0px 0px;
}

div#container.col23 {
	float: left;
	width:460px;

}

div#container.coll23 {
	float: left;
	width:700px;
}

div#container.overview {
height:60px; 
display: table;
   vertical-align: middle;
border-top: 1px solid #c4c4c4; 
border-left: 1px solid #c4c4c4; 
border-right: 1px solid #c4c4c4; 
padding:2px;
cursor:pointer;
}

div#container.overview_capacitors {
height:41px; 
display: table;
   vertical-align: middle;
border-top: 1px solid #c4c4c4; 
border-left: 1px solid #c4c4c4; 
border-right: 1px solid #c4c4c4; 
padding:2px;
cursor:pointer;
}

div#container.overview_top {
height:20px; 
display: table;
   vertical-align: middle;
border-top: 1px solid #c4c4c4; 
border-left: 1px solid #c4c4c4; 
border-right: 1px solid #c4c4c4; 
padding:2px;
}

div#container.overview2 {
display: table-cell; vertical-align: middle; cursor:pointer;
}

div#container.results {
height:59px; 
display: table;
vertical-align: middle;
padding:2px;
border:1px solid #c4c4c4;
cursor: pointer;
}

div#container.results2 {
height:59px; 
display: table;
vertical-align: middle;
float:left;
cursor: pointer;
}

div#milestones.left {
	float: left;
	width:180px;
	padding: 0px 40px 0px 0px;
	text-align:right;
}

div#milestones.right {
	float: right;
	padding-right: 20px;
	width:458px;
	border: 1px solid #b4b4b4;
	background-color: #e0e2e4;
}

div#certificates.left {
	float: left;
	width:180px;
	padding: 0px 40px 0px 0px;
	text-align:right;
}

div#certificates.right {
	float: right;
	padding: 20px;
	width:438px;
	border: 1px solid #b4b4b4;
	background-color: #e0e2e4;
}

div#news.left {
	float: left;
	width:160px;
	padding: 0px 20px 0px 0px;
	text-align:left;
}

div#news.right {
	float: right;
	padding: 20px;
	width:458px;
	border: 1px solid #b4b4b4;
	background-color: #e0e2e4;
}

div#contact.left {
	float: left;
	width:180px;
	padding: 18px 0px 0px 0px;
	text-align:left;
}

div#contact.right {
	float: right;
	padding: 20px;
	width:458px;
	border: 1px solid #b4b4b4;
	background-color: #e0e2e4;
}

div#container.whitespace {
	float: left;
	width:700px;
	height: 1px;
	background-color: transparent;
}

div#container.orange_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #DD5522;
}

div#container.yellow_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #FFAA00;
}

div#container.green_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #1A7200;
}

div#container.blue_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #0064AC;
}

div#container.red_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #C10000;
}

div#container.grey_bar {
	float: left;
	width:700px;
	height: 29px;
background-color: #dddddd;
}

div#container.automotive {
	float: left;
padding-top:10px;
padding-bottom:10px;
margin-left: 1px;margin-bottom: 1px;
	width:517px;
	height:123px;
	border: 1px solid #FFAA00;
}

div#container.automotive_negative {
	float: left;
padding:10px;
	width:160px;
	height:125px;	
background-color: #FFAA00;
}

div#container.industrial {
	float: left;
padding-top:10px;
padding-bottom:10px;
margin-left: 1px;margin-bottom: 1px;
	width:517px;
	height:123px;
	border: 1px solid #389015;
}

div#container.industrial_negative {
	float: left;
padding:10px;
	width:160px;
	height:125px;	
background-color: #389015;
}

div#container.overvoltage {
	float: left;
padding-top:10px;
padding-bottom:10px;
margin-left: 1px;margin-bottom: 1px;
	width:517px;
	height:123px;
	border: 1px solid #df1d00;
}

div#container.overvoltage_negative {
	float: left;
padding:10px;
	width:160px;
	height:125px;	
background-color: #df1d00;
}

div#container.telecom {
	float: left;
padding-top:10px;
padding-bottom:10px;
margin-left: 1px;margin-bottom: 1px;
	width:517px;
	height:123px;
	border: 1px solid #0C82CA;
}

div#container.telecom_negative {
	float: left;
padding:10px;
	width:160px;
	height:125px;	
background-color: #0C82CA;
}

div#container.order_arrow {
  float:left;
  background-image: url('../gui/comp_arrow.png');
  background-repeat: no-repeat;	
}

div#container.order_arrow2 {
  float:left;
  background-image: url('../gui/comp_arrow2.png');
  background-repeat: no-repeat;	
}


div#container.order { position: absolute; }


div#management_1 { display: inline-block; position:relative; text-align:left; width:700px;}
div#management_2 { display: none; position:relative; text-align:left; width:700px; }

div#environmental { display: inline-block; position:relative; text-align:left; width:700px;}
div#quality 	  { display: none; position:relative; text-align:left; width:700px; }

div#features { display: inline-block; position:relative; text-align:left; width:700px;}
div#order 	  { display: none; position:relative; text-align:left; width:700px; }
div#news_table { display: inline-block; position:relative; text-align:left; width:488px;}

div#gem_tellmemore {
	display:block;
	position: relative;
	text-align: right;
	width: 100px;
	height:20px;
	padding-top:15px;
	padding-right: 5px;	
	background:url('../gui/gem2_0.png');
	font-family: "Roboto", sans-serif;
	font-weight:300;
    line-height:150%;	
	text-decoration: none;
    font-size: 12px;
	color: #fff;
	float: right;
	cursor: pointer;
	transition-duration: 0.3s;
}

div#gem_tellmemore:hover {
	background:url('../gui/gem2_1.png');	
	cursor: pointer;
	transition-duration: 0.3s;
}

div#mm_about_container, div#mm_products_container, div#mm_services_container, div#mm_applications_container, div#mm_news_container, div#mm_contact_container 
{ 
display: block; 
position: relative;  
float:left;
text-align: left; 
margin:0; 
padding:15px 0 0 0;
height:20px;
font-family: "Roboto", sans-serif;
font-size: 12px;
font-weight:400;	
color: #233b57;
text-decoration: none;
cursor:pointer;
}
 
div#mm_border {
padding-left:20px;
padding-top: 20px;
border:1px solid #d9e6ef;

/* rgba(255, 0, 0, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; */

}

div#mm_about {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:220px;
padding-top: 19px;
margin-left:34px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow.png');
}

div#mm_products {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:170px;
padding-top: 19px;
margin-left:125px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow.png');
} 

div#mm_services {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:220px;
padding-top: 19px;
margin-left:220px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow.png');
}

div#mm_applications {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:220px;
padding-top: 19px;
margin-left:307px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow.png');
}

div#mm_news {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:220px;
padding-top: 19px;
margin-left:423px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow.png');
}

div#mm_contact {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:220px;
padding-top: 19px;
margin-left:480px;
top:43px;
z-index:100;
text-align: left;
background:url('../gui/mmenu_arrow_2.png');
}

div#sm_products {
display:block; 
position:relative;
height:30px;
cursor: pointer;
text-align: left;
}

div#sm_varistors {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:270px;
padding-top: 22px;
padding-left: 20px;
margin-left:141px;
top:19px;
z-index:100;
text-align: left;
background:url('../gui/smenu_bg.png');
} 

div#sm_capacitors {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:270px;
padding-top: 22px;
padding-left: 20px;
margin-left:141px;
top:49px;
z-index:100;
text-align: left;
background:url('../gui/smenu_bg.png');
}

div#sm_gdt {
visibility: hidden;
display:block; 
position:absolute;
float:left;
width:270px;
padding-top: 22px;
padding-left: 20px;
margin-left:141px;
top:79px;
z-index:100;
text-align: left;
background:url('../gui/smenu_bg.png');
}

div#fast_menu {
display: inline-block;
width: 275px;
height: 30px;
padding: 15px 0px 0px 15px;
background-color:#e0e2e4;
font-family: "Roboto", sans-serif;
font-weight:300;
text-decoration: none;
font-size: 15px;
color: #233b57;
cursor: pointer;	
transition-duration: 0.3s;
}

div#fast_menu:hover {
	/* background-color:#DD5522; */
	background-color:#919DAB;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.3s;	
}

div#fast_menu.active {
	background-color:#919DAB;
	color: #fff;
	cursor: pointer;
}

div#float_container {
    position:absolute;  
    width:74px;height:300px;top:0px;right:0px;
    z-index:100;
}	

div#float_menu {
display:block; 
width:74px;
height:75px;
z-index:100;
text-align: right;
color:#9BA7B4;
cursor: pointer;
}

div#float_menu.print { background:url('../gui/float_print_0.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.print:hover { color:#fff; background:url('../gui/float_print_1.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.webmail { background:url('../gui/float_webmail_0.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.webmail:hover { color:#fff; background:url('../gui/float_webmail_1.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.webmap { background:url('../gui/float_webmap_0.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.webmap:hover { color:#fff; background:url('../gui/float_webmap_1.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.home { background:url('../gui/float_home_0.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.home:hover { color:#fff; background:url('../gui/float_home_1.png'); background-repeat: no-repeat; transition-duration: 0.3s; }
div#float_menu.qr { background:url('../gui/float_qr_0.png'); background-size: cover; background-repeat: no-repeat; transition-duration: 0.3s; margin-top:1px;}
div#float_menu.qr:hover { color:#fff; background:url('../gui/float_qr_0.png'); background-size: cover; background-repeat: no-repeat; transition-duration: 0.3s; }



div#layer_tab_act {
display: inline-block;
width: 216px;
height: 30px;
padding: 15px 0px 0px 15px;
background-color:#919DAB;
margin-right:1px;
font-family: "Roboto", sans-serif;
font-weight:300;
text-decoration: none;
font-size: 15px;
color: #fff;
cursor: pointer;	
}

div#layer_tab {
display: inline-block;
width: 216px;
height: 29px;
padding: 10px 0px 0px 15px;
background-color:#e0e2e4;
margin-right:1px;
font-family: "Roboto", sans-serif;
font-weight:300;
text-decoration: none;
font-size: 15px;
color: #233b57;
cursor: pointer;	
}

div#layer_tab:hover {
	/* background-color:#DD5522; */
	background-color:#919DAB;
	color: #fff;
	cursor: pointer;
margin-right:1px;	

}


blockquote {
	display: block;
	padding: 24px 10px 0px 30px;
	margin:0;
	background:url('../gui/quote.png');
	background-position:0px 25px;
	background-repeat: no-repeat;
	font-style:italic;
	background-color:#e0e2e4;
	/*background-color:#F2DAD1;*/
}

blockquote cite {
			color: #DD5522;
			font-size: 13px;
			display: block;
			margin-top: 15px;
			font-style:normal;
			font-weight:400;

}

blockquote cite:before {
		content: "- ";
}

input.login {
	margin-top: 0px;
	border: 1px solid #233b57;
	background-color: transparent;
	width: 200px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:100%;
	}

input.webmail {
	margin-top: 0px;
	border: 1px solid #233b57;
	background-color: transparent;
	width: 200px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:100%;
	}

textarea.webmail {
	margin-top: 0px;
	border: 1px solid #233b57;
	background-color: transparent;
	width: 448px;
	height: 228px;
	padding: 5px 5px 5px 5px;
	line-height:120%;
	overflow: auto;
}

textarea.account {
	margin-top: 0px;
	border: 1px solid #233b57;
	background-color: transparent;
	width: 448px;
	height: 158px;
	padding: 5px 5px 5px 5px;
	line-height:120%;
	overflow: auto;
}

input.antispam {
	margin-top: 0px;
	border: 1px solid #233b57;
	background-color: transparent;
	width: 120px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:100%;
	}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover { border: 1px #DD5522 solid; background-color: #fff; }
	
/* antispam font generator */
div.n1 { width:16px; height: 16px; -ms-transform: rotate(7deg); -webkit-transform:rotate(7deg);  transform: rotate(7deg); float:left;}
div.n2 { width:16px; height: 16px; -ms-transform: rotate(12deg); -webkit-transform:rotate(12deg);  transform: rotate(12deg);  float:left;}
div.n3 { width:16px; height: 16px; -ms-transform: rotate(-8deg); -webkit-transform:rotate(-8deg);  transform: rotate(-8deg);  float:left;}
div.n4 { width:16px; height: 16px; -ms-transform: rotate(3deg); -webkit-transform:rotate(3deg);  transform: rotate(3deg);  float:left;}
	
	
	
.typo {
	font-family: "Roboto", sans-serif;
	font-weight:100;
	text-decoration: none;	
}

.logo {
	font-size: 32px;
	color: #233b57;
}

.slogan {
	font-size: 11px;
	font-weight:300;	
	color: #233b57;
}

.moto {
	font-size: 12px;
	font-weight:300;	
	color: #9BA7B4;
}

.menu {
	font-size: 12px;
	font-weight:300;	
	color: #233b57;
	text-decoration: none;
}

.menu:hover {
	color: #DD5522;
	cursor: pointer;
	}

.news {
	font-size: 26px;
	color: #233b57;
}	

.series {
	font-size: 14px;
	color:#233b57;
}

.series2 {
	font-size: 14px;
	color:#e0e0e0;
}

.contact {
	font-size: 18px;
	color:#e0e0e0;
}
	
span.pullmenu {
display:block;
width:220px;
	font-size: 13px;
	font-weight:300;	
	color: #233b57;
	text-decoration: none;
	line-height:180%;
	cursor: pointer;
}	

span.pullmenu:hover {
	color: #bb3300;
	cursor: pointer;
}

span.pullmenu_active {
display:block;
width:220px;
	font-size: 13px;
	font-weight:300;	
	color: #bb3300;
	text-decoration: none;
	line-height:200%;
	cursor: pointer;	
}

span.pullmenu_active:hover {
display:block;
width:220px;
	font-size: 13px;
	font-weight:300;	
	color: #bb3300;
	text-decoration: none;
	line-height:200%;
	cursor: pointer;	
}

span.pullmenu:hover {
	color: #bb3300;
	cursor: pointer;
}

span.submenu {
display:block;
	font-size: 12px;
	font-weight:300;	
	color: #9BA7B4;
	text-decoration: none;
	line-height:180%;
	
}	

span.submenu:hover {
	color: #d9e6ef;
	cursor: pointer;
}
	
.title {
	font-size: 24px;
	font-weight:300;
	/* color: #DD5522; */
	color: #DD5522;
}

.title_sub {
	font-size: 18px;
	font-weight:300;
	/* color: #DD5522; */
	color: #DD5522;
}

.sub_title {
	font-size: 12px;
	font-weight:300;
	font-style:italic;
	color: #233b57;
	line-height:150%;
}

.text {
	font-size: 14px;
	font-weight:300;	
/*	color: #606060; */
	color: #282828;
	line-height:200%;
}

.text1 {
	font-size: 12px;
	font-weight:300;
	color: #282828;	
	line-height:180%;
}

.text11 {
	font-size: 10px;
	font-weight:300;
	color: #282828;	
	line-height:180%;
}

.text2 {
	font-size: 12px;
	font-weight:300;
	color: #282828;	
	line-height:150%;
}

a.text2:hover {
	color: #DD5522;
}

.text3 {
	font-size: 16px;
	font-weight:400;	
	color: #233b57;
	line-height:200%;
}

.text4 {
	font-size: 20px;
	font-weight:400;	
	color: #233b57;
	line-height:200%;
}

.text4a {
	font-size: 20px;
	font-weight:400;	
	color: #233b57;
	line-height:100%;
}


.text5 {
	font-size: 10px;
	font-weight:300;
	color: #282828;	
	line-height:140%;
}

.copyright {
	font-size: 11px;
	font-weight:300;
	color: #d9e6ef;
	line-height:150%;
}	

a.copyright:hover {
	color: #DD5522;
}

.icons {
	font-size: 9px;
	font-weight:400;
	color: #ffffff;
	line-height:150%;
}

.white 	{color: #fff;}
.grey 	{color: #606060;}
/* .grey2 	{color: #b4b4b4;} */
.grey2 	{color: #909090;}
.blue	{color: #233b57;}
.silver {color: #d9e6ef;}
.red    {color: #DF1D01;}

/*.silver  {color: #9BA7B4;}*/

.orange	{color: #DD5522;}
/*.orange	{color: #DD5522;}*/

.bg_grey 	{background-color: #D6E8D7; border-top: 1px solid #909090; }
.bg_grey2 	{background-color: #FDEAD2; border-top: 1px solid #909090; }
.bg_grey3 	{background-color: #BCE3F9; border-top: 1px solid #909090; }

.light 	{font-weight:100;}
.normal {font-weight:300;}
.bold 	{font-weight:500;}

.italic 	{font-style:italic;}

div#greetings_overlay       { display: block; z-index:999; }
div#error_antispam 			{ display:none; }
div#error_fields   			{ display:none; }
div#valid_fields   			{ display:none; }
div#valid_fields_account   	{ display:none; }

div#page_overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	display: table-block;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: url('../gui/overlay.png');
	background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)) repeat-x rgba(255,255,255,0.5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.5))) repeat-x rgba(255,255,255,0.5);
	}

#win_overlay {
	position: relative;
	display: block;
	width: 400px;
	height: 273px;
	padding: 1px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: 30%;
	bottom: 50%;
	background-color: #ffffff;
	border: 1px solid #233B57;
}	
	
div#page_overlayer_xmas {
	width: 100%;
	height: 100%;
	position: fixed;
	display: table-block;
	top: 0px;
	left: 0px;
	z-index:2147483647;
	background: url('../img/gui/overlay.png');
	background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)) repeat-x rgba(255,255,255,0.5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.5))) repeat-x rgba(255,255,255,0.5);
}

div#window_overlay_xmas {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	display: block;
	width: 800px;
	height: 660px;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 1px solid #233B57;
	z-index:2147483647;
	}

div#page_overlayer_easter {
	width: 100%;
	height: 100%;
	position: fixed;
	display: table-block;
	top: 0px;
	left: 0px;
	background: url('../img/gui/overlay.png');
	background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)) repeat-x rgba(255,255,255,0.5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.5))) repeat-x rgba(255,255,255,0.5);
}	

div#window_overlay_title {
	position: relative;
	display: block;
	padding: 10px 20px;
	text-align: left;
	background-color: #233B57;
	font-size: 22px;
	color: #fff;
}
	
/* zoomer */
/* Colorbox Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* User Style: */
#cboxOverlay{background:url(../gui/zoom/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../gui/zoom/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../gui/zoom/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../gui/zoom/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../gui/zoom/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../gui/zoom/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../gui/zoom/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../gui/zoom/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../gui/zoom/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:48px;}
        #cboxTitle{position:absolute; bottom:20px; left:0; text-align:left; width:100%; font-family: 'Roboto', sans-serif; font-weight:300; font-size: 12px; line-height: 28px; color: #233b57; }
        #cboxCurrent{position:absolute; bottom:7px; font-weight:300; font-family: 'Roboto', sans-serif; font-size: 10px; right:80px; color:#233b57;}
        #cboxLoadingOverlay{background:url(../gui/zoom/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../gui/zoom/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#606060;}
        #cboxPrevious{position:absolute; bottom:0px; right:50px; background:url(../gui/zoom/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0px; right:25px; background:url(../gui/zoom/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0px; right:0px; background:url(../gui/zoom/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; z-index:100;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
