body, div, ul, ol, ul li, ol li, table, form, dl, dl, dt, dd {
	margin:0;
	padding:0;
	/*outline:1px solid #ccc;*/
}
body {
	background-color:#000000;
	color:#ccc;
}
body, textarea, input {
	font-family:Ariel,Helvetica,Verdana,sans-serif;
	font-size:12px;
}
h1 {
	font-size:32px;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height:40px;
	color:#fff;
}
h2, h3, h4, h5, h6 {
	color:#ddd;
	margin:5px 0;
	font-weight:normal;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:12px;
}
p {
	margin:5px 0;
}
a {
	color:#ff7200;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ffc799;
	/*text-decoration:underline;*/
}
a img {
	outline:none;
	border:none;
	outline-width:0;
}
img {
	border:none;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, p img, dd img, dt img, legend img {
	vertical-align:middle;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.justify {
	text-align:justify;
}
.debug {
	outline:1px solid red;
}
.label {
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.fleft {
	float:left;
	display:inline;
	margin-right:10px;
}
.fright {
	float:right;
	display:inline;
}
#hint {
	display:none;
	position:absolute;
	padding:5px 8px;
	color:#000;
	max-width:200px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#ff7200;
	text-align:center;
	z-index:9999;
	line-height:1.2em;
}
#hint img,
#hint b {
	display:block;
	margin:3px 0;
}
#hint img {
	margin:3px auto;
}
#hint span {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#000;
	font-weight:bold;
	padding:1px 3px;
	color:#ddd;
}

/******************** main structure */

.wrapper {
	position:relative;
	margin:0 auto;
}
.indexwidth {
	width:632px;
}
.slidewidth {
	width:632px;
}
#header {
	background-image:url(bgmask.png);
	background-color:#223355;
	background-repeat:repeat-x;
	background-position:center top;
}
#header .wrapper {
	min-height:140px;
	background-image:url(theme.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#header #texts {
	position:relative;
	padding:20px 200px 0 60px;
}
#header .indexwidth #texts {
	min-height:110px;
}
#header .slidewidth #texts {
	min-height:77px;
}
#header #breadcrumb {
	position:absolute;
	top:0;
	left:60px;
	width:632px;
	height:12px;
	padding-top:8px;
	line-height:12px;
	z-index:9;
}
#header #pages {
	height:20px;
	line-height:20px;
	text-align:center;
	z-index:10;
}
#header #pages em {
	padding:4px 7px;
	background-color:#000;
	font-style:normal;
}
#header #pages a {
	padding:4px 7px;
	color:#fff;
}
#header #pages a:hover {
	background-image:url(k40.png);
}
#header #thumbs {
	height:53px;
	line-height:33px;
	padding-left:60px;
	text-align:center;
	overflow:hidden;
	z-index:99;
}
#header #thumbs em,
#header #thumbs a {
	float:left;
	display:block;
	padding:10px;
}
#header #thumbs em {
	background-color:#000;
}
#header #thumbs a:hover {
	background-image:url(k40.png);
}
#header #thumbs em img,
#header #thumbs a img {
	width:44px;
	height:33px;
	vertical-align:top;
}
#content {
	clear:both;
}
.footer {
	text-align:center;
}

/******************** buttons */

#upbtn,
#prevbtn,
#nextbtn {
	position:absolute;
	width:39px;
	height:39px;
}
#upbtn {
	left:0;
	top:20px;
	z-index:90;
}
#prevbtn {
	left:0;
	top:0;
	z-index:91;
}
#nextbtn {
	right:0;
	top:0;
	z-index:92;
}
#upbtn a,
#prevbtn a,
#prevbtn em,
#nextbtn a,
#nextbtn em {
	display:block;
	width:39px;
	height:39px;
	line-height:39px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#upbtn a:hover,
#prevbtn a:hover,
#nextbtn a:hover {
	background-position:-39px 0;
}
#upbtn a {
	background-image:url(upbtn.png);
}
#prevbtn a {
	background-image:url(prevbtn.png);
}
#nextbtn a {
	background-image:url(nextbtn.png);
}
#prevbtn em {
	background-image:url(prevbtn_disabled.png);
}
#nextbtn em {
	background-image:url(nextbtn_disabled.png);
}

/******************** thumbnails */

#grid {
	margin:20px 56px 20px 178px;
	font-size:12px;
	min-height:300px;
}
#grid .thumb {
	float:left;
	display:inline;
	width:120px;
	margin:0 4px 4px 0;
	text-align:center;
	padding:8px;
	overflow:hidden;
}
#grid .thumb:hover {
	padding:6px;
	border:2px solid #666;
}
#grid .thumb a.folder {
	display:block;
	width:120px;
	height:90px;
	background-image:url(folder100.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#grid h5 {
	font-weight:normal;
}
#grid a {
	display:block;
}

/******************** images */

#slide {
	text-align:center;
	margin:20px 60px 20px 60px;
	height:px;
}
#slide .image {
	margin:0 auto;
}
#slide img {
	border:none;
}
#caption {
	text-align:center;
	margin:20px 60px;
}
#caption h3,
#caption p {
	margin-bottom:10px;
}
#caption p.metadata {
	font-size:10px;
	line-height:1.5em;
}
#caption p.metadata b {
	color:#666;
	margin-right:0.25em;
}
