/* стандартные обнуления отступов и прочие настройки */

html {
	height:100%;
	color: #000;
	background: #e8e8dd url(img/main_bg.png) repeat-x;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

body {
	position:relative; /* для корректного min-width */
    font-family: Arial;
    font-size:13px;
	color:#000;
	width:970px;
	margin:0 auto;
	background: url(img/left_shadow.jpg) no-repeat left; /* левая тень */
}

a {
	text-decoration:none;
}

#shadow-wrapper {
	width:970px;
	background: url(img/right_shadow.jpg) no-repeat right; /* правая тень */
}

#container {
	width:970px;
	background: url(img/top_shadow.png) no-repeat top; /* верхняя тень */
}

#main {
	width:938px;
	margin:0 auto;
	position:relative; 
	top:8px; /* место для верхней тени */
	background:#fff;
	border:6px solid #fff;
	overflow:hidden;
}

#header {
	line-height:102px; /* высота шапки */
	height:102px;
	border-bottom:3px solid #fff;
	background: #325201 url(img/header_bg.jpg) repeat-x;
	display:block;
}

#header img {
	position:relative;
	vertical-align:top;
	display:inline; 
	width:74px;
	height:71px;
	margin:17px 0 0 17px;
	color:#fff;
	background:#103001;
	z-index:100;
}

#header h1 {
	position:relative;
	vertical-align:top;
	display: -moz-inline-stack !important; /* для firefox */
	display:inline-block; /* Для всех браузеров */
	*display:inline; /* Для IE */
	zoom:1; /* Для корректного отображения в IE7 */
	text-indent:-9000px; /* убираем текс, чтобы поисковики индексировали, но было видно картинку */
	background: url(img/logo.png) no-repeat;
	width:281px;
	line-height:67px;
	margin:19px 0 0 13px;
}

*html #header h1 { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png'); /* хак для ие6 png opacity */
	width:281px;
	height:67px;
	overflow:hidden;
}

#header h1 a {
	display:block;
}

#header p {
	position:relative;
	vertical-align:top;
	display: -moz-inline-stack !important; /* для firefox */
	display:inline-block; /* Для всех браузеров */
	*display:inline; /* Для IE */
	zoom:1; /* Для корректного отображения в IE7 */
	line-height:102px;
	width:249px;
	text-indent:-9000px; /* убираем текс, чтобы поисковики индексировали, но было видно картинку */
	background: url(img/header_text.png) no-repeat;
	margin:26px 0 0 275px;
}

*html #header p { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/header_text.png'); /* хак для ие6 png opacity */
	width:1px;
	margin-left:278px;
}

#nav {
	height:44px;	
	background:#dddac9;
	border-bottom:1px solid #c9c4ae;
	display:block;
	width:950px;
	overflow:hidden;
}

#nav li {
	position:relative;
	display:inline;
	height:44px;
	background: url(img/nav_sep.jpg) no-repeat right;
	padding:15px 0;
}

#nav li a {
	text-transform:uppercase;
	font-family:arial;
	font-size:12px;
	line-height:44px;
	height:44px;
	color:#000;
	margin:0 26px 0 30px;
}

.no-nav-sep {
	background:none !important;
}

.breadcrumb-area {
	display:block;
	border-bottom:1px solid #d7d7d7;
	line-height:31px;
	margin-top: 0;
	margin-bottom:8px;
	background: #f5f6f0;
	position: relative;
}

ul#breadcrumb {
	
}

ul#user-panel {
	position: absolute;
	top: 0;
	right: 10px;
}

#user-panel ul, #breadcrumb ul {
	display:inline;
}

#user-panel li, #breadcrumb li {
	display:inline;
	font-size:9px;
}

#user-panel li a, #breadcrumb li a {
	font-family:arial;
	font-size:10px;
	color:#000;
}

.auth {
	padding-left:11px;
}

.a-sep {
	background: url(img/u_sep.png) no-repeat left center;
}

