/* red: #b12620 */

body {
	background:#fff url('bg.png') no-repeat bottom left fixed;

	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper {
	min-width: 980px;
	max-width: 1600px;
	margin:0 auto;
}

div#middle {
	width:92%;
	overflow: hidden;
	position: relative;
	margin:0 2% 0 6%;
}
* html div#middle {width: 91.8%;}
*+html div#middle {width: 91.8%;}

div#content {
	width: 68%;
	float: left;
	margin:1em 0;
}
* html div#content {width: 67.6%;}
*+html div#content {width: 67.6%;}

div#sidebar {
	float: right;
	width: 30%;
	position: relative;
	margin:1em 0 1em 2%;
	z-index: 1;
}

* html div#sidebar {width: 29.8%;}
*+html div#sidebar {width: 29.8%;}

div#extra {
	width:92%;
	overflow: hidden;
	position: relative;
	margin:1em 2% 1em 6%;
}
* html div#extra {width: 91.8%;}
*+html div#extra {width: 91.8%;}

div#extra div.news {
	width: 70%;
	float: left;
}
* html div#extra div.news {width: 69.6%;}
*+html div#extra div.news {width: 69.6%;}

div#footer {
	width:92%;
	overflow: hidden;
	position: relative;
	margin:1em 2% 1em 6%;
}
* html div#footer {width: 91.8%;}
*+html div#footer {width: 91.8%;}

/*div#column {
	position: absolute;
	top: 0;
	right: 0;
	width: 24%;
	height: 100%;
}
* html div#column {height: 9999em;}*/

/* header start */
#header {
	overflow:hidden;
	position:relative;
}

#header div.logo {
	margin-top:25px;

	background:url('logo.png') top no-repeat;
	float:left;
	display:inline;
}

#header div.logoeng {
	margin-top:25px;

	background:url('logo_eng.png') top no-repeat;
	float:left;
	display:inline;
}

#header div.logo a {
	display:block;

	height:50px;
	width:263px;
	text-decoration:none;
}

#header div.logoeng a {
	display:block;

	height:50px;
	width:263px;
	text-decoration:none;
}


#header div.menu {
	float:right;
	width:500px;
	margin-top:20px;
}

#header div.menu ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:1.5em;
}

#header div.menu li {
	width:250px;
	height:25px;
	float:left;
	padding:5px 0;
}

#header div.menu a {
	display:block;
	height:27px;
	padding-top:3px;
	padding-left:30px;
	color:#000;
	text-decoration:none;
}

#header div.menu a:hover {
	color:#b12620;
}

#header div.menu li a.active {
	background:#b12620 url('/templates/menubg.png') no-repeat;
	color:#fff;

}
/* header end */

.body {
	overflow:hidden;
	zoom:1;
}

/* content start */
#content a {
	color: #b12620;
}

#content a:hover {
	text-decoration:none;
}

#content h1 {
	background:url('/templates/arr.png') no-repeat 0 3px;

	text-transform:uppercase;
	font-weight:normal;
	font-size:1.8em;
	display:block;
	padding:0 0 0 30px;
	margin:1em 0;
}

#content h1 a {
	color:black;
	text-decoration:none;
}

#content h1 a:hover {
	text-decoration:underline;
}

#content h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:1em 0;
}

#content h5 {
	font-size:1 em;
	font-weight:bold;
	margin:1em 0;
}

#content h2 a {
	text-decoration:none;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content h3 {
	font-size:1.2em;
	margin:10px 0;
	text-align:center;
	font-weight:bold;
}

#content p {
	line-height:1.6em;
	margin:1.2em 0;
}

#content p.date {
	font-size:0.86em;
	margin:-1em 0 1em;
	font-style:normal;
	color:#666;
}

#content .crumbs {
	font-size:0.8em;
}

