/*-------------------css for home page starts here-------------------------------------------*/
/* Layer of background header image */
#header 
{
  position: relative;
  width: 719px;
  height: 240px;
  background-image:url(../images/header_small.png);
  margin: -0.5% auto ;
  background-position:top; 
  background-repeat:no-repeat;
  /*margin-bottom: 0px;*/
  z-index:1;
  /*clear: both; */
}
#header2
{
  position: relative;
  width: 719px;
  height: 185px;
  background-image:url(../images/header_small_2.png);
  margin: -0.5% auto ;
  background-position:top; 
  background-repeat:no-repeat;
  /*margin-bottom: 0px;*/
  z-index:1;
  /*clear: both; */
}
#content_block
{
padding-left:1px;
padding-right:1px;
position:relative;
margin:auto ;
width:719px;
}
#top_menu
{
  background:url(../images/menu_bar.png);
  height:39px;
  width:656px;
  position:relative;
  /*margin:auto;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 92px;
  z-index:2;
}
/*-------------------css for footer starts here-------------------------------------------*/
#footer 
{
  position: relative;
  width: 719px;
  margin: auto;
  background-position:top; 
  background-repeat:no-repeat;
  z-index:1;
  clear: both;
  background-color: #4d4d4d; 
}
#footer_nav
{
 position: relative;
 color: white; 
 font-family: Arial,Helvetica,Sans-Serif; 
 text-decoration: none; 
 font-size: 12px;
 padding-top: 10px;
 padding-bottom: 10px;
 left: 270px;
}
#footer_nav a
{
  cursor: pointer;
  outline: none;
  color:  white;
  text-decoration: none;
  font-family:arial;
  font-size:11px;
}
#footer_nav a:link 
{
	color: white; 
  	text-decoration: none;
  	font-family:arial;
  	font-size:11px;
}
#footer_nav a:visited 
{ 
  color: white; 
  text-decoration: none;
  font-family:arial;
  font-size:11px;
}
#footer_nav a:hover 
{
  color: #06a6d6;
  text-decoration: none;
  font-family:arial;
  font-size:11px;
}
#footer_nav a:active 
{
  color: #06a6d6;
  text-decoration: none;
  font-family:arial;
  font-size:11px;
}
/*-------------------css for footer ends here-------------------------------------------*/
div#InnerLeft 
{ 
  position: relative; 
  float: left; 
  width:719px;
  display: block; 
  /*margin-left: 1%; */
  /*margin-right: auto;*/
}
div#InnerRight 
{ 
  position: relative; 
  float: left; 
  width:328px;
  display: block; 
  margin-left: 5px; 
  /*margin-right: auto;*/
}
#url_input_field
{
  font-size:16px;
  position:absolute;
  
  top:8px;
  width:284px;
  left:0px;

	color:#5C6459;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	z-index: 3;
	padding: 2px; /*an area around the content (inside the border) of an element*/
} 
#wis_block
{
  position: relative; 
  float: right;
  background-image:url(../images/wis_background.png);
  background-repeat:no-repeat;
  height:190px;
  display: block; 
  width:335px;
  /*top:18px;
  left:367px;*/
  /*margin-left: auto; */
  margin-right: 5px;
  margin-bottom:5px;
  margin-top:5px;
}
#submit_div
{
  position:relative;
  left:23px;
  top:55px;
  width:290px;
  height:120px;
}
#button
{
  position:relative; 
  margin-top:14% ;
  margin-left:27%;
}
#email_checkbox_div
{
  position:relative;
  left:40px;
  top:202px;
}
#user_email
{
  position:relative;
  left:90px;
  top:0px;
  width:150px;
}
#results
{
  font-family: arial, "times new roman", sans-serif;  
  margin-left:1%;
  margin-top:20px;
  margin-bottom:50px;
  position:relative;
  /*display:block;*/
  clear:both;
  /*border:1px dotted;*/
  width:92%;
  height:20%;
}
.textstyle
{
	color:#5C6459;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
	position: relative;
	z-index: 3;
	padding: 10px; /*an area around the content (inside the border) of an element*/
}
h3.textstyle
{
      color: #06a6d6;  
      padding:0px;
      font-style:normal;   
      font-weight: bold;
}
/*-------------------css for HOME page ends here-------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#slide
{
	cursor: pointer;
	font-weight:bold;
}
#slide:hover
{
	color:#06a6d6; 
}
#view
{
	text-align:justify;
}
/*-------------------css for NEWS page ends here-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------css for SERVICES page starts here-------------------------------------------*/
#services
{
  position: relative; 
  float: left; 
  height:150px;
  display: block; 
  width:488px;
  top:30%;
  /*margin-left: auto; */
  margin-left: 1%;
}
/*-------------------css for SERVICES page ends here-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------css for ARTICLES page starts here-------------------------------------------*/
#article
{
  position: relative; 
  float: left; 
  display: block; 
  /*margin-left: auto; */
  margin-left: 1%;
}
/*-------------------css for ARTICLES page ends here-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------css for FAQ page starts here-------------------------------------------*/
#faq
{
  position: relative; 
  float: left; 
  height:150px;
  display: block; 
  width:488px;
  top:30%;
  /*margin-left: auto; */
  margin-left: 1%;
}
/*-------------------css for FAQ page starts here-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------css for ABOUT page starts here-------------------------------------------*/
#about
{
  position: relative; 
  float: left; 
  height:150px;
  display: block; 
  width:488px;
  top:205px;
  /*margin-left: auto; */
  margin-left: 1%;
}
/*-------------------css for ABOUT page ends here-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*------------------------------ css for TOP MENU navigation starts here----------------------*/
/* HOME_link */
#HOME {
  position: absolute;
  left: 70px; /*it was 133*/
  top: 104px;
  width: 34px;
  height: 8px;
  z-index: 7;
}

