html { 
	height: 100%; 
	width: 100%; 
	}
body {	
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
	background: #f5f5f5;   
	font: 85% 'Roboto', sans-serif;		
	color: #333;
	}
	
a { 
	color: #3b5890;
	outline: none 
	}
	
a:hover { 
	color: #db241c; 
	}
	
img, form, p, ul, ol, li, table, tr, td, div { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-weight: normal; 
	}
	
p { 
	padding-bottom: 1em; 
	}
	
ul { 
	padding: 0 0 1.5em 0; 
	clear: left 
	}
	
ul li { 
	background: url(../img/li.png) no-repeat 0 .75em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 24px 
	}
	
ol { 
	padding: 0 0 1.5em 20px; 
	clear: left  
	}
	
ol li { 
	padding: 0 0 .7em 0; 
	}
	
ol li ul li { 
	background: url(../img/li.png) no-repeat 0 .45em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}
	
table { 
	font-size: 100%; 
	}
	
h1 { 
	font-family: 'PT Sans';
	font-size: 36px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .6em 0; 
	color: #0e2452 
	}
	
h2 { 
	font-family: 'PT Sans';
	font-size: 24px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .5em 0; 
	color: #111 
	}
	
h3 { 
	font-family: 'PT Sans';
	font-size: 16px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0 .7em 0; 
	color: #333  
	}
	
h6 { 
	font-size: 16px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .3em 0; 
	color: #da251d 
	}
	
input, select, textarea { 
	font-family: inherit; 
	padding: 0 0 .1em 4px; 	
	font-size: 100%; 
	outline: none 
	}
	
a img { 
	border: none; 
	}
	
.img-lft { 
	float: left; 
	margin: 5px 20px 20px 0; 
	vertical-align: top 
	}
	
.img-rgh { 
	float: right; 
	margin: 5px 0 20px 20px;
	vertical-align: top 	
	}
	
cite { 
	font-style: italic; 
	}
	
.table { 
	font-family: inherit;
	border-collapse: collapse; 
	margin: .5em 0 2em 0 
	}
	
.table th { 	
	color: #fff; 
	padding: .5em 20px .6em 20px; 	
	text-align: left; 
	background: #0e2452; 
	font-size: 110%; 
	font-weight: normal  	
	}
	
.table td { 
	padding: .8em 20px; 
	vertical-align: top; 
	border-bottom: 1px solid #0e2452 
	}

	
blockquote { 		
	margin: 0 0 1em 0; 
	color: #515f7b; 
	font-weight: 300; 
	font-size: 120%; 
	line-height: 1.5em 			
	}
	
.clear { 
	clear: both 
	}
	
.shadow {	
    box-shadow: 0 0 6px #3577db;			
    transition: border linear 0.2s, box-shadow linear 0.2s;
	}

/*======MOVER======*/

input.infocus { 
	color: #000 !important; 
	font-style: normal !important
	}
	
.shadowAll { 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: #000; 
	z-index: 10000; 
	display: none; 
	cursor: pointer; 
	}
	
.overPopup { 
	position: fixed; 
	left: 35%; 
	top: 32%; 	
	z-index: 10001; 
	}	


.select-imitate .input input {	
	padding: .3em 4px; 	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;		
	border-radius: 0; 
	font-size: 95%; 
	background: #fff url(../img/arrd.gif) no-repeat 100% 8px; 
	cursor: pointer   
	}

.select-imitate .input input.opened { border-color: #ff6f00 }	

.select-imitate-popup { 
	position: relative; 
	z-index: 1; 
	top: -11px 
	}
	
.select-imitate-popup-in { 
	position: absolute; 
	width: 99%; 
	left: 0; 
	top: 0; 
	background: #fff; 
	max-height: 110px; 
	overflow-y: scroll; 
	background: #fff; 
	border: 1px solid #ff6f00 
	}
	
.select-imitate-popup a { 
	display: block; 
	padding: 3px 10px 3px 10px; 
	font-size: 95%; 
	color: #507c17; 
	cursor: pointer 
	}
	
.select-imitate-popup a:hover { 
	background: #ff6f00; 
	color: #fff 
	}

.select-imitate-popup .selected { display: none }