body, html {
	background: #fff;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0; }
 
/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/
.header_fon_home {
	background: #000;
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 207px;
	margin: 0;
	padding: 0 }
 
.gradient {
	background: #000 url(../images/header_gradient.jpg) center top no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1236px;
	height: 207px;
	margin-left: -900px }
 
.header_top1 {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 67px;
	background: rgba(0,0,0,0.8) }
 
.header_top2 {
	position: absolute;
	top: 67px;
	width: 100%;
	min-width: 1000px;
	height: 140px;
	background: rgba(255,255,255,0.7) }
 
#main-container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	width: 1000px;
	z-index: 2 }
 
* html #main-container { height: 100%; }
 
/***************** Шапка сайта */
#header {
	background: url(../images/header_top2_img.png) 0px 67px no-repeat;
	position: relative;
	height: 207px }
 
.mdphone {
	background: url(../images/s.png) 0px 8px no-repeat;
	font: bold 18px Arial;
	color: #e7e6e6;
	position: absolute;
	padding: 5px 0 5px 25px;
	left: 0px;
	top: 14px;
	width: 150px;
	height: 22px }
 
	.mdphone>p { margin: 0 }
 
		.mdphone>p>span { font: normal 14px Arial; }
 
#header a.logo {
	background: #313131;
	border: 15px solid #d5d5d5;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 76px;
	left: 0px;
	width: 74px;
	height: 74px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
 
	#header a.logo img {
		position: absolute;
		left: -1px;
		top: -3px;
		display: block;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease; }
 
	#header a.logo:hover {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.43); }
 
		#header a.logo:hover img {
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-ms-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg); }
 
.logo_text {
	font-family: 'WorkplaceSans-Bold';
	margin: 0;
	position: absolute;
	left: 130px;
	top: 95px }
 
.logo_text1 {
	display: block;
	font-size: 24px;
	color: #777777;
	text-transform: uppercase }
 
.logo_text2 {
	display: block;
	font-size: 36px;
	color: #282828; }
 
.mdsearch {
	position: absolute;
	right: 0px;
	top: 118px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #a9a9a9; }
 
#search_form .text-input {
	font: italic 13px Arial;
	line-height: 33px;
	border: none;
	float: left;
	width: 236px;
	height: 33px;
	padding: 0 0 0 16px;
	margin: 0px;
	color: #9d9d9d }
 
#search_button {
	width: 35px;
	height: 33px;
	background: #474747 url(../images/s.png) 8px -21px no-repeat;
	border: none;
	border-top: 1px solid #393939;
	cursor: pointer }
 
/************************** Хлебные крошки */
.pathway {
	font: 13px Arial;
	margin: 20px 0 }
 
	.pathway a {
		color: #8d8d8d;
		text-decoration: none}
		
	.pathway a:hover{color: #cb9400}
 
.pathway_i {
	display: inline-block;
	width: 11px;
	height: 14px;
	text-indent: -9999px;
	padding-right: 2px;
	background: url(../images/s.png) -3px -261px no-repeat; }
 
.pathway span.pathwaylink { color: #cb9400 }
 
/***************** Модульная позиция - TOP */
#slider {
	background: rgba(255,255,255,0.7) url(../images/slider_fon.jpg) no-repeat;
	width: 100%;
	height: 398px;
	margin: 59px 0 82px }
 
/***************** Левая колонка */
#left {
	float: left;
	line-height: normal;
	width: 260px; }
 
/***************** Правая колонка */
#right {
	padding: 5px;
	float: right;
	line-height: normal;
	width: 220px; }
 
/***************** Стили блока основного содержания */
#both {
	margin: 0 220px;
	padding: 0 15px; }
 
#only_left {
	margin: 0 0 0 280px;
	padding: 0; }
 
#only_right {
	margin: 0 220px 0 0;
	padding: 0 15px; }
 
#no_sides { padding: 0 10px }
 
/***************** Модульная позиция - BOTTOM */
#bottom {
	margin: 15px 0;
	overflow: hidden }
	
.mdcatalog_news{}
.md_titlecatalog_news{
	font:30px 'WorkplaceSans-Bold';
	text-align:right;
	text-transform:uppercase;
	border-bottom:2px solid #bebebe;
	}