#user-panel li a:hover {
	text-decoration:underline;
}

.myacc {
	margin-left:30px
}

.myacc-hidden {
	visibility:hidden;
}

.user-pos h2 {
	font-weight:bold;
	color:#666;
	display:inline;
	margin-left:15px;
	font-size:10px;
}

.user-pos li a {
	margin-left:4px;
	color:#000;
	padding-right:10px;
	background: url(img/position_arrow.gif) no-repeat right center;
}

.user-pos li a:hover {
	color:#060 !important;
	text-decoration:none !important;
}

.pos-here a {
	background:none !important;
	color:#060 !important;
}

#news {
	position:relative;
	vertical-align:top;
	float:left;
	width:208px;
}

#news ul {
	overflow:hidden;
	width:208px;
	margin-bottom:7px;
}

#news li {
	background: url(img/products_li_bg.jpg) no-repeat;
	line-height:28px;
}

.our-prod li a {
	border-top:1px solid #fff;
	border-bottom:1px solid #dcdcdd;
}

.title-li {
	height:36px;
	background: #7c7d7d url(img/title_bg.jpg) no-repeat !important;
	overflow:hidden;
	border:none !important;
}

.inf-title {
	background: url(img/information.jpg) no-repeat;
}

#news h2 {
	line-height:36px;
	text-indent:-9000px;
	margin:10px 0 0 13px;
}

#news li a {
	display:block;
	width:195px;
	height:27px;
	padding:0 0 0 13px;
	font-size:13px;
	font-family:arial;
	color:#000;
}

.last-li {
	background: url(img/end_spisok.jpg) no-repeat bottom;
}

.our-prod li a:hover {
	padding:1px 0 1px 13px !important;
	border:none;
	background:#d5d4c6 url(img/products_arrow.gif) no-repeat left center; 
	color:#253c01;
}

.our-prod-title {
	background: url(img/products.png) no-repeat;
}
*html .our-prod-title {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/products.png'); /* хак для ие6 png opacity */
	width:1px;
}

.nav-title {
	background: url(img/navigation.jpg) no-repeat;
}


.last-news-title {
	background: url(img/last_news.png) no-repeat;
}

*html .last-news-title {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/last_news.png'); /* хак для ие6 png opacity */
	width:1px;
}

.cloud-title {
	background: url(img/cloud.jpg) no-repeat;
}

.last-news li a {
	line-height:28px;
	font-weight:bold;
	color:#9ba856 !important;
	background: url(img/last_news_a_bg.jpg) no-repeat bottom;
}

.last-news .last-li {
	background: url(img/end_spisok.jpg) no-repeat bottom !important;
}

.spec-of {
	background: url(img/products_li_bg.jpg) repeat-y;
}

.spec-of .title-li {
	background: #7c7d7d url(img/title_bg.jpg) no-repeat !important;
}

.spec-title {
	background: url(img/spec.jpg) no-repeat;
}

.spec-of-title {
	background: #c2c4c3 url(img/spec_offer_title_bg.jpg) no-repeat !important;
	line-height:29px !important;
	padding-left:11px;
}

.spec-of-title h3 {
	font-weight:bold;
	font-size:13px;
}

.spec-of .last-li {
	background: url(img/end_spisok.jpg) no-repeat bottom !important;
}

.spec-of-text {
	overflow:hidden;
	text-align:center;
}

.spec-of-text img {
	padding:2px;
	border:1px solid #e5e5e5;
	width:116px;
	height:82px;
}

.spec-of-text a {
	position:relative;
	z-index:100;
	padding:10px 0 0 0 !important;
	width:122px !important;
	height:88px !important;
	margin:0 auto;
}

.spec-of-text h4, .spec-of-text p  {
	position:relative;
	z-index:50;
	line-height:15px;
	padding-bottom:10px;
}

.spec-of-text h4 {
	padding-top:12px;
}

