* {
	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: 770px;
    /**height: 666px;**/
    overflow: hidden;
}
.image {
    width: 1000px;
    height: 770px;
    /**height: 666px;**/
    background: #000;
}
.menu {
    position: relative;
    float: right;
    /**top: -666px;**/
    top: -770px;
    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;
}
.tool {
    position: relative;
    float: right;
    /**top: -666px;**/
    top: -770px;
	width: 420px;
	margin: 5px 5px 0 0;
}
.tool .item {
	margin-bottom: 5px;
	background: #202020;
	background: rgba(32, 32, 32, 0.8);
}
.tool div.ie {
	background: transparent !important;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC202020, endColorstr=#CC202020);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC202020, endColorstr=#CC202020)";

}
.tool .item a {
	font: 12px/14px Arial;
	text-decoration: none;
	color: #ffc20e;
}
.tool .item a:hover {
	text-decoration: underline;
	color: #ffda03;
}
.tool .item a.download {
	padding: 0px 0 10px 30px;
	background: url(/img/theme/download.png) no-repeat 15px 3px;
}

.tool .box .title {
	text-transform: uppercase;
	padding: 10px 15px;
	background: #2b2502;
	font: 15px/15px Arial;
	color: #fff;
}
.tool .box ul {
	font: 12px/14px Arial;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	color: #9f9f9f;
}
.tool .box ul li {
	margin: 0 0 10px 0;
}
.tool .box ul a {
	text-decoration: none;
	color: #fff;
}
.tool .box ul a:hover {
	color: #bbb;
}
.spacer {
	height: 10px;
}
.tool .box p {
	font: 12px/14px Arial;
	margin: 0;
	padding: 10px 15px;
	color: #fff;
}
.tool .box p.big {
	font: 20px/22px Arial;
}
.tool hr {
    border: none 0; 
    border-top: 1px dashed #666;
    height: 1px;   
}


#form .form {
    border: 5px solid #666;
    background: #fff;
    height: 20px;
    width: 380px;
	margin: 0 15px;
}
#form #s {
    width: 350px;
    height: 20px;
    border: 0;
    float: left;
    padding: 0px 5px;
}
#submit {
    width: 20px;
    height: 20px;
    float: right;
    border: none;
    background: url('/img/theme/submit.gif') no-repeat 50% 50%;
}

.left {
    position: relative;
    float: left;
    /**top: -400px;**/
    top: -524px;
	width: 420px;
	margin: 5px 0 0 27px;
}
.left .item {
	margin-bottom: 5px;
	background: #202020;
	background: rgba(32, 32, 32, 0.8);
}
.left div.ie {
	background: transparent !important;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC202020, endColorstr=#CC202020);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC202020, endColorstr=#CC202020)";

}
.left .item a.download {
	font: 12px/14px Arial;
	text-decoration: none;
	color: #ffc20e;
	padding: 0px 0 10px 30px;
	background: url(/img/theme/download.png) no-repeat 15px 3px;
}
.left .item a:hover {
	text-decoration: underline;
	color: #ffda03;
}

.left .box .title {
	text-transform: uppercase;
	padding: 10px 15px;
	background: #2b2502;
	font: 15px/15px Arial;
	color: #fff;
}
.left .box ul {
	font: 10px/12px Arial;
	list-style: none;
	margin: 0;
	padding: 10px 15px 1px 15px;
	color: #9f9f9f;
}
.left .box ul li {
	margin: 0 0 10px 0;
}
.left .box ul a {
	text-decoration: none;
	color: #fff;
}
.left .box ul a:hover {
	color: #bbb;
}
.left .box p {
	font: 12px/14px Arial;
	margin: 0;
	padding: 10px 15px;
	color: #fff;
}
.left .box .title .links {
	padding-left: 30px;
}
.left .box .title .links a {
	font: 12px/12px Arial;
	color: #fff;
	text-decoration:none;
	text-transform: none;
	padding: 0 5px;
}
.left .box .title .links a.curr {
	color: #ffc20e;
}
.left .box .title .links a:hover {
	color: #ffc20e;
}

.tool .item p.big a {
	font: 18px/18px Arial;
	margin-right: 20px;
}
.tool .item p.big-more {
	font: 18px/22px Arial;
}

span.light {
    color: #FF6666;
    white-space:nowrap;
}
