/***************************************************
                      ADEXING
			  made by www.krojac.com
***************************************************/

*{
	padding:0;
	margin: 0;
	border: none;
}

html, body{
	font-family: "Lucida Sans Unicode", Arial; "Lucida Sans Unicode", Arial;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image:url(../pic/bg-body.png);
	background-repeat: repeat-x;
	background-position: left -42px;
	width:100%;
	margin:0 0 1px 0;
	height:100%;
}

/***************************************************
			      Global design
***************************************************/	

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	display: block;
	font-size: 11px;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}



a{
	font-weight: normal;
	text-decoration: none;
	color: #a6bc09;
	font-size: 11px;
	}
	
a.link-gray{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	}

a:hover{

	color: #333;
}

a.product {
	font-weight: normal;
	text-decoration: none;
	color: #a6bc09;
	font-size: 16px;
	}
	
a.product:hover {
	color: #333;
	}
		
/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	_overflow: visible;
	*overflow: visible;
}

#container-left, #container-right {
	position: relative;
	float: left;
}

#container-left{width: 215px;}

#container-right{
	float: right;
	width: 740px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder{
	position: relative;
	float: left;
	width: 625px;
	padding-left: 10px;
}

.holder-img {
	position:relative;
	float:left;
	margin:0 15px 5px 0;
	padding:3px;
	border:1px solid #ccc;
	}

.holder-content, .holder-content-separator, .holder-content-line{
	position: relative;
	float: left;
	width: 100%;
}

.holder-content-line{
	padding-bottom: 3px;
	background-image: url(../pic/bg-line-dash.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
.holder-content-separator{margin-bottom: 30px;}


.holder-product, .holder-product2, .holder-product3{
	position: relative;
	float: left;
	padding:0;
	margin-bottom: 30px;
	width: 160px;
	margin-right: 25px;
}

.holder-product2{margin-right: 40px;}

#head{
	position: relative;
	width: 980px;
	height:390px;
	margin-right: auto;
	margin-left: auto;
	padding:20px 0;
}


#holder-flash{
	position: absolute;
	width: 980px;
	height:346px;
	padding:0;
	top: 100px;
	background-color:transparent;
}

#language{
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 1000;
	color: #999999;
}

#logo{
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1000;
}

#top-banner{
	position: absolute;
	top: 6px;
	left: 251px;
	z-index: 1000;
}


.price {
	position:relative;
	float:right;
	margin-top:10px;
	font-size:15px;
	color:#333;
	}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .date, .text-absolute, .vote, .comment{
	font-family: "Lucida Sans Unicode", Arial; "Lucida Sans Unicode", Arial;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 26px;
	font-weight: normal;
	color: #000;
	padding-bottom:30px;
}

h1 span {
	position:absolute;
	left:80px;
	top:29px;
	font-size:11px;
	color:#999;
	}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
}

h3{
	font-size: 18px;
	color: #a6bc09;
	font-weight: normal;
	padding-bottom: 2px;
}

h3 span{
	font-size: 13px;
	color: #999;
	font-weight: normal;
}

h4{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	padding: 0;
}

h5{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
}

h6{
	font-size: 23px;
	color: #fff;
	padding-bottom: 5px;
	font-family: annabelle, Arial, Helvetica, sans-serif;
}


.date{
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
	display: block;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #515151;
}

.text-absolute{
	font-size:12px;
	position:absolute;
	right:0px;
	top: 24px;
}

