@charset "utf-8";
@font-face {
	font-family: 'Franklin';
	src: url('/templates/default/css/FRG55.eot'),
		 url('/templates/default/css/FRG55.ttf') format('truetype'), 
		 url('/templates/default/css/FRG55.svg') format('svg'),
		 url('/templates/default/css/FRG55.otf');
	letter-spacing: 1px;
}
html, body {
	width: 100%;	
	min-width: 960px;
	overflow-x:hidden;
	padding: 0px;
	margin: 0px;
}
#table tr td {
	display: block;
}
body{
	margin: 0px;	
	height: 100%;
	color:#888888;
	font-family:Verdana;
	font-size:12px;
}
#logo {
	position:absolute;
	left: 441px;
}
.franklin {font-family: Franklin;

}
.white {color:#FFF;}
.gray {color:#989898;}

.14px {font-size:14px;}
.up {text-transform:uppercase;}
.underline {text-decoration:underline;}
.gray {color: #999999;}
a {
	color: #a933a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}

.h1, h1 {
	color: #a933a5;
	font-size:36px;
	line-height: 36px;
	font-family:Franklin,Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	position:relative;
	margin:0;
}
h2 {
	color: #a933a5;
	font-size:36px;
	font-family:Franklin,Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	position:relative;
	margin:0;
	margin-left: 40px;
}
h3 {
}
h5 {
	color: #a933a5;
	font-size:11px;
	font-family:Verdana;
	font-weight: normal;
	text-decoration:none;
	position:relative;
	margin:0;
	margin-left: 40px;
}

p {
	color: #888888;
	font-size:11px;
	font-family: Verdana;
	line-height: 17px;
}
.wrap {clear:both;}

/* HEADER*/
#header {
	width: 100%;
	height: 445px;
	clear:both;	
	position:relative;
}
.zoom {
		-moz-transition: -moz-transform 3s ease 0s;
		-webkit-transition: -webkit-transform 3s ease 0s;
		-o-transition: -o-transform 3s ease 0s;
		-ms-transition: -ms-transform 5s ease 0s;
			
        transform: scale(2) rotate(390deg);
		-moz-transform: scale(2) rotate(390deg) !impotrant; 
		-webkit-transform: scale(2) rotate(390deg);
		-o-transform: scale(2) rotate(390deg);
		-ms-transform: scale(2) rotate(390deg);
}

#head {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 424px;
	background: url(/public/image/header/h1.jpg) top center no-repeat; 
	background-color:#000000;
	overflow:hidden;

}

#menu_frame {
	width: 100%;
	height: 73px;
	position:absolute;
	bottom: 0;
}
#menu_block {
	position:relative;
	width: 960px;
	height: 73px;
	margin: 0 auto;
	background: url(/templates/default/img/logo.png) center center  no-repeat rgba(0,0,0,.8);
}
#calc {
	width: 83px;
	padding-left: 113px;
	height: 53px;
	padding-top:40px;
	position:absolute;
	top: -20px;	
	right: 0px;
	z-index: 5px;
	background: url(/templates/default/img/calck.png) 0 0 no-repeat;
	cursor:pointer; 
		
}

.menu {
	margin:0;
	padding:0;
	list-style: none;
	padding-top: 30px;	
}
.menu li{
	margin:0 20px 0 20px;
	padding:0;
	float:left;
}
.menu li a{
	color: #888888;
	font-size:14px;
	font-family: Franklin;
	text-transform:uppercase;
	text-decoration:none;
}
.menu li a:hover{
	color: #ffffff;
}

.left {
	float:left;
	
}


/* FOOTER*/
#footer {
	width: 100%;
	height: 45px;
	clear:both;	
	background: url(/public/image/header/h1.jpg) center center no-repeat;
}
#bottom {
	width: 960px;
	margin:0 auto;
	height:35px;
	z-index: 9;
	background: rgba(0,0,0,.8);
}
.text_footer {
	color:#888888;
	font-family:Verdana;
	text-decoration:none;
	font-size:11px;

}
#copyright {
	padding: 10px 0 0 20px;
	float:left;
}

#lafedja {
	float:right;
	padding: 10px  20px 0 0;
}
#lafedja a{
	text-decoration:none;
}

/* CENTER*/
#center {
	width: 960px;
	margin: 0 auto;
	min-height: 500px;
	height: 100%;
	position:relative;
}