/* NEWS_link */
#NEWS {
  position: absolute;
  left: 180px;
  top: 104px;
  width: 34px;
  height: 8px;
  z-index: 8;
}

/* SERVICES_link */
#SERVICES {
  position: absolute;
  left: 280px;
  top: 104px;
  width: 58px;
  height: 8px;
  z-index: 9;
}

/* ARTICLES_link */
#ARTICLES {
  position: absolute;
  left: 389px;
  top: 104px;
  width: 57px;
  height: 8px;
  z-index: 10;
}

/* FAQ_link */
#FAQ {
  position: absolute;
  left: 620px;
  top: 104px;
  width: 23px;
  height: 9px;
  z-index: 12;
 }

/* ABOUT US_link */
#ABOUT_US {
  position: absolute;
  left: 495px;
  top: 104px;
  width: 70px;
  height: 8px;
  z-index: 11;
}


 /*------------------------------ css for TOP MENU navigation ends here----------------------*/
 /*-----------------------------------------------------------------------------------------*/
a.active_link {
  cursor: pointer;
  outline: none;
  color:  #06a6d6;
  text-decoration: none;
  font-family:arial;
  font-weight: bold;
  font-size:11px;}
a.active_link:link { color: #06a6d6; 
  text-decoration: none;
  font-weight: bold;  
  font-family:arial;
  font-size:11px;
}
a.active_link:visited { color: #06a6d6; 
  text-decoration: none;
  font-weight: bold;
  font-family:arial;
  font-size:11px;}
a.active_link:hover {
  color: #06a6d6;
  text-decoration: none;
  font-weight: bold;
  font-family:arial;
  font-size:11px;
}
a.active_link:active {
  color: #06a6d6;
  text-decoration: none;
  font-weight: bold;
  font-family:arial;
  font-size:11px;
}
a.non_active_link {
 cursor:pointer;
 outline: none;
} 

a.non_active_link:link { color: #100e0e;
  text-decoration: none;
  font-weight: bold;
  font-family:arial;
  font-size:11px;
}

a.non_active_link:visited { color: #100e0e;
  text-decoration: none;
  font-weight: bold;
  font-family:arial;
  font-size:11px;
}

a.non_active_link:hover {
  color: #06a6d6;
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size:11px;
}

/*------------------------------ css for ERROR PAGES starts here----------------------*/
#error
{
  position:absolute;
  left:50px;
  top:300px;
  width:650px;
}
 /*-----------------------------------------------------------------------------------------*/

