html{
	font-size: 100.01%;
	background:#f7f7f5;
}

body{
	margin: 0;
	font: 64% Arial, Verdana, sans-serif;
	color: #FFFDFF;
}
form {
	padding: 0;
	margin: 0;
	display: inline;	
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
fieldset{
	margin:0;
	padding:0;
	border:none;
}
img{border: none;}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}

a{text-decoration: none;}
a:active, a:focus{outline:none;}

#main{
	margin: 10px auto 0;
	width: 746px;
	overflow: hidden;
	
}

#header{
	background: url(header.png) no-repeat;
	height: 145px;
	position: relative;
	z-index:20;
}
.columns{overflow:hidden;}
* html .columns{
	overflow:visible;
	height: 1%;
}
.logo{
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat;
	width: 280px;
	height: 51px;
	float:left;
	margin: 21px 0 0 23px;
}

#top-menu li,
#menu li{
	background:url(menu-sep.gif) no-repeat;
	padding: 0 5px 0 8px;
	float: left;
}
#top-menu li:first-child{
	background:none;
	padding-left:0;
}
#menu li:first-child{background:none}
#top-menu a,
#menu a{
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #039;
	display: block;	
	padding-bottom: 10px;
}
#top-menu a:hover,
#menu a:hover{
	color: #F03;

}
#top-menu li.hover a,
#top-menu li:hover a,
#menu li.hover a,
#menu li:hover a{
	color:#F03;
	
}
#top-menu li.hover li a,
#top-menu li:hover li a,
#menu li.hover li a,
#menu li:hover li a{
	color:#999;
	background: none;
	padding-bottom: 0;
	margin-bottom:0;
}
/* drop-menu */
#top-menu div,
#menu div{
	position:absolute;
	display:none;
	top: 15px;
	left: -13px;
	padding-top: 20px;
}
#top-menu li.hover,
#top-menu li:hover,
#menu li.hover,
#menu li:hover{
	position:relative;
}
#top-menu li.hover div,
#top-menu li:hover div,
#menu li.hover div,
#menu li:hover div{
	display:block;
}
#top-menu ul,
#menu ul{
	list-style: none;
	padding: 0 2px 4px;
	margin: 0;
	width: 180px;
	background:url(../img/drop-sha.png) repeat-y;
}
#top-menu ul li,
#menu ul li{
	background:none;
	float:none;
	border-bottom: 1px solid #e2e2e2;
	padding:6px 0 4px 2px !important;
	margin:0 8px 0 18px;
	position: relative;
	top: -10px;
	height: 1%;
	vertical-align:top;
}
#menu ul li{top: 0px;}
#top-menu ul li a,
#menu ul li a{
	margin:0;
	padding: 0;
	position: relative;
}
#top-menu ul li a:hover,
#menu ul li a:hover{
	margin:0;
	padding:0;
	background: none;
	color:#70A7D4;
}
#top-menu div .bottom-shadow,
#menu div .bottom-shadow{
	background:url(../img/drop-shb.png) no-repeat;
	height: 3px;
	width: 184px;
	display:block;
	font-size:0;
	line-height:0;
}
#top-menu .right-align{
	left:auto;
	right: -13px;
}
/* menu */
#menu{
	list-style:none;
	padding: 0;
	margin: 40px 0 0 12px;
	clear:both;
	float:left;
	width: 730px;
	display:inline;
	position:relative;
	z-index:20;
}
#menu div{
	top: 15px;
	padding-top:10px;
	left: -15px;
}
#menu div ul{padding-bottom:14px}
#menu .accumulator a{
	color: #103184 !important;
	background: none !important;
}
#menu .accumulator a:hover{color: #FF0000 !important;}
#content{
	padding:0 5px;
	overflow: hidden;
	width:746px;
	height:359px;
	background: url(bg.png) no-repeat;
	}
* html #content{
	overflow:visible;
	height: 1%;
}


/* footer */
#footer{
	background:url(footer.png) no-repeat;
	padding: 2px 12px 0;
	overflow: hidden;
}
#footer .code{
	margin:9px 0 0;
	padding:10px;
	text-align:right;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color:#666;
}
#scroller {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color:#666;
	background : #FFF;
	margin: 3px;
	width : 520px;
	height : 220px;
	overflow : auto;
}
#scroller2 {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color:#666;
	background : #FFF;
	margin: 3px;
	width : 710px;
	height : 220px;
	overflow : auto;
}