#breadcrambs{
	width: auto;
	height: 5px;
	padding: 75px 60px 0 60px;
	margin-bottom: 40px;
}

#content {
	width:auto;
	min-height: 417px;
	background:url(/templates/default/img/bg_contact.jpg) center bottom no-repeat;
	border:#e2e2e2 1px solid;
}

.left {
	float:left;	
}
.right {
	float:right;
}
.middle {
	float:left;
	margin-left: 280px;
}

#content .right {
	width: 430px;
	padding:10px;
	border-left: 1px solid #e2e2e2;
}
#content .right .form{
	width: auto;
	height: 400px;
	padding:20px;
	background: url(/templates/default/img/buble.png) 20px 40px no-repeat rgba(202,202,202,.8);
	position:relative;
}
#map {
	padding: 10px;
	width: auto;
	height: 376px;
	border: 1px solid #e2e2e2;
	border-top: none;
	
}

.text {
	padding: 20px;
	width: auto;
/*	min-height: 250px;*/
	border: 1px solid #e2e2e2;
	border-top: none;
}
.question {
	position: absolute;
	top: 40px;
	left: 75px;
	
	text-decoration:underline;
	color:#888888;	
}

.form table {
	margin-top: 75px;
	color: #888888;
}

.form input {
	background: #cacaca;
	border: 1px solid #D5D5D5;
	height:37px;
	border: none;
	width: 100%;
	margin-top: 7px;
}

.form textarea {
	background: #cacaca;
	height:175px;
	border: none;
	width: 100%;
	margin-top: 7px;
}

#cont {
	width:auto;
	min-height: 417px;
	padding: 20px;
}


#sale_info {

}

#sale_info {
	width:auto;
	min-height: 417px;
	border:#e2e2e2 1px solid;
}

#sale_info .left {
	float:left;	
}
#sale_info .right {
	float:right;
	height: 100%;
}

#sale_info .right {
	width: 390px;
	padding:10px;
	border-left: 1px solid #e2e2e2;
}
#sale_info .right .form{
	width: auto;
	min-height: 417px;
	padding:20px;
	background: rgba(202,202,202,.6);
	position:relative;
}

#sale_info_2 {

}

#sale_info_2 {
	width:auto;
	margin: 10px 0;
	min-height: 80px;
	border:#e2e2e2 1px solid;
}

#sale_info_2 .left {
	float:left;	
}
#sale_info_2 .right {
	float:right;
	height: 100%;
}

#sale_info_2 .right {
	width: 390px;
	padding:10px;
	border-left: 1px solid #e2e2e2;
}
#sale_info_3 {

}

#sale_info_3 {
	width:auto;
	margin: 10px 0;
	min-height: 80px;
}

#sale_info_3 .left {
	float:left;	
}
#sale_info_3 .right {
	float:right;
	height: 100%;
}

#sale_info_3 .right {
	width: 390px;
	padding:10px;
}

/**/

.catalog_list_conteiner {
	width:auto;
}
.catalog_list_conteiner .item {
	width: 228px;
	min-height: 329px;
	padding: 5px;
	float: left;
	margin: 0;
	position:relative;
}
.catalog_list_conteiner .inf {
	height: 65px;
}
.p_name {
	font-family: Franklin;
	color:#989898;
	font-size:18px;
	text-transform:uppercase;
	width: 145px;
	margin-left: 10px;
	float:left;
}
.p_cost {
	font-family: Franklin;
	color:#a933a5;
	font-size:18px;
	text-transform:uppercase;
	
	width: 73px;
	float:right;
}
.p_cost span {
	font-family:Verdana;
	font-size:11px;
	color:#888888;
	text-transform:none;
}
.p_descr {
	font-family:Verdana;
	font-size:11px;
	color:#888888;
	margin: 0 10px;
}
.im {
	height:204px;
}
.catalog_list_conteiner .item img{
	max-width: 100%;
	max-height: 100%;
}
.cat_table {
	border: none;
	border: 0px solid #CCCCCC;
}
.cat_table td{
	border: 1px solid #CCCCCC;
}
.no_bl {
	border-left: none !important;
}
.no_bt {
	border-top: none !important;
}

.icost {
	position:absolute;
	top: 24px;
	right: 20px;
	font-size:36px;	
	width: auto;
}

