/* CSS Document */
body{
	top: 0px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;/*Verdana, Helvetica;*/ /*Verdana, Helvetica; Tahoma, sans-serif;*/
	font-size: 11px;
	line-height: 1.166;
	/*background-color: #FFFFFF;*/
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../img/background.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
}

a:link, a:visited{
	color: #315e96;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

img{
	border: none;
}
#content_center{
	width: 100%;;
}

#container{
	width: 960px;
	text-align: justify;
}

#content_container{
	text-align: left;
	width: 960px;
}

#menu_container{
	float: left;
	width: 230px;
}
	#menu_container #menu_logo{
		height: 80px;
		background-image: url(../img/menu_top.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
		#logo{
			padding-top: 15px;
			padding-left: 45px;
		}

	#menu_container #menu_body_orange{
		background-image: url(../img/menu_body_orange.png);
		background-repeat: repeat-y;
		background-position: top left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#menu_container #menu_body_orange #links{
		padding-left: 10px;
		width: 100%;
	}
	.link_active{
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #fbfbfb !important;
		display: block;
		background-image: url(../img/active_link.png);
		background-repeat: no-repeat;
		/*background-position: top left;*/
		height: 23px;
		*height: 22px;
		width: 195px;
		padding-top: 3px;
		*padding-top: 4px;
		padding-left: 25px;
	}
	.link_active:hover{
		background-image: url(../img/active_link_hover.png);
	}
	.link_inactive{
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #fbfbfb !important;
		display: block;
		/*background-image: url(../img/active_link.png);*/
		background-repeat: no-repeat;
		height: 23px;
		*height: 22px;
		width: 195px;
		padding-top: 3px;
		*padding-top: 4px;
		padding-left: 25px;
	}
	.link_inactive:hover{
		background-image: url(../img/active_link_hover.png);
	}
	.separator{
		display: block;
		height: 23px;
		*height: 22px;
		width: 230px;
		background-image: url(../img/separator.gif);
	}
	#menu_container #menu_bottom{
		height: 70px;
		background-image: url(../img/menu_bottom.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	#p_login{
		font-size: 10px;
		padding-top: 5px;
		padding-left: 35px;
	}
	#p_login .p_input{
		font-size: 10px;
		color: grey;
		height: 14px;
		padding: 0px !important;
		border: 1px solid silver !important;
		vertical-align: middle;
	}
	#p_login .login{
		/*background-image: url(../img/arrow_login.png);*/
		/*background-position: top left;*/
		/*background-repeat: no-repeat;*/
		/*border: none;*/
		cursor: pointer;
		/*width: 18px;*/
		/*height: 20px;*/
		margin-left: 3px;
	}
	#p_login .p_input_ie{
		font-size: 10px;
		color: grey;
		height: 14px;
		padding: 0px !important;
		width: 100px;		
		border: 1px solid silver !important;
		vertical-align: middle;
	}
	#p_login .login_ie{
		cursor: pointer;
	}
	#p_login .warn{
		color: red;
	}
	#menu_container .certyfikaty{
		padding-left: 35px;
	}
	#menu_container .cert_item{
		cursor: pointer;
		padding-top: 7px;
		padding-bottom: 7px;
		width: 152px;
		text-align: center;
		border-bottom: 1px solid #dbdbdb;
	}
	#menu_container .cert_item_text{
		padding-top: 7px;
		padding-bottom: 7px;
		width: 152px;
		text-align: center;
		border-bottom: 1px solid #dbdbdb;
	}

/*main column [middle column]*/
#topBar{
	width: 550px;
}
	#topBar #topBarLeft{
		float: left;
		width: 100px;
		height: 80px;
		background-image: url(../img/top_bar_left.png);
		background-position: top left;
	}
    #topBar #topBarMain{
		float: left;
		width: 450px;
		height: 80px;
		background-image: url(../img/top_bar_main.png);
		background-position: top left;
	}
	#topBar #topBarMain .topName{
		padding-top: 25px;
		padding-left: 0px;
		font-size: 24px;
		font-weight: normal;
		line-height: normal;
		color: #FFFFFF;
	}

