html { 
	height: 100%; 
	width: 100%; 
	}
body {	
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
	background: url(../img/mbg.jpg) no-repeat 50% 0; background-attachment: fixed;
	font: 85% 'PT Sans', Arial, sans-serif;		
	color: #333;
	}
	
a { 
	color: #11638c;
	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 .8em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 20px 
	}
	
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: 'Open Sans';	
	font-size: 30px; 
	font-weight: bold; 
	color: #11638c; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0 0 .8em 0; 	
	}
	
h2 { 	
	font-size: 24px; 
	font-weight: bold; 
	color: #373737; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0 0 .8em 0; 	
	}
	
h3 {
	font-size: 20px; 
	font-weight: bold; 
	color: #11638c; 	
	margin: 0; 
	padding: 0 0 .5em 0; 	
	}
	
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: 0 20px 20px 0; 
	}
	
.img-rgh { 
	float: right; 
	margin: 0 0 20px 20px;  
	}
	
cite { 
	font-style: italic; 
	}
	
.table { 
	border-collapse: collapse; 
	margin: .5em 0 2em 0 
	}
	
.table th { 	
	color: #fff; 
	padding: 5px 20px 5px 20px; 	
	text-align: left; 
	background: #11638c; 
	font-size: 110%; 
	font-weight: normal  	
	}
	
.table td { 
	padding: .8em 20px; 
	vertical-align: top; 
	border-bottom: 1px solid #11638c 
	}
	
.table .odd td { 
	background: #f4fafc 
	}
	
blockquote { 		
	margin: 0 0 2em 0; 	
	background: #f4fafc; 
	padding: 10px 20px; 
	font-size: 95%; 
	background: #e3f2fa; 
	font-style: italic; 
	border: 1px solid #8cb7cf  
	}
	
.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 }