html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background: url("../img/bg.png") repeat scroll 0 0 transparent;
	color: #000000;
	font: 14px/120% "Cuprum";
}
div, span, p, em, strong, ul, li, dl, dt, dd, form, fieldset, textarea, label, input, button, img, a, h1, h2, h3, h4, h5, h6, table, tr, td {
	border: 0 none;
	list-style: none outside none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	text-decoration: none;
}
#wrapper {
	background: url("../img/wrapper-bg.png") no-repeat scroll 0 70px transparent;
	margin: auto;
	width: 1120px;
}
#container {
	height: 1000px;
	margin: auto;
	width: 960px;
}
#header {
	height: 100px;
}
#header span.line1 {
	background: url("../img/line.png") repeat-x scroll 0 0 transparent;
	display: inline-block;
	height: 2px;
	margin-top: 55px;
	vertical-align: top;
	width: 100px;
}
#header span.line2 {
	background: url("../img/line.png") repeat-x scroll 0 0 transparent;
	display: inline-block;
	height: 2px;
	margin-top: 55px;
	vertical-align: top;
	width: 330px;
}
#header img {
	display: inline-block;
	margin: 25px 10px 0;
	vertical-align: top;
}
#header form {
	background-color: white;
	border: 1px solid #CDCDCD;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	height: 31px;
	margin: 40px 0 0 10px;
	width: 300px;
}
#header form input[type="text"] {
	color: #999999;
	font: 16px/135% "Cuprum";
	height: 28px;
	margin: 2px 6px 0 10px;
	vertical-align: top;
	width: 250px;
}
#header form input[type="submit"] {
	background: url("../img/search-button.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 27px;
	margin: 2px 0;
	vertical-align: top;
	width: 27px;
}
#content {
	background-color: white;
	box-shadow: 0 0 10px #CCCCCC;
	padding: 15px 20px 40px;
}
#content span.decor {
	background: url("../img/decor.png") repeat-x scroll 0 0 transparent;
	display: block;
	height: 33px;
}
#content span.blockname {
	color: #999999;
	display: block;
	font: 20px/135% "Cuprum";
	height: 32px;
}
#content span.views {
	background: url("../img/eye.png") no-repeat scroll 0 2px transparent;
	color: #999999;
	float: left;
	font: 13px/135% "Cuprum";
	margin: 5px 10px;
	padding-left: 25px;
}
#content span.rating {
	background: url("../img/star.png") no-repeat scroll 0 0 transparent;
	float: right;
	margin: 8px 10px 5px -6px;
	padding: 5px;
}
#content .news span.blockname {
	background: url("../img/news-icon.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0 0 60px;
}
#content .videos span.blockname {
	background: url("../img/videos-icon.png") no-repeat scroll 0 0 transparent;
	padding: 10px 0 0 45px;
}
#content .images span.blockname {
	background: url("../img/images-icon.png") no-repeat scroll 0 0 transparent;
	padding: 10px 0 0 60px;
}
#content .snippets span.blockname {
	background: url("../img/snippets-icon.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 15px;
	padding: 10px 0 0 30px;
}
#content .videos span.blockname span.arrows {
	background: url("../img/arrows.png") no-repeat scroll 0 0 transparent;
	float: right;
	padding: 16px 33px;
}
#content.home p, #content.page p {
	color: #999999;
	font: 14px/135% "Cuprum";
	margin: 12px 0;
}
#content.home p a, #content.page p a {
	color: #23568F;
	font: 16px/120% "Cuprum";
}
#content.home .snippet {
	background: url("../img/big-image-bg.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 400px;
	margin-left: -20px;
	padding: 15px 35px 45px 37px;
	vertical-align: top;
	width: 400px;
}
#content.home .snippet img {
	height: 300px;
	margin: 0;
	width: 400px;
}
#content.home .snippet h1 {
	color: #23568F;
	cursor: pointer;
	font: 20px/120% "Cuprum";
	margin-bottom: 5px;
	max-height: 45px;
	overflow: hidden;
}
#content.home .snippet h1 a {
	color: #23568F;
}
#content.home .snippet p {
	color: #333333;
	font: 16px/120% "Cuprum";
	height: 40px;
	overflow: hidden;
}
#content.home .news {
	display: inline-block;
	vertical-align: top;
	width: 460px;
}
#content.home .news div {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
#content.home .news div h2 {
	background: url("../img/square.png") no-repeat scroll 0 2px transparent;
	color: #23568F;
	cursor: pointer;
	font: 16px/120% "Cuprum";
	margin-bottom: 5px;
	padding-left: 20px;
}
#content.home .news div h2 a {
	color: #23568F;
}
#content.home .news div p {
	color: #333333;
	float: left;
	font: 14px/120% "Cuprum";
	padding-left: 20px;
	width: 300px;
}
#content.home .news div img {
	float: right;
	height: 65px;
	width: 120px;
}
#content.home .videos {
	margin: 30px 0;
}
#content.home .videos div {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 208px;
	margin: 15px 5px 15px 0;
	vertical-align: top;
	width: 178px;
}
#content.home .videos div:last-child {
	margin-right: 0;
}
#content.home .videos div a img {
	height: 130px;
	margin: -1px 0 0 -1px;
	width: 180px;
}
#content.home .videos div p {
	color: #666666;
	font: 14px/115% "Cuprum";
	height: 34px;
	margin: 5px 10px;
	overflow: hidden;
	width: 160px;
}
#content.home .videos div p a{
	font-size: 14px;
}