.cloud {
	background: url(img/products_li_bg.jpg) repeat-y;
}

.cloud .last-li {
	background: url(img/end_spisok.jpg) no-repeat bottom !important;
}

.cloud ul {
	margin-bottom:0 !important;
	padding-bottom:7px;
	margin-left:5px;
}

.cloud ul li {
	display:inline;
	background:none !important;
	font-size:14px;
	font-weight:bold;
}

.cloud ul li a {
	display:inline !important;
	padding:0 5px !important;
}

.big-cl a {
	font-size:24px !important;
	color:#9ba856 !important;
	line-height:34px;
}

.subrss-title {
	background: url(img/sub_rss.jpg) no-repeat;
}

.rss {
	background: url(img/rss.png) no-repeat 153px 7px !important;
}

.search-title {
	background: url(img/search.png) no-repeat;
}

.search-form {
	width:208px;
	height:65px;
	background: url(img/search_form_bg.jpg) no-repeat !important;
	border:none !important;
}

.search form {
	padding:5px 0 0 10px;
}

.search li {
	line-height:24px !important;
}

.search-form a {
	font-size:14px !important;
	font-family:arial;
	font-weight:normal;
	height:24px !important;
}

.s-text {
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	width:155px;
	height:21px;
	background:#f5f6f0;
	border:1px solid #dddac9;
	padding-top:5px;
	padding-left:6px;
}

.s-sub {
	vertical-align:top;
	width:26px;
	height:28px;
	position: relative;
	top: 0px;
}

*html .s-sub {
	margin-top:1px;
}

.spec-of-text h4 {
	color:#060;
	font-weight:bold;
}

#wrap-content {
	position:relative;
	vertical-align:top;
	float:left;
	width:730px;
	margin-bottom:15px;
}

#content {
	margin:0 10px;
}

.index-content {
	width:502px;
}

.no-contentsep {
	margin-right:0 !important;
}

.con-img {
	border:1px solid #e4e4e4;
	width:491px;
	height:234px;
	padding:4px;
}

#content h2 {
	font-size:22px;
	font-weight:bold;
	color:#aebb6b;
	line-height:48px;
}

#content table {
	overflow:hidden;
	background: #f5f6f0 url(img/new_prod_bg.jpg) no-repeat bottom;
}

#content td {
	vertical-align:top;
}

#content td h4 {
	font-weight:bold;
	font-size:14px;
	margin:30px 0 30px 10px;
}

#content td p {
	font-size:14px !important;
	margin:0 0 20px 10px;
}

#content th {
	width:715px;
	height:43px;
	background: url(img/new_product.jpg) no-repeat;
	vertical-align:top;
}

.descr {
	margin-bottom:40px !important;
}

.table-left {
	width:144px !important;
	border-right:2px solid #dad7c7;
	text-align:center;
}

.tlbg {
	background: url(img/table_left.jpg) no-repeat !important;
}

#content th h3 {
	font-size:18px !important;
	color:#fff !important;
	font-weight:normal !important;
	line-height:36px !important;
	margin-left:8px;
}

.table-sep td {
	border-top:1px solid #dad7c7;
	height:5px;
}

.end-table {
	height:9px;
}

#content td img {
	margin-top:10px;
}

#content p {
	font-size:13px;
	margin-bottom:15px;
}

.huge-block {
	float:right;
	overflow:hidden;
	margin-right:2px;
	margin-left:6px;
	width:244px;
	height:210px;
	background: url(img/huge_bg.jpg) no-repeat;
}

.huge-block h3 {
	margin-left:11px;
	line-height:37px !important;
}

.huge-block p {
	margin:0 11px;
}

.huge-block ul {
	margin-left:11px;
}

.huge-block li span {
	line-height:22px;
	padding-left:18px;
	background: url(img/huge_dot.jpg) no-repeat left center;
}

#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#060;
	line-height:42px;
}

.gray-text {
	color:#666 !important;
}

