/***************************************************
              KONDIVA
			  made by www.krojac.com
***************************************************/

*{
	padding:0;
	margin: 0;
	border: none;
}

html, body{
	background: #3F3A2C;
	font: 11px "Lucida Sans Unicode", Arial;
}

/***************************************************
			      Global design
***************************************************/	

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	display: block;
	font-size: 12px;
	color: #666666;
}

strong{font-family:Tahoma, Arial;}

a{
	font-weight: normal;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
	color: #4FB9EC;
}

a.link{
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #333;
}

#head{
	position: relative;
	float: left;
	width: 100%;
	/*height: 411px;
	background: url(../pic/head-bg.png) 20px bottom no-repeat;*/
}

#logo{
	position: absolute;
	top: 41px;
	left: 45px;
	z-index: 1000;
}

/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 960px;
	margin: 19px auto 40px auto;
	background: #DAF0FB url(../pic/container-bg.png) top left no-repeat;
	overflow: auto;/* Mozilla, Opera */
}

#holder-top{
	position: absolute;
	width: 920px;
	height: 124px;
	top: 300px;
	left: 20px;
	z-index: 999;
}

html>body #holder-top{
	background: url(../pic/holder-top-bg.png) top left no-repeat;
}/* Mozilla, Opera, IE7+ */

#holder, #holder-left, #holder-right{
	position: relative;
	float: left;
}

#holder{
	width: 920px;
	left: 20px;
	padding: 0 0 20px 0;
	background: #FFF;
	z-index: 1001;
}

#holder-left{
	width: 260px;
	left: 20px;
}

#holder-right{
	float: right;
	width: 560px;
	right: 20px;
}

#holder-flash{
	position: relative;
	float: left;
	width: 920px;
	margin: 18px 0 0 0;
	left: 20px;
	z-index: 10;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder-content{
	position: relative;
	float: left;
	width: 100%;
}

.holder-content{
	padding: 0 0 15px 0;
}

.holder-scroller{
	position: relative;
	float: left;
	width: 840px;
	height: 203px;
	left: 20px;
	background: url(../pic/holder-scroller-bg.png) top left no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#breadcrumbs{
	position: relative;
	/*float: left;*/
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #968B69;
	border-bottom: 1px solid #D5ECF9;
}

.holder-product-home{
	width: 840px;
	height: 173px;
	float: left;
	left: -5000px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	}

