html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	min-width: 998px;
}
table, th, td {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

a img { border: 0; }

.layout {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

/* {{{ sidebar */
.sidebar {
	width: 30%;
	padding: 0 0 70px 0;
	vertical-align: top;
	background: #5D6E85 url(../img/bg_topl.png) repeat-x top;
}
.logo {
	text-align: center;
	padding-top: 45px;
}
.sections-block {
	margin: 45px 50px 0 0;
}
.sections-block h2 {
	margin: 0 0 7px 0;
	padding: 0 0 0 20%;
	font: normal 22px "Lucida Sans", Arial, Helvetica, sans-serif; 
	color: #FD9A42;
	position: relative;
}
.sections-block h2 b {
	position: absolute;
	left: 0;
	top: 0;
	width: 18%;
	background: url(../img/bg_h2.png) no-repeat right;
	height: 28px;
}
* html .sections-block h2 {
	height: 1%;
}
.sections {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
}
.sections li {
	background: #748AA4;
	margin: 0 0 1px 0;
	position: relative;
}
* html .sections li {
	height: 1%;
}
.sections li a, .sections li b {
	color: #fff;
	text-decoration: none;
	display: block;
	border-width: 2px;
	border-color: #748AA4;
	border-style: solid solid solid none;
	padding: 10px 30px 10px 20%;
}
.sections li.current {
	border-left: 2px solid #6786AB;
}
.sections li b {
	background: #4C6D97 url(../img/bg_curr.gif) repeat-x bottom; 
	border-color: #6786AB;
}
* html .sections li a, * html .sections li b {
	height: 1%;
}
.sections a:hover {
	border-color: #DADFE3;
	background: #425B74 url(../img/bg_menuhover.png) repeat-x bottom;
}
.sections li span {
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 0;
	background: url(../img/circles.png) no-repeat;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	overflow: hidden;
}
.sections li span.c2 { background-position: 0 -50px; }
.sections li span.c3 { background-position: 0 -104px; }
.sections li span.c4 { background-position: 0 -165px; }
.sections li span.c5 { background-position: 0 -215px; }
.sections li span.c6 { background-position: 0 -269px; }
.sections li span.c7 { background-position: 0 -323px; }
.sections li span.c8 { background-position: 0 -367px; }
.sections li span.c9 { background-position: 0 -413px; }
.sections li span.c10 { background-position: 0 -458px; }
.sections li span.c11 { background-position: 0 -508px; }
.sections li span.c12 { background-position: 0 -562px; }
/* }}} sidebar */

/* {{{ content */
.content {
	padding: 0 50px;
	vertical-align: top;
	color: #504D4D;
}
.content a {
	color: #104BA3;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 10px;
	font: normal 30px "Lucida Sans", Arial, Helvetica, sans-serif;
	position: relative;
	border-bottom: 1px solid #B4B4B4;
	color: #000;
}
* html .content h2 {
	height: 1%;
}
.content h2 b, .content h2 i {
	position: absolute;
	background: url(../img/bg_header.png) no-repeat;
	width: 12px;
	height: 44px;
	top: 0;
}
.content h2 b {
	left: -50px;
	background-position: 0 0;
}
.content h2 i {
	right: -50px;
	background-position: 0 -44px;
}
.flash {
	margin-bottom: 40px;
}
.service-menu {
	margin: 0;
	padding: 25px 0 0 10px;
	list-style: none;
	background: #E54F2C url(../img/bg_top.png) repeat-x top;
	height: 25px;
	color: #fff;
	font-size: 11px;
}
.service-menu li {
	display: inline;
	margin: 4px;
}
.service-menu a {
	color: #fff;
	text-decoration: none;
}
.service-menu a:hover {
	text-decoration: underline;
}

.main-menu {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}
.main-menu td {
	text-align: center;
	font-size: 15px;
	padding: 8px 0;
}
.main-menu td.first {
	text-align: left;
}
.main-menu td.last {
	text-align: right;
}
.main-menu a {
	color: #000;
	text-decoration: none;
}
.main-menu a:hover {
	color: #E54F2C;
	border-bottom: 2px solid #E54F2C;
}
.main-menu .current {
	border: 2px solid #E54F2C;
	padding: 0;
}
.main-menu .current strong {
	background: #E54F2C;
	display: block;
	border: 2px solid #fff;
	color: #fff;
	font-weight: normal;
	padding: 4px 0;
}

.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
.news li {
	width: 31%;
	float: left;
	padding: 0 0 10px 0;
}
.news li.second {
	margin: 0 3%;
}
.news .news-content {
	font-size: 12px;
	line-height: 16px;
}
.all-news {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #B4B4B4;
	font-size: 12px;
}
* html .all-news {
	height: 1%;
}
.news .date {
	font-size: 11px;
	color: #7E7E7E;
}
.news .date b {
	font-size: 14px;
	font-weight: normal;
}

.bnr {
	border: 1px solid #B4B4B4;
	margin: 20px 0;
}

.equipment {
	border-collapse: collapse;
}
.equipment td {
	padding: 17px 20px 17px 0;
	border-top: 1px solid #b4b4b4;
	vertical-align: top;
	font-size: 14px;
}
.equipment img {
	border: 1px solid #b4b4b4;
}
.equipment h3 {
	margin: 0;
	padding: 0;
	color: #E54F2C;
	font-weight: normal;
	font-size: 16px;
}
.manuf {
	margin-bottom: 1em;
}

.sub-menu {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.sub-menu li {
	padding-left: 10px;
	background: url(../img/bul1.gif) no-repeat 0 8px;
	margin-bottom: 5px;
}

ul.type1 {
	margin: 1em 0 1em 6px;
	padding: 0;
	list-style: none;
}
ul.type1 li {
	padding-left: 12px;
	background: url(../img/bul2.gif) no-repeat 0 7px;
}

.footer {
	padding: 30px 0;
	background: url(../img/bg_footer.gif) repeat-x top;
	margin-top: 30px;
	color: #686666;
}
.copy {
	margin: 0;
	padding: 0;
}
/* }}} content */