.content-signin {
	width:342px;
	margin-top:30px;
	float:left;
	margin-left:12px;
}

*html .content-signin {
	margin-left:6px;
}

.content-signin li {
	height:377px;
	background: #f5f6f0 url(img/sign_in_bg.png) no-repeat bottom;
}

.signin-title {
	height:45px !important;
	background: #747a7a url(img/sign_in_title.jpg) no-repeat !important;
}

.newcustom-title {
	background: url(img/new_customer.png) no-repeat 15px 11px;
}

.retcustom-title {
	background: url(img/ret_customer.png) no-repeat 15px 11px;
}

.signin-title h3 {
	line-height:36px;
	padding-left:16px;
	color:#fff !important;
	font-weight:bold;
	text-indent:-9000px;
}

.content-signin li p, .content-contact li p {
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	margin:0 20px 0 55px;
}

.content-signin input, .content-contact input, .content-contact textarea {
	margin-bottom:15px;
	display:block;
	margin-left:55px;
	width:253px;
	height:21px;
	line-height:20px;
	background:#fff;
	border:none;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dedbca;
	padding-top:6px;
	padding-left:5px;
	font-family:arial;
}

.content-contact input {
	width:566px;
}

.content-contact textarea {
	width:566px;
	height:245px !important;
}

.signin-button, .contact-button {
	position:relative;
	left:179px;
	top:330px;
	width:100px;
	height:26px !important;
	display:block;
	line-height:26px !important;
	padding:0 0 0 12px !important;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	color:#000;
	background: url(img/sign_in_button.png) no-repeat !important;
	margin:0 !important;
	border:none !important;
}

.contact-button {
	top:470px !important;
	left:510px !important;
}

.submit-but {
	width:112px !important;
	padding:0 !important;
	cursor:pointer;
}

.forgot {
	color:#060;
	line-height:35px;
}

.contact-text {
	font-size:14px !important;
	font-weight:bold;
	color:#000;
	margin:0 95px 18px 55px !important;
}

.content-contact {
	height:562px;
	width:710px;
}

.content-contact li {
	height:519px;
	background: #f5f6f0 url(img/contact_bg.png) no-repeat bottom;
}

.contact-title {
	height:43px !important;
	background: #747a7a url(img/contact_title.jpg) no-repeat !important;
}

.contact-title h3 {
	line-height:36px;
	padding-left:16px;
	color:#fff !important;
	font-weight:bold;
	text-indent:-9000px;
	background: url(img/contact_form.png) no-repeat 15px 11px;
}

#shop {
	position:relative;
	vertical-align:top;
	float:right;
	width:208px;
	margin-left:-208px;
}

.basket {
	height:46px !important;
	width:208px;
	overflow:hidden;
	margin-bottom:10px;
	background: url(img/basket_bg.png) no-repeat bottom;
}

.basket div {
	float:right;
	width:181px;
	height:37px;
	border-top:1px solid #dbdcd7;
	border-bottom:1px solid #dbdcd7;
	border-right:1px solid #dbdcd7;
	background:#f5f6f0;
}

.basket-img {
	float:left !important;
	width:24px !important;
	border:1px solid #c6c3b4 !important;
	background:#dddac9 url(img/basket.gif) no-repeat 4px 6px !important; 
	overflow:hidden;
	text-indent:-9000px;
}

.basket p {
	position:relative;
	left:8px;
	z-index:50;
}

.b-items {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

.b-price {
	font-size:11px;
}

#check {
	position:relative;
	z-index:100;
	padding:0 6px 0 10px;
	float:right;
	margin:4px 6px 0 0;
	line-height:28px;
	font-size:10px;
	color:#000;
	background: url(img/basket_button.jpg) no-repeat left center;
}

.basket-img a {
	line-height:37px;
	display:block;
}

.mj-shop, .blinds, .touch {
	height:193px;
	margin-bottom:12px;
}

