html { font-size: 100.01%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}
body {
	line-height: 1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.c {
	text-align: center;
}

/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end fix */

/* -- titles -- */
h1, .style1 {
	color: #00009F;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 16px;
}
h2, .style2 {
	color: #00009F;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {color: #00009F;}
/* -- layouts -- */
#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	min-width: 1000px;
	max-width: 1600px;
}

/* -- header -- */

#topM {
	height: 30px;
	overflow: hidden;
}

#kursUSD {
	width: 184px;
	color: #00009e;
	font-size: 9px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 40px;
	float: left;
}

#main_menu {
	float: left;
	width: 534px;
}

#main_menu ul {
	list-style: none;
	padding-top: 7px;
}

#main_menu ul li {
	float: left;
	margin-right: 25px;
}

#main_menu ul li a {
	color: #6c6c6c;
	text-decoration: underline;
	font-size: 14px;
}

#main_menu ul li a:hover {
	color: #00009e;
}

#form {
	background: url(../img/bg_search.jpg) no-repeat;
	float: right;
	margin-top: 8px;
	padding-left: 15px;
	padding-right: 40px;
	width: 135px;
}

#form input {
	width: 105px;
	font-size: 11px;
	color: #9f9f9f;
	background: transparent;
	border: none; 
}

#form img {
	position: relative;
	left: 7px;
	top: -2px;
}

#headBG {
	/*background: url(../img/shapka_1.jpg) no-repeat;*/
	height: 214px;
}


/* -- container -- */

#container {
	margin-top: 44px;
}

/* -- columns -- */
.leftCol {
	width: 18%;
	padding-left: 4%;
	float: left;
}

.centerCol {
	width: 60%;
	float: left;
	/*padding-right: 2%;*/
	overflow:hidden;
}

.rightCol {
	width: 16%;
	float: right;
	padding-top: 33px;
}

table.newsTable {
	width:auto;
	padding: auto;
}

.newsTable * {
	width:auto;
	white-space:normal;
}

/* -- left menu -- */
.lMenu {
	margin-left: -10px;
}

.lMenu a {
	/*display: block;*/
	line-height: 1.6;
	color: #6c6c6c;
	text-decoration: none;
	font-size: 10px;
	/*margin-left: 25px;*/
}

.lMenu a:hover {
	color: #00009f;
}

.adr {
	color: #6c6c6c;
	font-size: 11px;
	margin-top: 20px;
	line-height: 1.3;
}

.phone {
	font-size: 14px;
}

/* -- center column -- */
.topBanner {
	margin-bottom: 40px;
	text-align: center;
}

dl.mainNews {
	margin-bottom: 20px;
}

dl.mainNews dt {
	float: left;
	color: #797979;
	font-size: 9px;
	width: 35px;
	/*padding-top: 4px;*/
}

dl.mainNews dd {
	display: block;
	font-size: 11px;
	line-height: 1.3;
	margin-left: 35px;
	color: #000;
}

dl.mainNews dd a {
	color: #00009f;
	text-decoration: underline;
}

/* -- footer -- */
#footer {
	margin: 45px auto 60px 245px;
	font-size: 9px;
	line-height: 1.4;
	color: #6c6c6c;
}

a.instar {
	color: #00009f;
}

a.datakit {
	color: #6c6c6c;
	text-decoration: none;
}

/* -- for second page -- */
.centerCol, span.userContent {
	color: #666666;
	font-size: 11px;
	line-height: 1.3;
}

.centerCol p, span.userContent p {
	padding-bottom: 10px;
}

.centerCol ul, .centerCol ol, span.userContent ul, span.userContent ol {
	margin-left: 25px;
}

.centerCol table.katalog th, span.userContent table.katalog th, span.userContent table th {
	background-color: #e4e4e4;
	color: #00209d;
	text-align: center;
}

.centerCol table.katalog td, span.userContent table.katalog td, span.userContent table td {
	border: 1px solid #dfdfdf;
	color: #666666;
	font-size: 11px;
	padding: 5px;
}

span.userContent table.noBorderTable td {
	border: none;
	color: #666666;
	font-size: 11px;
}

/* -- form -- */
.orderTable
{
	border: none; 
	border-collapse: collapse;
	width: 100%;
	text-align: right;
}

.orderTable td
{
	font-size: 11px;
	color: #666666;
	padding: 4px 10px 4px 5px;
	border-bottom: 1px solid #D0D1D3;
	border-top: 1px solid #D0D1D3;
	border-left: 1px solid #D0D1D3;
	border-right: 1px solid #D0D1D3;
	text-align: left;
}
.header { font-weight:bold; color: #666666;}
.BasketTable {margin: 0px;}

.formDiv table { width: 100%; }
.formDiv table td { 
	/*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   	font-size: 11px;
   	text-align: left;
}

table.formTable {
	width: 80%;
}
table.formTable td{
   /*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   font-size: 11px;
   text-align: left;
}
.formTable .inputTxt, .formTable textarea{
   /* font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
        border: 1px solid #D0D1D3;
        margin-bottom: 10px;
        padding: 0px 4px;
	/*text-align: center;*/
}
.formTable .inputTxt{
        width: 450px;
}
.formTable textarea{
        width: 450px;
}
.fcaption, .fmessage{
        color: #666666;
	padding-right: 10px;
}
.formTable .inputCell{
        padding-left: 5px;
        width: 450px;
}
.formTable .formCaption{
        padding-top: 10px;
}
.fmessage{
        padding: 10px 0px;

}
.ferror{
        color: #ee0000;
}
.checkbox{
        margin-bottom: 10px;
}
.button{
    border: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    /*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    color: #00209d;
    padding: 5px 0 5px 0;
}