* {
	margin: 0px;
	padding: 0px
}

img {
	border: 0px
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #2A3342;
	margin: auto;
	font-family: Tahoma;
	font-size: 11px;
}

a {
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

ul {
	padding-top: 5px;
  padding-left: 25px;
}

ul li {
  list-style-image:url(../img/li_arrow.png);  
	font-size:8pt;
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;  
	vertical-align: baseline;
}

.subject {
	color:#2a3342;/*#f80003*/
	font-family: verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-left: 30px; 
	text-align: left; 
	vertical-align: middle;
}

.content {
  font-family: tahoma; 
	color: #000000; 
	font-size: 8pt; 
	padding-left: 30px; 
	padding-right: 50px;
	padding-bottom: 10px;
	text-align:left; 
	vertical-align:top;	
}

.footer {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.td_miniblock {
  background: url('../images/index_05.jpg'); 
  background-repeat: no-repeat; 
  padding-top: 30px;
}

.miniblock {
	font-family: tahoma; 
	font-size: 8pt; 
	color: #ffffff; 
	text-align: left; 
	vertical-align: top; 
	margin: 10px;
}

.impl_firm {
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 5px;
}

.impl_link a {
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
}

.pics { 
    height:  182px; 
    width:   232px; 
    padding: 0; 
    margin:  0; 
}

.pics img { 
    padding: 15px; 
    border:  1px solid #ccc; 
    background-color: #eee; 
    top:  0;
    left: 0
}

#login {
	color: #000000; 
	font-size: 8pt; 
}

.items img {
  margin:0;
}

/* make A tags our floating scrollable items */
.items a {
  display:block;
  float:left;
  margin:10px 2px;
} 


/* tooltip styling */
#tooltip {
  display:none;
  background:url(/img/tooltip/black_arrow.png);
  font-size:12px;
  height:70px;
  width:160px;
  padding:25px;
  color:#fff;
}



/* scrollable should not disable gallery navigation */
#gallery .disabled {
  visibility:visible !important;
}

#gallery .inactive {
  visibility:hidden !important;
}



img[rel] {
    cursor:pointer;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#4D5560; 
     
    width:675px;     
    min-height:250px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:200px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
}
.details h4 a{ 
    color:#fff; 
    font-size:13px; 
}