#content{
	float: left;
	line-height: 1.3em;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 550px;
}

	#content #tabs{
		background-image: url(../img/tabs_bg.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		height: 21px;	/*2px border od poszczegolnych tabow*/
	}
	
	#content .tab{
		float: left;
		width: 150px;
		height: 20px;
		*height: 22px;
		margin-left: 20px;
		/*border: 1px solid #007F9F;*/
		border-top: 1px solid #F16927;
		border-left: 1px solid #F16927;
		border-right: 1px solid #F16927;
		
		background-image: url(../img/tab_bg.gif);
		background-repeat: repeat-x;
		text-align: center;
		font-weight: bold;
		color: #787878;
		cursor: pointer;
		
		/*-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;*/
	}
	
	#content .tab_parent{
		float: left;
		width: 150px;
		height: 20px;
		*height: 22px;
		margin-left: 20px;
		border-top: 1px solid #F16927;
		border-left: 1px solid #F16927;
		border-right: 1px solid #F16927;
		background-image: url(../img/tab_bg.gif);
		background-repeat: repeat-x;
		text-align: center;
		font-weight: bold;
		color: #787878;
		cursor: pointer;
		
		/*-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;*/
	}
	
	#content .product_tab{
		float: left;
		width: 250px;
		height: 22px;
		margin-left: 20px;
		border-top: 1px solid #F16927;
		border-left: 1px solid #F16927;
		border-right: 1px solid #F16927;
		background-image: url(../img/tab_bg_active.gif);
		background-repeat: repeat-x;
		text-align: center;
		font-weight: bold;
		color: #787878;
		cursor: pointer;
	}

	#content .tabIn{
		padding-top: 3px;
	}
	
	#content #content_text{
		line-height: normal;
		border: 2px solid #007f9f;
		display: block;
		padding: 5px 10px 0px 10px;
		background-color: #FFFFFF;
		min-height: 380px;
	}

/*right products*/
#rightProducts{
	float: left;
	width: 160px;
	*width: 155px;
}
	#rightProducts #top{
		width: 160px;
		*width: 155px;
		height: 80px;
		background-color: #3C4446;
		/*background-image: url(../img/topRight.png);*/
	}
	#rightProducts #products{
		min-height: 500px;
		padding-top: 35px;
		padding-left: 15px;
	}
	#rightProducts #product_item{
		padding-top: 5px;
        padding-bottom: 5px;
		cursor: pointer;
		display: block;
		text-align: center;
		background-color: #dddddb;
        /*border: 1px solid #dddddb;*/
		border: 1px solid #007F9F;
		min-height: 70px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	/*#rightProducts .product_item{
		cursor: pointer;
		display: block;
		text-align: center;
		background-color: #000000;
	
		border-top: 3px solid #0F0;
		border-bottom: 3px solid #0F0;

		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}*/
	#rightProducts .boxTitle_txt {
		padding-top: 10px;
		color: #787878;
	}
	#rightProducts .boxInfo_txt {
		text-align: justify;
		padding-top: 5px;
		*font-size: 8px;
		font-size: 9px;
		/*font-variant: small-caps;*/
		color: #787878;
	}
	#rightProducts #product_item_space{
		display: block;
		clear: both;
		height: 20px;
	}




#top_frame{
	position: relative;
	width: 100%;
	height: 152px;/*224px;*/
	background-color: #FFFFFF;
	/*background-image: url(../img/ramka.gif);*/
	background-repeat: repeat-x;
	background-position: top;
}
#top_frame_right{
	position: absolute;
	top: 35px;
	left: 695px;
	width: 266px;
	height: 62px;
	/*background-image: url(../img/onBar.jpg);*/
	background-repeat: no-repeat;
	z-index: 100;
}
#top_frame_right1{
	position: absolute;
	top: 57px;
	left: 685px;
	width: 266px;
	height: 136px;
	background-image: url(../img/onBar.gif);
	background-repeat: no-repeat;
	z-index: 100;
}



.new_menu{
	background-image: url(../img/menu_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 20px;
	width: 230px;
	z-index: 0;
}

#menu{
	z-index: 100;
	width: 215px;
	font-size: 16px;
	*font-size: 15px;
	margin-left: 20px;
	/*font-weight: bold;*/
}
#menu_bg{
	top: 0px;
	position: absolute;
	/*background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
	height: 420px;
	width: 240px;
	z-index: 0;
}
#menu .category{
	font-family: Tahoma, sans-serif; /*Verdana, Helvetica; Tahoma, sans-serif;*/
	*font-family: Verdana,Geneva,Kalimati,sans-serif;
	display:block;
	padding-top: 12px;
	font-weight: bold;
	color: #f58345;
	z-index: 100;
}
#menu .entry{
	font-family: Tahoma, sans-serif; /*Verdana, Helvetica; Tahoma, sans-serif;*/
	*font-family: Verdana,Geneva,Kalimati,sans-serif;
	display:block;
	padding-top: 10px;
	border-bottom: 1px solid #999999;
	width: 200px;
	z-index: 100;
	text-transform: lowercase;
}
#menu .entry a:link, .entry a:visited{
	display:block;
	text-decoration: none;
	/*background-image: url(../img/link_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	z-index: 100;
}
#menu .entry a:hover{
	display:block;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../img/link_bg_active.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 100;
}
#menu .a_active{
	display:block;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../img/link_bg_active.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 100;
}



.bottomBar{
	position: relative;
	left: 245px;
	background-image: url(../img/bottomBar.gif);
	background-repeat: repeat-x;
	width: 710px;
	height: 30px;
}

#footer{
	
	float: right;
	position: relative;
	right: 10px;
	margin-top: 15px;
	color: #666666;
}

/*----------*/

#clear{
	clear: both;
}