#content ul.links {
	padding:5px 8px;
	color:#fff;
	background:#b12620;
	overflow:hidden;
	list-style:none;
	zoom:1;
	margin:0;

	border:1px solid #b12620;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content ul.links li {
	border-right:1px solid #d46258;
	border-left:1px solid #b00705;


	margin:0;
	padding:0 15px;
	float:left;
}

#content ul.links a {
	color:#fff;
}

#content .links li.first {
	border-left:0;
}

#content .links li.last {
	border-right:0;
}

#content img {
	margin:10px auto;
	display:block;
	border:1px solid #666;
}

#content .gizmo {
	width:100%;
	font-size:1em;
	background:none;
	border:0;
}

#content .gizmo td {
	border:0;
}

#content table {
	width:100%;
	font-size:0.85em;
	background:#d6d6d6;
	border-collapse:collapse;
}

#content th {
	background:#666666;
	color:#fff;
	font-weight:normal;
	border:1px solid #fff;
	padding:0 10px;
	width:auto;
}

#content .subth,
#content .subth th {
	background:#999999;
}

#content td {
	text-align:center;
	padding:3px;
	width:50%;
	border:1px solid #fff;
}

#content ul.newslist {
	margin:0;
	padding:0 0 1em 0;
	list-style:none;
	zoom:1;
}

#content ul.newslist li {
	/*background:url('/templates/separator.png') no-repeat top left;*/
	padding:1em 0;
}

/*#content ul.newslist li:first-child {
	background:none;
}*/

#content ul.newslist h2 {
	font-size:1.2em;
	padding:0 10px 0 0;
	margin:0;
	font-weight:bold;
}

#content ul.newslist h2 a {
	color:#b12620
}

#content ul.newslist h2 a:hover {
	text-decoration:underline;
}

#content ul.newslist p.date {
	font-size:0.86em;
	margin:-0.3em 0 0.2em 0;
}

#content ul.newslist p {
	margin:0.2em 0;
}

#content .pages {
	text-align:center;
	font-size:0.85em;
}

#content .pages ul {
	list-style:none;
	margin:0;
	padding:0;
}

#content .pages li {
	display:inline;
	color:#bebebe;
}

#content .pages span {
	border:1px solid #bebebe;
	color:#bebebe;
	padding:3px 6px;
}


#content .pages li a {
	border:1px solid #b12620;
	padding:3px 6px;
	text-decoration:none;
}

#content .pages li a:hover {
	background: #b12620;
	color:#fff;
	padding:3px 6px;
	text-decoration:none;
}

#content .diagform {
	background:#e5e5e5;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
}

#content .orderbg {
	width:500px;
	margin:0 auto;
	padding:20px;
}

#content .results_info {
	margin:20px 0;
	font-size:1.2em;
}

#content .input {
	border:1px solid #979797;
	font-size:11px;
	padding:3px;
}

#content .submit {
	background:#979797;
	color:white;
	border:0;
	padding:3px 5px 4px 5px;
}

#content .search {
	width:80%;
}

#content .order {
	width:80%;
	margin-bottom:15px;
	font-family:Arial;
}

#content .textarea {
	height:150px;
}

#sidebar div.catalog {
	background:#b12620 url('/templates/nav_bg.png') no-repeat right bottom;
	padding:0 30px;
	overflow:hidden;

	border:1px solid #b12620;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	color:#fff;
	position:relative;
	zoom:1;
}

#sidebar div.catalog a {
	color:#fff;
}

#sidebar div.catalog h4 {
	background:url('/templates/arr_white.png') no-repeat 0 3px;

	text-transform:uppercase;
	font-weight:normal;
	font-size:1.8em;
	display:block;
	padding:0 0 0 30px;
	margin:1em 0;
}

#sidebar div.catalog ul {
	list-style:none;
	margin:1em 0;
}

#sidebar div.catalog li {
	margin:5px 0;
	padding:0;
	font-weight:bold;
}

#sidebar div.catalog li a {
	text-decoration:none;
}

#sidebar div.catalog li a:hover {
	text-decoration:underline;
}

#sidebar div.catalog ul ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:disc;
}

