/* --- Structure --- */
html {
  height:100%; 
  min-height:100%;
}

head:first-child+body html>body, html>body #wrapper {height:auto;}

body {
  position:relative;
  margin:0; padding:0;
  font-size:1em;
  font:62.8% Arial, Tahoma, Helvetica, sans-serif;
  min-width:940px; 
  height:100%; 
  min-height:100%;
  background: #eaebea url('../images/bg.jpg') repeat-x top center;
  background-attachment: fixed;
  behavior: url(../../css/csshover.htc);
}

#wrapper {
  position:absolute;
  top:0; left:0;
  width:100%; 
  height:100%; 
  min-height:100%;
}

#body {
  position:relative;
  width:1100px;
  margin: 0 auto;
  padding: 0;
  padding-bottom:70px;

}

.index #body {
  padding-bottom:325px;
}
.wrapper {
 padding: 0 50px;
}

a:focus
{
-moz-outline-style: none;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}
/* --- End Standart Tag's --- */

/* --- Content --- */

#header {
	float: left;
	width:100%;
	position: relative;
	z-index: 200;
}

#header a.logo {
	position: absolute;
	top: 40px; left: 0;
}

#header ul.lang {
	float: right;
	padding: 43px 0 53px 0;
}

#header ul.lang li {
	float: left;
	list-style: none;
}

#header ul.lang li a {
	float: left;
	text-align: center;
	color: #1f2e3f;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 3px;
	font-size: 1.1em;
	padding: 0 4px;
}

#header ul.lang li a.active, #header ul.lang li a:hover {
	font-weight: bold;
}

#content {
	position: relative;
	float: left;
	width:100%;
	padding-bottom: 110px;
	#padding-bottom: 40px;
	_padding-bottom: 0;
}

.index #content {
	padding-bottom: 325px;
	#padding-bottom: 0;
}

.produkt #content {
	padding-bottom: 220px;
}

#content .wrapper {
	padding: 0 50px;
}

ul#menu {
	float: right;
	padding: 43px 0 43px 0;
	margin: 0;
	margin-right: 10px;
	list-style: none;
	text-transform: uppercase;
}

ul#menu li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #aebbc5;
}

ul#menu li a {
	float: left;
	padding: 0 15px;
	text-decoration: none;
	color: #5c748b;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
	color: #1f2e3f;
}

ul#menu li.brands {
/*	display: none;*/
	position: relative;
	top: -8px; left: -1px;
	_left: 10px;
}

ul#menu li.brands span.l {
	position: relative;
	display: block;
	color: #fff;
	font-size: 10px;
	font-family: Times New Roman;
	font-weight: bold; 
	background: url('../images/brands_btn_l.gif') no-repeat left top;
	z-index: 300;
}

ul#menu li.brands span.r {
	position: relative;
	display: block;
	background: url('../images/brands_btn_r.gif') no-repeat right top;
	padding: 8px 40px 10px 10px;
	z-index: 100;
	cursor: pointer;
}


ul#menu li.brands li .brand {
	float: left;
	width: 100px;
	height: 80px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
}

ul#menu li.brands li a {
	float: left;
	width: 100px;
	color: #f2eae0;
	text-transform: none;
	text-align: center;
	padding: 0;
}

ul#menu li.brands li a:hover {
	text-decoration: underline;
}

ul#menu li.brands.hover span.l {
	background: url('../images/brands_btn_l_a.gif') no-repeat left top;
}

ul#menu li.brands.hover span.r {
	background: url('../images/brands_btn_r_a.gif') no-repeat right top;
	padding: 8px 40px 10px 10px;
}

ul#menu li.brands .holder {
	display: none;
	position: absolute;
	top: 27px; right: 0;
	width: 503px; height: 241px;
	z-index: 200;
	background: #a94438 url('../images/brand_filter_bg.gif') no-repeat left top;
	padding-left: 3px;
}

ul#menu li.brands .holder li {
	border: none;
}


ul#products_menu {
	float: left;
	width: 180px;
	padding:48px 0 0 0;
	margin: 0;
}

ul#products_menu li {
	position: relative;
	float: left;
	clear: left;
	list-style: none;
	padding-bottom: 6px;
}

ul#products_menu li a {
	float: left;
	font-weight: bold;
	color: #3d434c;
	font-size: 1.2em;
	text-decoration: none;
	padding: 2px 5px;
}

