font {
  display:none; 
}

/* RESET */ 

h1,h2,h3,h4,h5,h6,p,ul,li,blockquote,body {
	margin:0;
	padding:0;
}

/*GLOBAL*/

html, body {
	height:100%;
}

body {
	font-family:Arial;
	background:#fff;
	color:#666;
	font-size:14px;
	line-height:22px;	
}

a {
	color:#1066c6;
}

a:hover {
	color:#55a3fa;
}

h1, h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#000;
	line-height:28px;
}

h1 {
	font-size:28px;
	margin-bottom:41px;
	margin-top:3px;
}

p {
	margin:0 0 10px 0;
}

a img {
	border:none;
}

.clear {
	clear:both !important;
	float:none !important;
}

ul.clean {
	margin:0;
	padding:0;
}

ul.clean li {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

ul {
	padding:0 20px;
}

/* WRAPPERS */

#wrapper {
	position:relative;
	min-height:100%;
}
.w0 {
	width:943px;
	margin:0 auto;
	padding:0 32px;
	position:relative;
}

/*HEADER */

#header {
	position:relative;
	height:260px;
	background:url(/images/header.png) top left repeat-x;
}

#header .logo {
	position:absolute;
	
	width:139px;
	height:150px;
	top:33px;
	left:28px;
	
}

#header .logo a {
	display:block;
	width:139px;
	height:150px;
	position:relative;
}

#header .logo a span {
	display:block;
	width:139px;
	height:150px;
	position:absolute;
	top:0;
	left:0;
	background:url(/images/logo.png) top left no-repeat;
}


#header .photo {
	position:absolute;
	top:0;
	left:195px;
	height:210px;
	background:url(/images/header-photo-bg.png) repeat-x left top;
	padding:0 1px;
}

#header .contacts {
	font-size:11px;
	color:#fff;
	font-style:italic;
	position:absolute;
	top:7px;
	left:840px;
	line-height:16px;
	width:164px;;
}

#header .contacts p {
	margin-left:14px;
}

#header span.tel {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	display:block;

	margin-bottom:8px;
}

#header span.tel sup {
	font-weight:normal;
	font-style:italic;
	font-size:10px;
}

#header .button {
	width:103px;
	outline:none;
	height:29px;
	display:block;
	text-indent:-9999px;
	background:url(/images/header-button.png) top left no-repeat;
	
}

/* MENU */




ul#menu, ul#menu ul, ul.menu {

	margin:0;
	
	padding:0;
	display:block;
	list-style-type:none;
	list-style-image:none;
}
ul#menu {
	position:absolute;
	top:211px;
	/*left:32px;*/
}

ul#menu li {
	line-height:50px;
	
	display:block;
	float:left;
	
	font-size:15px;
	font-weight:bold;
}





ul#menu li a {
	outline:none;
	color:#555;
	line-height:50px;
	
	display:block;
	text-decoration:none;
}

ul#menu li a:hover {
	background:url(/images/menu-hover.png) top left repeat-x;
	color:#959595;
}

ul#menu li a.selected {
	color:#000 !important;
}

ul#menu li a.selected span {
	background:#fff;
	height:47px;
	margin-lefT:-1px;
}

ul#menu li a span {
	
	line-height:46px;
	padding:0 20px;
	display:block;
	border-right:1px solid #fefefe;
	border-left:1px solid #ddd;
	padding-top:2px;
	
}

#left-menu {
	line-height:32px;
}

#left-menu strong {
	color:#000;
}


blockquote {
	background:url(/images/blockquote-top.png) top left no-repeat;
	margin:0 -38px 22px -30px;
	padding-top:4px;
	color:#000;
	width:489px;
}

blockquote div.content {
	background:url(/images/blockquote-center.png) top left repeat-x #e0e0e0;
	border:1px solid #dfdfdf;
	border-top:none; border-bottom:none;
	padding:20px 30px 30px 30px; 
	
}

blockquote div.author {
	background:url(/images/blockquote-bottom.png) bottom left no-repeat;
	padding:10px 30px 20px; 22px; 
	margin-top:-38px;
	font-size:11px;
	color:#666;
	font-style:italic;
	text-align:right;
}

/*CONTENT*/

#content {
	padding-bottom:170px;
	margin-top:32px;
}



#content h3 {
	margin-bottom:10px;
}

#content h5 {
	margin:0;
}

img.left {
	float:left;
	margin:6px 18px 10px 0;
}
	
#content div.left {
	float:left;
	width:164px;
	margin-right:22px;
}

