html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	color: #3B3B3B;
	background: #ffffff;
}

form {
	margin:0px;
}

body, td {
	font: normal 11px arial, helvetica, sans-serif;
	color: black;
	vertical-align: top;
	text-align: left;
	color: #3B3B3B;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
	visibility: hidden;
	margin-top: -1px;
}

.siteBody {
	height: 100%;
}


#header {
	background: url(../images/bg_line.gif) repeat-x;
	height: 215px;
}

#banners {
	margin-top:50px;
	text-align:center;
}

#banners p {
	margin:0;
	margin-top:25px;
}

#header .logo {
	width: 491px;
	height: 215px;
	background: url(../images/logo.gif) no-repeat;
	float:left;
}


#rightTopPanel {
	height:100%;
	margin-left: 491px;
}


#rightTopPanel .img {
	height:159px;
	margin-bottom: 6px;
}

#rightTopPanel a.path, #rightTopPanel span {
	color: #99CCCC;
	font: normal 11px arial, helvetica, sans-serif;
	padding-left: 5px;
}

#leftColumn {
	float:left;
	width:221px;
	background: url(../images/bg_left.gif) no-repeat top;
}


#middleColumn {
	margin-right:225px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;	
	min-width: 325px;
}

#rightColumn {
	float:right;
	width:225px;
	text-align: right;
	background: url(../images/bg_right.gif) no-repeat top;
	height: 100px;
}

#mrColumn {
	margin-left:221px;
	background: url(../images/bg_g.gif) no-repeat top left;
}

#topBtnPanel {
	height: 70px;
	min-width: 325px;
	background: url(../images/bg_line2.gif) repeat-x top;
}


#middleColumn .separator {
	float:left;
	width:1%;
	height: 100%;
	background: url(../images/top_separator.gif) no-repeat top left;
}

#middleColumn .topBtnSel, .topBtn {
	float:left;
	width:24%;
	height: 100%;
	background: url(../images/bg_btn_top_sel.gif) no-repeat top right;
	text-align:center;
}

#middleColumn .topBtn {
	background: none;
}

#topBtnPanel a {
	color: #006699;
}

.leftMenu {
	width:221px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.leftMenu .backImg{
	margin-left:80px;
	margin-top:4px;
}

.leftMenu .backLink {
	margin-bottom:30px;
	margin-left:60px;
}

.leftMenu .backLink a{
	color: #AD0000;
}

.leftMenu ul {
	margin:0px 5px 17px 40px;
	padding: 0px;
}

.leftMenu li.level1 {
	background: url(../images/level1_arrow.gif) no-repeat 0px 4px;
	list-style: none;
	margin:4px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.leftMenu li.level2 {
	background: url(../images/level2_arrow.gif) no-repeat 0px 4px;
	list-style: none;
	margin:4px 0px 0px 10px;
	padding: 0px 0 0 10px;
}

.leftMenu li.level3 {
	list-style: none;
	margin:4px 0px 0px 0px;
	padding: 0px 0 0 25px;
}


.leftMenu li.level3Sel {
	list-style: none;
	margin:4px 0px 0px 0px;
	padding: 0px 0 0 30px;
}

.leftMenu a.level1 {
	font-weight:normal;
}

.leftMenu a.level1Sel {
	font-weight:bold;
	color:#006699;
}

.leftMenu a.level2 {
	font-weight:normal;
}

.leftMenu a.level2Sel {
	font-weight:bold;
	color:#006699;
}


.leftMenu a.level3 {
	font-weight:normal;
}

.leftMenu a.level3Sel {
	font-weight:bold;
	color:#006699;
}

#loginForm {
	padding-top:13px;
}


#loginForm input {
	height:14px;
	border: 1px solid #CCCCCC;
	font: normal 11px arial, helvetica, sans-serif;
	color: #737373;
	margin-left:30px;
}

#loginForm input.userName {
	width: 165px;
	padding-left:5px;
}

#loginForm input.password {
	width:113px;
	padding-left:5px;
	float:left;
	margin-top:2px;
}

#loginForm input.okBtn {
	width:52px !important;
	width:49px;
	height:18px;
	margin:0px;
	margin-top:2px;
}

/*
* html #loginForm input.okBtn {
}
*/

#loginForm .servicePanel {
	width:170px;
	margin-left:30px;
}