ul#products_menu li a:hover, ul#products_menu li:hover a, ul#products_menu li a.active {
	color: #fff;
	background: #a0261a url('../images/link_bg.gif') repeat;
}

ul#products_menu li:hover ul {
	display: block;
}

ul#products_menu li ul {
	display: none;
	position: absolute;
	top: 0; left: 100%;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #a0261a url('../images/link_bg.gif') repeat;
	z-index: 10;
}

ul#products_menu li ul a {
	font-weight: normal;
	color: #fff;
}

ul#products_menu li ul a.active {
	font-weight: bold;
}

ul#products_menu li ul a:hover {
	text-decoration: underline;
}



#right_block {
	float: left;
	width: 198px;
	text-align: right;
	padding-top: 50px;
}

#text {
	float: left;
	width: 600px;
	font-size: 1.3em;
	color: #1f2e3f;
	line-height: 20px;
	text-align:justify;
}

#shop {
	height: 450px;
	text-align:left;
}

#text img {
	margin: 7px 15px 7px 15px;
	background: #fcfcfc;
	padding: 5px;
	border-top: 3px solid #edefeb;
	border-left: 3px solid #e3e5e1;
	border-right: 3px solid #e4e6e2;
	border-bottom: 3px solid #d3d4d1;
}

#right_block img {
	margin: 0; 
	border: none;
	padding: 0;
	background: none;s
}

#text img[align=left] {
	margin: 7px 15px 15px 0;
}

#text img[align=right] {
	margin: 7px 0 15px 15px;
}

h1 {
	display: block;
	width: 100%;
	font-size: 2.5em;
	font-weight: normal;
	color: #516377;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Myriad pro;
	line-height: 32px;
}

.produkt h1 {
	display: block;
	width: 100%;
	font-size: 2.5em;
	font-weight: normal;
	color: #1f2e3f;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Myriad pro;
	line-height: 32px;
}

.produkt h1 small {
	color: #516377;
	font-size: 22px;
	padding-top: 10px;
	line-height: 27px;
}


h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #1f2e3f;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #1f2e3f;
	padding-bottom: 20px;
}

h4 {
	font-size: 1em;
	color: #1f2e3f;
	padding-bottom: 20px;
	font-weight: bold;
}


#text p {margin: 0 0 20px 0;}

a {
	color: #595f69;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#text hr {
	border: 0;
	color: #1f2e3f;
	background-color: #1f2e3f;
	height: 1px; 
}

#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

#text ul li {
	display: block;
	padding: 0 0 0 20px;
	line-height: 24px;
	background: url('../images/bulet.gif') no-repeat 0 11px;
}

#text ul.search_list li {
	padding: 0;
	background: none;
}

* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {
	margin: 0 0 0 20px;
}
#text ul ul li {
	padding-left: 13px;
	background: url('../images/bulet.gif') no-repeat 0 11px;
}

#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bulet.gif') no-repeat 0 11px;
}

#text ol {
	padding: 0;
	margin: 0 0 20px 20px;
}

* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: decimal;}
#text ol li {
	padding: 0;
	background: none;
	line-height: 24px;
}

#text table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #1f2e3f;
	margin-bottom: 20px;
}

* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 3px;
	font-size: 1em;
	border-color: #1f2e3f;
	vertical-align: top;
}

#text th {
	padding: 3px;
	text-align: left;
	border-color: #1f2e3f;
	font-weight: bold;
}

#text td p, #text th p {margin: 0;}

#blocks {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d5d8;
}

#blocks dl {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 20px 0 0;
}

#blocks dl.video {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #e0e0e0;
}

#blocks dl.border {
	width: 305px;
	padding: 0 20px 0 20px;
	border-left: 1px solid #e0e0e0;
}

#blocks dl dt {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	color: #1f2e3f;
	font-size: 1.64em;
}

#blocks dl dd {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.09em;
}

#blocks dl dd img {
	float: left;
	padding: 0 15px 10px 0;
}

#blocks dl dd b {
	color: #415d7c;
}

#blocks dl dd a.more {
	float: left;
	padding-top: 20px;
	margin-top: 20px;
	background: url('../images/more_border.gif') no-repeat 0 3px;
}

#main {
	position: relative;
	float: left;
	width: 698px;
	height: 430px;
}

