a{cursor:pointer;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
em{ font-style: italic;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
legend{color:#000;}a:focus{-moz-outline-style: none; border:0px;}
strong{font-weight: bold;}

*{
	font-family: Arial, Helvetica, sans-serif;
}
html{
	color:#909090;

}
body{
	margin: auto;
	background-color: #fff;
	/*background-image: url(images/bk.jpg);
	background-position: left top;
	background-repeat: repeat;		*/
}

a{
	color: #909090;
	text-decoration: underline;
}
a:hover{
	color: #404040;
	text-decoration: none;
}
a img{
	border: 0px;
}
p{
	display: block;
	padding-bottom: 20px;
}
div,td,th,span,input,textarea,select{
	font-size: 12px;	
}
H1 {
	font-size: 22px;
	margin-bottom: 10px;
}
H2 {
	font-size: 16px;
}
H3 {
	font-size: 14px;
	margin-bottom: 20px;
}
H4 {
	font-size: 12px;
	font-weight: bold;
}


#main_cont{
	width: 1000px;	
	margin: auto;
	margin-top: 50px;

}

#cont{
	width: 1000px;
	height: 620px;
	background-image: url(images/bk.gif);	
	background-position: left top;
	background-repeat: repeat-y;
	overflow: hidden;
}
#inner_cont{
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;
}

#col_left{
	float: left;
	width: 266px;
	padding-left: 10px;	
	position: relative;
	height: 620px;

}
#col_right{
	float: left;
	width: 724px;
}
#logo{
	display: block;
	background-image: url(images/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 146px;
	height: 134px;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 30px;
}

#footer{
	text-align: right;
	color: #909090;
	width: 1000px;
	margin: auto;
	
	font-size: 10px;
	clear: both;
	padding-top: 45px;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	color: #000;
}

#nav{
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	margin: 0px;
	padding: 0px;

	padding-bottom: 3px;
}
#nav li a{
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#nav li a:hover,#nav li a.selected{
	color: #404040;
}


#files_cont{
/*	margin-top: 60px;*/
	height: 275px;
	overflow: auto;
	width: 100px;	
	position: absolute;
	bottom: 0px;
	margin-bottom: 165px;

	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#909090;
	scrollbar-darkshadow-color:#909090;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#909090;
	scrollbar-track-color:#fff;
}
#files_cont a{
	display: block;
	margin-bottom: 5px;	
}
#files_cont a img{
	display: block;

}
#files_preview{
	text-align: center;
	font-size: 11px;

}
#files_preview span{
	float: right;
}
#files_preview ul{
	margin: 0px;
	padding: 0px;
	display: block;

	margin: auto;
	float: left;
	margin-left: 350px;
}
#files_preview ul li{
	margin: 0px;
	padding: 0px;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
}
#files_preview ul li a{
	display: block;
	width: 7px;
	height: 11px;
	background-image: url(images/arr.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#files_preview ul li a#prev{
	margin-right: 20px;
}
#files_preview ul li a#next{
	background-position: -7px top;	
}
#files_preview img{
	display: block;
	margin: auto;
	margin-bottom: 7px;	
}






