* {
	margin: 0;
	padding: 0;
	outline: 0;
}

@font-face {
    font-family: 'Museo900';
    src: url('fonts/museo900-regular-webfont.eot');
    src: url('fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo900-regular-webfont.woff') format('woff'),
         url('fonts/museo900-regular-webfont.ttf') format('truetype'),
         url('fonts/museo900-regular-webfont.svg#Museo900') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('fonts/museo500-regular-webfont.eot');
    src: url('fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo500-regular-webfont.woff') format('woff'),
         url('fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('fonts/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #8f8f8f;
	background: #ffffff url(images/body.png) repeat 0 0;
}

a { color: #ffffff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { padding: 5px 20px 0 20px; width: 938px; margin: 0 auto; background: #efefef; }

#header {
	position: relative;
	padding: 0 0 29px 16px;
	width: 922px;
	height: 120px;
}


#logo { display: inline; float: left; padding-top: 22px; width: 258px; font-size: 0; line-height: 0; }
#logo a { display: inline; width: 258px; height: 56px; text-indent: -4000px; background: url(images/logo.png) no-repeat 0 0; }

#navigation { position: relative; z-index: 20; padding-left:45px; height: 50px; background: url(images/navigation.png) no-repeat 0 0; }
#navigation ul li { position: relative; list-style: none; display: inline; float: left; line-height: 48px; text-transform: uppercase; }
#navigation ul li { font-family: 'Trebuchet MS', arial, sans-serif; font-size: 15px; text-shadow: 0 -1px #000; }
#navigation ul li a { position: relative; display: block; padding: 0 32px 0 20px; float: left; color: #fff; }
#navigation ul li a:hover { color: #C00; text-decoration: none; }
#navigation ul li a span.sep-left { position: absolute; top: 16px; left: -15px; overflow: hidden; display: block; width: 18px; height: 18px; background: url(images/nav-sep.png) no-repeat 0 0; }
#navigation ul li a span.sep-right { position: absolute; top: 16px; right: -3px; overflow: hidden; display: block; width: 18px; height: 18px; background: url(images/nav-sep.png) no-repeat 0 0; }
#navigation .dd { display: none; position: absolute; top: 49px; left: -20px; width: 200px; }
#navigation .dd ul { float: none; }
#navigation .dd ul li { position: relative; margin-top: -2px; padding: 0; line-height: 43px; font-size: 12px; width: 200px; background: url(images/dd.png) no-repeat 0 0; }
#navigation .dd ul li a { display: block; float: left; padding: 0 0 0 48px; width: 155px; height: 100%; }
#navigation .dd ul li a span.sep-left { top: 13px; left: 12px; }
#navigation .dd span.dd-first { position: absolute; display: block; width: 16px; height: 43px; top: 0; left: -10px; background: url(images/dd-item.png) no-repeat 0 0; } 
#navigation .dd .dd { position: absolute; left: 200px; top: 2px; }
#navigation ul li.active { z-index: 100; }
#navigation ul li.active .dd { display: block; }
#navigation ul li.active .dd .dd { display: none; }
#navigation ul li.active a { color: #C00; }
#navigation ul li.active a span { background-position: 0 -18px; }
#navigation ul li.active .dd a { color: #fff; }
#navigation ul li.active .dd a:hover,
#navigation ul li.active .dd li.active a { color: #C00; }
#navigation ul li.active .dd a:hover span.sep-left,
#navigation ul li.active .dd li.active a span.sep-left { background-position: 0 -18px; }
#navigation ul li.active .dd li.active .dd { display: block; }
#navigation ul li.active .dd li.active .dd a { color: #fff; }
#navigation ul li.active .dd li.active .dd span.sep-left { background-position: 0 0; }
#navigation ul li.active .dd li.active .dd a:hover {
	color: #C00;
}
#navigation ul li.active .dd li.active .dd a:hover span.sep-left { background-position: 0 -18px; }
#navigation ul li.active .dd span { background-position: 0 0; }

#main { padding-top: 14px; }

#slider-holder { position: relative; padding-bottom: 5px; width: 943px; background: url(images/slider-frame.png) no-repeat 0 54px; }

#slider .jcarousel-container { position: relative; width: 943px; height: 387px; }
#slider .jcarousel-clip { position: relative; width: 900px; height: 387px; overflow: hidden; }
#slider .jcarousel-clip ul li { position: relative; padding-left: 24px; width: 876px; height: 387px; }
#slider .jcarousel-clip img { display: block; }
#slider .slider-controls { position: absolute; width: 20px; top: 134px; right: 14px; }
#slider .slider-controls a { display: block; margin-bottom: 5px; width: 16px; height: 15px; overflow: hidden; background: url(images/slider-nav.png) no-repeat 0 0; text-indent: -4000px; }
#slider .slider-controls .active { background-position: 0 -16px; }
#slider .caption { position: absolute; top: 120px; right: 6px; z-index: 0; width: 505px; }
#slider .caption p {
	padding-right: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	text-shadow: -2px 0 #efefef;
	text-align: right;
}
#slider .caption p.model { font-family: Tahoma, Geneva, sans-serif, serif; font-size: 24px; line-height: 27px; color: #ffffff; text-shadow: 0 1px #5f7d18; letter-spacing: 1px; }

