/* general rules --------------------------------*/
* {
	margin:0;
	padding:0;
}
body, p, form {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#000;
}
img {
	display:block;
	border:0;
}
ul {
	list-style:none;
}
br {
	clear:both;
}
/*links settings --------------------------------*/
a {
	color:#333;
	outline:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a.main_menus:link, a.main_menus:visited, a.main_menus:active {
	color: #000;
}
a.main_menus:hover {
	color:#f7931e;
}
a.sub_menus:link, a.sub_menus:visited, a.sub_menus:active {
	color: #828282;
	font-size:11px;
}
a.sub_menus:hover {
	color:#f7931e;
	font-size:11px;
}
a.selected-link {
	color: #f7931e;
}
a.pages-link:link, a.pages-link:visited, a.pages-link:active {
	color: #333;
}
a.pages-link:hover {
	color: #f7931e;
}
a.c_more:link, a.c_more:visited, a.c_more:active {
	background:url(../images/global/bt_more.png) no-repeat;
	display:block;
}
a.c_more:hover {
	background:url(../images/global/bt_more.png) no-repeat 0 -27px;
	display:block;
}
a.c_preview:link, a.c_preview:visited, a.c_preview:active {
	background:url(../images/global/bt_preview.png) no-repeat;
	display:block;
}
a.c_preview:hover {
	background:url(../images/global/bt_preview.png) no-repeat 0 -96px;
	display:block;
}
a.c_next:link, a.c_next:visited, a.c_next:active {
	background:url(../images/global/bt_next.png) no-repeat;
	display:block;
}
a.c_next:hover {
	background:url(../images/global/bt_next.png) no-repeat 0 -96px;
	display:block;
}
a.imglistsub:link, a.imglistsub:visited, a.imglistsub:active {
	background:url(../images/global/bg_menu.png) no-repeat;
	display:block;
	padding:6px;
}
a.imglistsub:hover {
	text-decoration:none;
	background:url(../images/global/bg_menu.png) no-repeat 0 -102px;
	display:block;
	padding:6px;
}
/* general elements --------------------------------*/

.floatright {
	float:right;
	display:inline;
}
.floatleft {
	float:left;
	display:inline;
}
.hspace20 {
	height: 20px;
	font-size:20px;
	line-height:20px;
	clear: both;
}
.f24 {font-size:24px;}
/* structure --------------------------------*/
.outer {
	width: 1000px;
	min-height:715px;
	margin:40px auto;
	border:#dbdbdb 2px solid;
	position:relative;
	z-index:0;
}
.outer-bg {
	background:url(../images/global/bg.gif) no-repeat bottom right;
}
.outer .logo {
	width: 834px;
	height:50px;
	position: absolute;
	top:-2px;
	left:-2px;
	z-index:10;
}
.outer .bio {
	position: absolute;
	top:37px;
	left:716px;
	height:14px;
	line-height:14px;
	z-index:20;
}
.outer .bio ul {
	float:left;
}
.outer .bio ul li {
	float:left;
	display:inline;
	text-align:center;
	margin-right:10px;
}
.outer .min-menus {
	position: absolute;
	top:84px;
	left:100px;
	width:720px;
	height:14px;
	line-height:14px;
	z-index:30;
	font-size:14px;
}
.outer .min-menus ul {
	float:left;
}
.outer .min-menus ul li {
	float:left;
	display:inline;
	text-align:center;
	margin-right:15px;
}
.outer .container {
	width: 862px;
	min-height: 543px;
	padding:120px 68px 68px 68px;
}
.outer .copyright {
	position: absolute;
	bottom:-24px;
	right:0;
	color: #c0c0c0;
}
.sub_img {
	width:720px;
	margin:auto;
	clear:both;
}
.sub_text {
	width: 720px;
	clear:both;
	margin:auto;
	padding-top:20px;
}
.sub_text img {
	float:left;
	display:inline;
}
.menus {
	width:117px;
	min-height:132px;
	float:left;
	margin-left:13px;
	margin-right:13px;
}
.menus ul {
}
.menus ul li {
	width:117px;
	height:102px;
}
.menus ul li .titles {
	width:117px;
	height:15px;
	line-height:15px;
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
}
.imglist {
	position:relative;
	z-index:20;
}
.imglist .description_left {
	width:440px;
	position: absolute;
	bottom:0;
	left:125px;
	z-index:500;
	color: #bbb;
}
.imglist .description_right {
	width:440px;
	position: absolute;
	bottom:0;
	right:125px;
	z-index:500;
	color: #bbb;
	text-align:right;
}
.controler {
	width:117px;
	height:27px;
	display:inline;
	margin-top:5px;
	padding:0;
	float:left;
	clear:both;
}
#thum_images {
	width:724px;
	height:96px;
	margin:auto;
	margin-bottom:20px;
}
#thum_images ul {
	float:left;
}
#thum_images ul li {
	float:left;
	display:inline;
	text-align:center;
}
#thum_images ul li a {
	width:105px;
	height:90px;
	border:2px solid #dbdbdb;
	margin:1px;
	float:left;
	text-decoration:none;
}
#thum_images ul li a:hover {
	width:105px;
	height:90px;
	float:left;
	text-decoration:none;
	border:2px solid #f7931e;
	margin:1px;
	filter:alpha(opacity=60); /* forIE */
	opacity:0.60;	/* for FF */
}
#thum_images ul li .selected {
	border:2px solid #f7931e;
	margin:1px;
}
.pages {
	width:724px;
	height:14px;
	margin:auto;
	color:#aaa;
	clear:borth;
	padding-top:30px;
}