#content .images {
	margin: 30px 0;
}
#content .images div {
	background: url("../img/image-bg.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 180px;
	margin: 15px 0;
	vertical-align: top;
	width: 230px;
}
#content .images div a img {
	height: 130px;
	margin: 15px 20px 0;
	width: 190px;
}
#content.page .left-block-ads {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: top;
width: 480px;
}
#content.page .snippets span.separator {
	display: inline-block;
	width: 20px;
}
#content.page .snippets.top {
display: inline-block;
overflow: hidden;
width: 420px;
}
#content.page .snippets.bottom {
	width: auto;
}
#content.page .snippets div {
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
#content.page .snippets.bottom div {
	width: 450px;
}
#content.page .snippets div.center-block-ads {
	display: block;
}
#content.page .snippets div img {
	float: left;
	height: 65px;
	width: 120px;
}
#content.page .snippets div h1, #content.page .snippets div h2, #content.page .snippets div h3 {
	color: #A9501B;
	cursor: pointer;
	font: bold 14px/120% "Verdana";
	margin: 0 0 10px 140px;
}
#content.page .snippets div h1 a, #content.page .snippets div h2 a, #content.page .snippets div h3 a {
	color: #A9501B;
}
#content.page .snippets div p {
	color: #1F1F1F;
	font: 13px/115% "Verdana";
	margin-left: 140px;
}
#content.page .videos {
	margin: 30px 0;
}
#content.page .videos div {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 238px;
	margin: 15px 10px 15px 0;
	vertical-align: top;
	width: 218px;
}
#content.page .videos div:last-child {
	margin-right: 0;
}
#content.page .videos div a img {
	height: 160px;
	margin: -1px 0 0 -1px;
	width: 220px;
}
#content.page .videos div p {
	color: #666666;
	font: 14px/115% "Cuprum";
	height: 34px;
	margin: 5px 10px;
	overflow: hidden;
	width: 200px;
}
#content.page .videos div p a{
	font-size: 14px;
}
#content.page .article {
	display: inline-block;
	padding: 20px 0;
	width: 560px;
}
#content.page .article h1 {
	color: #006699;
	font: 28px/120% "Cuprum";
	margin-bottom: 20px;
}
#content.page .article h1 a {
	color: #006699;
}
#content.page .article div {
	background: url("../img/big-video-bg.png") no-repeat scroll 0 0 transparent;
	height: 425px;
	margin-left: -10px;
	padding: 15px 0 0 35px;
	width: 555px;
}
#content.page .article div img {
	height: 390px;
	width: 510px;
}
#content.page .article a {
	color: #006699;
}
#content.page .article p {
	color: #666666;
	font: 14px/120% "Cuprum";
	margin-bottom: 20px;
	text-indent: 20px;
}
#footer {
	height: 100px;
}
#footer a.logo img {
	height: 40px;
	margin: 30px 30px 0 0;
	width: 130px;
}
#footer ul {
	display: inline-block;
	margin-top: 40px;
	vertical-align: top;
}
#footer ul li {
	display: inline-block;
	margin-right: 30px;
}
#footer ul li a {
	color: #999999;
	font: 16px/135% "Cuprum";
}
#footer div.counter {
	float: right;
	margin-top: 40px;
}
#ramka {
background: url("../img/image-bg.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 180px;
margin: 5px 126px;
vertical-align: top;
width: 230px;
}
#catch {
height: 130px;
margin: 15px 20px 0;
width: 190px;
}
.blocknamed {
background: url("../img/snippets-icon.png") no-repeat scroll 0 0 transparent;
padding: 10px 0 0px 30px;
color: #999;
display: block;
font: 20px/135% "Cuprum";
height: 32px;
}
a.ht_button  {
display:inline-block;
}
a.ht_button:hover {
background-position:0 bottom; 
}
a.ht_b6  {
width:245px;
height:87px;
background:url(/img/b6.png) no-repeat 0 0;
}