.line {
	color:#a933a5;
	margin: 0;
}
.compl {
	color:#888888;
	line-height: 17px;
	margin: 0;
}

/**/

.l{
	width: 250px;;
}
.right table{
	width: auto;
	margin: 0;
}
.right table td{
	vertical-align:middle;
	height: 24px;
}

.description {
	color: #fff !important;
	line-height: 17px !important;
}

.addToCart {
	margin: 40px;	
	width: 142px;
	height: 38px;
	padding-left: 58px;
	background: url(/templates/default/img/cart.png) 0 0 no-repeat;
}
.addToCart .count{
	width: 30px;
	height: 30px;
	padding: 4px;
	background: #e2e2e2;
	border:none;
	
	color:#000000;
}
.addToCart .ac {
	margin-left: 30px;
}



.light {
	margin-bottom: 10px;
	background-image:url(/templates/default/img/cart_w.png);
}

#basket {
	position:absolute;
	top: 20px;
	right: 10px;
	z-index: 999;
}
#totalCost{
	color: #a933a5;
	font-size:18px;
	font-family:Franklin,Arial, Helvetica, sans-serif;
	background: url("/templates/default/img/cart.png") no-repeat scroll 0 0 transparent;
	padding-left: 48px;
}
#totalCost span{
	color: #a933a5;
	font-size:14px;
}
.cart_attr {
	margin:0;
	padding-left: 20px;	
}
#totalCost img {
	cursor: pointer;
	margin-left: 15px;
}

#bascetInfo {
	display: none;
	position:absolute;
	top: 50px;
	right: 0px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	width: 400px;
}
#bascetInfo td{
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding: 5px;
}
#bascetInfo td img{
	cursor: pointer;
}
#bascetInfo td a{
	text-decoration:none;
}
#bascetInfo td a:hover{
	color: #ff9e00;
}

.zakaz {
	background: rgba(0,0,0,.7);
	text-align: right;
	border: none !important;
	padding-right: 20px !important;
}
.zakaz a{
	text-decoration: underline !important;
}

#bascetInfo:before{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #000;
  -moz-box-shadow: 0 15px 10px #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


#bascetInfo_zakaz {
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
#bascetInfo_zakaz td{
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding: 5px;
}
#bascetInfo_zakaz td img{
	cursor: pointer;
}
#bascetInfo_zakaz td a{
	text-decoration:none;
}
#bascetInfo_zakaz td a:hover{
	color: #ff9e00;
}
.allcost{
	color: #a933a5;
	font-size:18px;
	font-family:Franklin,Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right: 40px;
}

.noborder td, .noborder tr{
	border: none !important;
}
.count{
	width: 30px;
	height: 30px;
	padding: 4px;
	background: #e2e2e2;
	border:none;
	
	color:#000000;
}

/**/
.gallery_box {
	width:auto; height: 295px; border: 1px solid #e2e2e2; position:relative;	
}
.gallery_item {
	width: auto;
	height:295px;
	text-align:center;
}
.gallery_item a {
	position:relative;
	width: 192px;
	height: 133px;
	margin:0 auto;
}

.gallery_item img {
	width: 192px;
	height: 133px;
	margin:0 auto;
}
.anyClass {
	width: auto !important;
	height: 300px;
}
.anyClass li {
	height: 255px;
	width: 199px;
	padding:20px;
	border-right:  1px solid #e2e2e2;

}
.prev {
	position: absolute;	
	left: -11px;
	top: 50px;
	cursor:pointer;
	z-index: 5;
}

.next {
	position: absolute;	
	right: -11px;
	top: 50px;
	cursor:pointer;
	z-index: 5;
}


ul.menu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: auto;
        list-style: none;
        display: none;
        position: absolute;
        top: 43px;
		padding-top: 30px;
        left: 0;
		z-index: 999;
        
}
ul.menu ul li {
        width: auto;
        float: left;
        display: block !important;
        display: inline;
		padding: 10px;
		margin:0;
		background: rgba(0,0,0,0.8);
		
}


ul.menu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul.menu li:hover ul ul,
ul.menu li.iehover ul ul {
        display: none;
}

ul.menu li:hover ul,
ul.menu ul li:hover ul,
ul.menu li.iehover ul,
ul.menu ul li.iehover ul {
        display: block;
}