@import url('./basic.css'); 
a {
	text-decoration: none;
	color: #008cc4;
}
h1, h2, h3 {
	color: #008cc4;
	text-transform: uppercase;
}
h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
#menu a {

}
/*Tabs*/
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	padding: 0 0 5px 0;
	margin: 0 3px 0 0;
	height: 16px;
	width: 104px;
	float: left;
	border-bottom: 2px #4B4B4B solid;
}

#menu li.first {
}
#menu li a, #menu li a:visited {
	display:block;
	padding: 2px 0 0 0;
	text-decoration: none;
	text-align: center;
	color: #787878;
	text-transform: uppercase;
	height: 14px;
	width: 104px;
	background: transparent url('../i/menu2.gif') no-repeat 0 0;
	background-position: 0px 0px;
}
#menu li a:hover, #menu li.active a {
	background-position: 0px -16px;
	color: #121213;
}
#gallery {
	margin: 0 0 0 10px;
	padding: 0;
}
#gallery .fgitem {
	overflow: hidden;
	width: 102px;
	height: 148px;
	margin-bottom: 15px;
	margin-right: 22px;
	float: left;
}
#gallery .fgthumb {
	width: 100px;
	height: 100px;
	border: 1px solid #C7D3EA;
}
#gallery .fgitemf .fgthumb {
	margin-top: 5px; 
	border: none;
}
#gallery .fgitem .fgthumb a span {
	width: 100px;
	height:100px;
	/*cursor: pointer;*/
	display: block;
}
#gallery .fgthumb a img {
	display: none;
}
#gallery .fgitem .fgname {
	overflow: hidden;
	text-align: center;
	width: 100px;
}
#gallery .fgname_stat {
	float: left;
	text-align: left;
}
#gallery .comm {
	margin-top: 10px; 
	
}
#gallery .comm a {
	text-decoration: none;
	font-weight: bold;
}
/*News*/
.news {
}
.news .photo {
	width: 90px;
	height: 90px;
	float: left;
}
.news .text {
	padding: 0 0 0 5px;
	width: 365px;
	float: left;
}
.news h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
	width: 365px;
	text-transform: none;
}
.date {
	padding: 10px 0 5px 5px;
	float: left;
	width: 365px;
}