html, body 
{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color : #b3b3b3;
	background-color : #000;
}

input, textarea		{ font-size: 12px; padding: 0px; border: 1px solid #c0c0c0; padding: 2px 2px 2px 2px;}

input.submit		{ font-weight: normal; font-size:11px; color:#ffffff; border: 1px solid #ffffff; background-color: #000000; margin: 0px 0px 0px 0px; padding: 3px 3px 3px 3px; font-weight: bold; vertical-align: middle; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;}


a
{
	color : #ff9900;
	text-decoration: underline;
}
a:hover
{
	color : #ff9900;
	text-decoration: none;
}

a.catalogtop { color : #b3b3b3; text-decoration: underline; }
a.catalogtop:hover { color : #b3b3b3; text-decoration: none; }

a.news				{	text-decoration: none; color: #b3b3b3;}
a.news:hover		{	text-decoration: underline;  color: #b3b3b3;}

html, body, h1,ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6
{
	margin : 0;
	padding : 0;
}


h1
{
	color : #ff9900;
	font-size: 18pt;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

h2
{
	color : #ff9900;
	font-size: 14pt;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

h3
{
	color : #ff9900;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
}

img 
{
	border : 0;
}

tr,td,th
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color : #b3b3b3;
}

body 
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

table 
{ 
	border-collapse:collapse;
	border-color:#fff; /* дебаг */
}

table td 
{
	padding : 0; 
	text-align:left;
	vertical-align:top;
	border-color:#fff; /* дебаг */
}

#header,#content,#footer,#news
{
	border-collapse:collapse;
	border-color:#fff; /* дебаг */
	width:100%;
}

#header 
{
	width: 100%;
}


#header .logo
{
	height : 107px;
	width : 100%;
	padding: 33px 0px 0px 33px; 
}

#header .logo h1
{
	margin-top : 35px;
	margin-left : 30px;
}

#header .navig
{
	background-color : #ff9900;
}

#header .navig a.active
{
	color : #fff;
	text-decoration:underline;
}

#header ul
{
	float : right;
	margin-right : 100px;
	margin-top : 5px;
}

#header ul li
{
	color : #000;
	display:inline;
}

#header ul li a
{
	color : #000;
	text-decoration:none;
	font : 11px Verdana;
	font-weight : bold;
}

#header ul li a:hover
{
	color : #fff;
	text-decoration:none;
	font : 11px Verdana;
	font-weight : bold;
}

#header b
{
	color : #000;
	margin : 0 5px 0 5px;
}

#content
{
/*	padding-bottom: 2.5em; */
	border-collapse : collapse;
	table-layout : inherit;
}

#footer 
{
  width: 100%;
  position: absolute;
  bottom: 0;
}

.copyright
{
	color : #fff;
	float : right;
	text-decoration:none;
	margin: 10px;
}

.news_podrob
{
	float:right;
	color : #ff9900;
}

.news_podrob img
{
	margin-right : 5px;
}

.left-head
{
background: url('/images/left-hea.gif') no-repeat top right;
}

.center-head
{
background: url('/images/center-h.gif') repeat-x top;
}

.right-head
{
background: url('/images/right-he.gif') no-repeat top left;
}

.left-middle
{
background: url('/images/left-mid.gif') repeat-y top right;
}

.right-middle
{
background: url('/images/right-mi.gif') repeat-y top left;
}

.left-foot
{
background: url('/images/left-foo.gif') no-repeat top right;
}

.center-foot
{
background: url('/images/center-f.gif') repeat-x top;
}

.right-foot
{
background: url('/images/right-fo.gif') no-repeat top left;
}


.p--standard {
  font-size:11px;
  font-family:Verdana;
  font-weight: normal;

}

.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	margin-bottom:1.5em;
	width: 200px;
}
.nav ul {
	background:#000; /*IE6 needs this*/
	width: 200px;
}
.nav li {
	background:#ff9900;
	border-left:1px solid #000;
	border-top:1px solid #000000;
	float: left;
	list-style:none;
	position:relative;
	width: 200px;
	z-index:999;
}
.nav a {
	color: #000000;
	display:block;
	padding: .75em 0 .75em 2em;
	text-decoration:none;
	width: 200px;
}

.nav a:hover {
	color: #ffffff;
}

.nav li ul {
	top:-999em;
	position:absolute;
	width: 200px;
}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#888080;
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left: 200px;
	top:-1px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:200px;
	top:-1px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:200px;
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#ff9900;
	width: 200px;
}
.nav li li li {
	background:#ff9900;
}
.nav li li a {
	padding-right:0;
	width: 200px;
}