#prev { position: absolute; top: 113px; right: 16px; display: block; width: 20px; height: 12px; text-indent: -4000px; overflow: hidden; background: url(images/slider-arrows.png) no-repeat 0 0; }
#next { position: absolute; top: 235px; right: 16px; display: block; width: 20px; height: 12px; text-indent: -4000px; overflow: hidden; background: url(images/slider-arrows.png) no-repeat 0 -12px; }
 
 
 
 
 
#main h2 {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 24px;
	color: #900;
	line-height: 44px;
	border-bottom: dotted 2px #e9e9e9;
	font-weight: normal;
}

#wraper_up {
	display: inline;
	float: left;
	width: 930px;
	
}

#wraper_down {
	display: inline;
	float: left;
	width: 930px;
	border-top: 1px groove; 
}


.imgl, .imgr, .imgj {border:1px solid #666666; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 15px 0 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}
.imgj{
	float:none;
	margin:0 0 15px 0px;
	clear:both;
}

.readmore {
	padding:5px 15px;
	font-weight:bold;
	line-height:normal;
	color:#FFFFFF;
	background-color:#900;
	width: 50px;
	}

.readmore_right {
	padding:5px 50px 5px 15px;
	font-weight:bold;
	line-height:normal;
	color:#900;
	background-color:#900;
	width: 15px;
	margin-left: 200px;
	}



#content_up_index {
	display: inline;
	float: left;
	width: 280px;
	padding: 0 0px 15px 15px;
	margin-right: 15px;
}
.post h2 { margin-bottom: 13px; }
.post p { padding-bottom: 22px; }

#sidebar_up_index {
	display: inline;
	float: left;
	width: 280px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-left: 15px;
}
.post h2 { margin-bottom: 13px; }
.post p { padding-bottom: 22px; }

.post h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	color: #900;
}



#content_up{
	display: inline;
	float: left;
	width: 590px;
	padding: 0px 0px 15px 15px;
	margin-right: 15px;
}

#content_up a { color: #900; text-decoration: none; cursor: pointer; }
.post h2 { margin-bottom: 13px; }
.post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
	color: #900;
}

.post h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	color: #900;
}

.post p { padding-bottom: 22px; }


#content_up_galerija{
	display: inline;
	float: left;
	width: 922px;
	padding: 0px 0px 15px 15px;
	margin-right: 15px;
}

#content_up_galerija a { color: #900; text-decoration: none; cursor: pointer; }
.post h2 { margin-bottom: 13px; }
.post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
	color: #900;
}

.post h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	color: #900;
}

.post p { padding-bottom: 22px; }




#sidebar_up {
	display: inline;
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-left: 15px;
}
.post h2 { margin-bottom: 13px; }
.post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
	color: #900;
}




.post p {
	padding-bottom: 15px;
}










#content_down_1{
	display: inline;
	float: left;
	width: 590px;
	padding: 25px 0 15px 15px;
	margin-right: 15px;
}
.post h2 { margin-bottom: 13px; }
.post p { padding-bottom: 22px; }

#content_down_2{ display: inline; float: left; width: 360px; padding: 0 0 0 15px; }
.post h2 { margin-bottom: 13px; }
.post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
	color: #900;
}

.post p { padding-bottom: 22px; }

#sidebar_down {
	display: inline;
	float: left;
	width: 280px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-left: 15px;
}
.post h2 { margin-bottom: 13px; }
.post h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #900;
}

.post p {
	padding-bottom: 15px;
}



.products {
	position: relative;
	margin-right: -7px;
	padding: 15px 0 0 16px;
	width: 913px;
}
.products h2 {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 24px;
	color: #900;
	line-height: 44px;
	border-bottom: dotted 2px #e9e9e9;
	font-weight: normal;

}
.featured { position: relative; padding: 23px 0 31px 16px; width: 920px; margin-left: -7px; }

