@charset "UTF-8";
/* CSS Document */
#cmswrapper {
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}
#cmsmenucontent {
	overflow: hidden;
}
#cmsmenuwrapper {
	position: relative;
	width: 960px;
	margin: auto;
	background: #333;
}

#loginbutton {
	display: block;
	width: 100px;
	height: 25px;
	background: #333;
	position: absolute;
	right: 0px;
	bottom: -25px;
	text-align: center;
	
}
#loginbutton a {
	display: block;
	width: 100px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	font-size: 10px;
}
#loginbutton a:hover {
	color: #3399FF;
}
#lang {
	width: 250px;
	height: 25px;
	position: absolute;
	right: 100px;
	bottom: -25px;
}
#lang ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#lang li {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
}
#lang li a {
	width: 80px;
	display: block;
	height: 18px;
	padding-top: 5px;
	background: #eee;
	margin-margin: 1px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
#lang li a:hover {
	background: #05acee;
	color: #fff;
}
#cmsmenu {
	float: left;
	position: absolute;
	bottom: 0;
}
#cmsmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cmsmenu li {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(images/cmsmenubg.gif) bottom left repeat-x;
	height: 100px;
	margin-right: 1px;

}
#cmsmenu li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
#cmsmenu h1 {
	margin-left: 20px;
}
#loginform {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
	padding: 10px;
	width: 270px;
}
#loginform label{
	width: 100px;
	display: block;
	text-align: right;
	float: left;
	margin-top: 3px;
}
#loginform a {
	color: #fff;
}
