body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #090909 url(../img/bg.jpg) top center no-repeat;
	color: #fff;
}

p.butt {
	text-align: center;
}
.none { display: none; }
/* blue */
a:link, a:visited, a:active { color: #a256bb; text-decoration: none;}
a:hover { color: #b274c7;}

/* orange
a:link, a:visited, a:active { color: #ffc88c; text-decoration: none;}
a:hover { color: #ff8400;}
 */
.blue-text { color: #a256bb; /*01b5e8*/}
.orange-text { color: #ff8400; }
ul {
	list-style: square;
	padding: 0 40px;
	margin-bottom: 10px;
}
ul ul{
	list-style: disc;
	padding: 0 20px;
	margin-bottom: 10px;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	background: url(../img/header2.png) no-repeat;
	height: 304px;
	width: 940px;
	position: relative;
	margin-bottom: 10px;
}
#header .top-links {
	position: relative;
	top: 84px;
	left: 770px;
	width: 163px;
	
}
.topNav {
	position: relative;
	top: 260px;
	width: 920px;
	height: 37px;
	line-height: 37px;
	background: url(../img/topNavBG.png) no-repeat;
	margin: 0 10px;
}
.topNav p {
	padding-left: 30px;
	font-size: 1.3em;
	position: relative; 
	top: -27px;
}

/* lang */
#header .top-links .lang {
	float: left;
	width: 103px;
	height: 27px;
	line-height: 17px;
	background: url(../img/langbg.png) no-repeat;
	text-align: right;
	margin-right: 1px;
}
#header .top-links .lang img {
	position: relative;
	top: 1px;
}
#header .top-links .lang img.divider {
	position: relative;
	top: 5px;
	margin: 0 2px;
}
#header .top-links .current{
	padding-right: 10px;
}
#header .top-links .items{
	padding: 0 7px 5px 0;
	background: #090909;
	margin: 5px 3px 0;
}
#header .top-links .items p{
	padding: 0 !Important;
	margin: 0;
}
#header .top-links .items img {
	position: relative;
	top: 1px;
}
#header .top-links .items img.divider {
	position: relative;
	top: 5px;
	margin: 0 2px;
}
/* icon */
#header .top-links .icon{
	float: right;
	width: 59px;
	height: 27px;
	background: url(../img/iconbg.png) no-repeat;
	color: #000;
	text-align: center;
}
#header .top-links .icon img {
	position: relative;
	top: 4px;
}
/* main */
#main {
	width: 770px;
	float: left;
	margin-right: 8px;
}
#main h2 {
	width: 770px;
	height: 50px;
	line-height: 55px;
	font-size: 1.7em;
	letter-spacing: -1px;
	padding-left: 20px;
	background: url(../img/main-head.png) no-repeat;
}
#main .line-blue {
	height: 7px;
	background: url(../img/line-purple.png) no-repeat;
}
#main .line-orange {
	height: 7px;
	background: url(../img/line-orange.png) no-repeat;
}
#main .main-content {
	width: 770px;
	font-size: 1.1em;
	line-height: 1.5em;
	background: url(../img/main-bg.png) repeat-y;
	padding-top: 10px;
}
#main .main-content p{
	padding: 3px 20px 5px;
}
#main  .main-content h3 {
	padding-left: 15px;
	margin-top: 10px;
}
#main h3.main-h3 {
	width: 748px;
	height: 32px;
	line-height: 32px;
	background: url(../img/main-h3.png) no-repeat;
	margin: 2px 0 4px 11px;
	padding-left: 11px;
}
#main .news-title {
	width: 748px;
	height: 48px;
	background: url(../img/news-head.png) no-repeat;
	margin: 5px 11px 0 11px;
	padding-top: 6px;
}
#main .news-title h3{
	padding: 0 0 3px 11px;
	margin: 0;
}
#main .newsitem {
	padding-left: 23px;
}
#main .news-info {
	padding-left: 11px !Important;
}
#main .main-foot {
	height: 11px;
	background: url(../img/main-foot.png) no-repeat;
	margin-bottom: 10px;
}
/* sidebar */
#sidebar {
	width: 162px;
	float: right;
}
#sidebar h3 {
	height: 51px;
	line-height: 55px;
	font-size: 1.7em;
	letter-spacing: -1px;
	padding-left: 16px;
	background: url(../img/side-head.png) no-repeat;
}
#sidebar .viewall { text-align: right;}
#sidebar .side-content{
	background: url(../img/side-bg.png) repeat-y;
	padding: 8px 5px 5px;
	font-size: 1.1em;
	overflow: hidden;
}
#sidebar .side-foot {
	background: url(../img/side-foot.png) repeat-y;
	height: 11px;
	margin-bottom: 10px;
}
.sidebarItem ul{
	margin: 0 1px;
	padding: 0;
	list-style: none;
}
.sidebarItem a{
	display: block;
	padding: 7px 4px 8px 10px;
	margin: -1px 0 0 0;
	background-color: #090909;
	border-bottom: 1px dashed #0c0c0c;
	border-top: 1px dashed #0c0c0c;
}
.sidebarItem a:link, .mainMenu a:visited{
	color: #fff;
	text-decoration: none;
}
.sidebarItem a:hover{
	background-color: #212121;
	color: #fff;
}

/* footer */
#footer {
	clear: both;
	font-size: 1.1em;
	width: 940px;
	height: 30px;
	margin: 10px 0;
	text-align: center;
	
}