#content div.left.two-columns {
	width:330px;
	
}

#content div.left.big {
	width:676px;
}

#content div.center.two-columns {
	width:560px;
	padding-right:0;
}

#content div.right {
	float:left;
	width:226px;
	margin-left:8px;
}	

span.laquo {
	margin-left:-5px;
}

#content div.center {
	float:left;
	width:460px;
	padding:0 33px 0 30px;
	position:relative;
}

#content .left ul {
	margin-bottom:38px;
}

h1 small {
	font-size:14px;
	font-weight:normal;
	margin-left:20px;
}

/* NEWS */

.smallnews {
	font-size:13px;
	line-height:19px;
}

 .date {
 	display:block;
	font-style:italic;
	font-size:11px;
}

/*FOOTER*/

#footer {
	line-height:16px;
   /* border-top:1px solid transparent;*/
	position:absolute;
	bottom:0;
	width:100%;
	padding:16px 0 30px 0;
   
	
}

#footer .w0 div {
	border-top:1px solid #d2d2d2;
	font-size:11px;
	padding: 30px 0;
	color:#000;
	font-style:italic;
}

#footer .w0 .created {
	padding:0;
	float:right;
	border:none;
}
#footer .w0 .created img {
	position:relative;
	top:1px;
	left:-10px;
}


/* STATIC */

a.int {
	text-decoration:none;
	border-bottom:1px dashed;

}




h3 {
	
	font-size:14px;
	font-style:italic;	
	margin-bottom:6px;

}

h4 {
	margin:0;
	font-size:15px;
	font-weight:bold;
	
}

h5 {
	font-weight:bold;
	font-size:12px;
	
}

hr {
	clear:both;
	
	background:none;
	border:none;
	height:0px;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #eee;*/
	margin:20px 0;
}

p.note {
	width:160px;
	font-style:italic;
	right:-220px;
	position:absolute;
	padding:20px;
	background:#eee;
	margin-top:-20px;
}

/* PARTNERS */

div.partners {
  margin-right:-50px;
  width:250px;
}

div.partners h2 {
  margin-bottom:13px;
}

div.partners ul li {
  float:left;
}

div.partners ul a, a.partner {

  line-height:16px;
  display:block;
  font-size:11px;
  color:#969696;
  font-style:italic;
  text-decoration:none;
  cursor:default;
  width:120px;
  margin-right:10px;
}

a.partner {
	clear:both;
	cursor:pointer;
}

div.partners ul li a span, a.partner span {
  display:block;
  height:40px;
  margin-bottom:5px;
}


div.partners ul li a.diamat span, a.partner.diamat span  {
  background:url(/images/partners/diamat.png) top left no-repeat;
}

div.partners ul li a.amis span, a.partner.amis span {
  background:url(/images/partners/amis.png) top left no-repeat;
}
div.partners ul li a.gwk span, a.partner.gwk span {
  background:url(/images/partners/gwk.png) top left no-repeat;
}
div.partners ul li a.geiss span, a.partner.geiss span {
  background:url(/images/partners/geiss.png) top left no-repeat;
}

div.partners ul li a:hover span, a.partner span {
  background-position:0 -41px !important;
}

span.a {
	background:none !important;
	height:auto !important;
	width:auto !important;
	color:#1066C6 !important;
	text-decoration:underline !important;
	
}

/*TABLES*/

 table {
  border-collapse:collapse;
}

table th {
	background:#f0f0f0;
	font-style:italic;
	color:#666666;
	text-align:left;
	font-size:11px;
}
table th:last-child {
	padding-right:20px;
}
 table td, table th  {
  padding:2px 0 2px 24px;
  margin:0;
	line-height:32px;
	vertical-align:top;
	font-size:12px;
	 white-space:nowrap; 
}

table td span {
	display:block;
	line-height:22px;
	padding-top:6px;
}



tr:hover td {
	background: #e8effb;
	
}

/*tr:hover td:first-child {
	background:url(/images/cart_icon.png) 3px 11px no-repeat #e8effb;
	cursor:pointer;
}*/


#content .element img {
	margin:0;
} 

/* FORMS */

label {
	line-height:32px;
	display:block;
	clear:both;
}

label em {
	color:#959595;
	font-size:11px;
	margin-left:10px;
}

label span {
	displat:block;
	float:left;
	width:105px;
	padding-right;5px;
}

input.text, select, textarea, input.small {
	border:1px solid #dbdfe6;
	border-color:#abadb3 #e3e9ef #e3e9ef #abadb3 ;
	border-radius:1px;
	-moz-border-radius:1px;
	background:#fff;
}

