/* DEFAULTS ******************************************************************/


html, body {
	height: 100%;
	/*width: 100%;*/
}
body {
	font: 68.75%/1.4 Verdana, Tahoma, Arial;
	line-height: 1.6em; /*   */
	position: relative;
}


/* LINKS ******************************************************************/
a:link, a:active,
a:visited, a:hover {
	border-collapse: collapse;
	color: #566EB9;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:link {
	border-bottom: 1px dashed #566EB9;
}
a:hover {
	border-bottom: none;
}
a:active {

}
a:visited {
	border-bottom: 1px dashed #969696;
}


/* UTILITES ******************************************************************/

.fleft {
	float: left;
	display: inline;
}
.fright {
	float: right;
	display: inline;
}
.fclear {
	/*   ,  float- */
	overflow: hidden;
}
.hide {
	display: none;
}
.img-replace {
	text-indent: -99999px;
}
.vmiddle {
	display: table-cell !important;
	vertical-align: middle;
}
	.vmiddle span {
		/*border: 1px solid #0000ff;*/
	}
.hcenter {
	position: relative !important;
	float: none !important;
	margin: 0 auto !important;
}


/* LAYOUTS ******************************************************************/

#footer, #inner {
	width: 825px;
}





#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /*  margin     #footer */
	width: 100%;
}
#footer, .push {
	height: 30px; /* .push     ,   #footer */
}
#footer {
	background: #a6be01;
	text-align: center;
}
	#footer p {
		padding: 6px 0 0 0;
		margin: 0;
	}
#page {
	text-align: center;
}




#pager-box {
	padding: 20px 0;
	text-align: center;
}
	#pager {
		display: inline;
		font-size: 1.4em;
		line-height: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#pager li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0 3px 3px 7px;
		}
		#pager li.separator {
			border-left: 2px solid #ebe9ed;
		}





/* MENU ******************************************************************/
#main-menu {
	line-height: 30px; /*     */
	margin: 0;
	padding: 0;
}
	#main-menu li {
		margin: 0 10px;
		padding: 0;
	}
	#main-menu a:link, #main-menu a:active,
	#main-menu a:visited, #main-menu a:hover {
		font-size: 1.4em;
	}





/* MENU HORIZONTAL */
.menu-h {
	display: inline;
	list-style: none;
}
	.menu-h li {
		display: inline;
	}





/* TEXT ******************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 1.6em 0 0.6em 0;
	/*font-family: Verdana, Tahoma, Arial;*/
	/*font-weight: bold;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p {
	margin: 1.5em 0 1.5em 0;
}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style-position: outside;
}
ul { list-style: disc; }
ol { list-style: decimal; }
	li { padding-left: -1em; margin-left: 0.6em; }

table {
	/*border: 1px solid #000000;*/
	padding: 0;
	margin: 0;
	/*border-spacing: 0;*/
}
	caption {

	}
	tbody {

	}
	thead {

	}
		tr {
			/*border: 1px solid #0000ff;*/

		}
			th, td {
				/*border: 1px solid #ffffff#d0d0d0*/;
				/*padding: 0 5px;*/
				/*padding: 5px;*/
				border-style: outside;
			}
			th {
				font-weight: bold;
			}
			td {
				/*background: #f1f1f1;
				vertical-align: middle;*/
			}

input.text, textarea {
	background: #f1f1f1;
	border: 1px solid #d6d6d6;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
}