html{
	margin: 0px;
	padding: 0px;
	/*background: #5A5B5D;*/
}

body{
	font-family: Arial;
	color: #666666;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: #666666;
}

.outer_container{
	width: 1024px;
	background: #FFFFFF;
	/*border: 2px solid #5B5C5E;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 25px;*/
}

.header{
	width: 1024px;
	height: 160px;
}

.logo{
	margin-left: 30px;
	margin-top: 75px;
	width: 328px;
	float: left;
}

.lang{
	margin-top: 100px;
	margin-right: 54px;
	float: right;
	font-weight: bold;
}

.bottom_menu_container{
	margin-top: 20px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 150px;
}


.bottom_banners{
	position: relative;
	float: left;
	width: 180px;
	height: 80px;
	margin-left: 3px;
	margin-right: 3px;
	border: 2px solid #5B5C5E;
}

.bottom_banners img{
	border: 0px;
}

.bottom_banners_img{
	position: absolute;
}

.bottom_banners_txt{
	font-weight: bold;
	top: 40px;
	left: 10px;
	width: 160px;
	position: absolute;
}



.side_bar{
	float: left;
	background: #CCCCCC;
	width: 200px;
	margin-right: 10px;
}


.category_name{
	background: #FDB913;
	color: #FFFFFF;
	font-weight: bold;
	width: 200;
	height: 130px;
	text-align: right;
	position: relative;
}

.category_name_text{
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 17px;
}

.center_top_img{
	width: 810px;
	height: 130px;
}
.center_bar{
	float: left;
	/*height: 130px;*/
	width: 810px;
	/*border: 1px solid black;*/
}

.content{
	margin-top: 40px;
	margin-left: 50px;
}

.content_pagetitle{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

.content_text{
	margin-top: 10px;
	margin-bottom: 10px;
}

.product_image{
	float: left;
	margin-right: 10px;
}

.products_section_title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}


.product_names{
	float: left;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product_name_box{
	float: left;
	width: 200px;
	height: 150px;
	background: #FDB913;
	color: #FFFFFF;
	margin-right: 9px;
	position: relative;
	margin-top: 10px;
}

.product_info_box{
	background: #CCCCCC;
	margin-top: 10px;
	float: left;
	width: 815px;
	min-height: 150px;
}



.product_name_box_margin{
	position: absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
	font-size: 20px;
}

.product_info_box_margin{
	margin-top: 10px;
	margin-left: 10px;
	width: 690px;
	float: left;
}
.matching_product{
	font-weight: bold;
}


a.matching_product:hover{
	background: #FDB913;
}

#mini_container{
	margin-top: 10px;
	float: left;
}

.product_name_info{
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}


.bottom_product_menu{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
.bottom_product_menu a{
	margin-left: 25px;
}
.bottom_product_menu_logo{
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}





.product_no{
	position: absolute;
	top: 55px;
	left: 90px;
}

.ime_container{
	position: relative;
	border: 1px solid #8F8F8F;
}


/************* TOP MENU *******************/

#top_menu{
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}


#top_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#top_menu ul li{
	float: left;
	position:relative;
	z-index:10000;
}

#top_menu ul li a{
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
}

#top_menu ul li a:hover{
	background: #FDB913;
}

#top_menu ul li ul{
	display: none;
	position: absolute;
	background: #777A7F;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; 
	float: none;
	
}


#top_menu ul li ul li{
	display: block;
	float: none;
	width: 200px;
	margin-top: 4px;
	border-bottom: 1px solid #8F8F8F;
}

#top_menu ul li ul li a{
	color: #0F0F0F;
	padding-bottom: 4px;
	display: block;
	
}

#top_menu ul li ul li a:hover{
	background: none;
	color: #3F3F3F;
}

#top_menu ul li.active{
	background-color: #FFB80B;
}
/************* TOP MENU END **************/

/*********** SIDE MENU *******************/
.side_bar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.side_bar ul li{
	font-weight: bold;
	margin-top: 8px;
	/*border-bottom: 1px dotted #86898F;*/
	font-size: 12px;
}


/**************** SIDE MENU END***********************/

/****************** CNETER MENU **********************/
.content_categories ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.content_categories ul li{
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.content_categories ul li.active{
	background-color: #FFB80B;
}
.content_categories ul li a{
	padding-right: 6px;
	padding-left: 4px;
	background: url('./images/cat_sep.jpg') no-repeat;
	background-position: right;
}
/*************************************************/




/******************** PDF *****************/
.pdf_center_image{
	float: left;
}


.pdf_right_small_images{
	float: left;
}


.pdf_small_image{
	width: 110px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 110px;
}

/********** END PDF *****************/

.footer{
	background: #FFFFFF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.website_by{
	font-size: 11px;
}

.developed{
	text-align: center;
	margin-top: 10px;
	margin-left: 400px;
	width: 200px;
	float: left;
}


.com2go_logo{
	margin-top: 10px;
	margin-right: 5px;
	width: 110px;
	float: right;
}


.left_arrow{
	position: absolute;
	left: 0;
	top: 200px;
}

.right_arrow{
	position: absolute;
	right: 0;
	top: 200px;
}
.main_image_product{
	position: relative;
}





#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:1.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}







#slideshow2 {
    position:relative;
    height: 129px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:1.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}