.uc_latest{
	overflow:hidden;
	margin-left:-40px;}
.mdcatalog_news .uc_latest_item{
	width:220px;
	margin-left:40px;
	float:left;}

.mdcatalog_news .uc_latest_item a{display:block;}

.mdcatalog_news .uc_latest_item a.uc_latest_link{
	text-align:center;
	text-decoration:none;
	font:14px arial;
	color:#555454;
	margin: 10px;}
.mdcatalog_news .uc_latest_item #uc_popular_price{
	font: 22px 'WorkplaceSans-Bold';
    text-align: center;
    color: #cb9400;}

/***************** Clear block and Rasporka */
#clear {
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both; }
 
#rasporka { height:367px; margin: 20px 0 0 }
 
/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/
#footer{
background:#1b1b1b url(../images/footer_img.jpg) center top no-repeat;
position:relative;
height:367px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin:-367px auto 0;
width:100%;
z-index: 2}

.footer_module{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	height:367px;}

.footer_module p{ margin:0}
	

.footer_module .mdaddress{
	background:url(../images/s.png) 0px -58px  no-repeat;
	font:18px 'WorkplaceSans-Bold';
	color:#afafaf;
	display:block;
	position:absolute;
	left:10px;
	top:42px;
	padding:3px 0px 6px 20px;}
	
.footer_module .mdphone {
	background: url(../images/s.png) 0px 8px no-repeat;
	font: bold 18px Arial;
	color: #e7e6e6;
	position: absolute;
	padding: 5px 0 5px 25px;
	left: 844px;
    top: 90px;
    width: 131px;
	height: 22px }
 
.footer_module .mdphone>p { margin: 0 } 
.footer_module .mdphone>p>span { font: normal 14px Arial; }

.footer_module .mdemail{
	background: url(../images/s.png) 0px -88px no-repeat;
	padding: 5px 0 5px 40px;
	position:absolute;
	right:0px;
    top: 120px;
	font:16px Arial;
	color:#afafaf;}


.footer_module .mdmaps{
	position:absolute;
	left:0px;
	top:90px;
	width: 662px;
    height: 193px;
	border:10px solid rgba(27,27,27,0.3);} 
	

/************************************ Счетчики */
.footer_module a[class^=tecama]{
	position:absolute;
	right:0px;
    top: 251px;
    padding: 4px 0px;
    width: 114px;
    font-size: 9px;
	border:1px solid #6e6e6e;
	text-decoration:none;
	color:#a0a0a0;}
	
.footer_module a[class^=tecama]:hover{
	background:rgba(255,255,255,0.1);	
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;}
	
.footer_module a[class^=tecama_a]{
	text-decoration:none;
	text-align:right;
	color:#c7c7c7}

.footer_module .copyright{
	font:11px arial;
	color:#a0a0a0;
	display:block;
	position:absolute;
	right:0px;
	top:284px;}
	
.footer_module .copyright a{
	font:11px arial;
	color:#a0a0a0;
	text-decoration:none}

.footer_module .knopki{
	position:absolute;
	right:0px;
	top:220px}
 
/************************************ Модуля */
#left .md_title{
	font: 24px 'WorkplaceSans-Bold';
	background:#272727;
	padding:16px 5px 16px 15px;
	margin:0 0 3px;
	color:#fff}
#left .md_titleshopping{
	position:relative;
	font: 18px 'WorkplaceSans-Bold';
	padding:9px 5px 9px 43px;
	margin-bottom:1px;
	background:#272727;
	color:#fff}
	
.md_titleshopping .md_tit_i{
	background:url(../images/korzina.png);
	position:absolute;
	left:16px;
	top:12px;
	display:block;
	width:17px;
	height:16px;}
	
.cart{
	border:1px solid #929292;
	padding:20px;
	color:#3f3f3f;
	font-size:14px;}
.cart strong{font:bold 14px Arial;}
.cart_count{
	padding-bottom:15px;
	margin-bottom:5px;
	border-bottom:1px solid #d2d1d1;}

.cart_count a{
	text-decoration:none;
	color:#bf8700}

#left .module,
#right .module { margin: 0 0 15px; }
 
#left .moduletitle,
#right .moduletitle {
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px }
 
#left .modulebody,
#right .modulebody {  }