#loginForm .servicePanel div {
	float:left;
	width:50%;
	text-align:center;
	margin-top:5px;
}

#loginForm .servicePanel a {
	color: #BBBBBB;
}

#leftColumn .logo {
	_font-family:verdana;
	text-align:center;
	margin-top:30px;
	font-size: 8px;
}


#leftColumn .logo a{
	color: #878787;
}

#leftColumn .logo a:hover{
	text-decoration: none;
}

#mainContent{
}

#mainContent img{
margin:5px;
}

#mainContent .contentTitle {
	font-weight:bold;
	font-size: 16px;
	margin-bottom:10px;
}

#mainContent #centercontenttext {
	padding:22px;	
}

#mainContent .catalogPatch {
	border-bottom:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:5px;
	width:95%;
	margin-left:auto;
	margin-right: auto;
	text-align:left;
}

#mainContent .catalogPatch a, #mainContent .catalogPatch span{
	color: #BBBBBB;
}



#mainContent .catalogPatch a.sel, .sr_title {
	color:#006699;
	font-weight:bold;
}

table.productTable {
	width:95%;
}

.pager {
	color:#006699;
	font-weight:bold;
	float:left;
}

.newsPager {
	float:none;
	margin-bottom:8px;
}

.pager a,  .pager span{
	color: #BBBBBB;
	font-weight:normal;
	text-decoration:none;
}

table.productTable .tableInfo{
	margin-left: auto;
	text-align: right;
	color: #BBBBBB;
}

table.productTable .tableInfo span{
	color: #006699;
}

table.productTable td {
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #DBDBDA; 
}

table.productTable .header {
	background: #DBDBDA;
	height: 21px;
	border-right: 1px solid white;
	border-bottom: 0px;
}

table.productTable .content {
	height: 82px;
}

table.productTable .description {
	text-align:left;
	padding:5px;
}

table.productTable .info {
	text-align:left;
	padding-bottom:5px;
	color: #AD0000;
}

table.productTable .pvn {
	background: #AD0000;
	height: 21px;
	border-right: 1px solid white;
	color: #ffffff;
	border-bottom: 0px;
}

table.productTable .content_pvn {
	color: #AD0000;
	font-weight:bold;
}

.ptl {
	text-align:center;
}

.catalogSbtns {
	text-align:center;
	padding-top: 7px;
	margin-right:225px;
}

.catalogSbtns a{
	color: #BBBBBB;
}

.catalogSbtns a:hover{
	text-decoration:none;
}

#searchBox {
	text-align:left;
	width: 222px;
	margin-left:auto;
}

#newsBox {
	text-align:left;
	width: 200px;
	margin-left:auto;
}

#newsBox a.more, #centercontenttext a.more {
	text-decoration:underline;
}

#newsBox .news, #centercontenttext .news{
	margin-bottom:10px;
}

#newsBox h1, #centercontenttext h1{
	color: #006699;
	font-size:14px;
	font-weight: bold;
	margin:0;
	margin-bottom:16px;
}

#newsBox .date, #centercontenttext .date{
	color: #999999;
	font-size:10px;
}

#searchBox .header{
	padding-left: 20px;
	color: #005596;
	font-weight: bold;
}

#searchBox .body{
	background: #005596;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#searchBox .body input{
	height:14px;
	width: 167px;
	border: 1px solid #FFFFFF;
	background: #005596;
	font: normal 11px arial, helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom:1px;	
	margin-top:1px;	
	padding-left:5px;
}

#searchBox .submit {
	padding-top: 12px;
	text-align:center;
}

#pager {
	position:absolute;
	top:0;
	left:0;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	width:20px;
	font-family:Arial;
	font-size:11px; color:#2D1507;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	visibility:hidden;
	cursor:default;
}

.nfProd {
	text-align:center;
	margin:20px;
	color: #006699;
	font-weight:bold;
}

#searchForm {
	margin-top:20px;
	margin-right:30px;
}

#searchForm form {

}

#searchForm input {
	height:14px;
	border: 1px solid #D0D0D0;
	font: normal 11px arial, helvetica, sans-serif;
	color: #737373;
}

#searchForm input.keyword {
	width:113px;
	padding-left:5px;
}

#searchForm input.okBtn {
	width:52px !important;
	width:49px;
	height:18px;
	background: #ffffff;
}

.vcontact {
	vertical-align: -50% !important;
	vertical-align: -20%;
}