@import "reset.css";
*{
	margin:0;
	padding:0;
	line-height: 100px;
}
a
{
	color:#000;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}
img
{
	border:none;
}
body 
{
	overflow: hidden;
	background: #000;
}
#content
{
	margin: 0px auto;
	left: 0;
    right: 0;
	width: 1000px;
	z-index: 3;
	position: absolute;
}
#header
{
	float:left;
	overflow: hidden;
	width: 1000px;
	text-align:left;
	z-index: 3;
}
#logo
{
	background: #f7f7f7;
	float: left;
	width: 114px;
	padding: 10px;
	height: 75px;
	margin-top: 10px;
}
#menu
{
	float: left;
	width: 866px;
	height: 30px;
	margin-top: 40px;
}
	#menu li
	{
		float: right;
		height: 20px;
		padding: 0 10px;
		margin: 0 10px;
		line-height: 20px;
		background: #f7f7f7;
		font-size: 0.8em;
	}
	#menu a
	{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	#menu a:hover
	{
		text-decoration: none;
	}
	#menu li.lang
	{
		
	}
	#menu a.lang
	{
		color: #f7f7f7;
		text-decoration: none;
		font-weight: bold;
		float: right;
		height: 20px;
		padding: 0 10px;
		margin-right: 10px;
		line-height: 20px;
		background: #000;
		font-size: 0.8em;
	}
	#menu a.lang:hover
	{
		text-decoration: none;
	}
#footer 
{
    position: absolute;
    bottom: 10px;
	z-index: 3;
	padding: 10px;
	background: #f7f7f7;
	float: left;
	color: #000;
	margin: 0px auto;
	left: 0;
    right: 0;
	width: 980px;
	height: 300px;
}
#mainfooter 
{
    position: absolute;
    bottom: 10px;
	z-index: 3;
	padding: 10px;
	float: left;
	color: #000;
	margin: 0px auto;
	left: 0;
    right: 0;
	width: 980px;
	height: 300px;
}
	#slider ul, #slider li
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li
	{ 
		width: 500px;
		height:200px;
		overflow:hidden; 
	}	
	
	ol#controls
	{
		margin:1em 0;
		padding:0;
	}
	ol#controls li
	{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
	}
	ol#controls li a
	{
		float: left;
		border: 1px solid #FFF;
		background: #f7f7f7;
		color: #000;
		padding: 2px 5px;
		text-decoration:none;
		font-size: 0.8em;
	}
	ol#controls li.current a
	{
		background: #FFF;
		color: #000;
		border: 1px solid #000;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
	{
		outline:none;
	}
#loading 
{
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 0;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.tags ul
{
	margin:0;
	padding: 20px;
	overflow: hidden;
	width: 940px;
	height: 260px;
}
.tags li
{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.tags li a
{
	text-decoration:none;
	color: #000;
	background: #f7f7f7;
	margin: 100px;	
}
.tags li a:hover
{	
	color: #FFF;
	background: #000;
}		
.tag1
{
	font-size: 1.3em;
}
li.tag1 a
{
	color: #bebebe;	
}
.tag2
{
	font-size: 1.6em;
	
}
li.tag2 a
{
	color: #989797;	
	margin: 250px;	
}
.tag3
{
	font-size: 1.9em;
}
li.tag3 a
{
	color: #797878;	
}
.tag4
{
	font-size: 2.2em;
	
}
li.tag4 a
{
	color: #2f2f2f;	
	margin: 150px;	
}
.tag5
{
	font-size: 2.5em;
}
li.tag5 a
{
	color: #000;	
	margin: 350px;	
}

li.tag6 a
{
	color: #000;	
}