.product-holder { position: relative; display: inline; float: left; padding: 0 26px 30px 0; width: 202px; }
.product-holder p { color: #929292; line-height: 25px; }

.product { padding-bottom: 2px; background: #fff; border: solid 1px #e3e3e3; }
.product p { position: relative; margin-top: -5px; padding-right: 58px; background: url(images/product-label.png) repeat-x 0 0; text-align: right; color: #333333; line-height: 24px; }
.product a img { display: block; padding: 6px 47px 0 23px; width: 128px; height: 123px; border: solid 1px #e9e9e9; border-bottom: 0; }
.product img.sale-label { position: absolute; top: -11px; left: -14px; z-index: 100; display: block; width: 89px; height: 89px; }

.price-label { position: absolute; top: 102px; right: 10px; z-index: 10; display: block; padding-top: 20px; width: 70px; height: 49px; background: url(images/price-label.png) no-repeat 0 0; }
.price-label strike { padding-left: 10px; line-height: 14px; font-family: 'Trebuchet MS', arial, sans-serif; font-weight: bold; color: #333333; }
.price-label p.price { padding-left: 15px; line-height: 18px; font-family: 'Trebuchet MS', arial, sans-serif; background: none; font-size: 15px; font-weight: bold; color: #e7110a; }
.price-label p.price sup { font-size: 9px; }

.products-slider { padding: 20px 70px 0 70px; width: 780px; height: 235px; background: url(images/products-slider.png) no-repeat 0 0; }
.products-slider .jcarousel-container { position: relative; width: 780px; height: 212px; }
.products-slider .jcarousel-clip { position: relative; overflow: hidden; width: 770px; height: 212px; }
.products-slider .jcarousel-clip ul li { position: relative; padding: 0 0 0 40px; width: 109px; height: 190px; }
.products-slider .jcarousel-clip ul li p { padding-top: 6px; text-align: center;  font-family: 'Trebuchet MS', arial, sans-serif; font-weight: bold; color: #444444; }
.products-slider .jcarousel-prev-disabled,
.products-slider .jcarousel-next-disabled { display: none !important; }
.products-slider .jcarousel-prev,
.products-slider .jcarousel-next { position: absolute; top: 99px; left: 13px; width: 33px; height: 32px; background: url(images/products-slider-arrows.png); cursor: pointer; }
.products-slider .jcarousel-next { left: auto; right: 13px; background-position: -33px 0; }




#footer { position: relative; margin-left: -4px; padding-bottom: 16px; width: 943px; min-height: 343px; background: url(images/footerbg.png) repeat-x 0 0; }
#footer-top { width: 943px; height: 78px; line-height: 0; font-size: 0; }
#footer-bottom { width: 943px; height: 60px; }
#footer-bottom p {
	position: absolute;
	bottom: 11px;
	right: 0;
	color: #c1c1c1;
}
#footer-bottom p a { color: #c1c1c1; }
#footer-middle { padding: 0 0 0 30px;  width: 912px; }

.col { display: inline; float: left; position: relative; margin-top: -39px; }
.col h3 {
	padding-bottom: 5px;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 22px;
	line-height: 35px;
	color: #FFF;
	border-bottom: dotted 1px #ffffff;
}
.col ul { padding-top: 10px; list-style: none; }
.col ul li {  width: 238px; font-family: 'Trebuchet MS', arial, helvetica, sans-serif; font-size: 16px; line-height: 30px; text-transform: uppercase; }
.col ul li a { position: relative; padding-left: 31px; color: #fff; display: block; height: 100%; background: url(images/hover-link.png) repeat-x 0 -4000px; }
.col ul li a:hover {
	background-position: 0 0;
	text-decoration: none;
	color: #F00;
}
.col ul li a span.bullet { position: absolute; top: 9px; left: 7px; display: block; width: 12px; height: 12px; overflow: hidden; background: url(images/link-bullet.png) no-repeat 0 0; }
.col ul li a.active span.bullet { background-position: 0 -12px; } 

.styles { padding-right: 47px;  width: 223px; }
.styles h3 { padding-left: 9px; }

.info { padding-right: 46px; width: 229px; }
.info h3 { padding-left: 6px; }

.newsletter { width: 338px; }
.newsletter p {
	color: #fff;
	line-height: normal;
}
.newsletter .field-holder { display: inline; float: left; margin-bottom: 11px; padding: 0 12px; width: 309px; background: url(images/field-holder.png) repeat 0 0; border: solid 1px #83b104; }
.newsletter .field-holder .field { border: none; background: none; padding: 10px 0 9px; width: 309px; line-height: 15px; font-size: 13px; color: #000; }
.newsletter label { color: #fff; line-height: 11px; }
.newsletter .submit-button { display: inline; float: left; width: 116px; margin-top: 28px; height: 33px; border: 0; background: url(images/submit-button.png) no-repeat 0 0; }
.newsletter .submit-button { font-family: 'Museo900', serif; font-size: 15px; color: #fff; cursor: pointer; } 
