* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
a img {
    border: none;
}
.wrapper {
	width: 100%;
}
.layout {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.header {
	height: 80px;
	position: relative;
}
.header .logo {
    float: left;
    margin-top: 8px;
}
.header .lang {
    position: absolute;
    bottom: 10px;
    right: 0;
    font: 10px/10px Arial;
    color: #666;
}
.header .lang ul {
    list-style: none;
    margin: 0;
}
.header .lang ul li {
    float: left;
    margin: 0 3px;
}
.header .lang a, .header .lang span {
    padding: 2px 0;
}
.header .lang a {
    color: #402568;
    text-decoration: underline;
}
.header .lang a:hover {
    text-decoration: none;
}
.header .lang span {
    color: #000;
}
.header .lang a.facebook {
    background: url(/img/theme/facebook-small.gif) no-repeat left 50%;
    padding-left: 20px;
}
.footer {
    height: 80px;
}
.footer table {
    border: none;
}
.footer td {
    padding: 10px;
    width: 12%;
    text-align: center;
    vertical-align: middle;
}
.content {
	position: relative;
    width: 1000px;
    height: 666px;
    overflow: hidden;
}
.image {
    width: 1000px;
    height: 666px;
    background: #000;
}
.menu {
    position: relative;
    float: right;
    top: -666px;
    padding: 10px;
	background: #402568;
	background: rgba(64, 37, 104, 0.8);
	width: 750px;
	text-align: right;
}
.ie {
	background: transparent !important;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC402568, endColorstr=#CC402568);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC402568, endColorstr=#CC402568)";

}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font: 11px/16px Arial;
}
.menu ul li {
    float: right;
    text-transform: uppercase;
    color: #fff;
    margin: 0 3px;
}
.menu ul li.h {
    font: bold 18px/16px Arial;
    float: left;
}
.ie ul li.h {
    width: 210px;
}
.menu a {
    text-decoration: none;
    color: #fff;
}
.menu a:hover {
    text-decoration: underline;
    color: #ffe50e;
}
.menu ul li.h a {
    text-decoration: none;
    color: #ffe50e;
}
.menu ul li.h a:hover {
    text-decoration: underline;
    color: #fff;
}