#sidebar div.catalog li li {
	font-weight:normal;
}

#sidebar div.catalog li li a {
	text-decoration:underline;
}

#sidebar div.catalog li li a:hover {
	text-decoration:none;
}

#sidebar div.catalog li a.act {
	font-weight:bold;
	text-decoration:none;
}

#sidebar div.catalog li a.act:hover {
	text-decoration:underline;
}

#search {
	margin:10px 0;
	padding:15px 0;
	zoom:1;
	overflow:hidden;
}

#search form {
	float:left;
}

#search a {
	font-size:0.85em;
	color:#b12620;
}

#search a:hover {
	font-size:0.85em;
	text-decoration:none;
}

#search form label {
	position:absolute;
	margin:4px;
	font-size:0.9em;
	color:#666;
}

#search input[type=text] {
	border:0;
	border-bottom:1px solid #b12620;
	font-size:1em;
	padding:3px;
}

#search input[type=submit] {
	background:url('/templates/search.png') no-repeat center;
	width:18px;
	height:18px;
	cursor:pointer;
	margin:0;
	padding:0;
	border:0;
}

#sidebar ul.lang {
	float:right;
	font-size:0.9em;
	list-style:none;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;

}

#sidebar ul.lang li {
	float:left;
	margin:0 1px;
	padding:5px 0;
}

#sidebar ul.lang li.sel {
	background:#b12620;
	color:#fff;
	padding:5px;
}

#sidebar ul.lang a {
	text-decoration:none;
	padding:5px;
}

#sidebar ul.lang a:hover {
	background:#b12620;
	color:#fff;
}
/* sidebar end */

/* footer start */
#footer div.copy {
	padding:5px 0 5px 60px;

	background:url('/templates/logo_ft.png') no-repeat;
	height:70px;
	width:190px;
	font-size:0.85em;
	float:left;
}

#footer div.counters {
	width: 28%;
	float:right;
	position: relative;
	margin:0 0 0 2%;
	text-align:right;
}
* html #footer div.counters {width: 27.8%;}
*+html #footer div.counters {width: 27.8%;}
/* footer end */



#extra h4 {
	background:url('/templates/arr.png') no-repeat 0 3px;

	text-transform:uppercase;
	font-weight:normal;
	font-size:1.8em;
	display:block;
	padding:0 0 0 30px;
	margin:10px 0;
}

#extra h4 a {
	color:black;
	text-decoration:none;
}

#extra h4 a.rss {
	background:url('/templates/rss.png') no-repeat;
	padding-left:24px;
}

#extra h4 a.rss:hover {
	text-decoration:none;
}

#extra h4 a:hover {
	text-decoration:underline;
}

#extra h3 {
	font-size:1.3em;
	margin:0;
}

#extra h3 a {
	color:#b12620;
	text-decoration:none;
}

#extra h3 a:hover {
	text-decoration:underline;
}

#extra p.date {
	font-size:0.86em;
	margin:0em 0 1em;
	font-style:normal;
	color:#666;
}

#extra .news-item {
	width:46%;
	float:left;
	padding-right:4%;
}

* html #extra .news-item {width: 45.8%;}
*+html #extra .news-item {width: 45.8%;}

#banner-468x60-center {
	margin:0 auto;
	width:468px;
	padding:0 0.5em;
}

/*#banner-468x60-center img {
	border:1px solid #999;
}

#banner-120x60-left {
	float:left;
	width:160px;
	margin-left:-100%;

	padding:0 20px 0 85px;
}

#banner-120x60-right {
	float:left;
	width:160px;
	margin-left:-200px;

	padding:0 20px;
}

#copy {
	margin-right:400px;
	padding:20px 0 0 150px;

	background:url('/templates/logo_ft.png') no-repeat 85px 15px;
	height:70px;
	width:190px;
	font-size:0.85em;
}

#counters {
	float:left;
	margin-left:-400px;
	width:350px;

	padding-right:20px;
	padding-top:20px;

	text-align:right;
}*/