#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
}

#header {
	height:176px;
	background:#fff;
	
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,.5);
	box-shadow:0px 1px 5px rgba(0,0,0,.5);
}

#content {
	padding:0 0 260px;
}

#footer {
	position:relative;
	margin-top:-260px;
	height:260px;
	background:#f1f1f1;
	overflow:hidden;
	
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
}



.main-container {
	position:relative;
	margin:0 auto;
	width:1180px;
}

.w-1000px .main-container {
	width:980px;
}



#header .top {
	height:50px;
	background:#3b363b;
}

#header .top .left {
	width:173px;
	font-style:italic;
	font-size:1.4em;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}

#header .top .right {
	margin-top:5px;
	margin-right:32px;
	padding-left:46px;
	min-height:40px;
	background:url(../images/phohe-icon.png) 0 1px no-repeat;
}

#header .top .right .phone {
	font-weight:bold;
	font-size:1.6em;
	line-height:19px;
	color:#ffede0;
}

#header .bottom {
}

#header .bottom #logo {
	float:left;
	margin-top:25px;
	margin-right:86px;
}

.w-1000px #header .bottom #logo {
	margin-right:10px;
}



#header .bottom .central-block {
	float:left;
	margin-top:15px;
	width:630px;
}

.w-1000px #header .bottom .central-block {
	width:560px;
}

#header .bottom .list {
	overflow:hidden;
	margin-left:-4px;
	margin-bottom:18px;
}

#header .bottom .list li {
	float:left;
	margin-left:8px;
}

.w-1000px #header .bottom .list li {
	margin-left:4px;
}

#header .bottom .list li:before {
	float:left;
	margin-right:8px;
	content:"|";
}

.w-1000px #header .bottom .list li:before {
	margin-right:4px;
}

#header .bottom .list li.last:after {
	float:right;
	margin-left:8px;
	content:"|";
}

.w-1000px #header .bottom .list li.last:after {
	margin-left:4px;
}

#header .bottom .list li a {
	font-style:italic;
	font-size:1.3em;
	color:#6d6d6d;
}

.w-1000px #header .bottom .list li a {
	font-size:1.2em;
}



#header .bottom #bookmarks-button {
	float:left;
	width:128px;
	height:40px;
	text-decoration:none;
	background:url(../images/bookmarks-btn.png);
}

#header .bottom #bookmarks-button:hover {
	background-position:0 -40px;
}

#header .bottom #bookmarks-button:active {
	background-position:0 -80px;
}



#header .bottom #search-form input {
	float:left;
	margin-left:12px;
	padding:0 15px;
	border:none;
	width:340px;
	height:40px;
	font-style:italic;
	font-size:1.3em;
	background:url(../images/search-input.png);
	outline:none;
}

.w-1000px #header .bottom #search-form input {
	width:280px;
}

#header .bottom #search-form button {
	float:left;
	border:none;
	width:106px;
	height:40px;
	background:url(../images/search-btn.png);
}

#header .bottom #search-form button:hover {
	background-position:0 -40px;
}

#header .bottom #search-form button:active {
	background-position:0 -80px;
}



#header .bottom .sample {
	margin:3px 0 0 156px;
	font-style:italic;
	font-size:1.1em;
	color:#a5a5a5;
}



#header .bottom #cabinet-block {
	float:right;
}

#header .bottom #cabinet-block .links {
	margin-top:8px;
	margin-left:6px;
	margin-bottom:8px;
}

#header .bottom #cabinet-block .links a {
	margin-left:8px;
	font-style:italic;
	font-size:1.1em;
	color:#6d6d6d;
}

#header .bottom #cabinet-block #cart {
	width:231px;
	height:77px;
	background:url(../images/cart.png);
}

#header .bottom #cabinet-block #cart .quantity {
	float:left;
	margin:5px 0 0 16px;
	width:50px;
	font-size:2.1em;
	text-align:center;
	color:#3a3a3a;
}

#header .bottom #cabinet-block #cart .sum {
	float:left;
	margin:5px 0 0 14px;
	width:140px;
	font-style:italic;
	font-size:2.1em;
	text-align:center;
	color:#404040;
}



#footer .top {
	height:210px;
}

#footer .top .bg {
	position:absolute;
	top:30px;
	left:550px;
	width:697px;
	height:204px;
	background:url(../images/footer-bg.png) no-repeat;
	z-index:0;
}

#footer .bottom {
	height:50px;
	background:#3b363b;
}



#footer .top #subscribe-block {
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:6px;
	padding-top:21px;
	width:100%;
	height:51px;
	background:url(../images/white-panel.png) no-repeat;
}

#footer .top #subscribe-block > span {
	float:left;
	margin:0 10px 0 15px;
	font-style:italic;
	font-size:1.2em;
	line-height:30px;
	color:#414141;
}

#footer .top #subscribe-form {
}

#footer .top #subscribe-form input {
	float:left;
	padding:0 10px;
	border:none;
	width:192px;
	height:30px;
	font-style:italic;
	font-size:1.1em;
	background:url(../images/subscribe-input.png);
	outline:none;
}

#footer .top #subscribe-form button {
	float:left;
	margin-right:32px;
	border:none;
	width:105px;
	height:30px;
	background:url(../images/subscribe-btn.png);
}

#footer .top #subscribe-form button:hover {
	background-position:0 -30px;
}

#footer .top #subscribe-form button:active {
	background-position:0 -60px;
}



#footer .top #subscribe-block ul li {
	float:left;
	margin-top:2px;
}

#footer .top #subscribe-block ul li a {
	float:left;
	margin-right:10px;
	font-style:italic;
	font-size: 12em;
	line-height:23px;
	color:#585858;
}

#footer .top #subscribe-block ul li a:before {
	float:left;
	margin-right:3px;
	width:19px;
	height:23px;
	background:url(../images/likes-icons.png);
	content:"";
}

#footer .top #subscribe-block ul li.li-2 a:before {
	background-position:-19px 0;
}

#footer .top #subscribe-block ul li.li-3 a:before {
	background-position:-38px 0;
}



#footer .top .nav {
	position:relative;
	float:left;
	margin-left:20px;
	width:180px;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6;
}

#footer .top .nav h3 {
	color:#2e7e01;
}

#footer .top .nav a {
	color:#585858;
}



#footer .bottom .phone {
	float:left;
	font-weight:bold;
	font-size:1.6em;
	line-height:50px;
	color:#ffede0;
}

#footer .bottom #social-buttons {
	float:right;
	margin-top:-22px;
	width:210px;
}

#footer .bottom #social-buttons h3 {
	float:left;
	margin-right:3px;
	font-weight:bold;
	font-size:1.2em;
	line-height:27px;
	color:#3a3939;
}

#footer .bottom #social-buttons ul li {
	float:left;
	margin-left:7px;
}

#footer .bottom #social-buttons ul li a {
	display:block;
	width:28px;
	height:29px;
	background:url(../images/social-icons.png);
}

#footer .bottom #social-buttons ul li.tw a {
	background-position:-28px 0;
}

#footer .bottom #social-buttons ul li.fb a {
	background-position:-56px 0;
}



.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

