/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0;
}

:focus {
	outline: 1px dotted #E3E2A8;
}
body { behavior: url("/css/csshover3.htc"); } 

body {
	line-height: 1.5;
	color: black;
	background: white;
}
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.page-path {
	font-weight: normal;
}

/* cammon */

.clear {
  clear: both;
	font-size: 1px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}

.offset {
	position: absolute;
	left: -99999px;
}

.pager {
	font-size: 12px;
	text-align: right;
	padding: 10px 0;
}

	.pager span {
		color: #e3e2a8;
	}
	
	.pager a.sel {
		color: #9e9d71;
	}
	
/* layout */

body {
	text-align: center; /* for ie < 6 */
	background: #fff;
}

#outer-wrapper {
	width: 100%;
	height: 100%;
	background: #fff url('../images/top-bg.gif') repeat-x 0 0;
}

#wrapper {
	text-align: left;
	width: 994px;
	margin: 0 auto;
	background: url('../images/wrapper.gif') no-repeat 0 100%;
	font-size: 1em;
}

	#header {
		height: 161px;
		background: transparent url('../images/header.gif');
	}
	
		#header h1 {
			display: inline;
		}
		
			#header h1 a {
				float: left;
				height: 150px;
				width: 500px;
			}
			
		#lang-menu {
			float: right;
			padding: 10px 3px 0 0;
			margin: 0;
			font-weight: normal;
		}
		
			#lang-menu li {
				float: left;
				padding: 0;
				margin: 0;
			}
			
				#lang-menu li a {
					float: left;
					padding: 3px;
					margin: 0;
					text-transform: uppercase;
					color: #33528d;
				}
				
				#lang-menu li.sel a {
					color: #6f6f6f;
					text-decoration: none;
				}
			
	#menu-top {
		height: 30px;
		
		font-weight: normal;
	}
	
		#menu-top ul {
			padding: 0;
			margin: 0;
		}
		
			#menu-top ul li {
				padding: 0;
				margin: 0;
				float: left;
				background: url('../images/topmenu-li.gif') no-repeat 0 0;
				height: 29px;
				padding: 0 0 0 22px;
				position: relative;
			}
				
				#menu-top ul li a {
					padding: 0 22px 0 0;
					margin: 0;
					float: left;
					color: #fff;
					font-size: 15px;
					height: 29px;
					line-height: 29px;
					text-decoration: none;
					background: url('../images/topmenu-li-a.gif') no-repeat 100% 0;
				}
				
				#menu-top ul li ul {
					padding: 0;
					margin: 0;
					text-decoration: none;
					position: absolute;
					top: 29px;
					left: 0;
							width: 160px;
					background: transparent;
					display: none;
				}
				
				#menu-top ul li:hover ul {
					display: block;
				}
					
					#menu-top ul li ul li {
						float: none;
						padding: 0;
						margin: 0;
						display: inline;
						position: none;
					}
					
						#menu-top ul li ul li a {
							float: none;
							display: block;
							background: #072C6D url('../images/ulul.gif');
							font-size: 12px;
							padding: 3px 20px;
							line-height: 16px;
							margin: 0;
							height: auto;
							width: 120px;
						}
						
						#menu-top ul li ul li a:hover {
							margin: 0;
							background: #6480b2;
						}
						
					#menu-top ul li ul li.last {
						float: inherit;
						display: block;
						padding: 0;
						margin: -1px 0 0 0;
						background: transparent url('../images/ululli.png') no-repeat 0 100%;
						height: 26px;
					}
		
	#sidebar-right {
		float: left;
		width: 170px;
		padding: 10px;
	}
	
	#content {
		width: 744px;
		padding: 10px 30px;
		height: auto !important;
		height: 470px;
		min-height: 470px;
	}
	
	#content.wide {
		width: 934px;
	
	}
	
	#show {
		float: left;
		width: 580px;
		padding: 2px 0 10px;
	}
	
	#show-menu {
	 margin-left: 10px;
		float: left;
		width: 340px;
		height: 380px;
		overflow-y: auto;
	}
	
		#show-menu ul {
			padding: 0;
			margin: 0;
		}
		
		#show-menu ul li {
			padding: 20px 0 20px 130px;
			margin: 3px 0;
			font-weight: normal;
		}
		
		#show-menu ul li p.date {
			padding: 0;
			margin: 0;
			color: #888;
		}

	
	#banners-bottom {
		padding: 20px 0 0 0;
		text-align: center;
	}
	
		#banners-bottom div {
			display: inline;
			padding: 0 1px;
		}
		
		#search {
			float: right;
			width: 230px;
		}
		
		#search  fieldset {
			float: right;
		}
		
		#search input {
			float: left;
			color: #a1a1a1;
			height: 14px;
		}
		
		#search input.submit {
			text-indent: -99999px;
			background: transparent url('../images/search.gif') no-repeat 50% 50%;
			border: 0;
			width: 20px;
			height: 20px;
		}
		
	
	#footer {
		height: 26px;
		background: url('../images/footer.gif') repeat-x 0 0;
		padding: 24px 0 10px;
			font-weight: normal;
	}
	
		#footer p {
			text-align: center;
			color: #14377b;
		}
		
		
		
		
		
		.fieldbox {
			width: 360px;
			float:left;
		}
		.fieldbox label {
			float: left;
			width: 40%;
			margin-right: .5em;
			padding-top: .2em;
			text-align: right
		}
		.fieldbox input {
			width: 170px;
			margin-top: .2em;
		}
		.fieldbox input.submit {
			background: url('../images/submit.gif') no-repeat 0 0;
			border: 0;
			color: #fff;
			text-align: center;
			width: 129px;
			height: 35px;
			margin: 12px 0;
			font-weight: bold;
			font-size: 12px;
			font-family: arial;
		}
				
		.fieldbox fieldset {
			padding: .8em;
		}
		.fieldbox legend {
			color: #aaa;
			font-size: 90%;
			text-align: right;
			padding: 0 5px
		}
		.fieldbox hr {
			color: #ccc;
			background: #ccc;
			margin: .5em 0;
			height: 1px;
			border: none;
		}
		
#tools {
	padding: 20px 20px 10px 0;
	margin: 0;
}

#tools li {
	padding: 0;
	float: left;
	background: transparent;
	margin: 0;
}
