/* layout */
 
#container {
	width: 1265px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	width: 1265px;
	height: 200px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
/*=== топ меню===*/
#top-menu, #top-menu ul {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
#top-menu li {
  float: left;
  position: relative;
  background: none;
}
#top-menu li ul {
	display: none;
	position: absolute;
	width: 140px;
	background-color: #FED25F;
	background-image: url(fone-tr.png);
	padding-top: 7px;
	padding-bottom: 6px;
	border: 1px solid #DCA003;
}
#top-menu li li a {
	width: 140px;
	background: none;
	color: #FFFFFF;
}
#top-menu li:hover ul {
	display: block;
}
#top-menu li:hover li ul {
 display: none;
  width: 148px;
  top: -8px;
  left: 138px;
    display: block;
}
#top-menu li:hover li ul a{
  width: 140px;
}
#top-menu a {
	color: #00699B;
	text-decoration: none;
	display: block;
	width: 80px;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 4px;
}

/*===============*/
.logo-menu {
	padding-top: 102px;
	padding-left: 575px;
	height: 70px;
}
.logo-menu-1 {
	height: 30px;
	margin-bottom: 5px;
}
.logo-menu-2 {
	height: 30px;
}
.zdorovye{
	padding-left: 10px;
	height: 30px;
}
.dosug{
	height: 30px;
	padding-left: 2px;
}
.put {
    width: 30px;
}
.krasota{
	width: 30px;
}
.style{
	width: 30px;
}
#column-left {
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#column-right {
	width: 230px;
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
}
#content {
	float: left;
	padding-left: 13px;
	width: 765px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DADADA;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DADADA;
	padding-right: 13px;
}

#footer {
	clear: both;
	behavior: url(../js/iepngfix.htc);
	background: url(../images/footer.jpg) top repeat-x;
	padding: 10px;
}

#footer a {
	color: #0B4C63;
}
#footer .right { 
    float: right; 
}
#footer .left { 
    float: left; 
}
.heading {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AC441A;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 10px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;

} 
#bar {
	background-color: #FDD366;
	height: 30px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 4px;
}
#bar #search {
	padding-top: 4px;
}

#banner {
	text-align: center;
}

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 140px;
}
.box {
	background-color: #E3E4D4;
	margin-bottom: 10px;
	border: 1px double #D1D2BD;
}
.menu {
	height: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.menu a {
	color: #695847;
}
			
							
.subheader {
	color: #454545;
	border-bottom: 1px solid #D1D2BD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #ebece1;
	background-image: url(images/bgshade.gif);
	background-repeat: repeat-x;
	}
	#menu {
					padding-left:15px;
				}
				
					#menu li {
						margin-bottom:6px;
						list-style-type: none
					}
					
						#menu li a {
							color:#0076A3;
							font:bold 1.1em Verdana;
							text-decoration:none;
							display:block;
							vertical-align:top;
							background:url("../images/arrow.gif") no-repeat left 5px;
							padding-left:12px;
						}
						
						#menu li a:hover {
	text-decoration:underline;
	color:#0076A3;
	background:url("../images/arrow-active.gif") no-repeat left 5px;
	display: block;
							}				
						#menu li:hover a, #menu .iehover a {
							color:#0076A3;
							background:url("../images/arrow-active.gif") no-repeat left 5px;
						}		
					
							#menu li:hover ul, #menu .iehover ul {
	display:block;
							}
						
						#menu ul {
							padding:6px 0 0 20px;
							display:none;
						}
						
							#menu li ul a, #menu li:hover ul a, #menu .iehover ul a {
								background:url("../images/arrows.gif") no-repeat left 3px;
								color:#707070;
							}
							#menu li ul a:hover, #menu li:hover ul a:hover, #menu .iehover ul a:hover {
	color:#707070;
	display: block;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
							}