.holder-product-home ul {
	
	list-style-image: none;
	list-style-type: none;
	}
	
	.holder-product-home ul li {
	float: left;
	}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1{
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

h2{
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #D5ECF9;
}

h3{
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h4{
	font-size: 12px;
	color: #189FE0;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}


ul{
	list-style: none;
}

.ul2{
	margin: 0px 0 20px;
	padding: 2px 10px;
	border-bottom: 1px solid #D5ECF9;
}

.ul2 li{
	padding: 3px 0;
}

.ul3{
	padding: 25px 0 0 0;
	font: 13px "Lucida Sans Unicode", Arial;
	color: #3F3A2C;
}

.ul3 li{
	position: relative;
	width: 280px;
	padding: 20px 0 3px 0;
	border-bottom: 1px solid #D5ECF9;
}

.ul3 li span{
	position: absolute;
	bottom: 3px;
	right: 0;
	font: 11px "Lucida Sans Unicode", Arial;
	text-align: right;
	color: #625944;
}

.title{
	margin: 0;
	padding: 30px 0 10px 0;
	font: 14px "Lucida Sans Unicode", Arial;
	color: #3F3A2C;
	border: none;
}

.title span{
	font-size: 13px;
	text-transform: none;
}

.title-link{
	display: block;
	font-size: 12px;
	color: #3F3A2C;
	font-family: "Lucida Sans Unicode", Arial;
	line-height: 16px;
}

.title-link:hover{
	color: #999;
}

.link{
	color: #999;
}

.link:hover{
	color: #666;
}

.link2{
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}

.link3{
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

.text{
	padding: 0 0 15px 0;
	font-size: 12px;
}

.text2{
	padding: 8px 0 0 60px;
}

.text3{
	font: 12px "Lucida Sans Unicode", Arial;
	color: #666666;
}

.date{
	position: relative;
	width: 50px;
	height: 44px;
	top: 0;
	left: 0;
	font-size: 20px;
	text-align: center;
	background: url(../pic/date-bg.png) top left no-repeat;
	color: #FFF;
	padding-top: 10px;
	float: left;
	line-height: 16px;
}

.date span{
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

.date-absolute{
	position: absolute;
	top: 2px;
	right: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #86CFF2;
	z-index: 99;
}


.btn-scroll-left, .btn-scroll-right{
	position: absolute;
	width: 16px;
	height: 111px;
	top: 46px;
	background: url(../pic/btn-scroll-left-bg.png) top left no-repeat;
	z-index: 1000;
}

.btn-scroll-left{
	left: 0;
}

.btn-scroll-right{
	right: 0;
	background: url(../pic/btn-scroll-right-bg.png) top left no-repeat;
}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: right;
	position: relative;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 400px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
	width: 240px;
}

a.page-nav-link{
	color: #666666;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{color: #CCCCCC;}

.page-nav-link-active{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALERY
***************************************************/

img{
	position: relative;
}

.holder-image, .holder-image2, .holder-image3{
	position: relative;
	float: left;
	width: 166px;
	text-align: center;
	z-index: 100;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.holder-image2, .holder-image2-bg{
	width: 308px;
	height: 308px;
	margin: 020px 0 0;
}

.holder-image2-bg{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	background: url(../pic/holder-image2-bg.gif) top left no-repeat;
	cursor: pointer;/* IE6 fix */
	z-index: 1000;
}

.holder-image3, .holder-image3-bg{
	width: 200px;
	height: 200px;
	margin: 0 6px 10px 0;
}

.holder-image3-bg{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	background: url(../pic/holder-image3-bg.gif) top left no-repeat;
	cursor: pointer;/* IE6 fix */
	z-index: 1000;
}

.holder-image4{
	position: relative;
	float: left;
	margin-right: 20px;
}

a.photo-hover{
	padding: 4px;
	float: left;
	padding: 4px;
	background-color: #DAF0FB;
	margin-right: 15px;
	margin-bottom: 5px;
}

a.photo-hover:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.new{
	position: absolute;
	width: 68px;
	height: 68px;
	top: 0;
	right: 0;
	background: url(../pic/new-bg.gif) top left no-repeat;
	cursor: pointer;/* IE6 fix */
	z-index: 10000;
}


/***************************************************
				      FORMS
***************************************************/

form{
	margin: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", Arial;
}

label{
	color:#666666;
	font-size:12px;
	width:90px;
	display:block;
	float:left;
	line-height: 30px;
	padding-right: 4px;

}

.textbox, textarea, .textbox2, .box-error, .textarea-error{
	border:1px solid #E1E1E1;
	font-size:11px;
	width:130px;
	line-height:22px;
	background-color: #FFFFFF;
	height: 22px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	margin-right: 5px;
}

textarea, .textarea-error{
	width:300px;
	line-height:16px;
	height: 120px;
}

.textarea, .textbox2{border-left:2px solid #FF9900;}
.textbox2{width: 130px;}

.holder-form-height, .holder-form, .holder-form-height170px{
	width:100%;
	position: relative;
	float: left;	
}

.holder-form{height: 30px;}


.button-form,.button-form-big{
	color: #3F3A2C;
	height: 38px;
	width: 108px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background-image: url(../pic/button.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:hand;
	background-color: #FFFFFF;
}

.button-form-big{
	height: 28px;
	width: 122px;
	background-image: url(../pic/button-form.png);
	font-weight: bold;
}

#sub-holder{
	position: relative;
	width: 400px;
	z-index: 101;
	left: 100px;
	float: left;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC1529;
	top: 6px;
	line-height: 28px;
}

.box-error, .textarea-error{
	border:1px solid #CCCCCC;
	background-color: #DAF0FB;
	color: #333333;
}


/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float: left;
	width: 960px;
	height: 116px;
	background: url(../pic/footer-bg.png) bottom left no-repeat;
	color: #6E6E6E;
}

#FooterOne{
	position: absolute;
	width: 500px;/* Opera */
	bottom: 15px;
	left: 20px;
	font-size: 10px;
}

#FooterOne span{
	display: block;
	font-size: 10px;
}

#FooterTwo{
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: right;
	font-size: 10px;
}

a.krojac{
	color: #FF8635;
	font-size: 11px;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#top-menu{
	position: absolute;
	top: 37px;
	right: 39px;
	padding: 0 5px 0 20px;
	color: #999;
	z-index: 1000;
}

#top-menu li{
	float: left;
	height: 38px;
	line-height: 38px;
}

html>body #top-menu{
	background: url(../pic/top-menu-bg.png) top right no-repeat;
}/* Mozilla, Opera, IE7+ */

#top-menu li a{
	margin: 0 8px;
	color: #999;
}

#top-menu li a:hover{
	color: #60B8E8;
}

#nav-menu{
	position: absolute;
	top: 257px;
	left: 59px;
	z-index: 1000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	width: 406px;
}

html>body #nav-menu{
	background: url(../pic/nav-menu-bg.png) top left no-repeat;
}/* Mozilla, Opera, IE7+ */

#nav-menu li{
	float: left;
	height: 48px;
	line-height: 48px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#nav-menu li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

#nav-menu li a:hover, body#home a#home_link, body#news a#news_link, body#products a#products_link, body#contact a#contact_link, body#about a#about_link{
	color: #60B8E8;
}

