html { 
	height: 100%; 
	width: 100%; 
	}
body {	
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
	background: #e9f6fa url(../img/topbg.jpg) no-repeat 50% 0; 	
	font: 85% Arial, sans-serif;		
	color: #333;
	}
	
a { 
	color: #21a6ca;
	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: 2em; 
	text-align: justify 
	}
	
ul { 
	padding: 0 0 1.5em 0; 
	clear: left 
	}
	
ul li { 
	background: url(../img/li.gif) no-repeat 0 .45em; 
	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.gif) no-repeat 0 .45em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 20px 
	}
	
table { 
	font-size: 100%; 
	}
	
h1 { display: block; font: 24px Arial, sans-serif; background: url(../img/title.png) no-repeat 0 50%; padding: 5px 0 5px 48px; margin: 0 0 11px; color: #333; }
	
h2 { 
	font: 18px Arial, sans-serif; 
	margin: 0; 
	padding: 0 0 .6em 0; 
	color: #da251c 
	}
	
h3 { 
	font: bold 15px Arial, sans-serif; 
	margin: 0; 
	padding: 0 0 1em 0; 
	color: #da251c  
	}
	
h6 { 
	font: 100% Arial, sans-serif; 
	margin: 0; 
	padding: 0 0 .3em 0; 
	color: #da251d 
	}
	
input, select, textarea { 
	padding: 0 0 .1em 4px; 
	font: 100% Arial, sans-serif; 
	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: .5em 20px .6em 20px; 	
	text-align: left; 
	background: #3286cb; 	
	font-weight: normal  	
	}
	
.table td { 
	padding: .8em 20px; 
	vertical-align: top; 
	}
	
.table .odd td { 
	background: #f4fafc 
	}
	
blockquote { 		
	margin: 0 0 2em 0; 	
	background: #abe0f1; 
	padding: 10px 13px;
	position: relative;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	border-radius: 8px;
	behavior: url(/PIE.htc);   
	}
	
.clear { 
	clear: both 
	}

.radius {
	position: relative;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	border-radius: 8px;
	behavior: url(/PIE.htc); 
	}	

input.radius { 
	position: relative;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	border-radius: 3px;	
	}	
	
.shadow {
	-webkit-box-shadow: 0 0 6px #3577db;
    -moz-box-shadow: 0 0 6px #3577db;
    box-shadow: 0 0 6px #3577db;		
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    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; 
	}	


label.error { color: #f00; font-size: 12px; display: block; margin: 0; padding: 0 0 0 1px; }	
.orderCall label.error { position: absolute; bottom: 0; left: 10px; }
.check_input { display: none; }	
	