html { 
	height: 100%; 
	width: 100%; 
	}
body {	
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
	background: #eeeee4;   
	font: 100% Georgia, serif;		
	color: #333;
	}
	
a { 
	color: #9d3a02; 
	text-decoration: none;
	outline: none 
	}
	
a:hover { 
	text-decoration: underline;
	}
	
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.gif) no-repeat 0 .6em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}

ul ul { padding: 10px 0 0 0 }	
ul li li { 
	background: url(../img/li2.gif) no-repeat 5px .5em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}
	
ul li li li { 
	background: url(../img/li3.png) no-repeat 5px .5em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}

	
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 .6em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}
	
table { 
	font-size: 100%; 
	}
	
h1 { 
	font-size: 26px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .8em 0; 
	color: #111 
	}
	
h2 { 
	font-size: 18px; 
	font-weight: bold; 
	padding: 0 0 .8em 0; 
	margin: 0; 
	color: #111
	}
	
h3 { 
	font-size: 18px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .8em 0; 
	color: #333  
	}
	
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 1em 0 ;
	font-size: 14px;
	width:100%; 
	border-color: #fff !important;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff  	
}
	
.table th { 	
	color: #111; 
	padding: 10px 7px; 	
	text-align: left; 
	background: #dcce98; 
	font-size: 95%; 
	font-weight: normal; 
	border-color: #fff !important;
	border-right: 1px solid #fff  	
}

.table td { 
	padding: 10px 7px; 
	vertical-align: top; 
	border: 1px solid #fff  	
	}	

.table .odd td { 
	background: #fffbea 
	}

/*
.table.border1 th{
    font-weight: bold;
}
.table.border1 td, .table.border1 th{
    background: none;
    border-color: #9D3A02;
}
*/

blockquote { 		
	margin: 0 0 2em 0; 	
	background: #9d3a02; 
	padding: 10px; 
	font-style: italic; 
	color: #fff; 
	box-shadow: 0 0 4px #9d3a02 
	}
	
.clear { 
	clear: both 
	}

cite { color: #737373; display: block; padding-bottom: 1em; font-style: italic  }
	
.radius13 {
	position: relative;	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;	
	border-radius: 13px;
	behavior: url(scripts/PIE.htc); 
	}	

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

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

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

.radius3 {
	position: relative;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	border-radius: 3px;
	behavior: url(scripts/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: #fff; 
	z-index: 100; 
	display: none; 	
	}
	
.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 }