/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #000000;
}

* {padding:0; margin:0}

ul {
	padding-left: 20px;
}

h2{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	margin: 0px;
	color: #000000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}


body{
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	
}

html{
	width: 100%;
	height: 100%;
	
}
.left_side{
	position: fixed;
	left: 33px;
	bottom: 47px;
	background-color: #FFFFFF;
	width: 225px;
	z-index: 3;
}
.right_side{
	width: 558px;
	position:relative;
	background-image:url("/images/red_dot.png");
	background-repeat:repeat;
	color:#ffffff;
	padding: 20px 30px 30px 30px;
	z-index: 2; 
	margin-right: 53px;
	margin-top: 46px;
}
.right_side h1,.right_side h2, .right_side h3{
	color: #FFFFFF;
}
.left_search{
	height: 117px;
	padding-left: 26px;
}
.left_logo{
	height: 87px;
}

.left_menu{
	background-color: #B2B2B2;
}
.left_text{
	height: 81px;
	padding: 0px 26px;
	color: #636363;
	font-size: 11px;
	line-height: 18px;
	
}
.inText{
	width: 134px;
	height: 16px;
	border-left:1px solid #949494;
	border-top:1px solid #949494;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	color: #636363;
	padding: 0px 3px;;
}
.footer{
	color: #FFFFFF;
	font-size: 12px;
	margin-right:60px;
	z-index: 2;
	margin-bottom: 45px;
	margin-top: 20px;
}
.footer a{
	color: #FFFFFF;
}
.dots_v{
	position: fixed;
	width: 1px;
	height: 100%;
	top: 0px;
	z-index:1;
	
background-image: url("/images/v_dot.png");
background-repeat: repeat-y;
}
* html .dots_v{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.dots_h{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	background-image: url("/images/h_dot.png");
background-repeat: repeat-x;
z-index:1;
}
.dots_h_c{
	position: absolute;
	height: 1px;
	background-image: url("/images/h_dot.png");
	background-repeat: repeat-x;
	z-index:1;
	width:3000px;
	right:-53px;
	bottom:-1px;
}
.menu{
	position: relative;
	font-size: 13px;
	padding: 15px 26px;
	line-height: 20px;
	
}
.refer{
	width: 225px;
	height: 179px;
	position: absolute;
	background-image:url("/images/red_dot.png");
	background-repeat:repeat;
	z-index: 2;
}
.art_mid_col{
	width: 10px;
}
.art_col_1{
	width: 60%;
}
.art_col_2{
	width: 25%;
}

.art_col_2 a img{

}
.art_col_1 img{
	max-width: 300px;
	_max-width: 300px;
	height: auto;
}

.sub_menu{
	position: absolute;
	
	bottom: 0px;
	/*background-image:url("/images/dot.png");*/
	width: 225px;
	background-color: #000000; 
}
.sub_menu a{
	color:#8D8D8D;
}
.flexcroll{
	height: 62px;
}
#main_menu{
	visibility:hidden;
}
.next_butt{
 	position: absolute;
    bottom: 5px;
    left: 110px;
    width:6px;
    cursor: pointer;
    height: 6px;
    background-image: url("/images/down_arrow.png");
}
.prev_butt{
	position: absolute;
    top: 5px;
    left: 110px;
    width: 6px;
    cursor: pointer;
    height: 6px;
    background-image: url("/images/up_arrow.png");

}
.sitemap ul,.sitemap li{
	
}
.sitemap a{
	color:#FFFFFF !important;
}
.art_spacer{
	background-image: url("/images/h_dot.png");
	background-repeat: repeat-x;
	background-position: center;
}

img.back_img {
	width: 100%;
	z-index:-1;
	position: fixed;
	top: 0;
	left: 0;
}
.hidden_img{
	display: none;
}
.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: auto;
	min-height:83px;
}
.menu ul li{
	width: 100%;
}
.menu a{
	display: block;
	background-image: url("/images/arrow_grey.png");
	background-repeat: no-repeat;
	background-position: right center; 
}
.sub_menu a:hover{
	color: #E31818;
	background-image: url("/images/arrow_red.png");
}
.left_text p a{
	color: #FFFFFF;
}
.field{
	margin: 2px 0px;
}
.sub_active{
	color: #FFFFFF !important;
	font-weight: bold;
	background-image: url("/images/arrow_white.png") !important;
}
.chat_div {
	position: fixed;
	background-color: #FFFFFF;
	bottom: 297px;
	left: 258px;
	width: 225px;
	z-index: 4;
}
.next{
	position: absolute;
	right: -35px;
	top: 50%;
}
.prev{
	position: absolute;
	left: -35px;
	top: 50%;
}
.my_father{
	width: 558px;
}
.my_item{
	width: 558px;
	float: left;
}
.bx_pager{
	text-align: center;
}
.bx_pager a{
	color: #FFFFFF;
	margin: 5px;
}
.bx_pager a.active{
	
	font-weight: bold;
}
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: transparent url('/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: transparent url('/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none !important;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_right.png) repeat-x;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/file.gif) 0 0 no-repeat; }
.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #f99d39;
	padding:7px;
	color: #ffffff;

	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:100px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #000000;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}
@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 
html, body {
	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	

}

#main_container {
	width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}