/*-------------------css for INFO BlOCK starts here-------------------------------------------*/
.info_block
{
	position: relative;
	margin-bottom: 5px;
        margin-top:0;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
/* 	float: right; */
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	/*top:100px;*/
	left:0%;
	font-family: Arial, Helvetica, Sans-Serif;
}
.info_block_results
{
	position: relative;
	margin-bottom: 5px;
   margin-top:0;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
/* 	float: right; */
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	/*top:100px;*/
	left:0%;
	font-family: Arial, Helvetica, Sans-Serif;
}
.info_block_details
{
	position: relative;
	margin-bottom: 5px;
   margin-top:0;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
/* 	float: right; */
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	/*top:100px;*/
	left:0%;
	font-family: Arial, Helvetica, Sans-Serif;
}
.result_line
{
	color: #5C6459;
	display: inline;
	margin-left: 0px;
	word-wrap:break-word;
	width: 500px;
}
.result_header
{
	margin-left: 0px;
	color: #06a6d6;
	float: left;
	width: 120px;
	/*padding-right: 5px;*/
}
.result_details_header
{
	margin-left: 0px;
	color: #06a6d6;
	float: left;
	width: 125px;
	/*padding-right: 5px;*/
}
.result_details_header1
{
margin-left: 0px;
color: #5c6459;
float: left;
width: 125px;
/*padding-right: 5px;*/
}
.info_block_why_quttera
{
	position: relative;
	margin-bottom:5px;
	padding: 0; 
/* 	float: right; */
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	/*top:490px;*/
	left:0%;
	clear: both;
}
.info_block_statistics
{
	position: relative;
	margin-left: 0;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
        /*float: right;*/
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	margin-bottom:5px;
	height: 160px;
	/*top:776px;*/
	/*left:365px;*/
}
.info_block_news
{
	position: relative;
	margin: 0;
   margin-bottom:5px;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
 /*float: left;*/
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 0;
	left:0;
	height: 160px;
}
.info_block_malbuster
{
	position: relative;
	margin: 0;
	padding: 0; /*an area around the content (inside the border) of an element*/
	border: 0;
	overflow: hidden;
	background-color:#ffffff;
	border:1px solid #E8E8E8;
	z-index: 1;
        margin-bottom:5px;
        margin-top:0;
	/*left:726px;
        top:7px;*/
}
.info_block_text_area
{
	position:relative;
	z-index:1;
        margin: 5px;
	min-width:15px;
	min-height:15px;
	background-color:#E8E8E8;
     /* Mozilla: */
        background: -moz-linear-gradient(top, #E8E8E8, #FFFFFF);
     /* Chrome, Safari:*/
        background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
     /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E8E8E8', EndColorStr='#FFFFFF', GradientType=0);
        word-spacing:1px;

}

.info_block_header
{
	position:relative;
	z-index:2;
	height: 24px;
	/* margin-bottom: 10px; */
	background-color:#4D4D4D;
	border: 2px solid #ffffff;
}

.info_block_header .t
{
	height: 26px;
	z-index:3;

}

.info_block_header .arrow
{
   position:absolute;
	top:0px;
	left:0px;
	width:26px;
	height:24px;
	z-index:3;
	/*border:3px solid #ffffff;*/
}

.info_block_header .close /*css class for close button in the info_block_results div*/
{
   position:absolute;
	top:4px;
	right:4px;
	width:15px;
	height:15px;
	z-index:3;
	/*border:3px solid #ffffff;*/
}

.info_block_content
{
	position:relative;
	z-index:2;
	margin:0; /* auto;*/
	min-width:1px;
	min-height:1px;
	border: 2px solid #ffffff;
}
img#button1
{
    position:relative;
    margin:20px 67px 5px;
}
img#button2
{
    position:relative;
    margin:0px 67px;
}
.info_block_content_body
{
    color: #5C6459;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.85em;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 3;
    padding: 10px;/*an area around the content (inside the border) of an element*/ 
    
/*    margin: 0px;
    margin-bottom: 5px;*/
}

.info_block_content_body a:link
{
    color: #6D6237;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.info_block_content_body a:visited, .info_block_content_body a.visited
{
    color: #848E80;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.info_block_content_body a:hover, .info_block_content_body a.hover
{
    color: #06A6D6;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.info_block_content_body ul
{
	list-style-type: none;
	color: #5C6459;
	margin:0.5em 0 0.5em 0;
	padding:0; /*an area around the content (inside the border) of an element*/
}

.info_block_content_body li
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    text-decoration: none;
    margin:0.5em 0 0.5em 0;
}

.info_block_content_body ul li
{
	padding:0px; /*an area around the content (inside the border) of an element*/
	/*background-image: url('images/BlockContentBullets.png');*/
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/*-------------------css for INFO BlOCK ends here-------------------------------------------*/

