html, body {
	margin: 0; padding: 0;
}

html {
	background: url(design/html.gif) repeat-x;
}

body {
	background: url(design/body.jpg) no-repeat top right;
	
	font: .8em Arial, Helvetica, sans-serif;
}

form, input {
	margin: 0; padding: 2px;
}

.buttom {
	height: 20px;
}

a img {border: 0;}

.textFeld {
	border: 1px solid #000;
}

#header * a {
	text-decoration: none;
	color: #01517E;
}

#header * a:hover {
	color: #5D5A5A;
}

#header {
	height: 85px;
	
	background: url(design/logo.jpg) no-repeat;
}

#header ul, li {
	margin: 0; padding: 0;
}

#header ul {
	// position: absolute;		/* глюк в ослике, появляется отступ от картинки-логотипа */
	// top: 55px;
	// left: 0;

	list-style: none;
}

#header li {
	float: left;
	padding: 6px 0 0 12px;
	
}

.product {
	padding: 0px 4px 4px 5px;
}

.product a {
	text-decoration: none;
}

.productlist {
	padding: 0px 4px 4px 5px;
	
}

.productlist a {
	text-decoration: none;
		color: #01519E;
}

#news 
{
	vertical-align: top;
	top:0;
}

#news h1{
	margin: 0; padding: 4px;
	
	background: #6E6E6E;
	color: #fff;
	text-align: right;
	font: 1em Arial, Helvetica, sans-serif;
}

#news h3{
	margin: 0; padding: 4px;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6B6D6B;
	border-bottom: 1px solid #6E6E6E;
}

#news h1 a{
	color: #fff;
	text-decoration: none;
}


#news p {
	margin: 0; padding: 0;
	padding: 4px 0px 12px 6px;
	font: .9em;
	color: #7A7A7A;
}

#news a{
	text-decoration: none;
}

#news ul {
	padding: 0; margin: 0;

	list-style: none;
}

#news ul {
	padding: 0; margin: 0;
	padding-left: 12px;
}

#content {
	clear:right;
	overflow:none; /* fixed */
	display:block; /* fixed */

}

#content p {
	margin: 5px 0px;
	text-align:justify;
	text-indent: 0em
}

#content b {color: #FF0000;}

#content p.product {
	min-height: 0px;   /* height: 0px; */
	margin: 20px 5px;
}

#content b.product {
	margin: 0; padding: 4px 0px;
	
	text-align: left;
	color: #6B6D6B;
	font: 1.1em Arial, Helvetica, sans-serif;

}

#content p img {
	float: left;
	padding: 0 25px 25px 0;
}

#content h1 {
	margin: 0; padding: 4px;
	
	background: #6E6E6E;
	color: #fff;
	text-align: left;
	font: 1em Arial, Helvetica, sans-serif;
}

#content h3 {
	margin: 0; padding: 4px 0;
	
	text-align: left;
	color: #6B6D6B;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

#content h4 {
	margin: 0; padding: 4px 0px;
	
	text-align: left;
	color: #6B6D6B;
	font: 1.1em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6E6E6E;
}

#content h6 {
	margin: 0; padding: 4px 0px;
	
	text-align: left;
	color: #6B6D6B;
	font: 1.1em Arial, Helvetica, sans-serif;
}

#content .more {
	padding: 5px 0;
	float: right;
}

#content .productPic{
	float: none;
	padding: 0;
}

.product table {
	padding: 0; margin: 10px 30px 10px 0;
	border-collapse: collapse;
}

.product th, .product td {
	padding: 2px; margin: 2;	
	vertical-align: top;
	background-color: #ffffff;
	
	border: 1px solid #6B6D6B;
}

td.cat{font-weight:bold;background:#d9e2ec;}

.product th {
	width: 50%;
	padding: 4px;
	color: #111111;
	text-align: left;
}

#content form {
	padding: 0; margin: 0;
}

#content form table {
	padding: 0;	margin: 0 0;
	width: 99%;
	
	border-collapse: collapse;
}

#content form * th, #content form * td {
	padding: 0px; margin: 0;				
	vertical-align: top;
	
	border: none;
}

#content form * th {
	width: 50%;
	padding: 4px;
	
	text-align: left;
}

#content form * h1 {
	margin: 0; padding: 1px;
	padding-bottom: 2px;
	
	background: none;
	color: #000;
	text-align: left;
	border: 1px solid #6B6D6B;
	border-width: 1px 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

#content form * input, textarea {
	border: 1px solid #6B6D6B;
	font-size: .9em;	
}

#content form * textarea {
	width: 90%;
}

#content form big {
	color: red;
}

#content .input_field {
	width: 200px;
}

#content .input_buttom {
	font-size: 1em;
}

#content .border_none {
	border: none;
}

#footer {
	height: 139px;
	clear:left;
	float:right;
	
	border-top: 5px solid #6E6E6E;
	background: url(design/footer.jpg) no-repeat;
}

#footer h1 {
	margin: 0; padding: 8px 2px 26px 2px;
	
	font: 1.2em Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0; padding: 2px 4px;
}

#footer #left {
	margin-left: 175px;
	width: 200px;
}

#footer #right {
	width: 300px;
	margin-top: 8px;
	min-height: 110px;
	float: right;
	
	background: url(design/footer_right.jpg) no-repeat top right;
}

a {
	color: #000;
}

a:hover {
	color: #5D5A5A;
}

#footer_clean {
	height: 139px;
	clear: both;
	border-top: 5px solid #6E6E6E;
}

#subscribe_header {
	height: 50px;
	background: url(design/logo.jpg) no-repeat;
}

#web{
		border-top: 1px solid #01517E;
		text-align: center;
}

#web a{
		text-decoration: none;
		color: #01517E;
		font: .9em
}