
* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	font: 10px verdana, sans-serif;
	color: white;
}

ul {
	list-style-type: none;
}

.dark_text, .date, .footer .dark_text a {
	color: #808080;
}

img {
	vertical-align: top;
	border: 0;
}

.img_holder img {
	width: 100%;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

.img_holder {
	display: block;
	overflow: hidden;
}

h2.site_title, h3.cat_title {
	height: 35px;
	overflow: hidden;
}

h2.page_title {
	color: white;
	font: bold 10px/35px Verdana, sans-serif;
	text-transform: uppercase;
	padding: 0px 15px;
	border-bottom: 1px solid #151515;
	margin-bottom: 18px;
}

h3.news_title {
	color: #FF0000;
	font: bold 12px arial, sans-serif;
}

.page_cont h3 {
	padding-bottom: 10px;
}

h3.news_title a, h3.news_title a:hover {
	color: #FF0000;
	text-decoration: none;
}

p.r_al {
	text-align: right;
	line-height: 23px;
	height: 25px;
	padding: 0 10px;
}

#container {
	width: 935px;
	margin: 0 auto;
}

/*header start*/
.header {
	width: 100%;
	height: 130px;
	margin: 20px 0;
	text-align: center;
}

.header .banner_content {
	width: 728px;
}
/*end header*/

/*layout boxes*/
.left_side {
	float: left;
	width: 625px;
}

.right_side {
	float: right;
	width: 300px;
}

.right_side .banner_content {
	margin-bottom: 10px;
}
/*end layout boxes*/

/*footer start*/
.footer {
	clear: both;
	padding-top: 20px;
}

.footer p {
	margin-bottom: 14px;
}

.footer .fr {
	float: right;
}
/*end footer*/

/*rounded box*/
.round_box {
	background: #151515 url('../images/round_box_bc.png') no-repeat;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.round_box:after, .round_box .after {
	height: 5px;
	overflow: hidden;
	background: url('../images/round_box_sprites.png') no-repeat 0 -15px;
	display: block;
	content: "";
	margin-top: -5px;
}

.right_side .round_box:after, .right_side .round_box .after {
	background-position: 0 0;
}
/*end rounded box*/

/*site top news*/
.site_top_news {
	width: 280px;
	height: 315px;
	float: left;
	padding: 0 15px;
	position: relative;
}

.site_top_news .img_holder, .tabs_news .img_holder {
	width: 280px;
	height: 160px;
}

.news_cont {
	margin: 17px 10px;
	line-height: 15px;
	height: 76px;
	overflow: hidden;
}
/*end site top news*/

/*news list*/
.news_list {
	width: 300px;
	height: 285px;
	position: relative;
	padding-top: 30px;
	background: url('../images/news_list_bc.gif') repeat-y;
	float: left;
}

.news_list td {
	padding: 0 10px;
}

.news_list td.img_td {
	padding: 5px 10px;
}

.news_list .img_holder, ul.picture_news .img_holder {
	width: 92px;
	height: 56px;
}

.news_list p {
	max-height: 37px;
	overflow: hidden;
}
/*end news list*/

/*tabs news*/
.tabs_news {
	padding: 0 10px;
	height: 351px;
	position: relative; 
	overflow: hidden;
}

.tabs_news .news_cont {
	height: 46px;
}

.tabs_news h3.news_title {
	max-height: 30px;
	overflow: hidden;
}
/*end tabs news*/

/*tabs toolbar*/
.tabs_toolbar {
	padding-top: 7px;
	float: right;
	word-spacing: -3px;
}

.tabs_toolbar a, .tabs_toolbar span {
	display: -moz-inline-box;
	display: inline-block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	vertical-align: middle;
	background-color: #4D4D4D;
	margin-right: 5px;
	cursor: pointer;
}

.tabs_toolbar .active_tab {
	background-color: white;
}

.tabs_toolbar .button {
	width: 32px;
	height: 19px;
	margin: 0 1px 0 3px;
	background: url('../images/button_prev.png');	
}

.tabs_toolbar .button.next {
	margin: 0;
	background-image: url('../images/button_next.png');
}
/*end tabs toolbar*/

/*picture news*/
ul.picture_news {
	height: 56px;
	padding: 10px 0;
	background-color: #000000;
	position: relative;
	left: -22px;
	margin-right: -32px;
}

ul.picture_news li {
	float: left;
	height: 100%;
	margin-left: 12px;
	display: inline;
}
/*end picture news*/

/* static page */
.page_cont {
	padding: 0px 25px 25px;
	line-height: 15px;
}

.page_cont table {
	width: 100%;
	border: 1px solid #151515;
	border-bottom: none;
	margin-bottom: 20px;
	table-layout: fixed;
}

.page_cont table td, .page_cont table th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #151515;
}

.page_cont table th {
	background-color: #101010;
}

.page_cont table .mid_td {
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
}


.page_cont table td {
	background-color: #4c4c4c;
}

.page_cont tr
{
	margin-bottom: 1px;
}

/* end static page */