#flash_holder {
	position: absolute;
	top: 0; left: 0;
	width: 759px; height: 430px;
}

dl.news {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

dl.news dt {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: bold;
}

dl.news dt span {
	display: block;
	font-weight: normal;
	font-style:italic;
}

dl.news dd {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
}

dl.news dd .image {
	float: left;
}

dl.news dd .image img {
	margin: 7px 15px 7px 0 !important;
}

dl.news dd a.more {
	display: block;
	font-weight: bold;
	color: #415d7c;
	text-decoration: none;
}

dl.news dd a.more:hover {
	text-decoration: underline;
}

.product {
	float: left;
	width: 798px;
}

.product_image {
	float: right;
	width: 600px; height: 450px;
}

.product_image img, #brands img {
	background: none !important;
	border: none !important;
	padding:  0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#brands .logo {
	display: block;
	padding-bottom: 20px;
}

#brands ul.brands_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#brands ul.brands_list li {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 50px 15px 0;
	background: none !important;
}

#brands ul.brands_list li a.image {
	display: block;
	width: 165px;
	height: 180px;
	text-align: center;
}

#brands ul.brands_list li a.title {
	display: block;
	line-height: 50px;
	background: url('../images/brands_title_bg.gif') no-repeat center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.product_text {
	float: left;
	width: 198px; height: 450px;
}

.description {
	font-size: 12px;
	padding-bottom: 10px; 
	padding-right: 10px; 
	background: url('../images/more_border.gif') no-repeat bottom left;
}

.weight {
	margin-top: 15px;
	line-height: 34px;
	padding-left: 30px;
	font-size: 18px;
	color: #545453;
	background: url('../images/svarelis.png') no-repeat left;
	_background: url('../images/svarelis.gif') no-repeat left;
}

ul#category_select {
	position: absolute;
	bottom: 165px; left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

ul#category_select li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
}

ul#category_select li a {
	float: left;
	padding: 8px 15px 25px 15px;
	background: url('../images/category_bg.gif') repeat;
	text-decoration: none;
	color: #3d434c;
	font-weight: bold;
}

ul#category_select li a:hover, ul#category_select li a.active {
	position: relative;
	top: -3px;
	background: url('../images/category_bg_active.gif') repeat;
	color: #fff;
	font-weight: bold;
}

#product_list {
	float: left;
}

a.border {
	float: left;
	width: 242px; height: 150px;
	position: relative;
}

a.border img {
	position: absolute;
	z-index: 5;
	top: 6px; left: 6px;
	margin: 0 !important;
	padding:  0 !important;
	border: none !important;
}

a.border span {
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
	display: block;
	width: 242px; height: 150px;
	background: url('../images/video_border.gif') no-repeat;
	cursor: pointer;
}

#video_view {
	float: left;
	padding: 0 20px 20px 0;
}

.video-items-list {
	width: 100%;
	padding: 0 0 20px 0;
}
.video-items-list a.border {
	padding: 0 20px 20px 0;
}

/* --- End Content --- */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		float: right;
		line-height: 25px;
		margin: 0;
		padding: 10px 30px 0 0;
		list-style: none;
		}
	ol#controls li{
		float: left !important;
		}
	ol#controls li a{
		float:left !important;
		width: 16px !important; height: 16px !important;
		background: url('../images/slide.gif') no-repeat center;
		padding: 4px !important;
		}
		ol#controls li a span{
		display: none;
		}
	ol#controls li.current a{
		background: url('../images/slide_a.gif') no-repeat center;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* --- Footer --- */
#footer {
  clear:both;
  width:100%; 
  position:static;
  background:#fff;
  height:35px;
  font-size: 1.1em;
  padding-top: 25px;
  left:0; bottom:0;
  background: url('../images/footer_bg.gif') repeat;
  color: #1f2e3f;
}

.index #footer {
  height:300px;
}

.produkt #footer {
  height:150px;
}

#footer .wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#footer .border_top {
	position: absolute;
	top: -9px; left: 0;
	width: 100%; height: 9px;
	background: url('../images/footer_border_top.png') repeat-x;
	_background: url('../images/footer_border_top.gif') repeat-x;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .solution {
	float: right;
}

#footer .copyright {
	float: left;
}

* html #footer {position:absolute;}
head:first-child+body #footer {position:absolute;}

/* --- End Footer --- */

.clear {
  width:100%;
  clear:both;
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}