.comment{
	color: #999999;
	font-size: 10px;
	background-image: url(../pic/icon-comment.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	width: 48px;
	right: -7px;
	padding-right: 22px;
	text-align: right;
	bottom: 0px;
}

.vote{
	color: #333333;
	font-size: 11px;
	background-image: url(../pic/icon-stats.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	position: absolute;
	width: 40px;
	left: -2px;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
	bottom: 0px;
	
}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 630px;
	font-family: "Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 380px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
	width: 240px;
}

a.page-nav-link{
	color: #666666;
	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-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALLERY
***************************************************/


a.photo-hover{
	padding: 2px;
	float: left;
	padding: 2px;
	margin-bottom: 7px;
	z-index:500;	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.photo-hover:hover, a.photo-hover-avatar:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a.photo-hover-avatar{
	float: left;
	border: 2px solid #766F6C;
	color: #FFFFFF;
	margin-right: 5px;
}

a.photo-hover-avatar:hover{
	border: 2px solid #7AAA1B;
	z-index:500;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #7AAA1B;
}

.holder-number-box{
	float: left;
	border: 2px solid #766F6C;
	background-color: #333333;
	height: 33px;
	width: 29px;
	font-family: "Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 4px;
	margin-right: 8px;
}

/***************************************************
				      FORMS
***************************************************/

form{
	margin: 0px;
	padding-left: 0px;
	font-family:"Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
}

label{
	color:#666666;
	font-size:11px;
	width:100%;
	display:inline;
	float:left;
	line-height: 18px;

}

.textbox, textarea, .box-error{
	font-size:12px;
	width:250px;
	line-height:24px;
	background-color: #FFFFFF;
	height: 24px;
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	border: 1px solid #e4e6e4;
}

textarea{
	width:550px;
	line-height:16px;
	height: 100px;
	padding: 5px;
	background-color: #f4f4f4;
}

.box-error{
	background-color: #fff7f7;
	}
	
	
.text-info-error, .text-error{
	position:absolute;
	color:#FF3333;
	font-size:12px;
	line-height: 33px;
	left: 250px;
}
	


.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left; 
	margin-bottom: 10px;		
}

.holder-form{height: 28px; margin-bottom: 0;}

.button{
	position:relative;
	clear:both;
	float:right;
	width: 111px;
	background-color:transparent;
	background-image:url(../pic/button.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height: 27px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	margin-left:20px;
	font-family:"Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	width: 980px;
	height: 60px;
	margin: 30px auto 10px auto;
	font-size: 10px;
	padding: 5px 0;
	background-image:url(../pic/footer-line.gif);
	background-repeat:repeat-x;
	top:30px;
	left:0;
	}

#FooterOne, #FooterTwo{
	float: left;
	position: relative;	
	color: #666;
}

#FooterTwo{
	text-align: right;
	float: right;
	top: 10px;
	color: #999;
}

a.krojac{
	color: #FF8635;
	font-size: 11px;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	position: absolute;
	top: 45px;
	right: 0px;
}

#nav-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav-menu ul li{
	position:relative;
	float: left;
	height: 43px;
	padding-top: 15px;
}

#nav-menu ul li a{
	font-size: 13px;
	color: #ccc;
	padding-left: 30px;
	display: block;
	text-transform: uppercase;
}

#nav-menu ul li span{
	font-size: 10px;
	color: #A4A5A1;
	display: block;
	padding-left: 20px;
	line-height: 10px;
}

#nav-menu ul li a:hover, body#home a#home_link, body#about a#about_link, body#products a#products_link, body#store a#store_link, body#contact a#contact_link {color: #a6bc09;}

#content-menu-category{
	position: relative;
	float: left;
	width: 170px;
}

#content-menu-category ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content-menu-category ul li ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content-menu-category li{
	display: block;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

#content-menu-category li span {
	display: block;
	font-size: 15px;
	color: #333;
	background-image: url(../pic/bg-line-dash.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
	margin: 4px 0;
	padding-bottom: 2px;
}

#content-menu-category ul li ul li{
	color: #7AAA1B;
	background-image: none;
	padding: 0;
	position: relative;
}

#content-menu-category li a{
	font-family: "Lucida Sans Unicode", Arial; Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	display: block;
	line-height:17px;
	padding-left: 10px;
}

#content-menu-category li a:hover{
	color: #a6bc09;
}


.flir {
	font-size:23px;
	color:#fff;
	position:absolute;
	top:100px;left:40px;
	}

