/* global */

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #025194;
	text-decoration:none;
}

a:hover {
	color: #234;
	text-decoration: underline;
}

a:visited {
	color: #025194;
}

li {
	list-style: none;
}

header {
  
  background: #3d4144 url("../images/bg.png") 0 0 repeat;
  /*border-bottom: 5px solid #ddd;*/
}

header nav a{
	color:#fff !important; 	
	
}
header nav a:hover{
	color:#fff !important; 	
	
}


body {
	color: #888888;
	font: 12px Helvetica,sans-serif;
}

#wrapper_bg{
	background: #D6DBE1 ;
	width:100%;
	/*padding-bottom: 10px;*/
}

#wrapper {
	margin: 0 auto;
	max-width: 1010px;
    background: #FFFFFF;
    -moz-box-shadow: 0 3px 5px #888888;
	-webkit-box-shadow: 0 3px 5px #888888;
    /*box-shadow: 0 3px 5px #888888;*/
    box-shadow:  25px 0px 25px -25px rgba(0,0,0,0.45),  -25px 0px 25px -25px rgba(0,0,0,0.45);
    
    padding-top:6px;
}
.homepage_wrapper {
	padding-bottom:140px !important;
}

.container {
  margin: 0 auto;
  /*padding-left: 200px;
  width: 722px;*/
  display:inline;
  position:absolute;
  left:30%;
}

.container1 {
  margin: 0 auto;
    padding-left: 765px;
    padding-top: 6px;
    width: 290px;
   
}

nav {
  height: 36px;
  background: #464b4c;
  border-top: 1px solid #353939;
  border-bottom: 1px solid #2e3131;
  background-image: -webkit-linear-gradient(top, #464b4c, #3f4344);
  background-image: -moz-linear-gradient(top, #464b4c, #3f4344);
  background-image: -o-linear-gradient(top, #464b4c, #3f4344);
  background-image: linear-gradient(to bottom, #464b4c, #3f4344);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  text-align:center;
}
nav a {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transition-property: background-color, line-height;
  -moz-transition-property: background-color, line-height;
  -o-transition-property: background-color, line-height;
  transition-property: background-color, line-height;
}
nav ul {
  float: left;
  border-left: 1px solid #353939;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid #4d5354;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
nav li {
  float: left;
}
nav a {
  display: block;
  padding: 0 20px;
  line-height: 36px;
  color: #ddd;
  text-decoration: none;
  text-shadow: 0 -1px #2e3131;
  border-left: 1px solid #4d5354;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid #353939;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
nav a:hover {
  background: #4d5354;
  background: rgba(255, 255, 255, 0.05);
}
nav li.active a, nav li.active a:hover, nav a:active {
  padding: 0 21px;
  line-height: 33px;
  color: #eee;
  background: #323637;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #48a9c0;
  background-image: -webkit-linear-gradient(top, #484e4f, #323637);
  background-image: -moz-linear-gradient(top, #484e4f, #323637);
  background-image: -o-linear-gradient(top, #484e4f, #323637);
  background-image: linear-gradient(to bottom, #484e4f, #323637);
  -webkit-box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
}
nav li.green a, nav li.green a:active {
  border-bottom-color: #56c93d;
}
nav li.red a, nav li.red a:active {
  border-bottom-color: #a54e49;
}
nav li.purple a, nav li.purple a:active {
  border-bottom-color: #c052b9;
}
nav li.yellow a, nav li.yellow a:active {
  border-bottom-color: #c0bb30;
}







#top{
    background: transparent url('../img/spy_phone_app_icon.png') no-repeat left top; 
	
    /*width: 305px;*/
    height: 100px;
    padding: 0 0 0 96px;
    
    position: absolute;
    top:9px;
    left:30%;
    /*margin-left:-430px;*/
}



#top_holder{
	width:100%;
	height: 100px;
}



#top h2{
    margin-top:5px;
    color:#fff;
}

#top h3{
    
    color:#fff;
}

#top a{
		color:#fff !important;
		font-weight:bold;
}

#top span{
    float:right;
    margin-right: 30px;
    margin-top:5px;
    color:#fff;
    
}

#top h3{
	background: transparent url('../images/check_ok1.png') no-repeat left top; 
	margin:4px 0 0 10px;
	padding:0 0 0 19px;
}



#wrapper #center_wrapper{
	margin: 0px 10px 0px 13px;
	padding-bottom:20px;
	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper #left_col{
	width: 200px;
	float: right;
	margin:0 0 0 12px;
}

#wrapper #main_col1{
	
	min-height:690px;
	padding-top:12px;
}

#wrapper #left_col #left_col_login, #wrapper #left_col #left_col_download, #wrapper #left_col #left_col_newsletter, #wrapper #left_col #left_col_news{
	padding: 10px 10px 0 10px;
}



#wrapper #left_col  h3{
	font-size: 18px;
	color:#fff;
	height: 20px;
	padding: 5px 0 0 0px;
    width: 180px;
	background: none repeat scroll 0 0 #20AAE5;
    border-bottom: 0.25em solid #1894CA;
	line-height: 13px;
	text-align: center;
	font-size:15px;
}

#wrapper #left_col input {
	width:150px;
	border: 1px solid #D1D1D1;
	margin: 6px 0 0 12px;
}




   
    

#div_res{
	margin: 6px 16px 0 12px;
	color:red;
	clear:both;
	padding: 3px 0 0 0;
}

#wrapper #left_col .white {
	background : #FFFFFF;
	
}

#wrapper #left_col #left_col_news h3 a{
	color:#fff;
}

#wrapper #left_col #left_col_news a:hover{
	text-decoration:none;
}



#footer{
	width:100%;
	border-top:2px solid #8E8E8E;
	height:85px;
	text-align: center;
}
.footer_links{
	margin-top:-10px;	
}
.left_footer1 {
	width:250px;	
}
.right_footer {
	width:100px;	
}
#inner_footer{
	
	margin:0 auto;
	
}

#parola_login_left{
	display:none;
}




.error {
	color:red;
}


p{
	text-align: justify;
	margin:4px 0 4px 0;
	font: 15px Helvetica,sans-serif;
}



.left_footer{
    float:left;
    margin-left:5px;
    padding-top:3px;
}

.right_footer{
    float:right;
    margin-right:10px;
    padding-top:3px;
}

.follow_us{
    /*padding:13px 0px 0 0;*/
    font-weight: bold;
}



.news_div h1{
    text-align: center;
}

.news_div h3{
    margin-left:10px;
}

.morespace{
    padding-bottom: 15px !important;
}

.right_align{
    direction: rtl;
}



.center_div{
    text-align:center;
    
}

.ui-state-active{
	background: none repeat scroll 0 0 #20AAE5 !important;
    border-bottom: 0.25em solid #1894CA !important;
}









.hide_elem{
	display:none;	
}



#disclaimer_div{
	margin-top:10px;
	text-align:center;
	color:#f00;	
}



@media screen and (max-width: 600px) {
	 .marginleft {
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-left: 5px;
	}
	
	h2.margin_left{
		margin-left: 5px;
	}
}

.color_blue{
	color:blue;
}

.home_div_holder {
    vertical-align: text-top;
}