.mj-shop {
	background: url(img/flat.jpg) no-repeat top;
}

.blinds {
	background: url(img/window.jpg) no-repeat top;
}

.touch {
	background: url(img/sofa.jpg) no-repeat top;
}

.trim {
	overflow:hidden;
}

.trim li {
	width:190px;
	height:105px;
	float:left;
	text-align:center;
}

.center-trim {
	width:328px !important;
}

.trim li p {
	font-size:16px !important;
	font-weight:bold;
	font-family:arial;
	color:#000;
	line-height:20px;
	margin:0 !important;
}

.trim li a img {
	border:1px solid #dedbca;
}

.new-product {
	width:717px;
}

.new-product li {
	height:160px;
}

.new-prod-last {
	background: #f5f6f0 url(img/new_prod_bg.jpg) no-repeat bottom;
}

.nprod-title {
	height:41px !important;
	background: url(img/new_product.jpg) no-repeat !important;
}

.new-product .trim {
	margin-top:15px;
}

.new-product .trim img {
	border:none !important;
}

.nprod-title h3 {
	line-height:36px;
	padding-left:16px;
	color:#fff !important;
	font-weight:bold;
	text-indent:-9000px;
	background: url(img/new_prod_title.jpg) no-repeat 36px 12px;
}

#shop h2 {
	position:relative;
	text-indent:-9000px;
	height:31px;
	line-height:31px;
}

#shop h2 a {
	display:block;
}

.mj-shop-title {
	background: url(img/mj_shop.jpg) no-repeat 8px 10px;
}

.blinds-title {
	background: url(img/blinds.jpg) no-repeat 8px 10px;
}

.touch-title {
	background: url(img/touch.jpg) no-repeat 8px 10px;
}

#shop .title-li {
	background: #7d8181 url(img/title_bg_sdw.jpg) no-repeat bottom !important;
	overflow:hidden;
	position:relative;
	top:150px;
	width:208px;
	line-height:36px;
	border-top:1px solid #fff;
}

.op-block {
	position:relative;
	top:42px;
	height:71px;
	width:208px;
	color:#fff;
	font-size:12px;
}

.no-block {
	display:none;
}

.op {
	opacity:0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	height:71px;
	width:208px;
	background:#000;
	position:relative;
	z-index:50;
}

.op-block img {
	width:20px;
	height:19px;
}

.op-block p  {
	position:relative;
	top:-90px;
	padding:16px 10px 0 10px;
	z-index:100;
}

.op-block a {
	display:block;
	position:relative;
	top:-69px;
	left:185px;
	z-index:150;
	width:20px;
	height:19px;
	overflow:hidden;
	background: url(img/button_arrow.png) no-repeat;	
	cursor:pointer;
}

*html .op-block a {
	width:1px;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/button_arrow.png'); /* хак для ие6 png opacity */
}

#content-footer {
	overflow:hidden;
	width:938px;
	height:40px;
	background: url(img/footer_bg.jpg) repeat-x;
	font-size:13px;
}

#content-footer ul {
	margin-left:7px;
	display:inline;
}

#content-footer li {
	display:inline;
	margin-left:-4px;
}

.foot-last-li a {
	border:none !important;
}

#content-footer li a {
	padding:0 8px;
	line-height:40px;
	color:#000;
	border-right:2px solid #949592;
}

#content-footer li a:hover {
	text-decoration:underline;
}

#content-footer p {
	position:relative;
	left:215px;
	color:#666;
	display:inline;
}

#footer {
	position:relative;
	z-index:10;
	padding-top:8px;
}

#footer p {
	background: url(img/main_foot_bg.jpg) no-repeat top;
	font-size:13px;
	line-height:47px;
	padding-left:14px;
}

/*.spec-of .s-offer {
background: #870000 url(img/alt_title_bg.jpg) no-repeat !important;
}

.spec-title {
	background: url(img/spec_new.gif) no-repeat;
}*/
