@charset "windows-1251";
/* CSS Document */

body{
	background: #fff 
	font: 13px 'trebuchet MS', Arial, Helvetica;
}

html, body {
	font: normal 12px Tahoma;
	color: #333;
}

a {
	outline: none;	
}

div#wrap {
	width: 500px;
	margin: 50px auto;	
}

img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
}
.color_ligth {color: #4c9b43}
.green 
{color:#060; font-size:14px}
	
h1, h2, p {
    text-align: left;
    font-weight: bold;
    font: italic bold 14px Arial, Helvetica;
    color: #3a8576;
	/*text-shadow: 0 1px 0 #595a59;	*/
}
	
p1 {
    text-align: center;
    font-weight: bold;
    font: italic bold 14px Arial, Helvetica;
    color: #3a8576;
	/*text-shadow: 0 1px 0 #595a59;	*/
}
p2 {
    text-align: Left;
    font-weight: bold;
    font: italic bold 14px Arial, Helvetica;
    color: #3a8576;
	padding: inherit;
	/*text-shadow: 0 1px 0 #595a59;	*/
}
	
a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
    text-decoration:none;
	color: #3a8576;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 90%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.header {
	
}

.header_menu {
	
}
.header_bottom {
	background:#3a8576;
	height:4px;
}

.sidebar1 {
	float: left;
	width: 28%;
	padding-bottom: 200px;
	/*border: 1px solid #222;*/
}
.content {
	padding: 10px 1%;
	width: 70%;
	float: left;
}
.sidebar2 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding: 10px 0;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px 20px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padd
	/*font-style:italic;*/
	font-weight:bold;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Выше приведёные стили предназначены для демонстрации ----------- */
/*ОФОРМЛЯЕМ ВЕРТИКАЛЬНОЕ МЕНЮ*/
/* Главное меню */

#Vmenu, #Vmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style:italic;
}
	
#Vmenu {
	width: 100%;
	margin: 10px auto;
}

#Vmenu:before,
#Vmenu:after {
	content: "";
	display: table;
}

#Vmenu:after {
	clear: both;
}

#Vmenu {
	zoom:1;
}

#Vmenu li {
	float: none;
	position:relative;
}

#Vmenu a {
	float: none;
	padding: 10 15px;
	font: bold italic 15px Arial, Helvetica;
	text-decoration: none;
}

#Vmenu li ul a {
	float: none;
	padding: 10 15px;
	font: bold italic 13px Arial, Helvetica;
	text-decoration: none;
}


#Vmenu li:hover > a {
	/*font: italic bold 16px Arial, Helvetica;*/
	letter-spacing: 2px;
	color: #285b51;
}

*html #Vmenu li a:hover { /* Только для IE6 */
	font: italic bold 16px Arial, Helvetica;
	color: #285b51;
}

#Vmenu li ul a:hover {
	font: bold italic 14px Arial, Helvetica;
	letter-spacing: 0px;
}

#Vmenu li > ul{
	top: 0;
	left: 170px;
	margin: 0 0 0 15px;
}

#Vmenu li a {    
	padding: 10px;
	_height: 25px; /*Только для IE6*/
	display: block;
	white-space: nowrap;
	float: none;
	position:relative;
	text-transform: none;
}

/*ОФОРМЛЯЕМ МЕНЮ продукции*/
/* Главное меню */

#prodmenu, #prodmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: italic;
	width: 90%;
	text-wrap:normal;
}
	
#prodmenu {
	width: 90%;
}

#prodmenu:before,
#prodmenu:after {
	content: "";
	display: table;
}

#prodmenu:after {
	clear: both;
}

#prodmenu {
	zoom:1;
}

#prodmenu li {
	float: none;
	position:relative;
	padding-bottom:10px;
}

#prodmenu a {
	float: none;
	font: bold italic 15px Arial, Helvetica;
	text-decoration: none;
}

#prodmenu li:hover > a {
	font: italic bold 16px Arial, Helvetica;
	color: #285b51;
}

*html #prodmenu li a:hover { /* Только для IE6 */
	font: italic bold 16px Arial, Helvetica;
	color: #285b51;
}

#prodmenu li a {    
	padding: 0px
	display: block;
	white-space: nowrap;
	float: none;
	position:relative;
	text-transform: none;
}

#logo{vertical-align:middle;border:0;}
#logo img{border:0;}

#taskmenu, #taskmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: italic;
	width: 90%;
	text-wrap:normal;
}
	
#taskmenu {
	width: 90%;
}

#taskmenu:before,
#taskmenu:after {
	content: "";
	display: : table;
}

#taskmenu:after {
	clear: both;
}

#taskmenu {
	zoom:1;
}

#taskmenu li {
	float: none;
	position:relative;
}

#taskmenu a {
	float: none;
	font:  bold italic 14px Arial, Helvetica;
	text-decoration: underline;
}

#taskmenu li:hover > a {
	font: italic bold 15px Arial, Helvetica;
	color: #285b51;
}

*html #taskmenu li a:hover { /* Только для IE6 */
	font: italic bold 15px Arial, Helvetica;
	color: #285b51;
}

#taskmenu li a {    
	padding: 0px
	white-space: nowrap;
	float: none;
	position:relative;
	text-transform: none;
}