input.text, textarea.text, select {
	width:216px;
	height:21px;
	font-family:arial;
	
}

textarea.text {
	height:88px;
}

select.small {
	width:100px;
	background:#fff;

}

input.count {
	width:60px;
}

input.small {
	width:100px;
}

.required {
	border:1px solid #ffae95 !important;
}

p.notice {
	padding-left:110px;
	color:#969696;
	font-size:11px;
}

input.big-button {
	background:url(/images/big-button.png) top left no-repeat;
	height:40px;
	width:153px;
	margin:0;
	padding:0;
	display:inline-block;
	border:none;
	float:right;
}

/* TABS */

.tabs {
	margin-bottom:13px;
}

.tabs .content {
	padding:39px 29px 30px 29px;;
	background:#f0f0f0;
	border:1px solid #d2d2d2;
}

.tabs.vertical .content {
	border:none;
	background:none;
	padding:0;
}

.tabs.vertical .content div {
	margin:-6px -32px 22px -22px;
	padding:12px 10px 22px 22px;
	background:#f0f0f0;
	margin-bottom:22px;
}

ul.tabs {
	
}


ul.tabs li {
	float:left;
	margin-bottom:0;
}

ul.tabs li a {
	outline:none;
	line-height:33px;
	padding-top:5px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	width:182px;
	text-decoration:none;
	display:block;
	text-align:center;
}

ul.tabs li a span {
	border-bottom:1px dashed;
}

ul.tabs li a.selected {
	color:#555;
	background:url(/images/tab.png) top left no-repeat;
}

ul.tabs li a.selected span {
	border-bottom:none;	
}

.tabs.vertical h2 a {
	border-bottom:1px dotted;
	text-decoration:none;
}



.tabs.vertical h2 a.selected {
	color:#000000;
	border-bottom:none;
}

#content .tabs.vertical h3 {
	font-size:14px;
	font-style:normal;
	color:#000;
	margin-bottom:0;
}


/* RAL COLORS*/

.color {
	width:66px;
	
}

.ral-color-wrapper {
	position:relative;
	display:inline-block;
}

.ral-color-selected {
	display:inline-block;
	width:18px;
	height:18px;
	background:#000;
	border:2px solid #999;
	-moz-border-radius:3px;
	margin-left:9px;
	position:relative;
	top:6px;
	background:#333;
	
}
 

.ral-color-container {

	display:none;
	padding:2px;
	-moz-border-radius:3px;
	border:2px solid #999;
	background:#333;
	width:150px;
	position:absolute;
	top:6px;
	line-height:0;
	font-size:0;
	right:-170px;
	
} 
.ral-color-min {
	
	display:inline-block;
	width:10px;
	height:10px;	
}

/* ORDER */
a.add-order {
	text-decoration:none;
}

a.add-order span {
	border-bottom:1px dashed;
}

a.add-order strong {
	border:1px solid #d2d2d2;
	background:#f0f0f0;
	padding:3px 7px;
}

div.clone {
	margin-top:11px;
	padding-top:11px;
	border-top:1px solid #ddd; 
}

/* CATALOG */
.product-line {
	vertical-align:top;
}
.product {
	width:450px;
	padding-right:10px;
	vertical-align:top;
	display:inline-block;
	padding-bottom:22px;
	
}

.product h4 {
	font-size:14px;
}

.product .photo {
	display:block;
	height:170px;
	padding:15px 0 16px 0;

}

/* mini menu */ 

ul.mini-menu {
	padding:0 20px;
	
	height:24px;
	border-bottom:1px solid #d2d2d2;
}

ul.mini-menu li a {
	display:block;
	padding:3px 15px;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
	font-weight:normal;
	
	font-style:italic;
	
}

ul.mini-menu li a.selected {
	border:1px solid #d2d2d2;
	border-bottom:0;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	background:#fff;
}

ul.mini-menu li {
	float:left;
}

/* NEWS */

div.block {
	padding-left:129px;
	position:relative;
	margin-top:24px;
}

div.block span.date {
	position:absolute;
	top:1px;
	left:50px;
}

.notice {
	padding:10px;
	margin:10px 0;
}

.ok {
	border:1px solid #0ABD01;
	background:#D0FF9D;
}

/* GALLERY */
.gallery .big {
	float:left;
}

.gallery ul, .gallery ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.gallery ul li {
	display:block;
	float:left;
	margin: 10px 9px 0 0;
}