/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
a {
	text-decoration: none;
	color: #fff;
}
.clear:after {
	clear: both;
	content: "";
	display: table;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/18px Arial, sans-serif;
	width: 100%;
	color: #000000;
	border-radius: 10px;
	background: #313131 url(../img/bg.jpg) no-repeat center top;
}
.wrapper {
	width: 1150px;
	margin: 0 auto;
}
.header, .middle {
	background: #cccccc;
}
h1,h2,h3,h4 {
	font-size: 14px;
	color: #fff;
}
.right {
	float: right;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 250px;
	margin-top: 50px;
	border-radius: 10px 10px 0 0;
}
.header ul {
	background: #5d2f2f;
	display: block;
	height: 50px;
	border-radius: 10px;
}
.header ul li {
	background: url('img/li.png') no-repeat right;
	float: left;
}
.header ul li:hover {
	opacity: 0.8;
}
.header ul li:hover:first-child {
	border-radius: 10px 0 0 10px;
}
.header ul li:last-child {
	background: none;
}
.header ul a { 
	padding: 16px 20px;
	float: left;
	color: white;
	text-transform: uppercase;
}
.header > ul > li > a > img {
	margin: -12px -10px;
}
strong {
	text-align: center;
	text-transform: uppercase;
	display: block;
	line-height: 2em;
}
.populars {
	background: #d8d8d8;
	border: 1px;
	border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}
.popular {
	background: #585d6d;
	border-radius: 10px;
	width: 180px;
	float: left;
	margin: 5px 10px;
}
.popular a {
	text-align: center;
	display: block;
	line-height: 1.5em;
}
.popular img {
	width: 180px;
	height: 130px;
	display: block;
	border-radius: 0 0 10px 10px;
	opacity: 0.9;
}
.popular img:hover {
 opacity: 1;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 10px 0 320px;
}
.border {
	background: #d8d8d8;
	border: 1px solid #b1b1b1;
	padding: 5px;
}
.border > img {
	width: 595px;
	height: 240px;
	border: 1px solid #5d2f2f;
	display: block;
	margin: 10px auto;
}
.border ul {
	margin: 10px;
}
.border h2 {
	color: #5d2f2f;
	font-weight: bold;
	font-size: 16px;
}
.border li {
	list-style: circle;
	margin-left: 25px;
}
.download {
	margin: 10px 45px;
	text-align: center;
	display: -webkit-inline-box;
}
.download a {
    width: 186px;
    height: 63px;
	display: block;
}
.download div {
	display: inline-block;
}
.direct {
	background: url(/img/direct.png) no-repeat;
}
.torrent {
	background: url(/img/torrent.png) no-repeat;
}
.yandex {
	background: url(/img/yandex.png) no-repeat;
}
.screenshot {
	margin: 10px;
	text-align: center;
}
.screenshot img {
	margin: 0 5px;
	width: 250px;
    height: 200px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
	margin-left: -99%;
	position: relative;
}
.left-sidebar ul {
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding-bottom: 0.1px;
	margin-top: 25px;
}
.left-sidebar ul:first-child {
	margin-top: 0;
}
.title {
	background: #5d2f2f;
	padding: 10px 20px;
	display: block;
	border-radius: 10px 10px 0 0;
}
.title img {
	margin: -3px -5px;
}
.left-sidebar a {
	background: #d8d8d8;
	border: 1px solid #b1b1b1;
	color: #000;
	line-height: 2em;
	display: block;
	margin: 1px;
}
.left-sidebar a img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin: 0 5px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 60px;
	color: #fff;
	margin: 5px 10px;
}
.footer > .right > img {
	width: 88px;
	height: 31px;
}
.left-sidebar ul li:hover {
    opacity: 0.9;
}